From 55cc57602f79b052bcacfa99ad65a4449ef2a020 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:35:24 +0000 Subject: [PATCH] lilypond-0.0.43 --- make/Makefile | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/make/Makefile b/make/Makefile index 30fbad011d..1f8f6ca8c7 100644 --- a/make/Makefile +++ b/make/Makefile @@ -16,27 +16,17 @@ depth = .. # identify module: # NAME = make -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 -# -# list of generic make files: -# -MAKEFILES = $(shell ls *.make) -# # list of distribution files: # -DISTFILES = Configure_variables.make.in Makefile lilypond.spec.in $(MAKEFILES) +EXTRA_DISTFILES = Configure_variables.make.in lilypond.spec.in # # generic variables: # -include ./$(depth)/make/Variables.make +include ./$(depth)/make/Variables.make +include ./$(depth)/make/Files.make # # generic targets and rules: @@ -45,5 +35,5 @@ include ./$(depth)/make/Targets.make include ./$(depth)/make/Rules.make # -lilypond.spec: lilypond.spec.in - sed 's/@TOPLEVEL_VERSION@/${TOPLEVEL_VERSION}/g'< $< > $@ \ No newline at end of file +lilypond.spec: lilypond.spec.in $(depth)/.version + sed 's/@TOPLEVEL_VERSION@/${TOPLEVEL_VERSION}/g'< $< > $@ -- 2.39.5