summaryrefslogtreecommitdiffstats
path: root/c/src/tests/automake/local.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-16 16:24:45 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-16 16:24:45 +0000
commit4cd2df93b5212bdd371b97e073f33aa909a7d29e (patch)
treed7ef1580a248c97539cfff217918028a7f6a4721 /c/src/tests/automake/local.am
parent2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-4cd2df93b5212bdd371b97e073f33aa909a7d29e.tar.bz2
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am, automake/host.am, automake/leaf.am automake/local.am, automake/subdirs.am: New (copied from ../../../automake).
Diffstat (limited to 'c/src/tests/automake/local.am')
-rw-r--r--c/src/tests/automake/local.am19
1 files changed, 19 insertions, 0 deletions
diff --git a/c/src/tests/automake/local.am b/c/src/tests/automake/local.am
new file mode 100644
index 0000000000..cfd96cf048
--- /dev/null
+++ b/c/src/tests/automake/local.am
@@ -0,0 +1,19 @@
+## $Id$
+
+debug:
+ @echo
+ @echo "\"make debug\" is obsolete, instead use:"
+ @echo " make VARIANT=DEBUG"
+ @echo
+
+.PHONY: debug
+
+preinstall-am: $(PREINSTALL_FILES)
+preinstall: preinstall-am
+.PHONY: preinstall preinstall-am
+
+depend-am:
+depend: depend-am
+.PHONY: depend depend-am
+
+PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools