From 4d8f15de95a93d0bf3d2eb13bb66c54e80ba9648 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:08:37 +0000 Subject: [PATCH] lilypond-0.1.57 --- input/Makefile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 input/Makefile diff --git a/input/Makefile b/input/Makefile new file mode 100644 index 0000000000..45c1320de0 --- /dev/null +++ b/input/Makefile @@ -0,0 +1,25 @@ +# input/Makefile + +# subdir level: +# +depth = .. +# + +build = ./$(depth)/lily/$(outdir)/.build + +# generic stuff/Makefile +# +include ./$(depth)/make/Include.make +# + +# list of distribution files: +# +LYFILES = $(wildcard *.ly) +TEXFILES = $(wildcard *.tex) +M4FILES = $(wildcard *.m4) +DISTFILES = Makefile TODO $(LYFILES) $(TEXFILES) $(wildcard *.m4) +# + +OUTFILES = $(addprefix $(outdir)/,$(M4FILES:%.m4=%)) + +all: $(OUTFILES) -- 2.39.5