lilypond-0.1.58
[lilypond.git] / init / Makefile
blob1e846bdbbf4da6b926de9a859d9eb4feb6d64c01
1 # init/Makefile
3 depth = ..
5 # generic stuff/Makefile
7 include ./$(depth)/make/Include.make
9 INIFILES = $(wildcard *.ly)
10 DISTFILES = Makefile $(INIFILES)
12 ## we probably can make tex/*defs.tex and init/*.ly in one go...
13 ## moved to mf/Makefile
14 FONT_FILES = $(wildcard $(depth)/mf/*[0-9].mf)
15 TABLES = $(patsubst $(depth)/mf/%.mf,%.ly,$(FONT_FILES))
17 localclean:
18 rm -f $(TABLES)
20 INSTALLATION_DIR=$(datadir)/lilypond/
21 INSTALLATION_FILES=$(INIFILES)
23 include $(depth)/make/Installfiles.make