]> git.donarmstrong.com Git - lilypond.git/blob - init/Makefile
release: 0.1.57
[lilypond.git] / init / Makefile
1 # init/Makefile
2
3
4 # subdir level:
5 #
6 depth = ..
7 #
8
9 # generic stuff/Makefile
10 #
11 include ./$(depth)/make/Include.make
12
13 # list of distribution files:
14
15 INIFILES = $(wildcard *.ly)
16 DISTFILES = Makefile $(INIFILES)
17
18 ## we probably can make tex/*defs.tex and init/*.ly in one go...
19 ## moved to mf/Makefile
20 FONT_FILES = $(wildcard $(depth)/mf/*[0-9].mf)
21 TABLES = $(patsubst $(depth)/mf/%.mf,%.ly,$(FONT_FILES))
22
23
24 localclean:
25         rm -f $(TABLES)
26
27
28 INSTALLATION_DIR=$(datadir)/lilypond/
29 INSTALLATION_FILES=$(INIFILES)
30
31 include $(depth)/make/Installfiles.make
32