home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / makedep3.zip / README.1ST < prev   
Text File  |  1995-01-12  |  2KB  |  45 lines

  1. !README.1ST
  2. !MAKEDEP v.3
  3.  
  4. MAKEDEP is a small dependency file creator, something I missed since I migrated to
  5. DOS + OS/2, so I had to write it myself.
  6. Its function is simple: It searches all available .c and .cpp files for lines
  7. containing a #include statement. It then dumps the include files to a file
  8. called depends.lst. This can be included in the makefile for an easy rebuilding
  9. process.
  10.  
  11.   usage:  MAKEDEP [-o depfile]
  12.   while depfile is an alternate dependency file
  13.   -g specifies that makedep should create output for gcc (meaning .o: deps)
  14.  
  15. MAKEDEP was written in less than an hour with the excellent Watcom C/C++ 10.0
  16. compiler suite.
  17.  
  18. Versions for DOS (16 bit) and OS/2 (32 bit only) are included. Mail any
  19. suggestions or comments to:
  20.   obendorf@rrzn.uni-hannover.de
  21.  
  22. Important: include MAKEDEP in the subject of your email !
  23.  
  24. NO WARRANTY whatsoever is offered for MAKEDEP.
  25.  
  26. MAKEDEP is Public Domain software. As the GNU says:
  27. You may copy and distribute verbatim copies of the Program as you receive it,
  28. in any medium, provided that you conspicuously and appropriately publish on
  29. each copy an appropriate copyright notice and disclaimer of warranty; keep
  30. intact all the notices that refer to this License and to the absence of any
  31. warranty; and give any other recipients of the Program a copy of this License
  32. along with the Program.
  33. In detail, you have to distribute this text, README.1ST with every copy of this
  34. program.
  35.  
  36. history:
  37.   initial release       26.12.94 10:05 am       v.1
  38.   internal bug fix                              v.2
  39.   added gnu .o support  12.01.95 11:49 pm       v.3
  40.  
  41. note:
  42.   if you use MAKEDEP and you should happen to really have LOTS of money ...
  43.   ... a donation would be gratefully appreciated
  44. 
  45.