From: fred Date: Sun, 24 Mar 2002 19:40:41 +0000 (+0000) Subject: lilypond-0.0.64 X-Git-Tag: release/1.5.59~4875 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2e1cb2570647cf1bcd08401e0e23623eb8cdc99a;p=lilypond.git lilypond-0.0.64 --- diff --git a/lily/Makefile b/lily/Makefile index 01503659df..08088271ff 100644 --- a/lily/Makefile +++ b/lily/Makefile @@ -46,9 +46,7 @@ MODULE_LIBES= -llily -lflower # main target of this module: # -MAINTARGET = $(lily_bindir)/$(EXECUTABLE)# huh? - -default: $(MAINTARGET) +default: $(EXECUTABLE) # # generic targets and rules: @@ -76,3 +74,8 @@ DEPFILES = $(wildcard $(depdir)/*.dep) localclean: rm -f $(outdir)/parser.* $(outdir)/lexer.cc + +#should merge with mi2mu rule +localinstall: installexe + +localuninstall: uninstallexe diff --git a/mi2mu/Makefile b/mi2mu/Makefile index 1009a20bc4..1afa1ac1f8 100644 --- a/mi2mu/Makefile +++ b/mi2mu/Makefile @@ -50,14 +50,9 @@ MODULE_LIBDEPS=check-flower-deps check-lily-deps MODULE_LIBES=-llily -lflower # -# main target of this module: -# -# MAINTARGET = $(EXECUTABLE) -# MAINTARGET = $(LIBRARY) -MAINTARGET = $(lily_bindir)/$(EXECUTABLE)# huh? -# MAINTARGET = $(libdir)/$(LIBRARY)# huh? -default: $(MAINTARGET) +default: $(EXECUTABLE) + # # generic targets and rules: @@ -82,3 +77,6 @@ DEPFILES = $(wildcard $(depdir)/*.dep) localclean: rm -f $(outdir)/{midi-parser,midi-lexer}.* +localinstall: installexe + +localuninstall: uninstallexe