]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Makefile.in
partial: 0.1.57.jcn
[lilypond.git] / mutopia / 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 # mutopia/Makefile.am.wild
15
16
17 SHELL = /bin/sh
18
19 srcdir = @srcdir@
20 top_srcdir = @top_srcdir@
21 VPATH = @srcdir@
22 prefix = @prefix@
23 exec_prefix = @exec_prefix@
24
25 bindir = @bindir@
26 sbindir = @sbindir@
27 libexecdir = @libexecdir@
28 datadir = @datadir@
29 sysconfdir = @sysconfdir@
30 sharedstatedir = @sharedstatedir@
31 localstatedir = @localstatedir@
32 libdir = @libdir@
33 infodir = @infodir@
34 mandir = @mandir@
35 includedir = @includedir@
36 oldincludedir = /usr/include
37
38 pkgdatadir = $(datadir)/@PACKAGE@
39 pkglibdir = $(libdir)/@PACKAGE@
40 pkgincludedir = $(includedir)/@PACKAGE@
41
42 top_builddir = ..
43
44 ACLOCAL = @ACLOCAL@
45 AUTOCONF = @AUTOCONF@
46 AUTOMAKE = @AUTOMAKE@
47 AUTOHEADER = @AUTOHEADER@
48
49 INSTALL = @INSTALL@
50 INSTALL_PROGRAM = @INSTALL_PROGRAM@
51 INSTALL_DATA = @INSTALL_DATA@
52 INSTALL_SCRIPT = @INSTALL_SCRIPT@
53 transform = @program_transform_name@
54
55 NORMAL_INSTALL = :
56 PRE_INSTALL = :
57 POST_INSTALL = :
58 NORMAL_UNINSTALL = :
59 PRE_UNINSTALL = :
60 POST_UNINSTALL = :
61 host_alias = @host_alias@
62 host_triplet = @host@
63 AGE = @AGE@
64 AUTOGENERATE = @AUTOGENERATE@
65 BISON = @BISON@
66 CC = @CC@
67 COMPILEINFO = @COMPILEINFO@
68 CPPFLAGS = @CPPFLAGS@
69 CURRENT = @CURRENT@
70 CXX = @CXX@
71 CXXFLAGS = @CXXFLAGS@
72 DIR_DATADIR = @DIR_DATADIR@
73 EXTRA_LIBES = @EXTRA_LIBES@
74 FIND = @FIND@
75 FLEX = @FLEX@
76 ICFLAGS = @ICFLAGS@
77 ILDFLAGS = @ILDFLAGS@
78 LD = @LD@
79 LDFLAGS = @LDFLAGS@
80 LEX = @LEX@
81 LIBTOOL = @LIBTOOL@
82 LN = @LN@
83 LN_S = @LN_S@
84 MAKE = @MAKE@
85 MAKEINFO = @MAKEINFO@
86 MFDIR = @MFDIR@
87 NM = @NM@
88 PACKAGE = @PACKAGE@
89 PERL = @PERL@
90 POD2HTML = @POD2HTML@
91 POD2MAN = @POD2MAN@
92 PYTHON = @PYTHON@
93 RANLIB = @RANLIB@
94 REVISION = @REVISION@
95 TAR = @TAR@
96 TEXDIR = @TEXDIR@
97 TEXPREFIX = @TEXPREFIX@
98 VERSION = @VERSION@
99 YACC = @YACC@
100 ZIP = @ZIP@
101 absolute_builddir = @absolute_builddir@
102
103 SUBDIRS = J.S.Bach Coriolan
104
105 LYFILES = gallina.ly los-toros-oboe.ly standchen-16.ly standchen-20.ly standchen.ly standje.ly
106 TEXFILES = gallina.tex los-toros-oboe-20.tex standchen-16.tex standchen-20.tex
107 M4FILES = dummy.m4
108 EXTRA_DIST = Makefile.am.wild TODO $(LYFILES) $(TEXFILES) $(M4FILES)
109
110 OUTFILES = $(M4FILES:%.m4=%)
111 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
112 CONFIG_HEADER = ../flower/config.hh
113 CONFIG_CLEAN_FILES = 
114 DIST_COMMON =  Makefile.am Makefile.in TODO
115
116
117 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
118
119 GZIP = --best
120 default: all
121
122 .SUFFIXES:
123 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
124         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps mutopia/Makefile
125
126 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
127         cd $(top_builddir) \
128           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
129
130
131 # This directory's subdirectories are mostly independent; you can cd
132 # into them and run `make' without going through this Makefile.
133 # To change the values of `make' variables: instead of editing Makefiles,
134 # (1) if the variable is set in `config.status', edit `config.status'
135 #     (which will cause the Makefiles to be regenerated when you run `make');
136 # (2) otherwise, pass the desired values on the `make' command line.
137
138 @SET_MAKE@
139
140 all-recursive install-data-recursive install-exec-recursive \
141 installdirs-recursive install-recursive uninstall-recursive  \
142 check-recursive installcheck-recursive info-recursive dvi-recursive:
143         @set fnord $(MAKEFLAGS); amf=$$2; \
144         list='$(SUBDIRS)'; for subdir in $$list; do \
145           target=`echo $@ | sed s/-recursive//`; \
146           echo "Making $$target in $$subdir"; \
147           (cd $$subdir && $(MAKE) $$target) \
148            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
149         done && test -z "$$fail"
150
151 mostlyclean-recursive clean-recursive distclean-recursive \
152 maintainer-clean-recursive:
153         @set fnord $(MAKEFLAGS); amf=$$2; \
154         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
155           rev="$$subdir $$rev"; \
156         done; \
157         for subdir in $$rev; do \
158           target=`echo $@ | sed s/-recursive//`; \
159           echo "Making $$target in $$subdir"; \
160           (cd $$subdir && $(MAKE) $$target) \
161            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
162         done && test -z "$$fail"
163 tags-recursive:
164         list='$(SUBDIRS)'; for subdir in $$list; do \
165           (cd $$subdir && $(MAKE) tags); \
166         done
167
168 tags: TAGS
169
170 ID: $(HEADERS) $(SOURCES) $(LISP)
171         here=`pwd` && cd $(srcdir) \
172           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
173
174 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
175         tags=; \
176         here=`pwd`; \
177         list='$(SUBDIRS)'; for subdir in $$list; do \
178           test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
179         done; \
180         list='$(SOURCES) $(HEADERS)'; \
181         unique=`for i in $$list; do echo $$i; done | \
182           awk '    { files[$$0] = 1; } \
183                END { for (i in files) print i; }'`; \
184         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
185           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
186
187 mostlyclean-tags:
188
189 clean-tags:
190
191 distclean-tags:
192         -rm -f TAGS ID
193
194 maintainer-clean-tags:
195
196 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
197
198 subdir = mutopia
199
200 distdir: $(DISTFILES)
201         @for file in $(DISTFILES); do \
202           d=$(srcdir); \
203           test -f $(distdir)/$$file \
204           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
205           || cp -p $$d/$$file $(distdir)/$$file; \
206         done
207         for subdir in $(SUBDIRS); do \
208           test -d $(distdir)/$$subdir \
209           || mkdir $(distdir)/$$subdir \
210           || exit 1; \
211           chmod 777 $(distdir)/$$subdir; \
212           (cd $$subdir && $(MAKE) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
213             || exit 1; \
214         done
215 info: info-recursive
216 dvi: dvi-recursive
217 check: all-am
218         $(MAKE) check-recursive
219 installcheck: installcheck-recursive
220 all-am: Makefile
221
222 install-exec: install-exec-recursive
223         @$(NORMAL_INSTALL)
224
225 install-data: install-data-recursive
226         @$(NORMAL_INSTALL)
227
228 install: install-recursive
229         @:
230
231 uninstall: uninstall-recursive
232
233 all: all-recursive all-am
234
235 install-strip:
236         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
237 installdirs: installdirs-recursive
238
239
240 mostlyclean-generic:
241         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
242
243 clean-generic:
244         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
245
246 distclean-generic:
247         -rm -f Makefile $(DISTCLEANFILES)
248         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
249         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
250
251 maintainer-clean-generic:
252         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
253         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
254 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
255
256 clean-am:  clean-tags clean-generic mostlyclean-am
257
258 distclean-am:  distclean-tags distclean-generic clean-am
259
260 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
261                 distclean-am
262
263 mostlyclean:  mostlyclean-recursive mostlyclean-am
264
265 clean:  clean-recursive clean-am
266
267 distclean:  distclean-recursive distclean-am
268         -rm -f config.status
269         -rm -f libtool
270
271 maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
272         @echo "This command is intended for maintainers to use;"
273         @echo "it deletes files that may require special tools to rebuild."
274
275 .PHONY: default install-data-recursive uninstall-data-recursive \
276 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
277 uninstalldirs-recursive all-recursive check-recursive \
278 installcheck-recursive info-recursive dvi-recursive \
279 mostlyclean-recursive distclean-recursive clean-recursive \
280 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
281 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
282 installcheck all-am install-exec install-data install uninstall all \
283 installdirs mostlyclean-generic distclean-generic clean-generic \
284 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
285
286
287 default: all $(OUTFILES)
288 $(srcdir)/Makefile.am: $(srcdir)/Makefile.am.wild
289         $(PERL) $(top_srcdir)/bin/wild-perl < $< > $@
290
291 # Tell versions [3.59,3.63) of GNU make to not export all variables.
292 # Otherwise a system limit (for SysV at least) may be exceeded.
293 .NOEXPORT: