]> git.donarmstrong.com Git - lilypond.git/blob - input/Makefile
release: 0.0.42.pre3
[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 = $(shell ls *.ly)
18 TEXFILES = $(shell ls *.tex)
19 DISTFILES = Makefile $(LYFILES) $(TEXFILES)
20 #
21