summaryrefslogtreecommitdiffstats
path: root/c/src/tests/automake/local.am
diff options
context:
space:
mode:
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