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
|
1997-06-23 04:00:03 +08:00
|
|
|
TESTS = assign.test demo-conf.test $(makesequence) \
|
1997-07-01 12:38:32 +08:00
|
|
|
if.test 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
|