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