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

Predefined inference rules

NMAKE predefines several inference rules:

Table 24. 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 $*;
Rational Developer for System z
PL/I for Windows, Version 8.0, Programming Guide