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