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