missing feature: CFLAGS per library compilation unit

2005-07-04 Thread Bruno Haible
In this Makefile.am, = lib_LTLIBRARIES = libfoo.la libfoo_la_SOURCES = bar.c baz.c = How can I define additional CFLAGS that apply to bar.lo but not to baz.lo? I would have needed thi

Re: missing feature: CFLAGS per library compilation unit

2005-07-19 Thread Alexandre Duret-Lutz
>>> "Bruno" == Bruno Haible <[EMAIL PROTECTED]> writes: [...] Bruno> How can I define additional CFLAGS that apply to bar.lo Bruno> but not to baz.lo? [...] Bruno> How can I define additional CFLAGS that apply to foo.o and bar.o Bruno> but not to common.o? [...] Using convenience (libtool or n