]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/Makefile
release: 1.0.3
[lilypond.git] / lily / Makefile
index 7da45565b8ccabb3b3f7aecbd96c0bd19b58e62e..d5464bf1479ea5e1a91495acc3b38dea17156f4d 100644 (file)
@@ -9,12 +9,9 @@ SUBDIRS = include
 EXTRA_DIST_FILES = VERSION 
 MODULE_LIBS=$(depth)/lib $(depth)/flower
 
-include $(depth)/make/Stepmake.make 
-include $(stepdir)/C++.make
-include $(stepdir)/Executable.make
+MAKEFILES=C++ Executable 
 
-include Stable.make
-include VERSION
+include $(depth)/make/Stepmake.make 
 
 # force these: Make can't know these have to be generated in advance
 my-lily-lexer.cc: $(outdir)/parser.hh
@@ -26,5 +23,7 @@ $(outdir)/lily-version.o: $(outdir)/version.hh
 $(outdir)/main.o: $(outdir)/BLURB.hh $(outdir)/COPERTINA.hh $(outdir)/FLAPTEKST.hh
 
 
+# ugh . -> $(outdir)
 VERSION: $(depth)/VERSION
        cp $< $@
+