Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ Language Reference - the makedep utility http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                        The MAKEDEP utility
The  MAKEDEP utility will automatically produce dependency  lists  for
you.  It  is run at the command line and sends its  output  to  stdout
(normally the display). The usage is:

MAKEDEP [-d] {-ipath} [-s] filename...
where:
-d        Print debugging output
-ipath    Specify search path for includes
-s        Ignore system includes
filename...
Is a list of filenames seperated by spaces for which dependancy  lists
are to be created

The output of MAKEDEP can be redirected to a file:

MAKEDEP -s vectest vector>makefile

which can then be used as the basis for a makefile.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson