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