| Servertec | Inference Macros | ||||||||||||||||||||||||||||||||||||
|
|
Inference macros are used to access the file(s) a target depends on. Syntax
Notes
Can only be used with inference statements. Example
INCLUDES = global.h ppsup.h
CC = cl /c
.c.obj:
$(CC) $*.c
symtab.obj: $(CWD)symtab.c $(INCLUDES)
|
||||||||||||||||||||||||||||||||||||
top of page
|