forked from Imagelibrary/rtems
Ralf Corsepius <corsepiu@faw.uni-ulm.de> which converted many Makefile.in's to Makefile.am's. This added a lot of files.
23 lines
473 B
Plaintext
23 lines
473 B
Plaintext
## $Id$
|
|
|
|
## NOTE: This is a temporary work-around to keep
|
|
## RTEMS's non automake standard make targets working.
|
|
## Once automake is fully integrated these make targets
|
|
## and this file will probably be removed
|
|
|
|
debug-am:
|
|
debug: debug-am
|
|
.PHONY: debug debug-am
|
|
|
|
profile-am:
|
|
profile: profile-am
|
|
.PHONY: profile profile-am
|
|
|
|
preinstall-am: $(TMPINSTALL_FILES)
|
|
preinstall: preinstall-am
|
|
.PHONY: preinstall preinstall-am
|
|
|
|
depend-am:
|
|
depend: depend-am
|
|
.PHONY: depend depend-am
|