i'm not finding it in docs. i want to delay the evaluation of $stem in a variable until the rule is applied; how is that done?
example:
CFLAGS=-Zi -Fb $stem.PDB # yes, funky MS flags
%.$O: %.c
$CC $CFLAGS $stem.c
i'm not finding it in docs. i want to delay the evaluation of $stem in a variable until the rule is applied; how is that done?
example:
CFLAGS=-Zi -Fb $stem.PDB # yes, funky MS flags
%.$O: %.c
$CC $CFLAGS $stem.c