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