]> git.donarmstrong.com Git - lilypond.git/blob - input/Makefile
release: 0.1.57
[lilypond.git] / input / Makefile
1 # input/Makefile
2
3 # subdir level:
4 #
5 depth = ..
6 #
7
8 build = ./$(depth)/lily/$(outdir)/.build
9
10 # generic stuff/Makefile
11 #
12 include ./$(depth)/make/Include.make
13 #
14
15 # list of distribution files:
16
17 LYFILES = $(wildcard *.ly)
18 TEXFILES = $(wildcard *.tex)
19 M4FILES = $(wildcard *.m4)
20 DISTFILES = Makefile TODO $(LYFILES) $(TEXFILES) $(wildcard *.m4)
21 #
22
23 OUTFILES = $(addprefix $(outdir)/,$(M4FILES:%.m4=%))
24
25 all: $(OUTFILES)