summaryrefslogtreecommitdiffstats
path: root/testsuites/automake/host.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/automake/host.am')
-rw-r--r--testsuites/automake/host.am22
1 files changed, 22 insertions, 0 deletions
diff --git a/testsuites/automake/host.am b/testsuites/automake/host.am
new file mode 100644
index 0000000000..7c31aacc22
--- /dev/null
+++ b/testsuites/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