summaryrefslogtreecommitdiffstats
path: root/c/src/tests/automake/host.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/host.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/host.am')
-rw-r--r--c/src/tests/automake/host.am22
1 files changed, 22 insertions, 0 deletions
diff --git a/c/src/tests/automake/host.am b/c/src/tests/automake/host.am
new file mode 100644
index 0000000000..7c31aacc22
--- /dev/null
+++ b/c/src/tests/automake/host.am
@@ -0,0 +1,22 @@
+## $Id$
+
+## NOTE: This is a temporary work-around to keep
+## RTEMS's non automake standard make targets working.
+## Once automake is fully integrated these make targets
+## and this file will probably be removed
+
+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