From: Alexandre Oliva Date: Fri, 2 Apr 1999 08:18:18 +0000 (+0000) Subject: * demo/Makefile.am (CLEANFILES): clean EXTRA_* from deplibs-check X-Git-Tag: release-1-3~84 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2e0ed98222a6bc6bf3ab2090e93c7cf15fe5dd07;p=thirdparty%2Flibtool.git * demo/Makefile.am (CLEANFILES): clean EXTRA_* from deplibs-check --- diff --git a/ChangeLog b/ChangeLog index b80da4cfe..db03a5f25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-04-02 Alexandre Oliva + * demo/Makefile.am (CLEANFILES): clean EXTRA_* from deplibs-check + * libtool.m4 (LDFLAGS, LIBS): pass them to ltconfig, for the tests that involve linking * Makefile.am (LDFLAGS, LIBS, libtool, clibtool): ditto diff --git a/demo/Makefile.am b/demo/Makefile.am index e0dc20fb0..893d10dac 100644 --- a/demo/Makefile.am +++ b/demo/Makefile.am @@ -120,7 +120,7 @@ hc-minusL: $(hell_OBJECTS) $(hell_DEPENDENCIES) # This is one of the essential tests for deplibs_check_method=pass_all. # If this one passes with pass_all, it is likely that pass_all works -noinst_LIBRARIES = libhell0.a +EXTRA_LIBRARIES = libhell0.a libhell0_a_SOURCES = hello.c foo.c EXTRA_LTLIBRARIES += libhell1.la libhell2.la libhell1_la_SOURCES = hell1.c @@ -135,4 +135,6 @@ EXTRA_PROGRAMS += hell0 hell0_SOURCES = main.c hell0_LDADD = libhell1.la libhell2.la $(LIBM) +CLEANFILES += $(EXTRA_LIBRARIES) $(EXTRA_LTLIBRARIES) $(EXTRA_PROGRAMS) + deplibs-check: hell0