source: rtems/c/src/automake/host.am @ bd5efa92

4.104.114.84.95
Last change on this file since bd5efa92 was 11a26b9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 09:13:33

2003-08-16 Ralf Corsepius <corsepiu@…>

  • automake/compile.am, automake/force-preinstall.am, automake/host.am, automake/lib.am, automake/local.am, automake/subdirs.am: New (copied from ../../automake).
  • Property mode set to 100644
File size: 479 bytes
Line 
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
16preinstall-am: $(PREINSTALL_FILES)
17preinstall: preinstall-am
18.PHONY: preinstall preinstall-am
19
20depend-am:
21depend: depend-am
22.PHONY: depend depend-am
Note: See TracBrowser for help on using the repository browser.