lilypond-0.0.65
[lilypond.git] / mf / Makefile
blobff0937ad8c006b7adacb528d163e744a3a03fbcf
2 # project LilyPond -- the musical typesetter
3 # title makefile for yet to add in MF files
4 # file ../Makefile
6 # Copyright (c) 1997 by
7 # Jan Nieuwenhuizen <jan@digicash.com>
8 # Han-Wen Nienhuys <hanwen@stack.nl>
11 # subdir level:
13 depth = ..
16 # generic variables:
18 include ./$(depth)/make/Variables.make
20 include ./$(depth)/.version
22 # descent order into subdirectories:
24 SUBDIRS =
28 include ./$(depth)/make/Files.make
29 MFFILES:=$(wildcard *.mf)
31 EXTRA_DISTFILES = $(MFFILES) README
34 # list of custom libraries:
36 CUSTOMLIBES = \
38 LOADLIBES +=
41 # main target of this module:
43 MAINTARGET =
45 default: $(MAINTARGET)
48 # generic targets and rules:
50 include ./$(depth)/make/Targets.make
51 include ./$(depth)/make/Rules.make
54 lily-mfdir = $(MFDIR)/lilypond
56 localinstall:
57 $(INSTALL) -d $(lily-mfdir)
58 $(INSTALL) -m 755 $(MFFILES) $(lily-mfdir)
60 localuninstall:
61 for i in $(MFFILES); do rm -f $(lily-mfdir)/$$i; done
62 -rmdir $(lily-mfdir)