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