source: rtems/automake/host.am @ 1ea70d78

4.104.114.84.95
Last change on this file since 1ea70d78 was df49c60, checked in by Joel Sherrill <joel.sherrill@…>, on 06/12/00 at 15:00:15

Merged from 4.5.0-beta3a

  • Property mode set to 100644
File size: 586 bytes
RevLine 
[df49c60]1## $Id$
2
3## NOTE: This is a temporary work-around to keep
4## RTEMS's non automake standard make targets working.
5## Once automake is fully integrated these make targets
6## and this file will probably be removed
7
8debug:
9        @echo
10        @echo "\"make debug\" is obsolete, instead use:"
11        @echo " make VARIANT=DEBUG"
12        @echo
13
14.PHONY: debug
15
16profile:
17        @echo
18        @echo "\"make profile\" is obsolete, instead use:"
19        @echo " make VARIANT=PROFILE"
20        @echo
21
22preinstall-am: $(PREINSTALL_FILES)
23preinstall: preinstall-am
24.PHONY: preinstall preinstall-am
25
26depend-am:
27depend: depend-am
28.PHONY: depend depend-am
Note: See TracBrowser for help on using the repository browser.