]> git.donarmstrong.com Git - lilypond.git/blob - flowertest/Makefile.in
release: 0.1.53
[lilypond.git] / flowertest / 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 # project  LilyPond -- the musical typesetter
15 # title    makefile for flowertest
16 # file     flowertest/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 AGE = @AGE@
66 AUTOGENERATE = @AUTOGENERATE@
67 BISON = @BISON@
68 CC = @CC@
69 COMPILEINFO = @COMPILEINFO@
70 CPPFLAGS = @CPPFLAGS@
71 CURRENT = @CURRENT@
72 CXX = @CXX@
73 CXXFLAGS = @CXXFLAGS@
74 DIR_DATADIR = @DIR_DATADIR@
75 EXTRA_LIBES = @EXTRA_LIBES@
76 FIND = @FIND@
77 FLEX = @FLEX@
78 ICFLAGS = @ICFLAGS@
79 ILDFLAGS = @ILDFLAGS@
80 LD = @LD@
81 LDFLAGS = @LDFLAGS@
82 LEX = @LEX@
83 LIBTOOL = @LIBTOOL@
84 LN = @LN@
85 LN_S = @LN_S@
86 MAKE = @MAKE@
87 MAKEINFO = @MAKEINFO@
88 MFDIR = @MFDIR@
89 NM = @NM@
90 PACKAGE = @PACKAGE@
91 PERL = @PERL@
92 POD2HTML = @POD2HTML@
93 POD2MAN = @POD2MAN@
94 PYTHON = @PYTHON@
95 RANLIB = @RANLIB@
96 REVISION = @REVISION@
97 TAR = @TAR@
98 TEXDIR = @TEXDIR@
99 TEXPREFIX = @TEXPREFIX@
100 VERSION = @VERSION@
101 YACC = @YACC@
102 ZIP = @ZIP@
103 absolute_builddir = @absolute_builddir@
104
105 bin_PROGRAMS = test
106
107 TESTS = $(top_srcdir)/flowertest/check.sh
108
109 test_SOURCES = 
110
111 test_LDADD = $(top_builddir)/flower/libflower.la @LEXLIB@
112
113 EXTRA_DIST = result Makefile.am.wild GNUmakefile check.sh
114
115 noinst_HEADERS = 
116
117 INCLUDES = -I$(top_srcdir)/flower/include
118 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
119 CONFIG_HEADER = ../flower/config.hh
120 CONFIG_CLEAN_FILES = 
121 PROGRAMS =  $(bin_PROGRAMS)
122
123
124 DEFS = @DEFS@ -I. -I$(srcdir) -I../flower
125 LIBS = @LIBS@
126 test_OBJECTS = 
127 test_DEPENDENCIES =  $(top_builddir)/flower/libflower.la
128 test_LDFLAGS = 
129 HEADERS =  $(noinst_HEADERS)
130
131 DIST_COMMON =  Makefile.am Makefile.in
132
133
134 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
135
136 GZIP = --best
137 SOURCES = $(test_SOURCES)
138 OBJECTS = $(test_OBJECTS)
139
140 default: all
141
142 .SUFFIXES:
143 .SUFFIXES: .S .c .lo .o .s
144 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
145         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps flowertest/Makefile
146
147 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
148         cd $(top_builddir) \
149           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
150
151
152 mostlyclean-binPROGRAMS:
153
154 clean-binPROGRAMS:
155         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
156
157 distclean-binPROGRAMS:
158
159 maintainer-clean-binPROGRAMS:
160
161 install-binPROGRAMS: $(bin_PROGRAMS)
162         @$(NORMAL_INSTALL)
163         $(mkinstalldirs) $(bindir)
164         @list='$(bin_PROGRAMS)'; for p in $$list; do \
165           if test -f $$p; then \
166             echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`"; \
167             $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
168           else :; fi; \
169         done
170
171 uninstall-binPROGRAMS:
172         @$(NORMAL_UNINSTALL)
173         list='$(bin_PROGRAMS)'; for p in $$list; do \
174           rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \
175         done
176
177 .c.o:
178         $(COMPILE) -c $<
179
180 .s.o:
181         $(COMPILE) -c $<
182
183 .S.o:
184         $(COMPILE) -c $<
185
186 mostlyclean-compile:
187         -rm -f *.o core *.core
188
189 clean-compile:
190
191 distclean-compile:
192         -rm -f *.tab.c
193
194 maintainer-clean-compile:
195
196 .c.lo:
197         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
198
199 .s.lo:
200         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
201
202 .S.lo:
203         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
204
205 mostlyclean-libtool:
206         -rm -f *.lo
207
208 clean-libtool:
209         -rm -rf .libs _libs
210
211 distclean-libtool:
212
213 maintainer-clean-libtool:
214
215 test: $(test_OBJECTS) $(test_DEPENDENCIES)
216         @rm -f test
217         $(LINK) $(test_LDFLAGS) $(test_OBJECTS) $(test_LDADD) $(LIBS)
218
219 tags: TAGS
220
221 ID: $(HEADERS) $(SOURCES) $(LISP)
222         here=`pwd` && cd $(srcdir) \
223           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
224
225 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
226         tags=; \
227         here=`pwd`; \
228         list='$(SOURCES) $(HEADERS)'; \
229         unique=`for i in $$list; do echo $$i; done | \
230           awk '    { files[$$0] = 1; } \
231                END { for (i in files) print i; }'`; \
232         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
233           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
234
235 mostlyclean-tags:
236
237 clean-tags:
238
239 distclean-tags:
240         -rm -f TAGS ID
241
242 maintainer-clean-tags:
243
244 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
245
246 subdir = flowertest
247
248 distdir: $(DISTFILES)
249         @for file in $(DISTFILES); do \
250           d=$(srcdir); \
251           test -f $(distdir)/$$file \
252           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
253           || cp -p $$d/$$file $(distdir)/$$file; \
254         done
255 check-TESTS: $(TESTS)
256         @failed=0; all=0; \
257         srcdir=$(srcdir); export srcdir; \
258         for tst in $(TESTS); do \
259           if test -f $$tst; then dir=.; \
260           else dir="$(srcdir)"; fi; \
261           if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
262             all=`expr $$all + 1`; \
263             echo "PASS: $$tst"; \
264           elif test $$? -ne 77; then \
265             all=`expr $$all + 1`; \
266             failed=`expr $$failed + 1`; \
267             echo "FAIL: $$tst"; \
268           fi; \
269         done; \
270         if test "$$failed" -eq 0; then \
271           banner="All $$all tests passed"; \
272         else \
273           banner="$$failed of $$all tests failed"; \
274         fi; \
275         dashes=`echo "$$banner" | sed s/./=/g`; \
276         echo "$$dashes"; \
277         echo "$$banner"; \
278         echo "$$dashes"; \
279         test "$$failed" -eq 0
280 info:
281 dvi:
282 check: all
283         $(MAKE) check-TESTS
284 installcheck:
285 install-exec: install-binPROGRAMS
286         @$(NORMAL_INSTALL)
287
288 install-data: 
289         @$(NORMAL_INSTALL)
290
291 install: install-exec install-data all
292         @:
293
294 uninstall: uninstall-binPROGRAMS
295
296 all: Makefile $(PROGRAMS) $(HEADERS)
297
298 install-strip:
299         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
300 installdirs:
301         $(mkinstalldirs)  $(bindir)
302
303
304 mostlyclean-generic:
305         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
306
307 clean-generic:
308         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
309
310 distclean-generic:
311         -rm -f Makefile $(DISTCLEANFILES)
312         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
313         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
314
315 maintainer-clean-generic:
316         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
317         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
318 mostlyclean:  mostlyclean-binPROGRAMS mostlyclean-compile \
319                 mostlyclean-libtool mostlyclean-tags \
320                 mostlyclean-generic
321
322 clean:  clean-binPROGRAMS clean-compile clean-libtool clean-tags \
323                 clean-generic mostlyclean
324
325 distclean:  distclean-binPROGRAMS distclean-compile distclean-libtool \
326                 distclean-tags distclean-generic clean
327         -rm -f config.status
328         -rm -f libtool
329
330 maintainer-clean:  maintainer-clean-binPROGRAMS maintainer-clean-compile \
331                 maintainer-clean-libtool maintainer-clean-tags \
332                 maintainer-clean-generic distclean
333         @echo "This command is intended for maintainers to use;"
334         @echo "it deletes files that may require special tools to rebuild."
335
336 .PHONY: default mostlyclean-binPROGRAMS distclean-binPROGRAMS \
337 clean-binPROGRAMS maintainer-clean-binPROGRAMS uninstall-binPROGRAMS \
338 install-binPROGRAMS mostlyclean-compile distclean-compile clean-compile \
339 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
340 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
341 distclean-tags clean-tags maintainer-clean-tags distdir check-TESTS \
342 info dvi installcheck install-exec install-data install uninstall all \
343 installdirs mostlyclean-generic distclean-generic clean-generic \
344 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
345
346
347 # override default target for all-am: to get an extra dependency
348 all-am: Makefile $(PROGRAMS) wild-check
349
350 # dummy target for non-GNU makes; is overridden in GNUmakefile
351 wild-check:
352
353 $(srcdir)/Makefile.am: $(srcdir)/Makefile.am.wild
354         $(PERL) $(top_srcdir)/bin/wild-perl < $< > $@
355
356 # Tell versions [3.59,3.63) of GNU make to not export all variables.
357 # Otherwise a system limit (for SysV at least) may be exceeded.
358 .NOEXPORT: