summaryrefslogtreecommitdiffstats
path: root/automake/local.am
blob: b1d76136847b2bc96450bbf55d6359ab7c01ef6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $Id$

# NOTE: This is a temporary work-around to keep 
# "make debug" and "make debug_install" working.
# Once automake is fully integrated these make targets 
# and this file will probably be removed

debug-am:

debug: debug-am

debug_install-am:

debug_install: debug_install-am


profile-am:

profile: profile-am

profile_install-am:

profile_install: profile_install-am


.PHONY: debug debug_install profile profile_install