summaryrefslogtreecommitdiffstats
path: root/cpukit/automake/local.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-06-15 05:29:18 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-06-15 05:29:18 +0000
commit9ea3832c6cec1db5fc6c72862e2c9fad5e738431 (patch)
treeb0296c93ed4703b311f08c9474fd3d0fd4351eb6 /cpukit/automake/local.am
parent2002-06-14 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-9ea3832c6cec1db5fc6c72862e2c9fad5e738431.tar.bz2
Copied over from the automake/
Diffstat (limited to '')
-rw-r--r--cpukit/automake/local.am38
1 files changed, 38 insertions, 0 deletions
diff --git a/cpukit/automake/local.am b/cpukit/automake/local.am
new file mode 100644
index 0000000000..ca146e837e
--- /dev/null
+++ b/cpukit/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
+