source: rtems/automake/local.am @ 15eb411e

Last change on this file since 15eb411e was 15eb411e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/28/03 at 05:13:20

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

  • automake/compile.am: Introduce depend-gcc.
  • automake/lib.am: Remove stray comment.
  • automake/local.am: Introduce depend-gcc.
  • Property mode set to 100644
File size: 469 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
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
23depend-am: depend-gcc
24depend: depend-am
25.PHONY: depend depend-am depend-gcc
26
27PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
28
Note: See TracBrowser for help on using the repository browser.