Ok. I tried to approach this problem from a new angle and it seems to have
worked. Here is my solution:
# Special Rules
HEAP.r37: CFLAGS = $(HEAPFLAGS)
# General Rules for making
%.r37:%.c
$(COMP) $(CFLAGS) $<
%.r37:%.C
$(COMP) $(CFLAGS) $<
Instead of defining a new compile option.. I just change CFLAGS if HEAP.r37
is approached.
--
View this message in context:
http://www.nabble.com/Multiple-files-different-flags-needed-tf1998767.html#a5488228
Sent from the Gnu - Make - Help forum at Nabble.com.
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make