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