]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.43
authorfred <fred>
Sun, 24 Mar 2002 19:35:39 +0000 (19:35 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:35:39 +0000 (19:35 +0000)
flower/Makefile

index a4ee94bd5ddbc4f66414c62754f70d04b1fe53a1..f24e0f3d24f766dc441e64ab058120c060ce61c3 100644 (file)
@@ -19,28 +19,29 @@ NAME = flower
 MODULE_NAME = flower
 #
 # edit .version only
-include ./$(depth)/flower/.version
 include ./$(depth)/.version
-build = ./$(depth)/flower/$(outdir)/.build
-#
+include ./$(depth)/flower/.version
 
 # generic variables:
 #
-include ./$(depth)/make/Variables.make 
-#
+include ./$(depth)/make/Variables.make
+include ./$(depth)/make/Files.make 
 
+#
+CXXFLAGS+=-O2
 # descent order into subdirectories:
 #
-SUBDIRS = lib test
+SUBDIRS = include test 
 #
 
 # list of distribution files:
 #
 SCRIPTS = 
 README_FILES = NEWS README TODO
-DISTFILES= configure config.hh.in configure.in Makefile .version $(README_FILES) $(SCRIPTS)
+EXTRA_DISTFILES= configure config.hh.in configure.in .version $(README_FILES) $(SCRIPTS)
 #
 
+
 # generic targets and rules:
 #
 include ./$(depth)/make/Targets.make