Creates an output file containing targets suitable for inclusion in a description file for the Qshell make command.
|--+----------------------------+-------------------------------| | .-*NODEP----. | '-MAKEDEP(--+-file-name-+--)-'
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.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.