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

Predefined inference rules

NMAKE predefines several inference rules:

Table 26. NMAKE Predefined Inference Rules
Inference Rule Command Action Default
.c.obj $(CC) $(CFLAGS) /c $*.c icc /c $*.c
.c.exe $(CC) $(CFLAGS) $*.c icc $*.c
.asm.obj $(AS) $(AFLAGS) $*; masm $*;

Terms of use | Feedback

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