]> git.donarmstrong.com Git - lilypond.git/blob - flower/Makefile.in
release: 0.1.55
[lilypond.git] / flower / 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  FlowerSoft C++ library
9 # title    top level makefile for FlowerLib
10 # file     flower/Makefile.am.wild
11 #
12 # Copyright (c) 1997 by    
13 #       Jan Nieuwenhuizen <jan@digicash.com>
14 #       Han-Wen Nienhuys <hanwen@stack.nl>
15 #               ...your sort order here, or how to comment-out a comment
16
17
18 SHELL = /bin/sh
19
20 srcdir = @srcdir@
21 top_srcdir = @top_srcdir@
22 VPATH = @srcdir@
23 prefix = @prefix@
24 exec_prefix = @exec_prefix@
25
26 bindir = @bindir@
27 sbindir = @sbindir@
28 libexecdir = @libexecdir@
29 datadir = @datadir@
30 sysconfdir = @sysconfdir@
31 sharedstatedir = @sharedstatedir@
32 localstatedir = @localstatedir@
33 libdir = @libdir@
34 infodir = @infodir@
35 mandir = @mandir@
36 includedir = @includedir@
37 oldincludedir = /usr/include
38
39 pkgdatadir = $(datadir)/@PACKAGE@
40 pkglibdir = $(libdir)/@PACKAGE@
41 pkgincludedir = $(includedir)/@PACKAGE@
42
43 top_builddir = ..
44
45 ACLOCAL = @ACLOCAL@
46 AUTOCONF = @AUTOCONF@
47 AUTOMAKE = @AUTOMAKE@
48 AUTOHEADER = @AUTOHEADER@
49
50 INSTALL = @INSTALL@
51 INSTALL_PROGRAM = @INSTALL_PROGRAM@
52 INSTALL_DATA = @INSTALL_DATA@
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 transform = @program_transform_name@
55
56 NORMAL_INSTALL = true
57 PRE_INSTALL = true
58 POST_INSTALL = true
59 NORMAL_UNINSTALL = true
60 PRE_UNINSTALL = true
61 POST_UNINSTALL = true
62 host_alias = @host_alias@
63 host_triplet = @host@
64 AGE = @AGE@
65 AUTOGENERATE = @AUTOGENERATE@
66 BISON = @BISON@
67 CC = @CC@
68 COMPILEINFO = @COMPILEINFO@
69 CPPFLAGS = @CPPFLAGS@
70 CURRENT = @CURRENT@
71 CXX = @CXX@
72 CXXFLAGS = @CXXFLAGS@
73 DIR_DATADIR = @DIR_DATADIR@
74 EXTRA_LIBES = @EXTRA_LIBES@
75 FIND = @FIND@
76 FLEX = @FLEX@
77 ICFLAGS = @ICFLAGS@
78 ILDFLAGS = @ILDFLAGS@
79 LD = @LD@
80 LDFLAGS = @LDFLAGS@
81 LEX = @LEX@
82 LIBTOOL = @LIBTOOL@
83 LN = @LN@
84 LN_S = @LN_S@
85 MAKE = @MAKE@
86 MAKEINFO = @MAKEINFO@
87 MFDIR = @MFDIR@
88 NM = @NM@
89 PACKAGE = @PACKAGE@
90 PERL = @PERL@
91 POD2HTML = @POD2HTML@
92 POD2MAN = @POD2MAN@
93 PYTHON = @PYTHON@
94 RANLIB = @RANLIB@
95 REVISION = @REVISION@
96 TAR = @TAR@
97 TEXDIR = @TEXDIR@
98 TEXPREFIX = @TEXPREFIX@
99 VERSION = @VERSION@
100 YACC = @YACC@
101 ZIP = @ZIP@
102 absolute_builddir = @absolute_builddir@
103
104 SUBDIRS = include
105
106 lib_LTLIBRARIES = libflower.la
107
108 README_FILES = ONEWS NEWS README TODO VERSION
109 EXTRA_DIST = Makefile.am.wild GNUmakefile $(README_FILES)
110
111 libflower_la_SOURCES = choleski.cc cpu-timer.cc data-file.cc diagonal-storage.cc dictionary.cc directed-graph.cc dstream.cc flower-debug.cc flower-version.cc full-storage.cc interval.cc lgetopt.cc libc-extension.cc matrix-debug.cc matrix-storage.cc matrix.cc nscalar.cc path.cc rational.cc scalar.cc string-convert.cc string.cc stringutil.cc text-db.cc text-stream.cc unionfind.cc vector.cc
112
113 libflower_la_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@
114
115 INCLUDES = -I$(top_srcdir)/flower/include
116 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
117 CONFIG_HEADER = config.hh
118 CONFIG_CLEAN_FILES = 
119 LTLIBRARIES =  $(lib_LTLIBRARIES)
120
121
122 DEFS = @DEFS@ -I. -I$(srcdir) -I.
123 LIBS = @LIBS@
124 libflower_la_LIBADD = 
125 libflower_la_OBJECTS =  choleski.lo cpu-timer.lo data-file.lo \
126 diagonal-storage.lo dictionary.lo directed-graph.lo dstream.lo \
127 flower-debug.lo flower-version.lo full-storage.lo interval.lo \
128 lgetopt.lo libc-extension.lo matrix-debug.lo matrix-storage.lo \
129 matrix.lo nscalar.lo path.lo rational.lo scalar.lo string-convert.lo \
130 string.lo stringutil.lo text-db.lo text-stream.lo unionfind.lo \
131 vector.lo
132 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
133 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
134 CXXLINK = $(LIBTOOL) --mode=link $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@
135 DIST_COMMON =  README Makefile.am Makefile.in NEWS TODO
136
137
138 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
139
140 GZIP = --best
141 SOURCES = $(libflower_la_SOURCES)
142 OBJECTS = $(libflower_la_OBJECTS)
143
144 default: all
145
146 .SUFFIXES:
147 .SUFFIXES: .c .cc .lo .o
148 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
149         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps flower/Makefile
150
151 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
152         cd $(top_builddir) \
153           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
154
155
156 mostlyclean-libLTLIBRARIES:
157
158 clean-libLTLIBRARIES:
159         test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
160
161 distclean-libLTLIBRARIES:
162
163 maintainer-clean-libLTLIBRARIES:
164
165 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
166         @$(NORMAL_INSTALL)
167         $(mkinstalldirs) $(libdir)
168         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
169           if test -f $$p; then \
170             echo "$(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(libdir)/$$p"; \
171             $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(libdir)/$$p; \
172           else :; fi; \
173         done
174
175 uninstall-libLTLIBRARIES:
176         $(NORMAL_UNINSTALL)
177         list='$(lib_LTLIBRARIES)'; for p in $$list; do \
178           $(LIBTOOL)  --mode=uninstall rm -f $(libdir)/$$p; \
179         done
180
181 .c.o:
182         $(COMPILE) -c $<
183
184 mostlyclean-compile:
185         rm -f *.o core
186
187 clean-compile:
188
189 distclean-compile:
190         rm -f *.tab.c
191
192 maintainer-clean-compile:
193
194 .c.lo:
195         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
196
197 mostlyclean-libtool:
198         rm -f *.lo
199
200 clean-libtool:
201         rm -rf .libs
202
203 distclean-libtool:
204
205 maintainer-clean-libtool:
206
207 libflower.la: $(libflower_la_OBJECTS) $(libflower_la_DEPENDENCIES)
208         $(CXXLINK) -rpath $(libdir) $(libflower_la_LDFLAGS) $(libflower_la_OBJECTS) $(libflower_la_LIBADD) $(LIBS)
209 .cc.o:
210         $(CXXCOMPILE) -c $<
211 .cc.lo:
212         $(LTCXXCOMPILE) -c $<
213
214 # This directory's subdirectories are mostly independent; you can cd
215 # into them and run `make' without going through this Makefile.
216 # To change the values of `make' variables: instead of editing Makefiles,
217 # (1) if the variable is set in `config.status', edit `config.status'
218 #     (which will cause the Makefiles to be regenerated when you run `make');
219 # (2) otherwise, pass the desired values on the `make' command line.
220
221 @SET_MAKE@
222
223 all-recursive install-data-recursive install-exec-recursive \
224 installdirs-recursive install-recursive uninstall-recursive  \
225 check-recursive installcheck-recursive info-recursive dvi-recursive:
226         @set fnord $(MAKEFLAGS); amf=$$2; \
227         for subdir in $(SUBDIRS); do \
228           target=`echo $@ | sed s/-recursive//`; \
229           echo "Making $$target in $$subdir"; \
230           (cd $$subdir && $(MAKE) $$target) \
231            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
232         done && test -z "$$fail"
233
234 mostlyclean-recursive clean-recursive distclean-recursive \
235 maintainer-clean-recursive:
236         @set fnord $(MAKEFLAGS); amf=$$2; \
237         rev=''; for subdir in $(SUBDIRS); do rev="$$rev $$subdir"; done; \
238         for subdir in $$rev; do \
239           target=`echo $@ | sed s/-recursive//`; \
240           echo "Making $$target in $$subdir"; \
241           (cd $$subdir && $(MAKE) $$target) \
242            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
243         done && test -z "$$fail"
244 tags-recursive:
245         list='$(SUBDIRS)'; for subdir in $$list; do \
246           (cd $$subdir && $(MAKE) tags); \
247         done
248
249 tags: TAGS
250
251 ID: $(HEADERS) $(SOURCES)
252         here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
253
254 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES)
255         tags=; \
256         here=`pwd`; \
257         list='$(SUBDIRS)'; for subdir in $$list; do \
258           test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
259         done; \
260         test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
261           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $(SOURCES) $(HEADERS) -o $$here/TAGS)
262
263 mostlyclean-tags:
264
265 clean-tags:
266
267 distclean-tags:
268         rm -f TAGS ID
269
270 maintainer-clean-tags:
271
272 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
273
274 subdir = flower
275
276 distdir: $(DISTFILES)
277         @for file in $(DISTFILES); do \
278           d=$(srcdir); \
279           test -f $(distdir)/$$file \
280           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
281           || cp -p $$d/$$file $(distdir)/$$file; \
282         done
283         for subdir in $(SUBDIRS); do            \
284           test -d $(distdir)/$$subdir           \
285           || mkdir $(distdir)/$$subdir          \
286           || exit 1;                            \
287           chmod 777 $(distdir)/$$subdir;        \
288           (cd $$subdir && $(MAKE) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
289             || exit 1; \
290         done
291 choleski.o choleski.lo: choleski.cc include/choleski.hh \
292         include/matrix.hh include/matrix-storage.hh include/varray.hh \
293         include/real.hh include/virtual-methods.hh include/vector.hh
294 cpu-timer.o cpu-timer.lo: cpu-timer.cc include/cpu-timer.hh \
295         include/real.hh
296 data-file.o data-file.lo: data-file.cc include/international.hh \
297         include/data-file.hh include/text-stream.hh include/string.hh \
298         include/arithmetic-operator.hh include/fproto.hh \
299         include/real.hh include/string-handle.hh include/compare.hh \
300         include/varray.hh
301 diagonal-storage.o diagonal-storage.lo: diagonal-storage.cc \
302         include/diagonal-storage.hh include/full-storage.hh \
303         include/varray.hh include/matrix-storage.hh include/real.hh \
304         include/virtual-methods.hh
305 dictionary.o dictionary.lo: dictionary.cc
306 directed-graph.o directed-graph.lo: directed-graph.cc \
307         include/directed-graph.hh include/parray.hh include/varray.hh
308 dstream.o dstream.lo: dstream.cc include/assoc.hh include/varray.hh \
309         include/dstream.hh include/string.hh \
310         include/arithmetic-operator.hh include/fproto.hh \
311         include/real.hh include/string-handle.hh \
312         include/international.hh include/compare.hh include/scalar.hh \
313         include/text-db.hh include/data-file.hh include/text-stream.hh \
314         include/string-convert.hh include/assoc-iter.hh
315 flower-debug.o flower-debug.lo: flower-debug.cc include/flower-debug.hh \
316         include/dstream.hh include/string.hh \
317         include/arithmetic-operator.hh include/fproto.hh \
318         include/real.hh include/string-handle.hh \
319         include/international.hh include/compare.hh
320 flower-version.o flower-version.lo: flower-version.cc config.hh
321 full-storage.o full-storage.lo: full-storage.cc include/full-storage.hh \
322         include/varray.hh include/matrix-storage.hh include/real.hh \
323         include/virtual-methods.hh include/full-storage.icc
324 interval.o interval.lo: interval.cc include/interval.hh \
325         include/fproto.hh include/real.hh include/compare.hh \
326         include/interval.tcc include/string.hh \
327         include/arithmetic-operator.hh include/string-handle.hh \
328         include/international.hh include/flower-debug.hh \
329         include/dstream.hh
330 lgetopt.o lgetopt.lo: lgetopt.cc include/lgetopt.hh \
331         include/international.hh
332 libc-extension.o libc-extension.lo: libc-extension.cc \
333         include/libc-extension.hh include/fproto.hh include/real.hh \
334         config.hh
335 matrix-debug.o matrix-debug.lo: matrix-debug.cc include/flower-debug.hh \
336         include/dstream.hh include/string.hh \
337         include/arithmetic-operator.hh include/fproto.hh \
338         include/real.hh include/string-handle.hh \
339         include/international.hh include/compare.hh include/matrix.hh \
340         include/matrix-storage.hh include/varray.hh \
341         include/virtual-methods.hh include/vector.hh
342 matrix-storage.o matrix-storage.lo: matrix-storage.cc \
343         include/full-storage.hh include/varray.hh \
344         include/matrix-storage.hh include/real.hh \
345         include/virtual-methods.hh include/diagonal-storage.hh
346 matrix.o matrix.lo: matrix.cc include/matrix.hh \
347         include/matrix-storage.hh include/varray.hh include/real.hh \
348         include/virtual-methods.hh include/vector.hh \
349         include/full-storage.hh include/diagonal-storage.hh
350 nscalar.o nscalar.lo: nscalar.cc
351 path.o path.lo: path.cc include/path.hh include/string.hh \
352         include/arithmetic-operator.hh include/fproto.hh \
353         include/real.hh include/string-handle.hh \
354         include/international.hh include/compare.hh include/varray.hh \
355         include/flower-debug.hh include/dstream.hh
356 rational.o rational.lo: rational.cc include/rational.hh \
357         include/compare.hh include/arithmetic-operator.hh \
358         include/fproto.hh include/real.hh include/string.hh \
359         include/string-handle.hh include/international.hh \
360         include/string-convert.hh include/libc-extension.hh config.hh
361 scalar.o scalar.lo: scalar.cc include/scalar.hh include/string.hh \
362         include/arithmetic-operator.hh include/fproto.hh \
363         include/real.hh include/string-handle.hh \
364         include/international.hh include/compare.hh include/rational.hh
365 string-convert.o string-convert.lo: string-convert.cc \
366         include/libc-extension.hh include/fproto.hh include/real.hh \
367         config.hh include/string.hh include/arithmetic-operator.hh \
368         include/string-handle.hh include/international.hh \
369         include/compare.hh include/string-convert.hh \
370         include/rational.hh
371 string.o string.lo: string.cc include/string.hh \
372         include/arithmetic-operator.hh include/fproto.hh \
373         include/real.hh include/string-handle.hh \
374         include/international.hh include/compare.hh \
375         include/libc-extension.hh config.hh include/string-convert.hh
376 stringutil.o stringutil.lo: stringutil.cc include/string-handle.hh \
377         include/fproto.hh include/real.hh include/string-data.hh \
378         include/string.hh include/arithmetic-operator.hh \
379         include/international.hh include/compare.hh \
380         include/string-data.icc include/string-handle.icc \
381         include/string.icc
382 text-db.o text-db.lo: text-db.cc include/text-db.hh include/data-file.hh \
383         include/text-stream.hh include/string.hh \
384         include/arithmetic-operator.hh include/fproto.hh \
385         include/real.hh include/string-handle.hh \
386         include/international.hh include/compare.hh include/varray.hh
387 text-stream.o text-stream.lo: text-stream.cc include/text-stream.hh \
388         include/string.hh include/arithmetic-operator.hh \
389         include/fproto.hh include/real.hh include/string-handle.hh \
390         include/international.hh include/compare.hh include/varray.hh
391 unionfind.o unionfind.lo: unionfind.cc include/unionfind.hh \
392         include/varray.hh
393 vector.o vector.lo: vector.cc include/vector.hh include/real.hh \
394         include/varray.hh
395
396 info: info-recursive
397 dvi: dvi-recursive
398 check: all-am
399         $(MAKE) check-recursive
400 installcheck: installcheck-recursive
401 all-recursive-am: config.hh
402         $(MAKE) all-recursive
403
404 all-am: Makefile $(LTLIBRARIES) config.hh
405
406 install-exec-am: install-libLTLIBRARIES
407
408 uninstall-am: uninstall-libLTLIBRARIES
409
410 install-exec: install-exec-recursive install-exec-am
411         @$(NORMAL_INSTALL)
412
413 install-data: install-data-recursive
414         @$(NORMAL_INSTALL)
415
416 install: install-recursive install-exec-am
417         @:
418
419 uninstall: uninstall-recursive uninstall-am
420
421 all: all-recursive-am all-am
422
423 install-strip:
424         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
425 installdirs: installdirs-recursive
426         $(mkinstalldirs)  $(libdir)
427
428
429 mostlyclean-generic:
430         test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
431
432 clean-generic:
433         test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
434
435 distclean-generic:
436         rm -f Makefile $(DISTCLEANFILES)
437         rm -f config.cache config.log stamp-h stamp-h[0-9]*
438         test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
439
440 maintainer-clean-generic:
441         test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
442         test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
443 mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
444                 mostlyclean-libtool mostlyclean-tags \
445                 mostlyclean-generic
446
447 clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
448                 clean-generic mostlyclean-am
449
450 distclean-am:  distclean-libLTLIBRARIES distclean-compile \
451                 distclean-libtool distclean-tags distclean-generic \
452                 clean-am
453
454 maintainer-clean-am:  maintainer-clean-libLTLIBRARIES \
455                 maintainer-clean-compile maintainer-clean-libtool \
456                 maintainer-clean-tags maintainer-clean-generic \
457                 distclean-am
458
459 mostlyclean:  mostlyclean-recursive mostlyclean-am
460
461 clean:  clean-recursive clean-am
462
463 distclean:  distclean-recursive distclean-am distclean-local
464         rm -f config.status
465         rm -f libtool
466
467 maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
468         @echo "This command is intended for maintainers to use;"
469         @echo "it deletes files that may require special tools to rebuild."
470
471 .PHONY: default mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
472 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
473 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
474 distclean-compile clean-compile maintainer-clean-compile \
475 mostlyclean-libtool distclean-libtool clean-libtool \
476 maintainer-clean-libtool install-data-recursive \
477 uninstall-data-recursive install-exec-recursive \
478 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
479 all-recursive check-recursive installcheck-recursive info-recursive \
480 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
481 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
482 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
483 installcheck all-recursive-am all-am install-exec-am uninstall-am \
484 install-exec install-data install uninstall all installdirs \
485 mostlyclean-generic distclean-generic clean-generic \
486 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
487
488
489 distclean-local:
490         -rm -rf .deps
491
492 # override default target for all-am: to get an extra dependency
493 all-am: Makefile $(PROGRAMS) wild-check
494
495 # dummy target for non-GNU makes; is overridden in GNUmakefile
496 wild-check:
497
498 # dummy target for non-GNU makes; is overridden in GNUmakefile
499 make-in-build:
500
501 $(srcdir)/Makefile.am: $(srcdir)/Makefile.am.wild
502         $(PERL) $(top_srcdir)/bin/wild-perl < $< > $@
503
504 # Tell versions [3.59,3.63) of GNU make to not export all variables.
505 # Otherwise a system limit (for SysV at least) may be exceeded.
506 .NOEXPORT: