+2004-09-18 Alexandre Duret-Lutz <adl@gnu.org>,
+ Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+ * demo/Makefile.am, pdemo/Makefile.am: Use per-target CFLAGS
+ only for the Libtool-built objects, so that automake won't
+ complain about missing AM_PROG_CC_C_O but still compile Libtool-
+ and non-Libtool objects into different names.
+
2004-09-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* ltdl.c (memcpy, memmove): Fix pre-ANSI replacement functions
# Build a libtool library, libhello.la for installation in libdir.
lib_LTLIBRARIES = libhello.la
libhello_la_SOURCES = hello.c foo.c
+libhello_la_CFLAGS = $(AM_CFLAGS)
libhello_la_LIBADD = $(LIBM)
libhello_la_LDFLAGS = -no-undefined -version-info 3:12:1
# If this one passes with pass_all, it is likely that pass_all works
EXTRA_LIBRARIES = libhell0.a
libhell0_a_SOURCES = hello.c foo.c
-libhell0_a_CFLAGS = $(AM_CFLAGS)
EXTRA_LTLIBRARIES = libhell1.la libhell2.la
libhell1_la_SOURCES = hell1.c
libhell1_la_LIBADD = -L. -lhell0
# Build a libtool library, libhello.la for installation in libdir.
lib_LTLIBRARIES = libhello.la
libhello_la_SOURCES = longer_file_name_hello.c longer_file_name_foo.c longer_file_name_foo2.c
+libhello_la_CFLAGS = $(AM_CFLAGS)
libhello_la_LIBADD = $(LIBM)
libhello_la_LDFLAGS = -no-undefined -version-info 3:12:1
# If this one passes with pass_all, it is likely that pass_all works
EXTRA_LIBRARIES = libhell0.a
libhell0_a_SOURCES = longer_file_name_hello.c longer_file_name_foo.c
-libhell0_a_CFLAGS = $(AM_CFLAGS)
EXTRA_LTLIBRARIES = libhell1.la libhell2.la
libhell1_la_SOURCES = longer_file_name_hell1.c
libhell1_la_LIBADD = -L. -lhell0