automake
[Top][All Lists]
Advanced

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

Re: per-directory options


From: Ralf Wildenhues
Subject: Re: per-directory options
Date: Thu, 18 Sep 2008 23:31:58 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

Hello,

* NightStrike wrote on Thu, Sep 18, 2008 at 08:01:19PM CEST:
> Does automake yet support doing something like this?:
> 
> mylibdir_LIBRARIES=liba.a libb.b
> mylibdir_CPPFLAGS=-m32
> 
> mylibdir_liba_a_SOURCES=a.c
> mylibdir_libb_a_SOURCES=b.c
> 
> that is, allowing me to avoid the two lines:
> 
> mylibdir_liba_a_CPPFLAGS=-m32
> mylibdir_libb_a_CPPFLAGS=-m32

No, I'm afraid.

> I know I ask about it a lot, and I remember seeing posts about it
> awhile ago that looked promising regarding getting that feature.

Hmm.  Were there patches?  I don't remember any.

I assume using subdir Makefiles together with AM_CPPFLAGS is out of the
question for you, right?

Cheers,
Ralf




reply via email to

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