On May 23, 2012, at 9:32 AM, Andrew Hughes wrote: > Yes, I thought the same. But I don't see how you can direct flags to > one specific file in the Makefiles. Any ideas?
You can add something like this to CFLAGS:
CFLAGS += $(CFLAGS_$(@F))
Then:
CFLAGS_foobar.o = -someoptions
-kto
