From b026eff294244c5ed8074cd9d201caf731b6e2aa Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:35:39 +0000 Subject: [PATCH] lilypond-0.0.43 --- flower/Makefile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/flower/Makefile b/flower/Makefile index a4ee94bd5d..f24e0f3d24 100644 --- a/flower/Makefile +++ b/flower/Makefile @@ -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 -- 2.39.5