lilypond-0.1.57
[lilypond.git] / init / Makefile
blob1422d5d2aad20a8aa1fd54bce2352f06c1f1ed00
1 # init/Makefile
4 # subdir level:
6 depth = ..
9 # generic stuff/Makefile
11 include ./$(depth)/make/Include.make
13 # list of distribution files:
15 INIFILES = $(wildcard *.ly)
16 DISTFILES = Makefile $(INIFILES)
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))
24 localclean:
25 rm -f $(TABLES)
28 INSTALLATION_DIR=$(datadir)/lilypond/
29 INSTALLATION_FILES=$(INIFILES)
31 include $(depth)/make/Installfiles.make