automake
[Top][All Lists]
Advanced

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

Re: Feature request.


From: Robert Collins
Subject: Re: Feature request.
Date: Mon, 26 Mar 2001 21:00:49 +1000

----- Original Message -----
From: "Akim Demaille" <address@hidden>
To: "Robert Collins" <address@hidden>
Cc: <address@hidden>
Sent: Monday, March 26, 2001 9:11 PM
Subject: Re: Feature request.


>
> | I haven't dug into automakes internals.. or I'd consider hacking
this up
> | myself. It seems to me that a useful feature would be a DEFINES
primary
> | that allows extra DEFINES on a per program basis.
> |
> | i.e (drawing on a similar example in the documentation)
> | instead of
> | bin_PROGRAMS = etags ctags
> | ctags_SOURCES =
> | ctags_LDADD = ctags.o
> |
> | etags.o: etags.c
> |         $(COMPILE) -DETAGS_REGEXPS -c etags.c
> |
> | ctags.o: etags.c
> |         $(COMPILE) -DCTAGS -o ctags.o -c etags.c
> |
> | we could do
> | bin_PROGRAMS = etags ctags
> | ctags_SOURCES = etags.c
> | ctags_DEFINES = -DCTAGS
> | etags_DEFINES = -DETAGS_REGEXPS
>
> IIRC, there is already _CFLAGS support, which should be enough.  Am I
> missing something?  See tests/specflags*.test.
>

Thanks, I will do that.

Rob




reply via email to

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