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