From 742c5485bdfdd36c97bc95c7519d67b26483bd6e Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:35:23 +0000 Subject: [PATCH] lilypond-0.0.43 --- flower/include/Makefile | 18 ++++++++++++++++++ lib/include/Makefile | 10 ++-------- lily/include/Makefile | 11 ----------- make/Include.make | 41 ++++------------------------------------- 4 files changed, 24 insertions(+), 56 deletions(-) create mode 100644 flower/include/Makefile diff --git a/flower/include/Makefile b/flower/include/Makefile new file mode 100644 index 0000000000..e783a73603 --- /dev/null +++ b/flower/include/Makefile @@ -0,0 +1,18 @@ +# flower/lib/include/Makefile + +# subdir level: +# +depth = ../.. +# + +# generic stuff/Makefile +# +include ./$(depth)/make/Include.make +include ./$(depth)/flower/.version + +# identify module: +# +MODULE_NAME = flower + +# + diff --git a/lib/include/Makefile b/lib/include/Makefile index 7477d7a316..43a98084f3 100644 --- a/lib/include/Makefile +++ b/lib/include/Makefile @@ -8,16 +8,10 @@ depth = ../.. # identify module: # MODULE_NAME = lilypond -MAJOR_VERSION = $(TOPLEVEL_MAJOR_VERSION) -MINOR_VERSION = $(TOPLEVEL_MINOR_VERSION) -PATCH_LEVEL = $(TOPLEVEL_PATCH_LEVEL) -# use to send patches, always empty for released version: -MY_PATCH_LEVEL = $(TOPLEVEL_MY_PATCH_LEVEL) -build = ./$(depth)/lily/$(outdir)/.build -# # generic stuff/Makefile # + include ./$(depth)/make/Include.make -# + diff --git a/lily/include/Makefile b/lily/include/Makefile index 89f5b189e5..da392fe30f 100644 --- a/lily/include/Makefile +++ b/lily/include/Makefile @@ -8,16 +8,5 @@ depth = ../.. # identify module: # MODULE_NAME = lilypond -MAJOR_VERSION = $(TOPLEVEL_MAJOR_VERSION) -MINOR_VERSION = $(TOPLEVEL_MINOR_VERSION) -PATCH_LEVEL = $(TOPLEVEL_PATCH_LEVEL) -# use to send patches, always empty for released version: -MY_PATCH_LEVEL = $(TOPLEVEL_MY_PATCH_LEVEL) -build = ./$(depth)/lily/$(outdir)/.build -# - -# generic stuff/Makefile -# include ./$(depth)/make/Include.make -# diff --git a/make/Include.make b/make/Include.make index b8f1255cf2..0416201c78 100644 --- a/make/Include.make +++ b/make/Include.make @@ -1,4 +1,4 @@ -# + # project LilyPond -- the musical typesetter # title generic red tape for include/Makefile # file make/Include.make @@ -9,43 +9,10 @@ # identify module: # -NAME = generic-include -MAJOR_VERSION = $(TOPLEVEL_MAJOR_VERSION) -MINOR_VERSION = $(TOPLEVEL_MINOR_VERSION) -PATCH_LEVEL = $(TOPLEVEL_PATCH_LEVEL) -# use to send patches, always empty for released version: -MY_PATCH_LEVEL = $(TOPLEVEL_MY_PATCH_LEVEL) -build = ./$(depth)/lily/$(outdir)/.build -# -# generic variables: -# -include ./$(depth)/make/Variables.make -# - -# list of c++ header files: -# -HHFILES = $(shell ls *.hh $(ERROR_LOG)) -# - -# list of c++ inline files: -# -INLFILES = $(shell ls *.inl $(ERROR_LOG)) -# -# list of c++ template files: -# -TCCFILES = $(shell ls *.tcc $(ERROR_LOG)) -# - -# list of distribution files: -# -DISTFILES = Makefile $(HHFILES) $(INLFILES) $(TCCFILES) -# - -# generic targets and rules: -# +include ./$(depth)/make/Variables.make +include ./$(depth)/make/Version.make +include ./$(depth)/make/Files.make include ./$(depth)/make/Targets.make include ./$(depth)/make/Rules.make -# - -- 2.39.5