source: rtems/automake/local.am @ d46ec86

4.104.114.84.95
Last change on this file since d46ec86 was 159efe9f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/20/03 at 12:48:47

2003-01-20 Ralf Corsepius <corsepiu@…>

  • automake/local.am: Remove distclean-local.
  • Property mode set to 100644
File size: 610 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:
24depend: depend-am
25.PHONY: depend depend-am
26
27${ARCH}:
28        mkdir ${ARCH}
29
30clean-local:
31        $(RM) -r o-optimize o-debug o-profile $(CLEANDIRS)
32        $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp Depends-o-profile.tmp
33
34PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
35
Note: See TracBrowser for help on using the repository browser.