lilypond-0.1.55
[lilypond.git] / flowertest / Makefile.in
blob366c29f8a2e7c0a103a3643b684984a32f2b6704
1 # Makefile.in generated automatically by automake 1.2f from Makefile.am
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.
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.
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
19 SHELL = /bin/sh
21 srcdir = @srcdir@
22 top_srcdir = @top_srcdir@
23 VPATH = @srcdir@
24 prefix = @prefix@
25 exec_prefix = @exec_prefix@
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
40 pkgdatadir = $(datadir)/@PACKAGE@
41 pkglibdir = $(libdir)/@PACKAGE@
42 pkgincludedir = $(includedir)/@PACKAGE@
44 top_builddir = ..
46 ACLOCAL = @ACLOCAL@
47 AUTOCONF = @AUTOCONF@
48 AUTOMAKE = @AUTOMAKE@
49 AUTOHEADER = @AUTOHEADER@
51 INSTALL = @INSTALL@
52 INSTALL_PROGRAM = @INSTALL_PROGRAM@
53 INSTALL_DATA = @INSTALL_DATA@
54 INSTALL_SCRIPT = @INSTALL_SCRIPT@
55 transform = @program_transform_name@
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@
105 bin_PROGRAMS = test
107 TESTS = $(top_srcdir)/flowertest/check.sh
109 test_SOURCES = main.cc mat-test.cc pqtest.cc rattest.cc stringtest.cc
111 test_LDADD = $(top_builddir)/flower/libflower.la @LEXLIB@
113 EXTRA_DIST = result Makefile.am.wild GNUmakefile check.sh
115 noinst_HEADERS = flower-test.hh
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)
124 DEFS = @DEFS@ -I. -I$(srcdir) -I../flower
125 LIBS = @LIBS@
126 test_OBJECTS = main.o mat-test.o pqtest.o rattest.o stringtest.o
127 test_DEPENDENCIES = $(top_builddir)/flower/libflower.la
128 test_LDFLAGS =
129 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
130 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
131 CXXLINK = $(LIBTOOL) --mode=link $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@
132 HEADERS = $(noinst_HEADERS)
134 DIST_COMMON = Makefile.am Makefile.in
137 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
139 GZIP = --best
140 SOURCES = $(test_SOURCES)
141 OBJECTS = $(test_OBJECTS)
143 default: all
145 .SUFFIXES:
146 .SUFFIXES: .S .c .cc .lo .o .s
147 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
148 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps flowertest/Makefile
150 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
151 cd $(top_builddir) \
152 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
155 mostlyclean-binPROGRAMS:
157 clean-binPROGRAMS:
158 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
160 distclean-binPROGRAMS:
162 maintainer-clean-binPROGRAMS:
164 install-binPROGRAMS: $(bin_PROGRAMS)
165 @$(NORMAL_INSTALL)
166 $(mkinstalldirs) $(bindir)
167 @list='$(bin_PROGRAMS)'; for p in $$list; do \
168 if test -f $$p; then \
169 echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`"; \
170 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
171 else :; fi; \
172 done
174 uninstall-binPROGRAMS:
175 @$(NORMAL_UNINSTALL)
176 list='$(bin_PROGRAMS)'; for p in $$list; do \
177 rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \
178 done
180 .c.o:
181 $(COMPILE) -c $<
183 .s.o:
184 $(COMPILE) -c $<
186 .S.o:
187 $(COMPILE) -c $<
189 mostlyclean-compile:
190 -rm -f *.o core *.core
192 clean-compile:
194 distclean-compile:
195 -rm -f *.tab.c
197 maintainer-clean-compile:
199 .c.lo:
200 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
202 .s.lo:
203 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
205 .S.lo:
206 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
208 mostlyclean-libtool:
209 -rm -f *.lo
211 clean-libtool:
212 -rm -rf .libs _libs
214 distclean-libtool:
216 maintainer-clean-libtool:
218 test: $(test_OBJECTS) $(test_DEPENDENCIES)
219 @rm -f test
220 $(CXXLINK) $(test_LDFLAGS) $(test_OBJECTS) $(test_LDADD) $(LIBS)
221 .cc.o:
222 $(CXXCOMPILE) -c $<
223 .cc.lo:
224 $(LTCXXCOMPILE) -c $<
226 tags: TAGS
228 ID: $(HEADERS) $(SOURCES) $(LISP)
229 here=`pwd` && cd $(srcdir) \
230 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
232 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
233 tags=; \
234 here=`pwd`; \
235 list='$(SOURCES) $(HEADERS)'; \
236 unique=`for i in $$list; do echo $$i; done | \
237 awk ' { files[$$0] = 1; } \
238 END { for (i in files) print i; }'`; \
239 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
240 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
242 mostlyclean-tags:
244 clean-tags:
246 distclean-tags:
247 -rm -f TAGS ID
249 maintainer-clean-tags:
251 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
253 subdir = flowertest
255 distdir: $(DISTFILES)
256 @for file in $(DISTFILES); do \
257 d=$(srcdir); \
258 test -f $(distdir)/$$file \
259 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
260 || cp -p $$d/$$file $(distdir)/$$file; \
261 done
262 main.o: main.cc flower-test.hh ../flower/include/varray.hh
263 mat-test.o: mat-test.cc ../flower/include/matrix.hh \
264 ../flower/include/matrix-storage.hh ../flower/include/varray.hh \
265 ../flower/include/real.hh ../flower/include/virtual-methods.hh \
266 ../flower/include/vector.hh ../flower/include/string.hh \
267 ../flower/include/arithmetic-operator.hh \
268 ../flower/include/fproto.hh ../flower/include/string-handle.hh \
269 ../flower/include/international.hh ../flower/include/compare.hh \
270 flower-test.hh ../flower/include/choleski.hh
271 pqtest.o: pqtest.cc flower-test.hh ../flower/include/pqueue.hh \
272 ../flower/include/varray.hh
273 rattest.o: rattest.cc ../flower/include/rational.hh \
274 ../flower/include/compare.hh \
275 ../flower/include/arithmetic-operator.hh \
276 ../flower/include/fproto.hh ../flower/include/real.hh \
277 flower-test.hh ../flower/include/string.hh \
278 ../flower/include/string-handle.hh \
279 ../flower/include/international.hh
280 stringtest.o: stringtest.cc ../flower/include/string.hh \
281 ../flower/include/arithmetic-operator.hh \
282 ../flower/include/fproto.hh ../flower/include/real.hh \
283 ../flower/include/string-handle.hh \
284 ../flower/include/international.hh ../flower/include/compare.hh \
285 ../flower/include/varray.hh ../flower/include/string-convert.hh \
286 flower-test.hh
288 check-TESTS: $(TESTS)
289 @failed=0; all=0; \
290 srcdir=$(srcdir); export srcdir; \
291 for tst in $(TESTS); do \
292 if test -f $$tst; then dir=.; \
293 else dir="$(srcdir)"; fi; \
294 if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
295 all=`expr $$all + 1`; \
296 echo "PASS: $$tst"; \
297 elif test $$? -ne 77; then \
298 all=`expr $$all + 1`; \
299 failed=`expr $$failed + 1`; \
300 echo "FAIL: $$tst"; \
301 fi; \
302 done; \
303 if test "$$failed" -eq 0; then \
304 banner="All $$all tests passed"; \
305 else \
306 banner="$$failed of $$all tests failed"; \
307 fi; \
308 dashes=`echo "$$banner" | sed s/./=/g`; \
309 echo "$$dashes"; \
310 echo "$$banner"; \
311 echo "$$dashes"; \
312 test "$$failed" -eq 0
313 info:
314 dvi:
315 check: all
316 $(MAKE) check-TESTS
317 installcheck:
318 install-exec: install-binPROGRAMS
319 @$(NORMAL_INSTALL)
321 install-data:
322 @$(NORMAL_INSTALL)
324 install: install-exec install-data all
327 uninstall: uninstall-binPROGRAMS
329 all: Makefile $(PROGRAMS) $(HEADERS)
331 install-strip:
332 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
333 installdirs:
334 $(mkinstalldirs) $(bindir)
337 mostlyclean-generic:
338 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
340 clean-generic:
341 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
343 distclean-generic:
344 -rm -f Makefile $(DISTCLEANFILES)
345 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
346 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
348 maintainer-clean-generic:
349 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
350 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
351 mostlyclean: mostlyclean-binPROGRAMS mostlyclean-compile \
352 mostlyclean-libtool mostlyclean-tags \
353 mostlyclean-generic
355 clean: clean-binPROGRAMS clean-compile clean-libtool clean-tags \
356 clean-generic mostlyclean
358 distclean: distclean-binPROGRAMS distclean-compile distclean-libtool \
359 distclean-tags distclean-generic clean
360 -rm -f config.status
361 -rm -f libtool
363 maintainer-clean: maintainer-clean-binPROGRAMS maintainer-clean-compile \
364 maintainer-clean-libtool maintainer-clean-tags \
365 maintainer-clean-generic distclean
366 @echo "This command is intended for maintainers to use;"
367 @echo "it deletes files that may require special tools to rebuild."
369 .PHONY: default mostlyclean-binPROGRAMS distclean-binPROGRAMS \
370 clean-binPROGRAMS maintainer-clean-binPROGRAMS uninstall-binPROGRAMS \
371 install-binPROGRAMS mostlyclean-compile distclean-compile clean-compile \
372 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
373 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
374 distclean-tags clean-tags maintainer-clean-tags distdir check-TESTS \
375 info dvi installcheck install-exec install-data install uninstall all \
376 installdirs mostlyclean-generic distclean-generic clean-generic \
377 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
380 # override default target for all-am: to get an extra dependency
381 all-am: Makefile $(PROGRAMS) wild-check
383 # dummy target for non-GNU makes; is overridden in GNUmakefile
384 wild-check:
386 $(srcdir)/Makefile.am: $(srcdir)/Makefile.am.wild
387 $(PERL) $(top_srcdir)/bin/wild-perl < $< > $@
389 # Tell versions [3.59,3.63) of GNU make to not export all variables.
390 # Otherwise a system limit (for SysV at least) may be exceeded.
391 .NOEXPORT: