MAKEDEP is a small dependency file creator, something I missed since I migrated 
to DOS + OS/2, so I had to write it myself.
Its function is simple: It searches all available .c and .cpp files for lines 
containing a #include statement. It then dumps the include files to a file
called depends.lst. This can be included in the makefile for an easy rebuilding
process.

  usage:  MAKEDEP [-o depfile]
  while depfile is an alternate dependency file

NO WARRANTY whatsoever is offered for MAKEDEP.

MAKEDEP is Public Domain software. As the GNU says:
You may copy and distribute verbatim copies of the Program as you receive it, 
in any medium, provided that you conspicuously and appropriately publish on 
each copy an appropriate copyright notice and disclaimer of warranty; keep 
intact all the notices that refer to this License and to the absence of any 
warranty; and give any other recipients of the Program a copy of this License
along with the Program.

