source: rtems/automake/local.am @ f4e204c

4.104.114.84.95
Last change on this file since f4e204c was acd7c408, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/27/03 at 13:47:02

2003-05-27 Ralf Corsepius <corsepiu@…>

PR 321:

  • aclocal/check-bsp-cache.m4: Remove support for profile-variant.
  • aclocal/env-rtemsbsp.m4
  • automake/compile.am
  • automake/host.am
  • automake/local.am
  • Property mode set to 100644
File size: 454 bytes
Line 
1## $Id$
2
3debug:
4        @echo
5        @echo "\"make debug\" is obsolete, instead use:"
6        @echo " make VARIANT=DEBUG"
7        @echo
8
9.PHONY: debug
10
11preinstall-am: $(PREINSTALL_FILES)
12preinstall: preinstall-am
13.PHONY: preinstall preinstall-am
14
15depend-am:
16depend: depend-am
17.PHONY: depend depend-am
18
19${ARCH}:
20        mkdir ${ARCH}
21
22clean-local:
23        $(RM) -r o-optimize o-debug $(CLEANDIRS)
24        $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp
25
26PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
27
Note: See TracBrowser for help on using the repository browser.