summaryrefslogtreecommitdiffstats
path: root/automake/local.am
blob: adff1cd9044771fef7176460874b9feb672f262d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## $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