RES_PROGRAM_OPT = @RESPROGRAM@
.c.o :
- $(CCC) -c $(CFLAGS) -o $@ $<
+ $(CCC) -c $(CFLAGS) $(APPEXTRADEFS) -o $@ $<
.cpp.o :
- $(CC) -c $(CPPFLAGS) -o $@ $<
+ $(CC) -c $(CPPFLAGS) $(APPEXTRADEFS) -o $@ $<
.cxx.o :
- $(CC) -c $(CPPFLAGS) -o $@ $<
+ $(CC) -c $(CPPFLAGS) $(APPEXTRADEFS) -o $@ $<
# the comment at the end of the next line is needed because otherwise autoconf
# would remove this line completely - it contains a built-in hack to remove