From: fred Date: Sun, 24 Mar 2002 20:08:37 +0000 (+0000) Subject: lilypond-0.1.57 X-Git-Tag: release/1.5.59~3271 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4d8f15de95a93d0bf3d2eb13bb66c54e80ba9648;p=lilypond.git lilypond-0.1.57 --- 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)