]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Makefile.in
release: 0.1.50
[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# mutopia/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 SUBDIRS = J.S.Bach
99
100 LYFILES = gallina.ly standchen-16.ly standchen-20.ly standchen.ly standje.ly
101 TEXFILES = gallina.tex standchen-16.tex standchen-20.tex
102 M4FILES = dummy.m4
103 EXTRA_DIST = Makefile.am.wild TODO $(LYFILES) $(TEXFILES) $(M4FILES)
104
105 OUTFILES = $(M4FILES:%.m4=%)
106 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
107 CONFIG_HEADER = ../lib/config.hh
108 CONFIG_CLEAN_FILES = 
109 DIST_COMMON =  Makefile.am Makefile.in TODO
110
111
112 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
113
114 GZIP = --best
115 default: all
116
117 .SUFFIXES:
118 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
119         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps mutopia/Makefile
120
121 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
122         cd $(top_builddir) \
123           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
124
125
126 # This directory's subdirectories are mostly independent; you can cd
127 # into them and run `make' without going through this Makefile.
128 # To change the values of `make' variables: instead of editing Makefiles,
129 # (1) if the variable is set in `config.status', edit `config.status'
130 #     (which will cause the Makefiles to be regenerated when you run `make');
131 # (2) otherwise, pass the desired values on the `make' command line.
132
133 @SET_MAKE@
134
135 all-recursive install-data-recursive install-exec-recursive \
136 installdirs-recursive install-recursive uninstall-recursive  \
137 check-recursive installcheck-recursive info-recursive dvi-recursive:
138         @set fnord $(MAKEFLAGS); amf=$$2; \
139         list='$(SUBDIRS)'; for subdir in $$list; do \
140           target=`echo $@ | sed s/-recursive//`; \
141           echo "Making $$target in $$subdir"; \
142           (cd $$subdir && $(MAKE) $$target) \
143            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
144         done && test -z "$$fail"
145
146 mostlyclean-recursive clean-recursive distclean-recursive \
147 maintainer-clean-recursive:
148         @set fnord $(MAKEFLAGS); amf=$$2; \
149         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
150           rev="$$subdir $$rev"; \
151         done; \
152         for subdir in $$rev; do \
153           target=`echo $@ | sed s/-recursive//`; \
154           echo "Making $$target in $$subdir"; \
155           (cd $$subdir && $(MAKE) $$target) \
156            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
157         done && test -z "$$fail"
158 tags-recursive:
159         list='$(SUBDIRS)'; for subdir in $$list; do \
160           (cd $$subdir && $(MAKE) tags); \
161         done
162
163 tags: TAGS
164
165 ID: $(HEADERS) $(SOURCES) $(LISP)
166         here=`pwd` && cd $(srcdir) \
167           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
168
169 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
170         tags=; \
171         here=`pwd`; \
172         list='$(SUBDIRS)'; for subdir in $$list; do \
173           test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
174         done; \
175         list='$(SOURCES) $(HEADERS)'; \
176         unique=`for i in $$list; do echo $$i; done | \
177           awk '    { files[$$0] = 1; } \
178                END { for (i in files) print i; }'`; \
179         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
180           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
181
182 mostlyclean-tags:
183
184 clean-tags:
185
186 distclean-tags:
187         -rm -f TAGS ID
188
189 maintainer-clean-tags:
190
191 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
192
193 subdir = mutopia
194
195 distdir: $(DISTFILES)
196         @for file in $(DISTFILES); do \
197           d=$(srcdir); \
198           test -f $(distdir)/$$file \
199           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
200           || cp -p $$d/$$file $(distdir)/$$file; \
201         done
202         for subdir in $(SUBDIRS); do \
203           test -d $(distdir)/$$subdir \
204           || mkdir $(distdir)/$$subdir \
205           || exit 1; \
206           chmod 777 $(distdir)/$$subdir; \
207           (cd $$subdir && $(MAKE) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
208             || exit 1; \
209         done
210 info: info-recursive
211 dvi: dvi-recursive
212 check: all-am
213         $(MAKE) check-recursive
214 installcheck: installcheck-recursive
215 all-am: Makefile
216
217 install-exec: install-exec-recursive
218         @$(NORMAL_INSTALL)
219
220 install-data: install-data-recursive
221         @$(NORMAL_INSTALL)
222
223 install: install-recursive
224         @:
225
226 uninstall: uninstall-recursive
227
228 all: all-recursive all-am
229
230 install-strip:
231         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
232 installdirs: installdirs-recursive
233
234
235 mostlyclean-generic:
236         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
237
238 clean-generic:
239         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
240
241 distclean-generic:
242         -rm -f Makefile $(DISTCLEANFILES)
243         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
244         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
245
246 maintainer-clean-generic:
247         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
248         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
249 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
250
251 clean-am:  clean-tags clean-generic mostlyclean-am
252
253 distclean-am:  distclean-tags distclean-generic clean-am
254
255 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
256                 distclean-am
257
258 mostlyclean:  mostlyclean-recursive mostlyclean-am
259
260 clean:  clean-recursive clean-am
261
262 distclean:  distclean-recursive distclean-am
263         -rm -f config.status
264         -rm -f libtool
265
266 maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
267         @echo "This command is intended for maintainers to use;"
268         @echo "it deletes files that may require special tools to rebuild."
269
270 .PHONY: default install-data-recursive uninstall-data-recursive \
271 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
272 uninstalldirs-recursive all-recursive check-recursive \
273 installcheck-recursive info-recursive dvi-recursive \
274 mostlyclean-recursive distclean-recursive clean-recursive \
275 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
276 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
277 installcheck all-am install-exec install-data install uninstall all \
278 installdirs mostlyclean-generic distclean-generic clean-generic \
279 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
280
281
282 default: all $(OUTFILES)
283 $(srcdir)/Makefile.am: $(srcdir)/Makefile.am.wild
284         $(PERL) $(top_srcdir)/bin/wild-perl < $< > $@
285
286 # Tell versions [3.59,3.63) of GNU make to not export all variables.
287 # Otherwise a system limit (for SysV at least) may be exceeded.
288 .NOEXPORT: