On 10/16/07, Bob Friesenhahn <[EMAIL PROTECTED]> wrote: > On Tue, 16 Oct 2007, NightStrike wrote: > > > Where is $(COMPILE) documented? When should it be used? What does it > > actually get set to? > > Read a generated Makefile and all secrets will be revealed.
Looks like here's my answer: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)