* NightStrike wrote on Tue, Nov 06, 2007 at 07:02:55PM CET: > > Is it possible to specify something like foo_CFLAGS for all libraries > that get installed into that directory, but not affect the general > case? Now yes, I can define my own variable called as such and > include it on the CFLAGS line of every library installed into foo. I > am looking for a more automated way, however.
You could just use one Makefile per foodir, and then set AM_CFLAGS in each one. Yeah, I guessed that you did not want to hear that. Cheers, Ralf
