summaryrefslogblamecommitdiffstats
path: root/cpukit/automake/local.am
blob: 165142bc0176a6f2826cbaaadfb040d92cdbba19 (plain) (tree)
































                                                                              
## $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