summaryrefslogblamecommitdiffstats
path: root/automake/local.am
blob: b1d76136847b2bc96450bbf55d6359ab7c01ef6b (plain) (tree)

























                                                       
# $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