source: rtems/cpukit/automake/local.am @ a0d2c79a

Last change on this file since a0d2c79a was 08df9a21, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/23/03 at 22:21:24

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

  • automake/local.am: Remove distclean-local. Remove PROJECT_TOOLS.
  • Property mode set to 100644
File size: 562 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
Note: See TracBrowser for help on using the repository browser.