source: rtems/automake/local.am @ ecb2755

4.104.114.84.95
Last change on this file since ecb2755 was ecb2755, checked in by Joel Sherrill <joel.sherrill@…>, on 04/19/99 at 13:44:03

Patch from Ralf Corsepius <corsepiu@…> to address this:

  • RTEMS's 'make depend' isn't a standard automake make target and is not

supported in automake supported subdirectories.

  • Property mode set to 100644
File size: 703 bytes
RevLine 
[8cdb582]1## $Id$
[9b8baa1]2
[8cdb582]3## NOTE: This is a temporary work-around to keep
[ecb2755]4## RTEMS's non automake standard make targets working.
[8cdb582]5## Once automake is fully integrated these make targets
6## and this file will probably be removed
[9b8baa1]7
8debug-am:
9debug: debug-am
[ecb2755]10.PHONY: debug debug-am
[9b8baa1]11
12debug_install-am:
13debug_install: debug_install-am
[ecb2755]14.PHONY: debug_install debug_install-am
[9b8baa1]15
16profile-am:
17profile: profile-am
[ecb2755]18.PHONY: profile profile-am
[9b8baa1]19
20profile_install-am:
21profile_install: profile_install-am
[ecb2755]22.PHONY: profile_install profile_install-am
[8cdb582]23
24preinstall-am:
25preinstall: preinstall-am
26.PHONY: preinstall preinstall-am
[9b8baa1]27
[ecb2755]28clobber-am:
29clobber: clobber-am
30.PHONY: clobber clobber-am
31
32depend-am:
33depend: depend-am
34.PHONY: depend depend-am
Note: See TracBrowser for help on using the repository browser.