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