Rational Developer for System z
PL/I for Windows, Version 8.0, Programming Guide

Description files

NMAKE uses a description file to determine what to do. In its simplest form, a description file tells NMAKE which files depend on others and which commands need to be executed if a file changes.

A description file looks like this:

targets...: dependents...
     command
        :

targets... : dependents...
     command

Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)