1
# Makefile.in generated by automake 1.11 from Makefile.am.
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
7
# This Makefile.in is free software; the Free Software Foundation
8
# gives unlimited permission to copy and/or distribute it,
9
# with or without modifications, as long as this notice is preserved.
11
# This program is distributed in the hope that it will be useful,
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
18
# Makefile.am -- process this file with automake to produce Makefile.in
20
pkgdatadir = $(datadir)/@PACKAGE@
21
pkgincludedir = $(includedir)/@PACKAGE@
22
pkglibdir = $(libdir)/@PACKAGE@
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
install_sh_DATA = $(install_sh) -c -m 644
26
install_sh_PROGRAM = $(install_sh) -c
27
install_sh_SCRIPT = $(install_sh) -c
28
INSTALL_HEADER = $(INSTALL_DATA)
29
transform = $(program_transform_name)
36
build_triplet = @build@
39
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
40
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
41
$(top_srcdir)/configure COPYING COPYING.LESSER \
42
build-aux/config.guess build-aux/config.sub build-aux/depcomp \
43
build-aux/install-sh build-aux/ltmain.sh build-aux/missing
44
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
46
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
47
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
48
$(top_srcdir)/configure.ac
49
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
52
configure.lineno config.status.lineno
53
mkinstalldirs = $(install_sh) -d
54
CONFIG_HEADER = config.h
56
CONFIG_CLEAN_VPATH_FILES =
59
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
60
html-recursive info-recursive install-data-recursive \
61
install-dvi-recursive install-exec-recursive \
62
install-html-recursive install-info-recursive \
63
install-pdf-recursive install-ps-recursive install-recursive \
64
installcheck-recursive installdirs-recursive pdf-recursive \
65
ps-recursive uninstall-recursive
66
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
67
distclean-recursive maintainer-clean-recursive
68
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
69
$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
70
distdir dist dist-all distcheck
73
DIST_SUBDIRS = $(SUBDIRS)
74
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
75
distdir = $(PACKAGE)-$(VERSION)
76
top_distdir = $(distdir)
77
am__remove_distdir = \
78
{ test ! -d "$(distdir)" \
79
|| { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
80
&& rm -fr "$(distdir)"; }; }
83
sed_first='s,^\([^/]*\)/.*$$,\1,'; \
84
sed_rest='s,^[^/]*/*,,'; \
85
sed_last='s,^.*/\([^/]*\)$$,\1,'; \
86
sed_butlast='s,/*[^/]*$$,,'; \
87
while test -n "$$dir1"; do \
88
first=`echo "$$dir1" | sed -e "$$sed_first"`; \
89
if test "$$first" != "."; then \
90
if test "$$first" = ".."; then \
91
dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
92
dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
94
first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
95
if test "$$first2" = "$$first"; then \
96
dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
100
dir0="$$dir0"/"$$first"; \
103
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
106
DIST_ARCHIVES = $(distdir).tar.gz
108
distuninstallcheck_listfiles = find . -type f -print
109
distcleancheck_listfiles = find . -type f -print
113
AUTOCONF = @AUTOCONF@
114
AUTOHEADER = @AUTOHEADER@
115
AUTOMAKE = @AUTOMAKE@
118
CCDEPMODE = @CCDEPMODE@
121
CPPFLAGS = @CPPFLAGS@
124
CXXDEPMODE = @CXXDEPMODE@
125
CXXFLAGS = @CXXFLAGS@
126
CYGPATH_W = @CYGPATH_W@
129
DSYMUTIL = @DSYMUTIL@
139
INSTALL_DATA = @INSTALL_DATA@
140
INSTALL_PROGRAM = @INSTALL_PROGRAM@
141
INSTALL_SCRIPT = @INSTALL_SCRIPT@
142
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
150
LTLIBOBJS = @LTLIBOBJS@
151
MAKEINFO = @MAKEINFO@
160
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
161
PACKAGE_NAME = @PACKAGE_NAME@
162
PACKAGE_STRING = @PACKAGE_STRING@
163
PACKAGE_TARNAME = @PACKAGE_TARNAME@
164
PACKAGE_URL = @PACKAGE_URL@
165
PACKAGE_VERSION = @PACKAGE_VERSION@
166
PATH_SEPARATOR = @PATH_SEPARATOR@
169
SET_MAKE = @SET_MAKE@
173
abs_builddir = @abs_builddir@
174
abs_srcdir = @abs_srcdir@
175
abs_top_builddir = @abs_top_builddir@
176
abs_top_srcdir = @abs_top_srcdir@
177
ac_ct_CC = @ac_ct_CC@
178
ac_ct_CXX = @ac_ct_CXX@
179
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
180
am__include = @am__include@
181
am__leading_dot = @am__leading_dot@
182
am__quote = @am__quote@
184
am__untar = @am__untar@
187
build_alias = @build_alias@
188
build_cpu = @build_cpu@
189
build_os = @build_os@
190
build_vendor = @build_vendor@
191
builddir = @builddir@
193
datarootdir = @datarootdir@
196
exec_prefix = @exec_prefix@
198
host_alias = @host_alias@
199
host_cpu = @host_cpu@
201
host_vendor = @host_vendor@
203
includedir = @includedir@
205
install_sh = @install_sh@
207
libexecdir = @libexecdir@
208
localedir = @localedir@
209
localstatedir = @localstatedir@
213
oldincludedir = @oldincludedir@
216
program_transform_name = @program_transform_name@
219
sharedstatedir = @sharedstatedir@
221
sysconfdir = @sysconfdir@
222
target_alias = @target_alias@
223
top_build_prefix = @top_build_prefix@
224
top_builddir = @top_builddir@
225
top_srcdir = @top_srcdir@
227
ACLOCAL_AMFLAGS = -I m4
229
$(MAKE) $(AM_MAKEFLAGS) all-recursive
234
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
236
case '$(am__configure_deps)' in \
238
echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
239
$(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
244
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
245
$(am__cd) $(top_srcdir) && \
246
$(AUTOMAKE) --foreign Makefile
248
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
251
echo ' $(SHELL) ./config.status'; \
252
$(SHELL) ./config.status;; \
254
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
255
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
258
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
259
$(SHELL) ./config.status --recheck
261
$(top_srcdir)/configure: $(am__configure_deps)
262
$(am__cd) $(srcdir) && $(AUTOCONF)
263
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
264
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
265
$(am__aclocal_m4_deps):
268
@if test ! -f $@; then \
270
$(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
273
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
275
cd $(top_builddir) && $(SHELL) ./config.status config.h
276
$(srcdir)/config.h.in: $(am__configure_deps)
277
($(am__cd) $(top_srcdir) && $(AUTOHEADER))
282
-rm -f config.h stamp-h1
291
-rm -f libtool config.lt
293
# This directory's subdirectories are mostly independent; you can cd
294
# into them and run `make' without going through this Makefile.
295
# To change the values of `make' variables: instead of editing Makefiles,
296
# (1) if the variable is set in `config.status', edit `config.status'
297
# (which will cause the Makefiles to be regenerated when you run `make');
298
# (2) otherwise, pass the desired values on the `make' command line.
299
$(RECURSIVE_TARGETS):
301
for f in x $$MAKEFLAGS; do \
304
*k*) failcom='fail=yes';; \
308
target=`echo $@ | sed s/-recursive//`; \
309
list='$(SUBDIRS)'; for subdir in $$list; do \
310
echo "Making $$target in $$subdir"; \
311
if test "$$subdir" = "."; then \
313
local_target="$$target-am"; \
315
local_target="$$target"; \
317
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
320
if test "$$dot_seen" = "no"; then \
321
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
324
$(RECURSIVE_CLEAN_TARGETS):
326
for f in x $$MAKEFLAGS; do \
329
*k*) failcom='fail=yes';; \
334
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
335
*) list='$(SUBDIRS)' ;; \
337
rev=''; for subdir in $$list; do \
338
if test "$$subdir" = "."; then :; else \
339
rev="$$subdir $$rev"; \
343
target=`echo $@ | sed s/-recursive//`; \
344
for subdir in $$rev; do \
345
echo "Making $$target in $$subdir"; \
346
if test "$$subdir" = "."; then \
347
local_target="$$target-am"; \
349
local_target="$$target"; \
351
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
353
done && test -z "$$fail"
355
list='$(SUBDIRS)'; for subdir in $$list; do \
356
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
359
list='$(SUBDIRS)'; for subdir in $$list; do \
360
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
363
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
364
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
365
unique=`for i in $$list; do \
366
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
368
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
369
END { if (nonempty) { for (i in files) print i; }; }'`; \
373
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
374
$(TAGS_FILES) $(LISP)
377
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
378
include_option=--etags-include; \
381
include_option=--include; \
384
list='$(SUBDIRS)'; for subdir in $$list; do \
385
if test "$$subdir" = .; then :; else \
386
test ! -f $$subdir/TAGS || \
387
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
390
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
391
unique=`for i in $$list; do \
392
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
394
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
395
END { if (nonempty) { for (i in files) print i; }; }'`; \
397
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
398
test -n "$$unique" || unique=$$empty_fix; \
399
if test $$# -gt 0; then \
400
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
403
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
408
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
409
$(TAGS_FILES) $(LISP)
410
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
411
unique=`for i in $$list; do \
412
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
414
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
415
END { if (nonempty) { for (i in files) print i; }; }'`; \
416
test -z "$(CTAGS_ARGS)$$unique" \
417
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
421
here=`$(am__cd) $(top_builddir) && pwd` \
422
&& $(am__cd) $(top_srcdir) \
423
&& gtags -i $(GTAGS_ARGS) "$$here"
426
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
428
distdir: $(DISTFILES)
429
$(am__remove_distdir)
430
test -d "$(distdir)" || mkdir "$(distdir)"
431
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
432
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
433
list='$(DISTFILES)'; \
434
dist_files=`for file in $$list; do echo $$file; done | \
435
sed -e "s|^$$srcdirstrip/||;t" \
436
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
437
case $$dist_files in \
438
*/*) $(MKDIR_P) `echo "$$dist_files" | \
439
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
442
for file in $$dist_files; do \
443
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
444
if test -d $$d/$$file; then \
445
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
446
if test -d "$(distdir)/$$file"; then \
447
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
449
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
450
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
451
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
453
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
455
test -f "$(distdir)/$$file" \
456
|| cp -p $$d/$$file "$(distdir)/$$file" \
460
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
461
if test "$$subdir" = .; then :; else \
462
test -d "$(distdir)/$$subdir" \
463
|| $(MKDIR_P) "$(distdir)/$$subdir" \
467
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
468
if test "$$subdir" = .; then :; else \
469
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
471
new_distdir=$$reldir; \
472
dir1=$$subdir; dir2="$(top_distdir)"; \
474
new_top_distdir=$$reldir; \
475
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
476
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
477
($(am__cd) $$subdir && \
478
$(MAKE) $(AM_MAKEFLAGS) \
479
top_distdir="$$new_top_distdir" \
480
distdir="$$new_distdir" \
481
am__remove_distdir=: \
482
am__skip_length_check=: \
483
am__skip_mode_fix=: \
488
-test -n "$(am__skip_mode_fix)" \
489
|| find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
490
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
491
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
492
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
493
|| chmod -R a+r "$(distdir)"
495
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
496
$(am__remove_distdir)
499
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
500
$(am__remove_distdir)
503
tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
504
$(am__remove_distdir)
507
tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
508
$(am__remove_distdir)
511
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
512
$(am__remove_distdir)
515
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
516
$(am__remove_distdir)
519
-rm -f $(distdir).zip
520
zip -rq $(distdir).zip $(distdir)
521
$(am__remove_distdir)
523
dist dist-all: distdir
524
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
525
$(am__remove_distdir)
527
# This target untars the dist file and tries a VPATH configuration. Then
528
# it guarantees that the distribution is self-contained by making another
531
case '$(DIST_ARCHIVES)' in \
533
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
535
bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
537
unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
539
xz -dc $(distdir).tar.xz | $(am__untar) ;;\
541
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
543
GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
545
unzip $(distdir).zip ;;\
547
chmod -R a-w $(distdir); chmod a+w $(distdir)
548
mkdir $(distdir)/_build
549
mkdir $(distdir)/_inst
551
test -d $(distdir)/_build || exit 0; \
552
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
553
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
555
&& $(am__cd) $(distdir)/_build \
556
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
557
$(DISTCHECK_CONFIGURE_FLAGS) \
558
&& $(MAKE) $(AM_MAKEFLAGS) \
559
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
560
&& $(MAKE) $(AM_MAKEFLAGS) check \
561
&& $(MAKE) $(AM_MAKEFLAGS) install \
562
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
563
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \
564
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
566
&& chmod -R a-w "$$dc_install_base" \
568
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \
569
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
570
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
571
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
572
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
573
} || { rm -rf "$$dc_destdir"; exit 1; }) \
574
&& rm -rf "$$dc_destdir" \
575
&& $(MAKE) $(AM_MAKEFLAGS) dist \
576
&& rm -rf $(DIST_ARCHIVES) \
577
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
580
$(am__remove_distdir)
581
@(echo "$(distdir) archives ready for distribution: "; \
582
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
583
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
585
@$(am__cd) '$(distuninstallcheck_dir)' \
586
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
587
|| { echo "ERROR: files left after uninstall:" ; \
588
if test -n "$(DESTDIR)"; then \
589
echo " (check DESTDIR support)"; \
591
$(distuninstallcheck_listfiles) ; \
593
distcleancheck: distclean
594
@if test '$(srcdir)' = . ; then \
595
echo "ERROR: distcleancheck can only run from a VPATH build" ; \
598
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
599
|| { echo "ERROR: files left in build directory after distclean:" ; \
600
$(distcleancheck_listfiles) ; \
603
check: check-recursive
604
all-am: Makefile config.h
605
installdirs: installdirs-recursive
607
install: install-recursive
608
install-exec: install-exec-recursive
609
install-data: install-data-recursive
610
uninstall: uninstall-recursive
613
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
615
installcheck: installcheck-recursive
617
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
618
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
619
`test -z '$(STRIP)' || \
620
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
626
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
627
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
629
maintainer-clean-generic:
630
@echo "This command is intended for maintainers to use"
631
@echo "it deletes files that may require special tools to rebuild."
632
clean: clean-recursive
634
clean-am: clean-generic clean-libtool mostlyclean-am
636
distclean: distclean-recursive
637
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
639
distclean-am: clean-am distclean-generic distclean-hdr \
640
distclean-libtool distclean-tags
656
install-dvi: install-dvi-recursive
662
install-html: install-html-recursive
666
install-info: install-info-recursive
672
install-pdf: install-pdf-recursive
676
install-ps: install-ps-recursive
682
maintainer-clean: maintainer-clean-recursive
683
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
684
-rm -rf $(top_srcdir)/autom4te.cache
686
maintainer-clean-am: distclean-am maintainer-clean-generic
688
mostlyclean: mostlyclean-recursive
690
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
702
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
703
ctags-recursive install-am install-strip tags-recursive
705
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
706
all all-am am--refresh check check-am clean clean-generic \
707
clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
708
dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
709
distcheck distclean distclean-generic distclean-hdr \
710
distclean-libtool distclean-tags distcleancheck distdir \
711
distuninstallcheck dvi dvi-am html html-am info info-am \
712
install install-am install-data install-data-am install-dvi \
713
install-dvi-am install-exec install-exec-am install-html \
714
install-html-am install-info install-info-am install-man \
715
install-pdf install-pdf-am install-ps install-ps-am \
716
install-strip installcheck installcheck-am installdirs \
717
installdirs-am maintainer-clean maintainer-clean-generic \
718
mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
719
ps ps-am tags tags-recursive uninstall uninstall-am
722
# Tell versions [3.59,3.63) of GNU make to not export all variables.
723
# Otherwise a system limit (for SysV at least) may be exceeded.