home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / makedep3.zip / MAKEDEP.TXT < prev    next >
Text File  |  1995-01-12  |  1KB  |  23 lines

  1. *** NEW VERSION MAKEDEP v.3 ***
  2.  
  3. MAKEDEP is a small dependency file creator, something I missed since I migrated
  4. to DOS + OS/2, so I had to write it myself.
  5. Its function is simple: It searches all available .c and .cpp files for lines
  6. containing a #include statement. It then dumps the include files to a file
  7. called depends.lst. This can be included in the makefile for an easy rebuilding
  8. process.
  9.  
  10.   usage:  MAKEDEP [-o depfile] [-g]
  11.   while depfile is an alternate dependency file
  12.   -g specifies that makedep should create output for gcc (meaning .o: deps)
  13.  
  14. NO WARRANTY whatsoever is offered for MAKEDEP.
  15.  
  16. MAKEDEP is Public Domain software. As the GNU says:
  17. You may copy and distribute verbatim copies of the Program as you receive it,
  18. in any medium, provided that you conspicuously and appropriately publish on
  19. each copy an appropriate copyright notice and disclaimer of warranty; keep
  20. intact all the notices that refer to this License and to the absence of any
  21. warranty; and give any other recipients of the Program a copy of this License
  22. along with the Program.
  23.