lilypond-0.1.55
[lilypond.git] / mutopia / Makefile
blobd9bffc37b0f12c6e7995ad9d10a75001f34387a2
1 # mutopia/Makefile
3 # subdir level:
5 depth = ..
8 # descent order into subdirectories:
10 SUBDIRS = J.S.Bach
12 # generic stuff/Makefile
14 include ./$(depth)/make/Include.make
15 # list of distribution files:
17 LYFILES = $(wildcard *.ly)
18 TEXFILES = $(wildcard *.tex)
19 M4FILES = $(wildcard *.m4)
20 DISTFILES = Makefile TODO $(LYFILES) $(TEXFILES) $(wildcard *.m4)
23 OUTFILES = $(addprefix $(outdir)/,$(M4FILES:%.m4=%))
25 all: $(OUTFILES)