summaryrefslogtreecommitdiffstats
path: root/automake/local.am
diff options
context:
space:
mode:
Diffstat (limited to 'automake/local.am')
-rw-r--r--automake/local.am26
1 files changed, 26 insertions, 0 deletions
diff --git a/automake/local.am b/automake/local.am
new file mode 100644
index 0000000000..b1d7613684
--- /dev/null
+++ b/automake/local.am
@@ -0,0 +1,26 @@
+# $Id$
+
+# NOTE: This is a temporary work-around to keep
+# "make debug" and "make debug_install" working.
+# Once automake is fully integrated these make targets
+# and this file will probably be removed
+
+debug-am:
+
+debug: debug-am
+
+debug_install-am:
+
+debug_install: debug_install-am
+
+
+profile-am:
+
+profile: profile-am
+
+profile_install-am:
+
+profile_install: profile_install-am
+
+
+.PHONY: debug debug_install profile profile_install