source: rtems/automake/local.am @ 7423766b

4.104.114.84.95
Last change on this file since 7423766b 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
RevLine 
[8cdb582]1## $Id$
[9b8baa1]2
[df49c60]3debug:
4        @echo
5        @echo "\"make debug\" is obsolete, instead use:"
6        @echo " make VARIANT=DEBUG"
7        @echo
8
9.PHONY: debug
10
[9608320]11preinstall-am: $(PREINSTALL_FILES)
[8cdb582]12preinstall: preinstall-am
13.PHONY: preinstall preinstall-am
[9b8baa1]14
[ecb2755]15depend-am:
16depend: depend-am
17.PHONY: depend depend-am
[df49c60]18
19${ARCH}:
20        mkdir ${ARCH}
21
22clean-local:
[acd7c408]23        $(RM) -r o-optimize o-debug $(CLEANDIRS)
24        $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp
[df49c60]25
26PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
[1ea70d78]27
Note: See TracBrowser for help on using the repository browser.