]> git.donarmstrong.com Git - lilypond.git/blob - init/Makefile.in
release: 0.1.50
[lilypond.git] / init / Makefile.in
1 # Makefile.in generated automatically by automake 1.2f from Makefile.am
2
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13 # Generated automatically by wild-perl 0.1# init/Makefile.am.wild
14
15
16 SHELL = /bin/sh
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 AUTOHEADER = @AUTOHEADER@
63 BISON = @BISON@
64 CC = @CC@
65 COMPILEINFO = @COMPILEINFO@
66 CPPFLAGS = @CPPFLAGS@
67 CXX = @CXX@
68 CXXFLAGS = @CXXFLAGS@
69 DEFINES = @DEFINES@
70 DIR_DATADIR = @DIR_DATADIR@
71 EXTRA_LIBES = @EXTRA_LIBES@
72 FIND = @FIND@
73 FLEX = @FLEX@
74 ICFLAGS = @ICFLAGS@
75 ILDFLAGS = @ILDFLAGS@
76 LD = @LD@
77 LEX = @LEX@
78 LIBTOOL = @LIBTOOL@
79 LN = @LN@
80 LN_S = @LN_S@
81 MAKE = @MAKE@
82 MAKEINFO = @MAKEINFO@
83 MFDIR = @MFDIR@
84 NM = @NM@
85 PACKAGE = @PACKAGE@
86 PERL = @PERL@
87 POD2HTML = @POD2HTML@
88 POD2MAN = @POD2MAN@
89 PYTHON = @PYTHON@
90 RANLIB = @RANLIB@
91 TAR = @TAR@
92 TEXDIR = @TEXDIR@
93 TEXPREFIX = @TEXPREFIX@
94 VERSION = @VERSION@
95 YACC = @YACC@
96 ZIP = @ZIP@
97
98 INIFILES = dutch.ly dynamic.ly engraver.ly german.ly italian.ly lily-init.ly midi.ly paper11.ly paper13.ly paper16.ly paper20.ly paper26.ly performer.ly property.ly script.ly simple-init.ly swedish.ly table11.ly table13.ly table16.ly table20.ly table26.ly
99 EXTRA_DIST = Makefile.am.wild $(INIFILES)
100
101 CLEANFILES = 
102
103 FONT_FILES = ../mf/feta-beams16.mf ../mf/feta-beams20.mf ../mf/feta-beams26.mf ../mf/feta-black16.mf ../mf/feta-braces16.mf ../mf/feta-braces20.mf ../mf/feta-din10.mf ../mf/feta-nummer10.mf ../mf/feta-nummer12.mf ../mf/feta-nummer3.mf ../mf/feta-nummer4.mf ../mf/feta-nummer5.mf ../mf/feta-nummer6.mf ../mf/feta-nummer7.mf ../mf/feta-nummer8.mf ../mf/feta-test16.mf ../mf/feta-test20.mf ../mf/feta11.mf ../mf/feta13.mf ../mf/feta16.mf ../mf/feta19.mf ../mf/feta20.mf ../mf/feta23.mf ../mf/feta26.mf
104 TABLES = $(patsubst ../mf/%.mf,%.ly,$(FONT_FILES))
105 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
106 CONFIG_HEADER = ../lib/config.hh
107 CONFIG_CLEAN_FILES = 
108 DIST_COMMON =  Makefile.am Makefile.in
109
110
111 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
112
113 GZIP = --best
114 default: all
115
116 .SUFFIXES:
117 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
118         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps init/Makefile
119
120 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
121         cd $(top_builddir) \
122           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
123
124 tags: TAGS
125 TAGS:
126
127
128 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
129
130 subdir = init
131
132 distdir: $(DISTFILES)
133         @for file in $(DISTFILES); do \
134           d=$(srcdir); \
135           test -f $(distdir)/$$file \
136           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
137           || cp -p $$d/$$file $(distdir)/$$file; \
138         done
139 info:
140 dvi:
141 check: all
142         $(MAKE)
143 installcheck:
144 install-exec: 
145         @$(NORMAL_INSTALL)
146
147 install-data: 
148         @$(NORMAL_INSTALL)
149
150 install: install-exec install-data all
151         @:
152
153 uninstall: 
154
155 all: Makefile
156
157 install-strip:
158         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
159 installdirs:
160
161
162 mostlyclean-generic:
163         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
164
165 clean-generic:
166         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
167
168 distclean-generic:
169         -rm -f Makefile $(DISTCLEANFILES)
170         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
171         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
172
173 maintainer-clean-generic:
174         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
175         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
176 mostlyclean:  mostlyclean-generic
177
178 clean:  clean-generic mostlyclean
179
180 distclean:  distclean-generic clean
181         -rm -f config.status
182         -rm -f libtool
183
184 maintainer-clean:  maintainer-clean-generic distclean
185         @echo "This command is intended for maintainers to use;"
186         @echo "it deletes files that may require special tools to rebuild."
187
188 .PHONY: default tags distdir info dvi installcheck install-exec \
189 install-data install uninstall all installdirs mostlyclean-generic \
190 distclean-generic clean-generic maintainer-clean-generic clean \
191 mostlyclean distclean maintainer-clean
192
193
194 # localclean:
195 #       rm -f $(TABLES)
196
197 install-data:
198         $(INSTALL) -d $(datadir)/lilypond/init
199         $(INSTALL) -m 644 $(INIFILES) $(datadir)/lilypond/init
200
201 uninstall-data:
202         for i in $(INIFILES) ; do rm -f $(datadir)/lilypond/init/$$i; done
203         -rmdir $(datadir)/lilypond/init $(datadir)/lilypond/
204 $(srcdir)/Makefile.am: $(srcdir)/Makefile.am.wild
205         $(PERL) $(top_srcdir)/bin/wild-perl < $< > $@
206
207 # Tell versions [3.59,3.63) of GNU make to not export all variables.
208 # Otherwise a system limit (for SysV at least) may be exceeded.
209 .NOEXPORT: