]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/Toplevel.make.in
release: 0.1.58
[lilypond.git] / make / Toplevel.make.in
index c058487bcb587b3e4db7cf040ac0b2448172ce91..f376ebc3138cc80cc08ce6d357d6405dd78a2e41 100644 (file)
@@ -17,7 +17,7 @@ depth = .
 #
 NAME = lilypond
 SUBDIRS = bin flower lib lily mf mi2mu debian\
-       Documentation init input tex make mutopia
+       Documentation init input tex make mutopia test
 include VERSION
 #
 
@@ -32,9 +32,6 @@ README_FILES = BUGS DEDICATION ANNOUNCE-0.1 ANNOUNCE \
  INSTALL.txt AUTHORS.txt PATCHES.txt
 EXTRA_DISTFILES = config.make.in config.hh.in .dstreamrc mudela-mode.el VERSION $(README_FILES) $(SCRIPTS) 
 
-# do not dist ./Makefile (is copied from make/Toplevel.make)
-DISTFILES:=$(EXTRA_DISTFILES)
-#
 
 
 # generic targets and rules:
@@ -44,11 +41,22 @@ include ./$(depth)/make/Variables.make
 include ./$(depth)/make/Targets.make
 include ./$(depth)/make/Rules.make
 
+#
+# override Variables.make:
+# do not dist ./Makefile (is copied from make/Toplevel.make)
+# 
+DISTFILES := $(EXTRA_DISTFILES)
+
+
+
 localdist: configure
 
 local-distclean: 
        rm -f config.hh config.make Makefile config.cache config.status config.log
 
+local-maintainerclean:
+       rm -f configure
+
 Makefile: make/Toplevel.make.in
        chmod +w $@
        echo '# WARNING WARNING WARNING WARNING' > $@