ILE C/C++ Compiler Reference

MAKEDEP

Creates an output file containing targets suitable for inclusion in a description file for the Qshell make command.

|--+----------------------------+-------------------------------|
   |           .-*NODEP----.    |
   '-MAKEDEP(--+-file-name-+--)-'
 
 

*NODEP
Default setting. The option is disabled and no file is created.
file-name
Specifies an IFS path indicating the location and name of the resulting output file.

The output file contains a line for the input file and an entry for each include file. It has the general form:
file_name.o:file_name.c file_name.o:include_file_name

Include files are listed according to the search order rules for the #include preprocessor directive. If an include file is not found, it is not added to the output file. Files with no include statements produce output files containing one line that lists only the input file name.


[ Top of Page | Previous Page | Next Page | Table of Contents ]