mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-23 15:19:27 +08:00
* demo/Makefile.am (CLEANFILES): clean EXTRA_* from deplibs-check
This commit is contained in:
parent
d05274cd86
commit
c35bfe6de4
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user