summaryrefslogtreecommitdiffstats
path: root/c/src/automake/local.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-16 09:13:33 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-16 09:13:33 +0000
commit11a26b990805fcfad7bc12c6813f19bddaa88f32 (patch)
treebce15e8760797bd729b12c07bcd457c31d38bb0a /c/src/automake/local.am
parentCorrect PR number. (diff)
downloadrtems-11a26b990805fcfad7bc12c6813f19bddaa88f32.tar.bz2
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am, automake/force-preinstall.am, automake/host.am, automake/lib.am, automake/local.am, automake/subdirs.am: New (copied from ../../automake).
Diffstat (limited to 'c/src/automake/local.am')
-rw-r--r--c/src/automake/local.am19
1 files changed, 19 insertions, 0 deletions
diff --git a/c/src/automake/local.am b/c/src/automake/local.am
new file mode 100644
index 0000000000..cfd96cf048
--- /dev/null
+++ b/c/src/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