]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.64
authorfred <fred>
Sun, 24 Mar 2002 19:40:41 +0000 (19:40 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:40:41 +0000 (19:40 +0000)
lily/Makefile
mi2mu/Makefile

index 01503659df47cfc093f297becba8a76759df453d..08088271ffa95932e738483c771b8beb82aa3869 100644 (file)
@@ -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
index 1009a20bc4a49e5497ba36eede745aa2fe2efcda..1afa1ac1f82649a9186100f9cf8886b21670c37b 100644 (file)
@@ -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