]> git.donarmstrong.com Git - lilypond.git/blobdiff - mf/Makefile
release: 0.1.13
[lilypond.git] / mf / Makefile
index 3a2fb59ea8101d90ec93adb8c4d572f303fb179c..f3523f04c14d1249bce00ebb9bc1a5ac5b8a6a71 100644 (file)
@@ -1,62 +1,24 @@
-#
-# project  LilyPond -- the musical typesetter
-# title           makefile for yet to add in MF files
-# file    ../Makefile 
-#
-# Copyright (c) 1997 by
-#      Jan Nieuwenhuizen <jan@digicash.com>
-#      Han-Wen Nienhuys <hanwen@stack.nl>
-#
+# mf/Makefile
 
 # subdir level:
 #
 depth = ..
 #
-
-# generic variables:
 #
-include ./$(depth)/make/Variables.make 
-
-include ./$(depth)/.version
-
-# descent order into subdirectories:
+include ./$(depth)/make/Include.make
 #
-SUBDIRS =
-#
-
-#
-include ./$(depth)/make/Files.make
-MFFILES:=$(wildcard *.mf)
-
-EXTRA_DISTFILES = $(MFFILES) README
-
 
-# list of custom libraries:
+# list of distribution files:
+# 
+TEXFILES = $(wildcard *.tex)
+MFFILES = $(wildcard *.mf)
+EXTRA_DISTFILES = $(MFFILES) $(TEXFILES) TODO
 #
-CUSTOMLIBES = \
-
-LOADLIBES +=
-#
-
-# main target of this module:
-#
-MAINTARGET = $(EXECUTABLE)
-
-default: $(MAINTARGET)
-#
-
-# generic targets and rules:
-#
-include ./$(depth)/make/Targets.make
-include ./$(depth)/make/Rules.make
-#
-
-lily-mfdir = $(MFDIR)/lilypond
 
 localinstall:
-       $(INSTALL) -d $(lily-mfdir)
-       $(INSTALL) -m 755 $(MFFILES) $(lily-mfdir)
+       $(INSTALL) -d $(MFDIR)/lilypond
+       $(INSTALL) -m 644 $(MFFILES) $(MFDIR)/lilypond/
 
 localuninstall:
-       for i in $(MFFILES); do rm -f $(lily-mfdir)/$$i; done
-       -rmdir $(lily-mfdir)
+       for i in $(MFFILES) ; do rm -f $(MFDIR)/lilypond/$$i; done
+       -rmdir $(MFDIR)/lilypond/