mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
16 lines
486 B
Makefile
16 lines
486 B
Makefile
## Process this file with automake to create Makefile.in -*-Makefile-*-
|
|
|
|
AUTOMAKE_OPTIONS = gnits
|
|
|
|
makesequence = demo-make.test demo-exec.test \
|
|
demo-inst.test demo-unst.test hardcode.test
|
|
TESTS = assign.test demo-conf.test $(makesequence) \
|
|
if.test link.test link-2.test suffix.test test-e.test
|
|
|
|
EXTRA_DIST = defs tlibtool $(TESTS)
|
|
|
|
# We need to remove any files that the above tests created.
|
|
clean-local:
|
|
-test -f ../demo/Makefile && cd ../demo && $(MAKE) distclean
|
|
rm -rf =inst
|