From: fred Date: Sun, 24 Mar 2002 19:35:39 +0000 (+0000) Subject: lilypond-0.0.43 X-Git-Tag: release/1.5.59~5169 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b026eff294244c5ed8074cd9d201caf731b6e2aa;p=lilypond.git lilypond-0.0.43 --- 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