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