]> git.donarmstrong.com Git - lilypond.git/blobdiff - init/Makefile
patch::: 0.1.7.jcn1: het lelie gedeelte
[lilypond.git] / init / Makefile
index bb93a1c6fdb1ccece55f119ef9f187a8d758b877..fdab67ea61efc4f0fa8f06622a9e3f7dbe8a53ee 100644 (file)
@@ -1,8 +1,27 @@
-DFILES=dutch.ini table_sixteen.ini table_twenty.ini\
-       english.ini script.ini symbol.ini
+# init/Makefile
 
-default:
-       echo huh?
 
-dist:
-       ln Makefile $(DFILES) $(DDIR)/$(INITDIR)
+# subdir level:
+#
+depth = ..
+#
+
+build = ./$(depth)/lily/$(outdir)/.build
+
+# generic stuff/Makefile
+#
+include ./$(depth)/make/Include.make
+
+# list of distribution files:
+# 
+INIFILES = $(wildcard *.ly)
+DISTFILES = Makefile $(INIFILES)
+
+
+localinstall:
+       $(INSTALL) -d $(datadir)/lilypond/init
+       $(INSTALL) -m 644 $(INIFILES) $(datadir)/lilypond/init
+
+localuninstall:
+       for i in $(INIFILES) ; do rm -f $(datadir)/lilypond/init/$$i; done
+       -rmdir $(datadir)/lilypond/init $(datadir)/lilypond/