]> git.donarmstrong.com Git - lilypond.git/blob - flower/Makefile.in
release: 0.1.50
[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 CC = @CC@
72 CURRENT = @CURRENT@
73 CXX = @CXX@
74 LD = @LD@
75 LIBTOOL = @LIBTOOL@
76 LIB_SUFFIX = @LIB_SUFFIX@
77 LN_S = @LN_S@
78 MAKEINFO = @MAKEINFO@
79 MODULE_CXXFLAGS = @MODULE_CXXFLAGS@
80 MODULE_LDFLAGS = @MODULE_LDFLAGS@
81 NM = @NM@
82 PACKAGE = @PACKAGE@
83 PERL = @PERL@
84 RANLIB = @RANLIB@
85 REVISION = @REVISION@
86 VERSION = @VERSION@
87
88 SUBDIRS = include test 
89
90 lib_LTLIBRARIES = libflower.la
91
92 README_FILES = ONEWS NEWS README TODO VERSION
93 EXTRA_DIST = Makefile.am.wild aclocal.m4 configure config.hh.in configure.in $(README_FILES)
94
95 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
96
97 libflower_la_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@
98
99 INCLUDES = -I$(srcdir)/include
100 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
101 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
102 CONFIG_HEADER = config.hh
103 CONFIG_CLEAN_FILES = 
104 LTLIBRARIES =  $(lib_LTLIBRARIES)
105
106
107 DEFS = @DEFS@ -I. -I$(srcdir) -I.
108 CPPFLAGS = @CPPFLAGS@
109 LDFLAGS = @LDFLAGS@
110 LIBS = @LIBS@
111 libflower_la_LIBADD = 
112 libflower_la_OBJECTS =  choleski.lo cpu-timer.lo data-file.lo \
113 diagonal-storage.lo dictionary.lo directed-graph.lo dstream.lo \
114 flower-debug.lo flower-version.lo full-storage.lo interval.lo \
115 lgetopt.lo libc-extension.lo matrix-debug.lo matrix-storage.lo \
116 matrix.lo nscalar.lo path.lo rational.lo scalar.lo string-convert.lo \
117 string.lo stringutil.lo text-db.lo text-stream.lo unionfind.lo \
118 vector.lo
119 CXXFLAGS = @CXXFLAGS@
120 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
121 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
122 CXXLINK = $(LIBTOOL) --mode=link $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@
123 DIST_COMMON =  README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
124 Makefile.in NEWS TODO aclocal.m4 config.hh.in configure configure.in \
125 missing mkinstalldirs stamp-h.in
126
127
128 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
129
130 TAR = tar
131 GZIP = --best
132 SOURCES = $(libflower_la_SOURCES)
133 OBJECTS = $(libflower_la_OBJECTS)
134
135 default: all
136
137 .SUFFIXES:
138 .SUFFIXES: .S .c .cc .lo .o .s
139 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
140         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
141
142 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
143         cd $(top_builddir) \
144           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
145
146 $(ACLOCAL_M4):  configure.in 
147         cd $(srcdir) && $(ACLOCAL)
148
149 config.status: $(srcdir)/configure
150         $(SHELL) ./config.status --recheck
151 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
152         cd $(srcdir) && $(AUTOCONF)
153
154 config.hh: stamp-h
155         @:
156 stamp-h: $(srcdir)/config.hh.in $(top_builddir)/config.status
157         cd $(top_builddir) \
158           && CONFIG_FILES= CONFIG_HEADERS=config.hh:config.hh.in \
159              $(SHELL) ./config.status
160         @echo timestamp > stamp-h
161 $(srcdir)/config.hh.in: $(srcdir)/stamp-h.in
162 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
163         cd $(top_srcdir) && $(AUTOHEADER)
164         @echo timestamp > $(srcdir)/stamp-h.in
165
166 mostlyclean-hdr:
167
168 clean-hdr:
169
170 distclean-hdr:
171         -rm -f config.hh
172
173 maintainer-clean-hdr:
174
175 mostlyclean-libLTLIBRARIES:
176
177 clean-libLTLIBRARIES:
178         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
179
180 distclean-libLTLIBRARIES:
181
182 maintainer-clean-libLTLIBRARIES:
183
184 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
185         @$(NORMAL_INSTALL)
186         $(mkinstalldirs) $(libdir)
187         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
188           if test -f $$p; then \
189             echo "$(LIBTOOL)  --mode=install $(INSTALL_DATA) $$p $(libdir)/$$p"; \
190             $(LIBTOOL)  --mode=install $(INSTALL_DATA) $$p $(libdir)/$$p; \
191           else :; fi; \
192         done
193
194 uninstall-libLTLIBRARIES:
195         @$(NORMAL_UNINSTALL)
196         list='$(lib_LTLIBRARIES)'; for p in $$list; do \
197           $(LIBTOOL)  --mode=uninstall rm -f $(libdir)/$$p; \
198         done
199
200 .c.o:
201         $(COMPILE) -c $<
202
203 .s.o:
204         $(COMPILE) -c $<
205
206 .S.o:
207         $(COMPILE) -c $<
208
209 mostlyclean-compile:
210         -rm -f *.o core *.core
211
212 clean-compile:
213
214 distclean-compile:
215         -rm -f *.tab.c
216
217 maintainer-clean-compile:
218
219 .c.lo:
220         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
221
222 .s.lo:
223         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
224
225 .S.lo:
226         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
227
228 mostlyclean-libtool:
229         -rm -f *.lo
230
231 clean-libtool:
232         -rm -rf .libs _libs
233
234 distclean-libtool:
235
236 maintainer-clean-libtool:
237
238 libflower.la: $(libflower_la_OBJECTS) $(libflower_la_DEPENDENCIES)
239         $(CXXLINK) -rpath $(libdir) $(libflower_la_LDFLAGS) $(libflower_la_OBJECTS) $(libflower_la_LIBADD) $(LIBS)
240 .cc.o:
241         $(CXXCOMPILE) -c $<
242 .cc.lo:
243         $(LTCXXCOMPILE) -c $<
244
245 # This directory's subdirectories are mostly independent; you can cd
246 # into them and run `make' without going through this Makefile.
247 # To change the values of `make' variables: instead of editing Makefiles,
248 # (1) if the variable is set in `config.status', edit `config.status'
249 #     (which will cause the Makefiles to be regenerated when you run `make');
250 # (2) otherwise, pass the desired values on the `make' command line.
251
252 @SET_MAKE@
253
254 all-recursive install-data-recursive install-exec-recursive \
255 installdirs-recursive install-recursive uninstall-recursive  \
256 check-recursive installcheck-recursive info-recursive dvi-recursive:
257         @set fnord $(MAKEFLAGS); amf=$$2; \
258         list='$(SUBDIRS)'; for subdir in $$list; 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
265 mostlyclean-recursive clean-recursive distclean-recursive \
266 maintainer-clean-recursive:
267         @set fnord $(MAKEFLAGS); amf=$$2; \
268         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
269           rev="$$subdir $$rev"; \
270         done; \
271         for subdir in $$rev; do \
272           target=`echo $@ | sed s/-recursive//`; \
273           echo "Making $$target in $$subdir"; \
274           (cd $$subdir && $(MAKE) $$target) \
275            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
276         done && test -z "$$fail"
277 tags-recursive:
278         list='$(SUBDIRS)'; for subdir in $$list; do \
279           (cd $$subdir && $(MAKE) tags); \
280         done
281
282 tags: TAGS
283
284 ID: $(HEADERS) $(SOURCES) $(LISP)
285         here=`pwd` && cd $(srcdir) \
286           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
287
288 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.hh.in $(TAGS_DEPENDENCIES) $(LISP)
289         tags=; \
290         here=`pwd`; \
291         list='$(SUBDIRS)'; for subdir in $$list; do \
292           test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
293         done; \
294         list='$(SOURCES) $(HEADERS)'; \
295         unique=`for i in $$list; do echo $$i; done | \
296           awk '    { files[$$0] = 1; } \
297                END { for (i in files) print i; }'`; \
298         test -z "$(ETAGS_ARGS)config.hh.in$$unique$(LISP)$$tags" \
299           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.hh.in $$unique $(LISP) -o $$here/TAGS)
300
301 mostlyclean-tags:
302
303 clean-tags:
304
305 distclean-tags:
306         -rm -f TAGS ID
307
308 maintainer-clean-tags:
309
310 distdir = $(PACKAGE)-$(VERSION)
311 top_distdir = $(distdir)
312
313 # This target untars the dist file and tries a VPATH configuration.  Then
314 # it guarantees that the distribution is self-contained by making another
315 # tarfile.
316 distcheck: dist
317         -rm -rf $(distdir)
318         GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
319         mkdir $(distdir)/=build
320         mkdir $(distdir)/=inst
321         dc_install_base=`cd $(distdir)/=inst && pwd`; \
322         cd $(distdir)/=build \
323           && ../configure --srcdir=.. --prefix=$$dc_install_base \
324           && $(MAKE) \
325           && $(MAKE) dvi \
326           && $(MAKE) check \
327           && $(MAKE) install \
328           && $(MAKE) installcheck \
329           && $(MAKE) dist
330         -rm -rf $(distdir)
331         @echo "========================"; \
332         echo "$(distdir).tar.gz is ready for distribution"; \
333         echo "========================"
334 dist: distdir
335         -chmod -R a+r $(distdir)
336         GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
337         -rm -rf $(distdir)
338 dist-all: distdir
339         -chmod -R a+r $(distdir)
340         GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
341         -rm -rf $(distdir)
342 distdir: $(DISTFILES)
343         -rm -rf $(distdir)
344         mkdir $(distdir)
345         -chmod 777 $(distdir)
346         @for file in $(DISTFILES); do \
347           d=$(srcdir); \
348           test -f $(distdir)/$$file \
349           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
350           || cp -p $$d/$$file $(distdir)/$$file; \
351         done
352         for subdir in $(SUBDIRS); do \
353           test -d $(distdir)/$$subdir \
354           || mkdir $(distdir)/$$subdir \
355           || exit 1; \
356           chmod 777 $(distdir)/$$subdir; \
357           (cd $$subdir && $(MAKE) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
358             || exit 1; \
359         done
360 choleski.lo choleski.o: choleski.cc include/choleski.hh \
361         include/matrix.hh include/matrix-storage.hh include/varray.hh \
362         include/real.hh include/virtual-methods.hh include/vector.hh
363 cpu-timer.lo cpu-timer.o: cpu-timer.cc include/cpu-timer.hh \
364         include/real.hh
365 data-file.lo data-file.o: data-file.cc include/international.hh \
366         include/data-file.hh include/text-stream.hh include/string.hh \
367         include/arithmetic-operator.hh include/fproto.hh \
368         include/real.hh include/string-handle.hh include/compare.hh \
369         include/varray.hh
370 diagonal-storage.lo diagonal-storage.o: diagonal-storage.cc \
371         include/diagonal-storage.hh include/full-storage.hh \
372         include/varray.hh include/matrix-storage.hh include/real.hh \
373         include/virtual-methods.hh include/full-storage.icc
374 dictionary.lo dictionary.o: dictionary.cc
375 directed-graph.lo directed-graph.o: directed-graph.cc \
376         include/directed-graph.hh include/parray.hh include/varray.hh
377 dstream.lo dstream.o: dstream.cc include/assoc.hh include/varray.hh \
378         include/dstream.hh include/string.hh \
379         include/arithmetic-operator.hh include/fproto.hh \
380         include/real.hh include/string-handle.hh \
381         include/international.hh include/compare.hh include/scalar.hh \
382         include/text-db.hh include/data-file.hh include/text-stream.hh \
383         include/string-convert.hh include/assoc-iter.hh
384 flower-debug.lo flower-debug.o: flower-debug.cc include/flower-debug.hh \
385         include/dstream.hh include/string.hh \
386         include/arithmetic-operator.hh include/fproto.hh \
387         include/real.hh include/string-handle.hh \
388         include/international.hh include/compare.hh
389 flower-version.lo flower-version.o: flower-version.cc config.hh
390 full-storage.lo full-storage.o: full-storage.cc include/full-storage.hh \
391         include/varray.hh include/matrix-storage.hh include/real.hh \
392         include/virtual-methods.hh include/full-storage.icc
393 interval.lo interval.o: interval.cc include/interval.hh \
394         include/fproto.hh include/real.hh include/compare.hh \
395         include/interval.tcc include/string.hh \
396         include/arithmetic-operator.hh include/string-handle.hh \
397         include/international.hh include/flower-debug.hh \
398         include/dstream.hh
399 lgetopt.lo lgetopt.o: lgetopt.cc include/lgetopt.hh \
400         include/international.hh
401 libc-extension.lo libc-extension.o: libc-extension.cc \
402         include/libc-extension.hh include/fproto.hh include/real.hh \
403         config.hh
404 matrix-debug.lo matrix-debug.o: matrix-debug.cc include/flower-debug.hh \
405         include/dstream.hh include/string.hh \
406         include/arithmetic-operator.hh include/fproto.hh \
407         include/real.hh include/string-handle.hh \
408         include/international.hh include/compare.hh include/matrix.hh \
409         include/matrix-storage.hh include/varray.hh \
410         include/virtual-methods.hh include/vector.hh
411 matrix-storage.lo matrix-storage.o: matrix-storage.cc \
412         include/full-storage.hh include/varray.hh \
413         include/matrix-storage.hh include/real.hh \
414         include/virtual-methods.hh include/diagonal-storage.hh
415 matrix.lo matrix.o: matrix.cc include/matrix.hh \
416         include/matrix-storage.hh include/varray.hh include/real.hh \
417         include/virtual-methods.hh include/vector.hh \
418         include/full-storage.hh include/diagonal-storage.hh
419 nscalar.lo nscalar.o: nscalar.cc
420 path.lo path.o: path.cc include/path.hh include/string.hh \
421         include/arithmetic-operator.hh include/fproto.hh \
422         include/real.hh include/string-handle.hh \
423         include/international.hh include/compare.hh include/varray.hh \
424         include/flower-debug.hh include/dstream.hh
425 rational.lo rational.o: rational.cc include/rational.hh \
426         include/compare.hh include/arithmetic-operator.hh \
427         include/fproto.hh include/real.hh include/string.hh \
428         include/string-handle.hh include/international.hh \
429         include/string-convert.hh include/libc-extension.hh config.hh
430 scalar.lo scalar.o: scalar.cc include/scalar.hh include/string.hh \
431         include/arithmetic-operator.hh include/fproto.hh \
432         include/real.hh include/string-handle.hh \
433         include/international.hh include/compare.hh include/rational.hh
434 string-convert.lo string-convert.o: string-convert.cc \
435         include/libc-extension.hh include/fproto.hh include/real.hh \
436         config.hh include/string.hh include/arithmetic-operator.hh \
437         include/string-handle.hh include/international.hh \
438         include/compare.hh include/string-convert.hh \
439         include/rational.hh
440 string.lo string.o: string.cc include/string.hh \
441         include/arithmetic-operator.hh include/fproto.hh \
442         include/real.hh include/string-handle.hh \
443         include/international.hh include/compare.hh \
444         include/libc-extension.hh config.hh include/string-convert.hh
445 stringutil.lo stringutil.o: stringutil.cc include/string-handle.hh \
446         include/fproto.hh include/real.hh include/string-data.hh \
447         include/string.hh include/arithmetic-operator.hh \
448         include/international.hh include/compare.hh \
449         include/string-data.icc include/string-handle.icc \
450         include/string.icc
451 text-db.lo text-db.o: text-db.cc include/text-db.hh include/data-file.hh \
452         include/text-stream.hh include/string.hh \
453         include/arithmetic-operator.hh include/fproto.hh \
454         include/real.hh include/string-handle.hh \
455         include/international.hh include/compare.hh include/varray.hh
456 text-stream.lo text-stream.o: text-stream.cc include/text-stream.hh \
457         include/string.hh include/arithmetic-operator.hh \
458         include/fproto.hh include/real.hh include/string-handle.hh \
459         include/international.hh include/compare.hh include/varray.hh
460 unionfind.lo unionfind.o: unionfind.cc include/unionfind.hh \
461         include/varray.hh
462 vector.lo vector.o: vector.cc include/vector.hh include/real.hh \
463         include/varray.hh
464
465 info: info-recursive
466 dvi: dvi-recursive
467 check: all-am
468         $(MAKE) check-recursive
469 installcheck: installcheck-recursive
470 all-recursive-am: config.hh
471         $(MAKE) all-recursive
472
473 all-am: Makefile $(LTLIBRARIES) config.hh
474
475 install-exec-am: install-libLTLIBRARIES
476
477 uninstall-am: uninstall-libLTLIBRARIES
478
479 install-exec: install-exec-recursive install-exec-am
480         @$(NORMAL_INSTALL)
481
482 install-data: install-data-recursive
483         @$(NORMAL_INSTALL)
484
485 install: install-recursive install-exec-am
486         @:
487
488 uninstall: uninstall-recursive uninstall-am
489
490 all: all-recursive-am all-am
491
492 install-strip:
493         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
494 installdirs: installdirs-recursive
495         $(mkinstalldirs)  $(libdir)
496
497
498 mostlyclean-generic:
499         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
500
501 clean-generic:
502         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
503
504 distclean-generic:
505         -rm -f Makefile $(DISTCLEANFILES)
506         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
507         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
508
509 maintainer-clean-generic:
510         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
511         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
512 mostlyclean-am:  mostlyclean-hdr mostlyclean-libLTLIBRARIES \
513                 mostlyclean-compile mostlyclean-libtool \
514                 mostlyclean-tags mostlyclean-generic
515
516 clean-am:  clean-hdr clean-libLTLIBRARIES clean-compile clean-libtool \
517                 clean-tags clean-generic mostlyclean-am
518
519 distclean-am:  distclean-hdr distclean-libLTLIBRARIES distclean-compile \
520                 distclean-libtool distclean-tags distclean-generic \
521                 clean-am
522
523 maintainer-clean-am:  maintainer-clean-hdr \
524                 maintainer-clean-libLTLIBRARIES \
525                 maintainer-clean-compile maintainer-clean-libtool \
526                 maintainer-clean-tags maintainer-clean-generic \
527                 distclean-am
528
529 mostlyclean:  mostlyclean-recursive mostlyclean-am
530
531 clean:  clean-recursive clean-am
532
533 distclean:  distclean-recursive distclean-am
534         -rm -f config.status
535         -rm -f libtool
536
537 maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
538         @echo "This command is intended for maintainers to use;"
539         @echo "it deletes files that may require special tools to rebuild."
540         -rm -f config.status
541
542 .PHONY: default mostlyclean-hdr distclean-hdr clean-hdr \
543 maintainer-clean-hdr mostlyclean-libLTLIBRARIES \
544 distclean-libLTLIBRARIES clean-libLTLIBRARIES \
545 maintainer-clean-libLTLIBRARIES uninstall-libLTLIBRARIES \
546 install-libLTLIBRARIES mostlyclean-compile distclean-compile \
547 clean-compile maintainer-clean-compile mostlyclean-libtool \
548 distclean-libtool clean-libtool maintainer-clean-libtool \
549 install-data-recursive uninstall-data-recursive install-exec-recursive \
550 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
551 all-recursive check-recursive installcheck-recursive info-recursive \
552 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
553 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
554 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
555 installcheck all-recursive-am all-am install-exec-am uninstall-am \
556 install-exec install-data install uninstall all installdirs \
557 mostlyclean-generic distclean-generic clean-generic \
558 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
559
560
561 $(srcdir)/Makefile.am: $(srcdir)/Makefile.am.wild
562         $(PERL) $(top_srcdir)/bin/wild-perl < $< > $@
563
564 # Tell versions [3.59,3.63) of GNU make to not export all variables.
565 # Otherwise a system limit (for SysV at least) may be exceeded.
566 .NOEXPORT: