MAKEDEP v1.1, (C) Copyright 1994 Gnosis Oy     All rights reserved.

####

Things to do (in no particular order):

1) Make it possible to insert the dependencies into file while creating
   a backup. For example, between lines #UPDATE# and #ENDUPDATE#. This
   way this program would be more compatible with PVCS makedep and 100x
   faster (with additional flag like -U).

2) Read include directories with readdir etc instead of using stat.
   This will speed comparison of non-existent files a lot faster.
   Big job for not much, so do not hold your breath while waiting...

3) Make it possible to include files which do not exist into dependency
   list (-N).

4) Online help would be easy to add... (-H).

5) Append to file instead of overwriting (-A).

Things NOT to do:

1) Maybe somebody wants this to be able to parse #if - #endif constructs.
   Though it is not too hard to do, I think it is useless. If you change
   compiler options (for #ifdefs) you must do "make clean" anyway.
   On the otherhand, the program does not add dependencies of files that do
   not exist, so you do not need to worry about #includes inside #if 0's.
