libtool/tests/Makefile.am
Alexandre Oliva 6dee8297df * ltmain.in (installed): new variable defined within a .la file,
so that libtool can now link already-installed libraries into a
	program.
	* NEWS: ditto
	* doc/libtool.texi (Linking executables): document it
1998-11-19 19:57:33 +00:00

26 lines
920 B
Makefile

## Process this file with automake to create Makefile.in -*-Makefile-*-
AUTOMAKE_OPTIONS = gnits
TESTS = demo-conf.test demo-make.test demo-exec.test \
demo-inst.test demo-unst.test hardcode.test \
ltdl-conf.test ltdl-make.test ltdl-inst.test \
ltdl-unst.test \
mdemo-conf.test mdemo-make.test mdemo-exec.test \
mdemo-inst.test mdemo-unst.test \
link.test link-2.test nomode.test \
quote.test sh.test suffix.test
# Be sure to reexport important environment variables.
TESTS_ENVIRONMENT = CC="$(CC)" CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" \
LD="$(LD)" NM="$(NM)" RANLIB="$(RANLIB)" LN_S="$(LN_S)"
EXTRA_DIST = defs $(TESTS)
# We need to remove any files that the above tests created.
clean-local:
-test -f ../demo/Makefile && cd ../demo && $(MAKE) distclean
-test -f ../mdemo/Makefile && cd ../mdemo && $(MAKE) distclean
-test -f ../libltdl/Makefile && cd ../libltdl && $(MAKE) distclean
rm -rf _inst