From 9ea3832c6cec1db5fc6c72862e2c9fad5e738431 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 15 Jun 2002 05:29:18 +0000 Subject: Copied over from the automake/ --- cpukit/automake/local.am | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 cpukit/automake/local.am (limited to 'cpukit/automake/local.am') 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 + -- cgit v1.2.3