summaryrefslogtreecommitdiffstats
path: root/c/src/exec/automake/local.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/automake/local.am')
-rw-r--r--c/src/exec/automake/local.am38
1 files changed, 38 insertions, 0 deletions
diff --git a/c/src/exec/automake/local.am b/c/src/exec/automake/local.am
new file mode 100644
index 0000000000..ca146e837e
--- /dev/null
+++ b/c/src/exec/automake/local.am
@@ -0,0 +1,38 @@
+## $Id$
+
+debug:
+ @echo
+ @echo "\"make debug\" is obsolete, instead use:"
+ @echo " make VARIANT=DEBUG"
+ @echo
+
+.PHONY: debug
+
+profile:
+ @echo
+ @echo "\"make profile\" is obsolete, instead use:"
+ @echo " make VARIANT=PROFILE"
+ @echo
+
+.PHONY: profile
+
+preinstall-am: $(PREINSTALL_FILES)
+preinstall: preinstall-am
+.PHONY: preinstall preinstall-am
+
+depend-am:
+depend: depend-am
+.PHONY: depend depend-am
+
+${ARCH}:
+ mkdir ${ARCH}
+
+clean-local:
+ $(RM) -r o-optimize o-debug o-profile $(CLEANDIRS)
+ $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp Depends-o-profile.tmp
+
+distclean-local:
+ $(RM) Depends-o-optimize Depends-o-debug Depends-o-profile
+
+PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
+