]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Makefile
release: 0.1.43
[lilypond.git] / mutopia / Makefile
1 # mutopia/Makefile
2
3 # subdir level:
4 #
5 depth = ..
6 #
7
8 # descent order into subdirectories:
9 #
10 SUBDIRS = J.S.Bach
11 #
12 # generic stuff/Makefile
13 #
14 include ./$(depth)/make/Include.make
15 # list of distribution files:
16
17 LYFILES = $(wildcard *.ly)
18 TEXFILES = $(wildcard *.tex)
19 DISTFILES = Makefile TODO $(LYFILES) $(TEXFILES) $(wildcard *.m4)
20 #
21