]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/Makefile
release: 0.0.78
[lilypond.git] / lily / Makefile
index 9d63dbc469d6d17610bd98ebf5c34c485b520336..65065454be5433eb38ffe361cb53610b2d355b46 100644 (file)
@@ -16,8 +16,7 @@ depth = ..
 #
 include Stable.make
 include ./$(depth)/make/Variables.make
-include ./$(depth)/make/Files.make 
-include .version
+include VERSION
 #
 
 # identify module:
@@ -34,7 +33,7 @@ SUBDIRS = include
 
 # list of distribution files:
 #
-EXTRA_DISTFILES = .version 
+EXTRA_DISTFILES = VERSION 
 #
 
 # list of custom libraries:
@@ -46,10 +45,9 @@ MODULE_LIBES= -llily -lflower
 
 # main target of this module:
 #
-MAINTARGET = $(lily_bindir)/$(EXECUTABLE)# huh?
-
-default: $(MAINTARGET)
+default: $(EXECUTABLE)
 #
+include ./$(depth)/make/Files.make 
 
 # generic targets and rules:
 #
@@ -63,13 +61,11 @@ $(outdir)/lexer.cc: $(outdir)/parser.hh
 
 #
 
-# list of depend files:
-#
-DEPFILES = $(wildcard $(depdir)/*.dep)
-#
 
-# auto dependencies:
-#
--include /dev/null $(DEPFILES)
-#
+localclean:
+       rm -f $(outdir)/parser.* $(outdir)/lexer.cc
+
+#should merge with mi2mu rule
+localinstall: installexe
 
+localuninstall: uninstallexe