]> git.donarmstrong.com Git - lilypond.git/blob - Makefile.in
release: 0.1.54
[lilypond.git] / 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
14 # title    top level makefile for LilyPond  
15 # file     Makefile.am.wild
16
17
18 SHELL = /bin/sh
19
20 srcdir = @srcdir@
21 top_srcdir = @top_srcdir@
22 VPATH = @srcdir@
23 prefix = @prefix@
24 exec_prefix = @exec_prefix@
25
26 bindir = @bindir@
27 sbindir = @sbindir@
28 libexecdir = @libexecdir@
29 datadir = @datadir@
30 sysconfdir = @sysconfdir@
31 sharedstatedir = @sharedstatedir@
32 localstatedir = @localstatedir@
33 libdir = @libdir@
34 infodir = @infodir@
35 mandir = @mandir@
36 includedir = @includedir@
37 oldincludedir = /usr/include
38
39 pkgdatadir = $(datadir)/@PACKAGE@
40 pkglibdir = $(libdir)/@PACKAGE@
41 pkgincludedir = $(includedir)/@PACKAGE@
42
43 top_builddir = .
44
45 ACLOCAL = @ACLOCAL@
46 AUTOCONF = @AUTOCONF@
47 AUTOMAKE = @AUTOMAKE@
48 AUTOHEADER = @AUTOHEADER@
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 AGE = @AGE@
63 AUTOGENERATE = @AUTOGENERATE@
64 BISON = @BISON@
65 CC = @CC@
66 COMPILEINFO = @COMPILEINFO@
67 CPPFLAGS = @CPPFLAGS@
68 CURRENT = @CURRENT@
69 CXX = @CXX@
70 CXXFLAGS = @CXXFLAGS@
71 DIR_DATADIR = @DIR_DATADIR@
72 EXTRA_LIBES = @EXTRA_LIBES@
73 FIND = @FIND@
74 FLEX = @FLEX@
75 ICFLAGS = @ICFLAGS@
76 ILDFLAGS = @ILDFLAGS@
77 LD = @LD@
78 LDFLAGS = @LDFLAGS@
79 LEX = @LEX@
80 LIBTOOL = @LIBTOOL@
81 LN = @LN@
82 LN_S = @LN_S@
83 MAKE = @MAKE@
84 MAKEINFO = @MAKEINFO@
85 MFDIR = @MFDIR@
86 NM = @NM@
87 PACKAGE = @PACKAGE@
88 PERL = @PERL@
89 POD2HTML = @POD2HTML@
90 POD2MAN = @POD2MAN@
91 PYTHON = @PYTHON@
92 RANLIB = @RANLIB@
93 REVISION = @REVISION@
94 TAR = @TAR@
95 TEXDIR = @TEXDIR@
96 TEXPREFIX = @TEXPREFIX@
97 VERSION = @VERSION@
98 YACC = @YACC@
99 ZIP = @ZIP@
100 absolute_builddir = @absolute_builddir@
101
102 SUBDIRS = bin flower flowertest lib lily mf mi2mu test debian\
103         Documentation init input tex make mutopia
104
105 SCHRIFTEN = configure configure.in install-sh aclocal.m4
106 README_FILES = BUGS DEDICATION ANNOUNCE-0.1 ANNOUNCE \
107  COPYING ONEWS NEWS README TODO \
108  INSTALL AUTHORS PATCHES
109 EXTRA_DIST = Makefile.am.wild GNUmakefile .dstreamrc mudela-mode.el acinclude.m4 VERSION $(README_FILES) $(SCHRIFTEN)
110 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
111 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
112 CONFIG_HEADER = ./flower/config.hh
113 CONFIG_CLEAN_FILES = 
114 DIST_COMMON =  README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
115 Makefile.in NEWS TODO acconfig.h acinclude.m4 aclocal.m4 config.guess \
116 config.hh.in config.sub configure configure.in install-sh ltconfig \
117 ltmain.sh missing mkinstalldirs stamp-h.in
118
119
120 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
121
122 GZIP = --best
123 default: all
124
125 .SUFFIXES:
126 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
127         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
128
129 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
130         cd $(top_builddir) \
131           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
132
133 $(ACLOCAL_M4):  configure.in  acinclude.m4
134         cd $(srcdir) && $(ACLOCAL)
135
136 config.status: $(srcdir)/configure
137         $(SHELL) ./config.status --recheck
138 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
139         cd $(srcdir) && $(AUTOCONF)
140
141 config.hh: stamp-h
142         @:
143 stamp-h: $(srcdir)/config.hh.in $(top_builddir)/config.status
144         cd $(top_builddir) \
145           && CONFIG_FILES= CONFIG_HEADERS=flower/config.hh:config.hh.in \
146              $(SHELL) ./config.status
147         @echo timestamp > stamp-h
148 $(srcdir)/config.hh.in: $(srcdir)/stamp-h.in
149 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
150         cd $(top_srcdir) && $(AUTOHEADER)
151         @echo timestamp > $(srcdir)/stamp-h.in
152
153 mostlyclean-hdr:
154
155 clean-hdr:
156
157 distclean-hdr:
158         -rm -f config.hh
159
160 maintainer-clean-hdr:
161
162 # This directory's subdirectories are mostly independent; you can cd
163 # into them and run `make' without going through this Makefile.
164 # To change the values of `make' variables: instead of editing Makefiles,
165 # (1) if the variable is set in `config.status', edit `config.status'
166 #     (which will cause the Makefiles to be regenerated when you run `make');
167 # (2) otherwise, pass the desired values on the `make' command line.
168
169 @SET_MAKE@
170
171 all-recursive install-data-recursive install-exec-recursive \
172 installdirs-recursive install-recursive uninstall-recursive  \
173 check-recursive installcheck-recursive info-recursive dvi-recursive:
174         @set fnord $(MAKEFLAGS); amf=$$2; \
175         list='$(SUBDIRS)'; for subdir in $$list; do \
176           target=`echo $@ | sed s/-recursive//`; \
177           echo "Making $$target in $$subdir"; \
178           (cd $$subdir && $(MAKE) $$target) \
179            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
180         done && test -z "$$fail"
181
182 mostlyclean-recursive clean-recursive distclean-recursive \
183 maintainer-clean-recursive:
184         @set fnord $(MAKEFLAGS); amf=$$2; \
185         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
186           rev="$$subdir $$rev"; \
187         done; \
188         for subdir in $$rev; do \
189           target=`echo $@ | sed s/-recursive//`; \
190           echo "Making $$target in $$subdir"; \
191           (cd $$subdir && $(MAKE) $$target) \
192            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
193         done && test -z "$$fail"
194 tags-recursive:
195         list='$(SUBDIRS)'; for subdir in $$list; do \
196           (cd $$subdir && $(MAKE) tags); \
197         done
198
199 tags: TAGS
200
201 ID: $(HEADERS) $(SOURCES) $(LISP)
202         here=`pwd` && cd $(srcdir) \
203           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
204
205 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.hh.in $(TAGS_DEPENDENCIES) $(LISP)
206         tags=; \
207         here=`pwd`; \
208         list='$(SUBDIRS)'; for subdir in $$list; do \
209           test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
210         done; \
211         list='$(SOURCES) $(HEADERS)'; \
212         unique=`for i in $$list; do echo $$i; done | \
213           awk '    { files[$$0] = 1; } \
214                END { for (i in files) print i; }'`; \
215         test -z "$(ETAGS_ARGS)config.hh.in$$unique$(LISP)$$tags" \
216           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.hh.in $$unique $(LISP) -o $$here/TAGS)
217
218 mostlyclean-tags:
219
220 clean-tags:
221
222 distclean-tags:
223         -rm -f TAGS ID
224
225 maintainer-clean-tags:
226
227 distdir = $(PACKAGE)-$(VERSION)
228 top_distdir = $(distdir)
229
230 # This target untars the dist file and tries a VPATH configuration.  Then
231 # it guarantees that the distribution is self-contained by making another
232 # tarfile.
233 distcheck: dist
234         -rm -rf $(distdir)
235         GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
236         mkdir $(distdir)/=build
237         mkdir $(distdir)/=inst
238         dc_install_base=`cd $(distdir)/=inst && pwd`; \
239         cd $(distdir)/=build \
240           && ../configure --srcdir=.. --prefix=$$dc_install_base \
241           && $(MAKE) \
242           && $(MAKE) dvi \
243           && $(MAKE) check \
244           && $(MAKE) install \
245           && $(MAKE) installcheck \
246           && $(MAKE) dist
247         -rm -rf $(distdir)
248         @echo "========================"; \
249         echo "$(distdir).tar.gz is ready for distribution"; \
250         echo "========================"
251 dist: distdir
252         -chmod -R a+r $(distdir)
253         GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
254         -rm -rf $(distdir)
255 dist-all: distdir
256         -chmod -R a+r $(distdir)
257         GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
258         -rm -rf $(distdir)
259 distdir: $(DISTFILES)
260         -rm -rf $(distdir)
261         mkdir $(distdir)
262         -chmod 777 $(distdir)
263         @for file in $(DISTFILES); do \
264           d=$(srcdir); \
265           test -f $(distdir)/$$file \
266           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
267           || cp -p $$d/$$file $(distdir)/$$file; \
268         done
269         for subdir in $(SUBDIRS); do \
270           test -d $(distdir)/$$subdir \
271           || mkdir $(distdir)/$$subdir \
272           || exit 1; \
273           chmod 777 $(distdir)/$$subdir; \
274           (cd $$subdir && $(MAKE) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
275             || exit 1; \
276         done
277 info: info-recursive
278 dvi: dvi-recursive
279 check: all-am
280         $(MAKE) check-recursive
281 installcheck: installcheck-recursive
282 all-am: Makefile
283
284 install-exec: install-exec-recursive
285         @$(NORMAL_INSTALL)
286
287 install-data: install-data-recursive
288         @$(NORMAL_INSTALL)
289
290 install: install-recursive
291         @:
292
293 uninstall: uninstall-recursive
294
295 all: all-recursive all-am
296
297 install-strip:
298         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
299 installdirs: installdirs-recursive
300
301
302 mostlyclean-generic:
303         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
304
305 clean-generic:
306         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
307
308 distclean-generic:
309         -rm -f Makefile $(DISTCLEANFILES)
310         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
311         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
312
313 maintainer-clean-generic:
314         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
315         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
316 mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
317
318 clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
319
320 distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
321
322 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
323                 maintainer-clean-generic distclean-am
324
325 mostlyclean:  mostlyclean-recursive mostlyclean-am
326
327 clean:  clean-recursive clean-am
328
329 distclean:  distclean-recursive distclean-am distclean-local
330         -rm -f config.status
331         -rm -f libtool
332
333 maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
334         @echo "This command is intended for maintainers to use;"
335         @echo "it deletes files that may require special tools to rebuild."
336         -rm -f config.status
337
338 .PHONY: default mostlyclean-hdr distclean-hdr clean-hdr \
339 maintainer-clean-hdr install-data-recursive uninstall-data-recursive \
340 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
341 uninstalldirs-recursive all-recursive check-recursive \
342 installcheck-recursive info-recursive dvi-recursive \
343 mostlyclean-recursive distclean-recursive clean-recursive \
344 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
345 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
346 installcheck all-am install-exec install-data install uninstall all \
347 installdirs mostlyclean-generic distclean-generic clean-generic \
348 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
349
350
351 INSTALL:
352         rm -f INSTALL
353         ln `$(FIND) ./ -name INSTALL.txt -print | head -1` $@
354
355 AUTHORS:
356         rm -f AUTHORS
357         ln `$(FIND) ./ -name AUTHORS.txt -print | head -1` $@
358
359 PATCHES:
360         rm -f PATCHES
361         ln `$(FIND) ./ -name PATCHES.txt -print | head -1` $@
362
363 # a hack due to a bug in automake: the macro AM_CONFIG_HEADER does not
364 # respect the directory
365 distclean-local:
366         rm -f flower/config.hh
367
368 # override default target for all-am: to get an extra dependency
369 all-am: Makefile $(PROGRAMS) wild-check
370
371 # dummy target for non-GNU makes; is overridden in GNUmakefile
372 wild-check:
373
374 # dummy target for non-GNU makes; is overridden in GNUmakefile
375 make-in-build:
376
377 $(srcdir)/Makefile.am: $(srcdir)/Makefile.am.wild
378         $(PERL) $(top_srcdir)/bin/wild-perl < $< > $@
379
380 # Tell versions [3.59,3.63) of GNU make to not export all variables.
381 # Otherwise a system limit (for SysV at least) may be exceeded.
382 .NOEXPORT: