Tom Tromey Wed, 19 Jul 2000 05:01:49 -0700
Martin> And then, for full functionality, automake should use that Martin> variable in generating rules, right? Martin> .c.o: Martin> $(CC) $(CFLAGS) ... @CC_C_O@ $< This won't be sufficient. Automake will need more information. Tom