- Timestamp:
- 04/12/99 15:41:33 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 82f490f
- Parents:
- d115315
- Location:
- automake
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
automake/local.am
rd115315 r8cdb582 1 # $Id$1 ## $Id$ 2 2 3 # NOTE: This is a temporary work-around to keep4 # "make debug" and "make debug_install" working.5 # Once automake is fully integrated these make targets6 # and this file will probably be removed3 ## NOTE: This is a temporary work-around to keep 4 ## "make debug" and "make debug_install" working. 5 ## Once automake is fully integrated these make targets 6 ## and this file will probably be removed 7 7 8 8 debug-am: … … 13 13 14 14 debug_install: debug_install-am 15 16 .PHONY: debug debug_install debug-am 15 17 16 18 … … 23 25 profile_install: profile_install-am 24 26 27 .PHONY: profile profile_install profile-am 25 28 26 .PHONY: debug debug_install profile profile_install 29 30 preinstall-am: 31 32 preinstall: preinstall-am 33 34 .PHONY: preinstall preinstall-am 35 -
automake/subdirs.am
rd115315 r8cdb582 1 # $Id$1 ## $Id$ 2 2 3 # Borrowed from automake-1.4, adapted to support RTEMS's4 # "make debug", "make debug_install", "make profile", "make profile_install"3 ## Borrowed from automake-1.4, adapted to support RTEMS's 4 ## "make debug", "make debug_install", "make profile", "make profile_install" 5 5 6 # NOTE: This is a temporary work-around to keep7 # "make debug" and "make debug_install" working.8 # Once automake is fully integrated these make targets9 # and this file will probably be removed6 ## NOTE: This is a temporary work-around to keep 7 ## "make debug" and "make debug_install" working. 8 ## Once automake is fully integrated these make targets 9 ## and this file will probably be removed 10 10 11 11 preinstall-recursive \ 12 12 debug-recursive debug_install-recursive \ 13 13 profile-recursive profile_install-recursive: … … 40 40 profile_install: profile_install-recursive 41 41 42 preinstall: preinstall-recursive 43 42 44 .PHONY: \ 43 debug debug-recursive debug_install \ 44 profile profile-recursive profile_install 45 debug debug-recursive \ 46 debug_install \ 47 profile profile-recursive \ 48 profile_install \ 49 preinstall preinstall-recursive
Note: See TracChangeset
for help on using the changeset viewer.