Changeset ecb2755 in rtems for automake/local.am
- Timestamp:
- 04/19/99 13:44:03 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- db047f1
- Parents:
- b6529a3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
automake/local.am
rb6529a3 recb2755 2 2 3 3 ## NOTE: This is a temporary work-around to keep 4 ## "make debug" and "make debug_install"working.4 ## RTEMS's non automake standard make targets working. 5 5 ## Once automake is fully integrated these make targets 6 6 ## and this file will probably be removed 7 7 8 8 debug-am: 9 10 9 debug: debug-am 10 .PHONY: debug debug-am 11 11 12 12 debug_install-am: 13 14 13 debug_install: debug_install-am 15 16 .PHONY: debug debug_install debug-am 17 14 .PHONY: debug_install debug_install-am 18 15 19 16 profile-am: 20 21 17 profile: profile-am 18 .PHONY: profile profile-am 22 19 23 20 profile_install-am: 24 25 21 profile_install: profile_install-am 26 27 .PHONY: profile profile_install profile-am 28 22 .PHONY: profile_install profile_install-am 29 23 30 24 preinstall-am: 31 32 25 preinstall: preinstall-am 33 34 26 .PHONY: preinstall preinstall-am 35 27 28 clobber-am: 29 clobber: clobber-am 30 .PHONY: clobber clobber-am 31 32 depend-am: 33 depend: depend-am 34 .PHONY: depend depend-am
Note: See TracChangeset
for help on using the changeset viewer.