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