* demo/Makefile.am (CLEANFILES): clean EXTRA_* from deplibs-check

This commit is contained in:
Alexandre Oliva 1999-04-02 08:18:10 +00:00 committed by Alexandre Oliva
parent d05274cd86
commit c35bfe6de4
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,7 @@
1999-04-02 Alexandre Oliva <oliva@dcc.unicamp.br>
* 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

View File

@ -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