source: rtems/cpukit/automake/local.am @ 385b2e2

Last change on this file since 385b2e2 was 385b2e2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/18/03 at 12:58:44

2003-02-18 Ralf Corsepius <corsepiu@…>

  • automake/local.am: Introduce depend-gcc. Remove ${ARCH}.
  • automake/compile.am: Remove GCCSPECS, GCC_SPECS, CONFIG.CC, CC, CPP. Add ${ARCH}. depend-gcc.
  • aclocal/prog-cc.m4: Set up RTEMS_CPPFLAGS.
  • aclocal/env-rtemscpu.m4: Remove GCC_SPECS.
  • aclocal/env-rtemsbsp.m4: Remove GCC_SPECS.
  • Property mode set to 100644
File size: 559 bytes
RevLine 
[9ea3832c]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
11profile:
12        @echo
13        @echo "\"make profile\" is obsolete, instead use:"
14        @echo " make VARIANT=PROFILE"
15        @echo
16
17.PHONY: profile
18
19preinstall-am: $(PREINSTALL_FILES)
20preinstall: preinstall-am
21.PHONY: preinstall preinstall-am
22
[385b2e2]23depend-am: depend-gcc
[9ea3832c]24depend: depend-am
[385b2e2]25.PHONY: depend depend-am depend-gcc
[9ea3832c]26
27clean-local:
28        $(RM) -r o-optimize o-debug o-profile $(CLEANDIRS)
29        $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp Depends-o-profile.tmp
30
Note: See TracBrowser for help on using the repository browser.