source: rtems/testsuites/automake/local.am @ 4cd2df9

4.104.114.84.95
Last change on this file since 4cd2df9 was 4cd2df9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 16:24:45

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

  • automake/compile.am, automake/host.am, automake/leaf.am automake/local.am, automake/subdirs.am: New (copied from ../../../automake).
  • Property mode set to 100644
File size: 322 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
11preinstall-am: $(PREINSTALL_FILES)
12preinstall: preinstall-am
13.PHONY: preinstall preinstall-am
14
15depend-am:
16depend: depend-am
17.PHONY: depend depend-am
18
19PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
Note: See TracBrowser for help on using the repository browser.