automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: $(COMPILE)


From: NightStrike
Subject: Re: $(COMPILE)
Date: Tue, 16 Oct 2007 13:29:25 -0400

On 10/16/07, Bob Friesenhahn <address@hidden> 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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]