1997-04-02 03:53:01 +08:00
|
|
|
## Process this file with automake to create Makefile.in -*-Makefile-*-
|
1997-04-02 02:29:23 +08:00
|
|
|
|
|
|
|
AUTOMAKE_OPTIONS = gnits
|
|
|
|
|
1997-04-02 03:21:43 +08:00
|
|
|
makesequence = demo-make.test demo-exec.test \
|
|
|
|
demo-inst.test demo-unst.test hardcode.test
|
|
|
|
TESTS = demo-conf.test $(makesequence) \
|
|
|
|
link.test link-2.test suffix.test test-e.test
|
1997-04-02 02:29:23 +08:00
|
|
|
|
1997-04-02 03:00:38 +08:00
|
|
|
EXTRA_DIST = defs tlibtool $(TESTS)
|
1997-04-02 03:02:08 +08:00
|
|
|
|
|
|
|
# We need to remove any files that the above tests created.
|
1997-04-02 03:19:30 +08:00
|
|
|
clean-local:
|
1997-04-02 03:18:28 +08:00
|
|
|
-test -f ../demo/Makefile && cd ../demo && $(MAKE) distclean
|
1997-04-02 03:02:08 +08:00
|
|
|
rm -rf =inst
|