source: rtems/automake/local.am @ 29d82b25

4.104.114.84.95
Last change on this file since 29d82b25 was 1ea70d78, checked in by Joel Sherrill <joel.sherrill@…>, on 09/12/00 at 20:54:13

2000-09-12 Ralf Corsepius <corsepiu@…>

  • aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
  • aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28, add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
  • automake/compile.am: Replaced.
  • automake/local.am: Remove building variant handling.
  • Property mode set to 100644
File size: 688 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
34distclean-local:
35        $(RM) Depends-o-optimize Depends-o-debug Depends-o-profile
36
37PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
38
Note: See TracBrowser for help on using the repository browser.