]> git.donarmstrong.com Git - lilypond.git/blob - init/Makefile
release: 0.0.42
[lilypond.git] / init / Makefile
1 # init/Makefile
2
3 # subdir level:
4 #
5 depth = ..
6 #
7
8 build = ./$(depth)/lily/$(outdir)/.build
9
10 # generic stuff/Makefile
11 #
12 include ./$(depth)/make/Stuff.make
13 #
14
15 # list of distribution files:
16
17 INIFILES = $(shell ls *.ini)
18 DISTFILES = Makefile $(INIFILES)
19 #
20
21 localinstall:
22         $(INSTALL) -d $(datadir)/lilypond/init
23         $(INSTALL) -m 755 $(INIFILES) $(datadir)/lilypond/init
24
25 localuninstall:
26         for i in $(INIFILES) ; do rm -f $(datadir)/lilypond/init/$$i; done
27         -rmdir $(datadir)/lilypond/init $(datadir)/lilypond/