]> git.donarmstrong.com Git - lilypond.git/blob - lib/Makefile.in
e796b2ea38ec6628e6f97dc856ea709f0bc58458
[lilypond.git] / lib / 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 ./lib/Makefile.am.wild by autowild
14 # Do not edit
15 # Generated automatically by wild-perl 0.1
16 # project  LilyPond -- the musical typesetter
17 # title    makefile for micro-lily-lib
18 # file     lib/Makefile 
19 #
20 # Copyright (c) 1997 by
21 #       Jan Nieuwenhuizen <jan@digicash.com>
22 #       Han-Wen Nienhuys <hanwen@stack.nl>
23 #
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 AUTOGENERATE = @AUTOGENERATE@
73 BISON = @BISON@
74 CC = @CC@
75 COMPILEINFO = @COMPILEINFO@
76 CPPFLAGS = @CPPFLAGS@
77 CXX = @CXX@
78 CXXFLAGS = @CXXFLAGS@
79 DEFINES = @DEFINES@
80 DIR_DATADIR = @DIR_DATADIR@
81 EXTRA_LIBES = @EXTRA_LIBES@
82 FIND = @FIND@
83 FLEX = @FLEX@
84 ICFLAGS = @ICFLAGS@
85 ILDFLAGS = @ILDFLAGS@
86 LD = @LD@
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 TAR = @TAR@
102 TEXDIR = @TEXDIR@
103 TEXPREFIX = @TEXPREFIX@
104 VERSION = @VERSION@
105 YACC = @YACC@
106 ZIP = @ZIP@
107 absolute_builddir = @absolute_builddir@
108
109 SUBDIRS = include
110
111 lib_LTLIBRARIES = liblily.la
112
113 liblily_la_SOURCES = binary-source-file.cc duration-convert.cc duration.cc includable-lexer.cc input.cc mapped-file-storage.cc moment.cc plet.cc simple-file-storage.cc source-file.cc source.cc template.cc warn.cc windhoos-suck-suck-suck-thank-you-cygnus.cc
114
115 INCLUDES = -Iinclude -I../flower/include
116
117 EXTRA_DIST = Makefile.am.wild
118 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
119 CONFIG_HEADER = config.hh
120 CONFIG_CLEAN_FILES = 
121 LTLIBRARIES =  $(lib_LTLIBRARIES)
122
123
124 DEFS = @DEFS@ -I. -I$(srcdir) -I.
125 LDFLAGS = @LDFLAGS@
126 LIBS = @LIBS@
127 liblily_la_LDFLAGS = 
128 liblily_la_LIBADD = 
129 liblily_la_OBJECTS =  binary-source-file.lo duration-convert.lo \
130 duration.lo includable-lexer.lo input.lo mapped-file-storage.lo \
131 moment.lo plet.lo simple-file-storage.lo source-file.lo source.lo \
132 template.lo warn.lo windhoos-suck-suck-suck-thank-you-cygnus.lo
133 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
134 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
135 CXXLINK = $(LIBTOOL) --mode=link $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@
136 DIST_COMMON =  Makefile.am Makefile.in
137
138
139 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
140
141 GZIP = --best
142 SOURCES = $(liblily_la_SOURCES)
143 OBJECTS = $(liblily_la_OBJECTS)
144
145 default: all
146
147 .SUFFIXES:
148 .SUFFIXES: .S .c .cc .lo .o .s
149 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
150         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps lib/Makefile
151
152 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
153         cd $(top_builddir) \
154           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
155
156
157 mostlyclean-libLTLIBRARIES:
158
159 clean-libLTLIBRARIES:
160         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
161
162 distclean-libLTLIBRARIES:
163
164 maintainer-clean-libLTLIBRARIES:
165
166 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
167         @$(NORMAL_INSTALL)
168         $(mkinstalldirs) $(libdir)
169         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
170           if test -f $$p; then \
171             echo "$(LIBTOOL)  --mode=install $(INSTALL_DATA) $$p $(libdir)/$$p"; \
172             $(LIBTOOL)  --mode=install $(INSTALL_DATA) $$p $(libdir)/$$p; \
173           else :; fi; \
174         done
175
176 uninstall-libLTLIBRARIES:
177         @$(NORMAL_UNINSTALL)
178         list='$(lib_LTLIBRARIES)'; for p in $$list; do \
179           $(LIBTOOL)  --mode=uninstall rm -f $(libdir)/$$p; \
180         done
181
182 .c.o:
183         $(COMPILE) -c $<
184
185 .s.o:
186         $(COMPILE) -c $<
187
188 .S.o:
189         $(COMPILE) -c $<
190
191 mostlyclean-compile:
192         -rm -f *.o core *.core
193
194 clean-compile:
195
196 distclean-compile:
197         -rm -f *.tab.c
198
199 maintainer-clean-compile:
200
201 .c.lo:
202         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
203
204 .s.lo:
205         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
206
207 .S.lo:
208         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
209
210 mostlyclean-libtool:
211         -rm -f *.lo
212
213 clean-libtool:
214         -rm -rf .libs _libs
215
216 distclean-libtool:
217
218 maintainer-clean-libtool:
219
220 liblily.la: $(liblily_la_OBJECTS) $(liblily_la_DEPENDENCIES)
221         $(CXXLINK) -rpath $(libdir) $(liblily_la_LDFLAGS) $(liblily_la_OBJECTS) $(liblily_la_LIBADD) $(LIBS)
222 .cc.o:
223         $(CXXCOMPILE) -c $<
224 .cc.lo:
225         $(LTCXXCOMPILE) -c $<
226
227 # This directory's subdirectories are mostly independent; you can cd
228 # into them and run `make' without going through this Makefile.
229 # To change the values of `make' variables: instead of editing Makefiles,
230 # (1) if the variable is set in `config.status', edit `config.status'
231 #     (which will cause the Makefiles to be regenerated when you run `make');
232 # (2) otherwise, pass the desired values on the `make' command line.
233
234 @SET_MAKE@
235
236 all-recursive install-data-recursive install-exec-recursive \
237 installdirs-recursive install-recursive uninstall-recursive  \
238 check-recursive installcheck-recursive info-recursive dvi-recursive:
239         @set fnord $(MAKEFLAGS); amf=$$2; \
240         list='$(SUBDIRS)'; for subdir in $$list; do \
241           target=`echo $@ | sed s/-recursive//`; \
242           echo "Making $$target in $$subdir"; \
243           (cd $$subdir && $(MAKE) $$target) \
244            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
245         done && test -z "$$fail"
246
247 mostlyclean-recursive clean-recursive distclean-recursive \
248 maintainer-clean-recursive:
249         @set fnord $(MAKEFLAGS); amf=$$2; \
250         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
251           rev="$$subdir $$rev"; \
252         done; \
253         for subdir in $$rev; do \
254           target=`echo $@ | sed s/-recursive//`; \
255           echo "Making $$target in $$subdir"; \
256           (cd $$subdir && $(MAKE) $$target) \
257            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
258         done && test -z "$$fail"
259 tags-recursive:
260         list='$(SUBDIRS)'; for subdir in $$list; do \
261           (cd $$subdir && $(MAKE) tags); \
262         done
263
264 tags: TAGS
265
266 ID: $(HEADERS) $(SOURCES) $(LISP)
267         here=`pwd` && cd $(srcdir) \
268           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
269
270 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
271         tags=; \
272         here=`pwd`; \
273         list='$(SUBDIRS)'; for subdir in $$list; do \
274           test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
275         done; \
276         list='$(SOURCES) $(HEADERS)'; \
277         unique=`for i in $$list; do echo $$i; done | \
278           awk '    { files[$$0] = 1; } \
279                END { for (i in files) print i; }'`; \
280         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
281           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
282
283 mostlyclean-tags:
284
285 clean-tags:
286
287 distclean-tags:
288         -rm -f TAGS ID
289
290 maintainer-clean-tags:
291
292 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
293
294 subdir = lib
295
296 distdir: $(DISTFILES)
297         @for file in $(DISTFILES); do \
298           d=$(srcdir); \
299           test -f $(distdir)/$$file \
300           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
301           || cp -p $$d/$$file $(distdir)/$$file; \
302         done
303         for subdir in $(SUBDIRS); do \
304           test -d $(distdir)/$$subdir \
305           || mkdir $(distdir)/$$subdir \
306           || exit 1; \
307           chmod 777 $(distdir)/$$subdir; \
308           (cd $$subdir && $(MAKE) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
309             || exit 1; \
310         done
311 binary-source-file.lo binary-source-file.o: binary-source-file.cc \
312         include/proto.hh ../flower/include/fproto.hh \
313         ../flower/include/real.hh ../flower/include/plist.hh \
314         ../flower/include/list.hh ../flower/include/list.icc \
315         ../flower/include/cursor.hh ../flower/include/link.hh \
316         ../flower/include/link.icc ../flower/include/compare.hh \
317         ../flower/include/pcursor.hh ../flower/include/cursor.icc \
318         ../flower/include/iterate.hh ../flower/include/plist.icc \
319         ../flower/include/string.hh \
320         ../flower/include/arithmetic-operator.hh \
321         ../flower/include/string-handle.hh \
322         ../flower/include/international.hh include/source-file.hh \
323         include/binary-source-file.hh \
324         ../flower/include/string-convert.hh
325 duration-convert.lo duration-convert.o: duration-convert.cc \
326         include/duration-convert.hh include/duration.hh \
327         ../flower/include/fproto.hh ../flower/include/real.hh \
328         include/moment.hh ../flower/include/rational.hh \
329         ../flower/include/compare.hh \
330         ../flower/include/arithmetic-operator.hh include/plet.hh \
331         ../flower/include/string.hh ../flower/include/string-handle.hh \
332         ../flower/include/international.hh ../flower/include/varray.hh \
333         include/warn.hh
334 duration.lo duration.o: duration.cc include/proto.hh \
335         ../flower/include/fproto.hh ../flower/include/real.hh \
336         ../flower/include/plist.hh ../flower/include/list.hh \
337         ../flower/include/list.icc ../flower/include/cursor.hh \
338         ../flower/include/link.hh ../flower/include/link.icc \
339         ../flower/include/compare.hh ../flower/include/pcursor.hh \
340         ../flower/include/cursor.icc ../flower/include/iterate.hh \
341         ../flower/include/plist.icc ../flower/include/string.hh \
342         ../flower/include/arithmetic-operator.hh \
343         ../flower/include/string-handle.hh \
344         ../flower/include/international.hh include/source-file.hh \
345         include/source.hh include/moment.hh \
346         ../flower/include/rational.hh include/duration.hh \
347         include/plet.hh include/duration-convert.hh \
348         ../flower/include/varray.hh
349 includable-lexer.lo includable-lexer.o: includable-lexer.cc \
350         include/includable-lexer.hh ../flower/include/string.hh \
351         ../flower/include/arithmetic-operator.hh \
352         ../flower/include/fproto.hh ../flower/include/real.hh \
353         ../flower/include/string-handle.hh \
354         ../flower/include/international.hh ../flower/include/compare.hh \
355         ../flower/include/varray.hh include/proto.hh \
356         include/source-file.hh include/source.hh \
357         ../flower/include/plist.hh ../flower/include/list.hh \
358         ../flower/include/list.icc ../flower/include/cursor.hh \
359         ../flower/include/link.hh ../flower/include/link.icc \
360         ../flower/include/pcursor.hh ../flower/include/cursor.icc \
361         ../flower/include/iterate.hh ../flower/include/plist.icc
362 input.lo input.o: input.cc include/proto.hh ../flower/include/fproto.hh \
363         ../flower/include/real.hh include/input.hh \
364         ../flower/include/string.hh \
365         ../flower/include/arithmetic-operator.hh \
366         ../flower/include/string-handle.hh \
367         ../flower/include/international.hh ../flower/include/compare.hh \
368         include/source.hh ../flower/include/plist.hh \
369         ../flower/include/list.hh ../flower/include/list.icc \
370         ../flower/include/cursor.hh ../flower/include/link.hh \
371         ../flower/include/link.icc ../flower/include/pcursor.hh \
372         ../flower/include/cursor.icc ../flower/include/iterate.hh \
373         ../flower/include/plist.icc include/source-file.hh
374 mapped-file-storage.lo mapped-file-storage.o: mapped-file-storage.cc
375 moment.lo moment.o: moment.cc ../flower/include/string.hh \
376         ../flower/include/arithmetic-operator.hh \
377         ../flower/include/fproto.hh ../flower/include/real.hh \
378         ../flower/include/string-handle.hh \
379         ../flower/include/international.hh ../flower/include/compare.hh \
380         include/moment.hh ../flower/include/rational.hh
381 plet.lo plet.o: plet.cc include/plet.hh include/moment.hh \
382         ../flower/include/rational.hh ../flower/include/compare.hh \
383         ../flower/include/arithmetic-operator.hh \
384         ../flower/include/fproto.hh ../flower/include/real.hh
385 simple-file-storage.lo simple-file-storage.o: simple-file-storage.cc \
386         include/simple-file-storage.hh include/file-storage.hh \
387         include/proto.hh ../flower/include/fproto.hh \
388         ../flower/include/real.hh ../flower/include/varray.hh \
389         ../flower/include/string.hh \
390         ../flower/include/arithmetic-operator.hh \
391         ../flower/include/string-handle.hh \
392         ../flower/include/international.hh ../flower/include/compare.hh \
393         include/warn.hh
394 source-file.lo source-file.o: source-file.cc ../flower/include/string.hh \
395         ../flower/include/arithmetic-operator.hh \
396         ../flower/include/fproto.hh ../flower/include/real.hh \
397         ../flower/include/string-handle.hh \
398         ../flower/include/international.hh ../flower/include/compare.hh \
399         include/proto.hh ../flower/include/plist.hh \
400         ../flower/include/list.hh ../flower/include/list.icc \
401         ../flower/include/cursor.hh ../flower/include/link.hh \
402         ../flower/include/link.icc ../flower/include/pcursor.hh \
403         ../flower/include/cursor.icc ../flower/include/iterate.hh \
404         ../flower/include/plist.icc include/warn.hh \
405         include/windhoos-suck-suck-suck-thank-you-cygnus.hh \
406         include/source-file.hh include/simple-file-storage.hh \
407         include/file-storage.hh
408 source.lo source.o: source.cc include/binary-source-file.hh \
409         include/source-file.hh include/proto.hh \
410         ../flower/include/fproto.hh ../flower/include/real.hh \
411         ../flower/include/string.hh \
412         ../flower/include/arithmetic-operator.hh \
413         ../flower/include/string-handle.hh \
414         ../flower/include/international.hh ../flower/include/compare.hh \
415         ../flower/include/plist.hh ../flower/include/list.hh \
416         ../flower/include/list.icc ../flower/include/cursor.hh \
417         ../flower/include/link.hh ../flower/include/link.icc \
418         ../flower/include/pcursor.hh ../flower/include/cursor.icc \
419         ../flower/include/iterate.hh ../flower/include/plist.icc \
420         include/source.hh ../flower/include/path.hh \
421         ../flower/include/varray.hh
422 template.lo template.o: template.cc include/source-file.hh \
423         include/proto.hh ../flower/include/fproto.hh \
424         ../flower/include/real.hh ../flower/include/string.hh \
425         ../flower/include/arithmetic-operator.hh \
426         ../flower/include/string-handle.hh \
427         ../flower/include/international.hh ../flower/include/compare.hh \
428         ../flower/include/plist.tcc ../flower/include/plist.hh \
429         ../flower/include/list.hh ../flower/include/list.icc \
430         ../flower/include/cursor.hh ../flower/include/link.hh \
431         ../flower/include/link.icc ../flower/include/pcursor.hh \
432         ../flower/include/cursor.icc ../flower/include/iterate.hh \
433         ../flower/include/plist.icc ../flower/include/pcursor.tcc \
434         ../flower/include/cursor.tcc ../flower/include/list.tcc
435 warn.lo warn.o: warn.cc include/warn.hh ../flower/include/string.hh \
436         ../flower/include/arithmetic-operator.hh \
437         ../flower/include/fproto.hh ../flower/include/real.hh \
438         ../flower/include/string-handle.hh \
439         ../flower/include/international.hh ../flower/include/compare.hh
440 windhoos-suck-suck-suck-thank-you-cygnus.lo windhoos-suck-suck-suck-thank-you-cygnus.o: \
441         windhoos-suck-suck-suck-thank-you-cygnus.cc
442
443 info: info-recursive
444 dvi: dvi-recursive
445 check: all-am
446         $(MAKE) check-recursive
447 installcheck: installcheck-recursive
448 all-recursive-am: config.hh
449         $(MAKE) all-recursive
450
451 all-am: Makefile $(LTLIBRARIES) config.hh
452
453 install-exec-am: install-libLTLIBRARIES
454
455 uninstall-am: uninstall-libLTLIBRARIES
456
457 install-exec: install-exec-recursive install-exec-am
458         @$(NORMAL_INSTALL)
459
460 install-data: install-data-recursive
461         @$(NORMAL_INSTALL)
462
463 install: install-recursive install-exec-am
464         @:
465
466 uninstall: uninstall-recursive uninstall-am
467
468 all: all-recursive-am all-am
469
470 install-strip:
471         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
472 installdirs: installdirs-recursive
473         $(mkinstalldirs)  $(libdir)
474
475
476 mostlyclean-generic:
477         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
478
479 clean-generic:
480         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
481
482 distclean-generic:
483         -rm -f Makefile $(DISTCLEANFILES)
484         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
485         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
486
487 maintainer-clean-generic:
488         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
489         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
490 mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
491                 mostlyclean-libtool mostlyclean-tags \
492                 mostlyclean-generic
493
494 clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
495                 clean-generic mostlyclean-am
496
497 distclean-am:  distclean-libLTLIBRARIES distclean-compile \
498                 distclean-libtool distclean-tags distclean-generic \
499                 clean-am
500
501 maintainer-clean-am:  maintainer-clean-libLTLIBRARIES \
502                 maintainer-clean-compile maintainer-clean-libtool \
503                 maintainer-clean-tags maintainer-clean-generic \
504                 distclean-am
505
506 mostlyclean:  mostlyclean-recursive mostlyclean-am
507
508 clean:  clean-recursive clean-am
509
510 distclean:  distclean-recursive distclean-am distclean-local
511         -rm -f config.status
512         -rm -f libtool
513
514 maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
515         @echo "This command is intended for maintainers to use;"
516         @echo "it deletes files that may require special tools to rebuild."
517
518 .PHONY: default mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
519 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
520 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
521 distclean-compile clean-compile maintainer-clean-compile \
522 mostlyclean-libtool distclean-libtool clean-libtool \
523 maintainer-clean-libtool install-data-recursive \
524 uninstall-data-recursive install-exec-recursive \
525 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
526 all-recursive check-recursive installcheck-recursive info-recursive \
527 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
528 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
529 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
530 installcheck all-recursive-am all-am install-exec-am uninstall-am \
531 install-exec install-data install uninstall all installdirs \
532 mostlyclean-generic distclean-generic clean-generic \
533 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
534
535 MODULE_CXXFLAGS += -D_REENTRANT
536
537 distclean-local:
538         -rm -rf .deps
539 $(srcdir)/Makefile.am: $(srcdir)/Makefile.am.wild
540         $(PERL) $(top_srcdir)/bin/wild-perl --top-srcdir="$(real_topdir)" < $< > $@
541
542 # Tell versions [3.59,3.63) of GNU make to not export all variables.
543 # Otherwise a system limit (for SysV at least) may be exceeded.
544 .NOEXPORT: