source: rtems/automake/local.am @ e1d8abb

4.104.114.84.95
Last change on this file since e1d8abb was e1d8abb, checked in by Joel Sherrill <joel.sherrill@…>, on 09/07/99 at 13:45:03

Applied patch rtems-rc-19990820-6.diff.gz from
Ralf Corsepius <corsepiu@…> which converted many
Makefile.in's to Makefile.am's. This added a lot of files.

  • Property mode set to 100644
File size: 473 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-am:
9debug: debug-am
10.PHONY: debug debug-am
11
12profile-am:
13profile: profile-am
14.PHONY: profile profile-am
15
16preinstall-am: $(TMPINSTALL_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.