1
# Makefile.in generated by automake 1.11.1 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 NEWS TODO \
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@
147
LIBSQLITE3CC_INTERFACE = @LIBSQLITE3CC_INTERFACE@
151
LTLIBOBJS = @LTLIBOBJS@
152
MAKEINFO = @MAKEINFO@
161
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
162
PACKAGE_NAME = @PACKAGE_NAME@
163
PACKAGE_STRING = @PACKAGE_STRING@
164
PACKAGE_TARNAME = @PACKAGE_TARNAME@
165
PACKAGE_URL = @PACKAGE_URL@
166
PACKAGE_VERSION = @PACKAGE_VERSION@
167
PATH_SEPARATOR = @PATH_SEPARATOR@
170
SET_MAKE = @SET_MAKE@
174
abs_builddir = @abs_builddir@
175
abs_srcdir = @abs_srcdir@
176
abs_top_builddir = @abs_top_builddir@
177
abs_top_srcdir = @abs_top_srcdir@
178
ac_ct_CC = @ac_ct_CC@
179
ac_ct_CXX = @ac_ct_CXX@
180
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
181
am__include = @am__include@
182
am__leading_dot = @am__leading_dot@
183
am__quote = @am__quote@
185
am__untar = @am__untar@
188
build_alias = @build_alias@
189
build_cpu = @build_cpu@
190
build_os = @build_os@
191
build_vendor = @build_vendor@
192
builddir = @builddir@
194
datarootdir = @datarootdir@
197
exec_prefix = @exec_prefix@
199
host_alias = @host_alias@
200
host_cpu = @host_cpu@
202
host_vendor = @host_vendor@
204
includedir = @includedir@
206
install_sh = @install_sh@
208
libexecdir = @libexecdir@
209
localedir = @localedir@
210
localstatedir = @localstatedir@
214
oldincludedir = @oldincludedir@
217
program_transform_name = @program_transform_name@
220
sharedstatedir = @sharedstatedir@
222
sysconfdir = @sysconfdir@
223
target_alias = @target_alias@
224
top_build_prefix = @top_build_prefix@
225
top_builddir = @top_builddir@
226
top_srcdir = @top_srcdir@
227
SUBDIRS = src include test
228
ACLOCAL_AMFLAGS = -I m4
230
$(MAKE) $(AM_MAKEFLAGS) all-recursive
235
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
237
case '$(am__configure_deps)' in \
239
echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
240
$(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
245
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
246
$(am__cd) $(top_srcdir) && \
247
$(AUTOMAKE) --foreign Makefile
249
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
252
echo ' $(SHELL) ./config.status'; \
253
$(SHELL) ./config.status;; \
255
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
256
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
259
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
260
$(SHELL) ./config.status --recheck
262
$(top_srcdir)/configure: $(am__configure_deps)
263
$(am__cd) $(srcdir) && $(AUTOCONF)
264
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
265
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
266
$(am__aclocal_m4_deps):
269
@if test ! -f $@; then \
271
$(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
274
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
276
cd $(top_builddir) && $(SHELL) ./config.status config.h
277
$(srcdir)/config.h.in: $(am__configure_deps)
278
($(am__cd) $(top_srcdir) && $(AUTOHEADER))
283
-rm -f config.h stamp-h1
292
-rm -f libtool config.lt
294
# This directory's subdirectories are mostly independent; you can cd
295
# into them and run `make' without going through this Makefile.
296
# To change the values of `make' variables: instead of editing Makefiles,
297
# (1) if the variable is set in `config.status', edit `config.status'
298
# (which will cause the Makefiles to be regenerated when you run `make');
299
# (2) otherwise, pass the desired values on the `make' command line.
300
$(RECURSIVE_TARGETS):
301
@fail= failcom='exit 1'; \
302
for f in x $$MAKEFLAGS; do \
305
*k*) failcom='fail=yes';; \
309
target=`echo $@ | sed s/-recursive//`; \
310
list='$(SUBDIRS)'; for subdir in $$list; do \
311
echo "Making $$target in $$subdir"; \
312
if test "$$subdir" = "."; then \
314
local_target="$$target-am"; \
316
local_target="$$target"; \
318
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
321
if test "$$dot_seen" = "no"; then \
322
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
325
$(RECURSIVE_CLEAN_TARGETS):
326
@fail= failcom='exit 1'; \
327
for f in x $$MAKEFLAGS; do \
330
*k*) failcom='fail=yes';; \
335
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
336
*) list='$(SUBDIRS)' ;; \
338
rev=''; for subdir in $$list; do \
339
if test "$$subdir" = "."; then :; else \
340
rev="$$subdir $$rev"; \
344
target=`echo $@ | sed s/-recursive//`; \
345
for subdir in $$rev; do \
346
echo "Making $$target in $$subdir"; \
347
if test "$$subdir" = "."; then \
348
local_target="$$target-am"; \
350
local_target="$$target"; \
352
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
354
done && test -z "$$fail"
356
list='$(SUBDIRS)'; for subdir in $$list; do \
357
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
360
list='$(SUBDIRS)'; for subdir in $$list; do \
361
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
364
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
365
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
366
unique=`for i in $$list; do \
367
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
369
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
370
END { if (nonempty) { for (i in files) print i; }; }'`; \
374
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
375
$(TAGS_FILES) $(LISP)
378
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
379
include_option=--etags-include; \
382
include_option=--include; \
385
list='$(SUBDIRS)'; for subdir in $$list; do \
386
if test "$$subdir" = .; then :; else \
387
test ! -f $$subdir/TAGS || \
388
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
391
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
392
unique=`for i in $$list; do \
393
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
395
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
396
END { if (nonempty) { for (i in files) print i; }; }'`; \
398
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
399
test -n "$$unique" || unique=$$empty_fix; \
400
if test $$# -gt 0; then \
401
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
404
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
409
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
410
$(TAGS_FILES) $(LISP)
411
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
412
unique=`for i in $$list; do \
413
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
415
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
416
END { if (nonempty) { for (i in files) print i; }; }'`; \
417
test -z "$(CTAGS_ARGS)$$unique" \
418
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
422
here=`$(am__cd) $(top_builddir) && pwd` \
423
&& $(am__cd) $(top_srcdir) \
424
&& gtags -i $(GTAGS_ARGS) "$$here"
427
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
429
distdir: $(DISTFILES)
430
$(am__remove_distdir)
431
test -d "$(distdir)" || mkdir "$(distdir)"
432
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
433
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
434
list='$(DISTFILES)'; \
435
dist_files=`for file in $$list; do echo $$file; done | \
436
sed -e "s|^$$srcdirstrip/||;t" \
437
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
438
case $$dist_files in \
439
*/*) $(MKDIR_P) `echo "$$dist_files" | \
440
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
443
for file in $$dist_files; do \
444
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
445
if test -d $$d/$$file; then \
446
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
447
if test -d "$(distdir)/$$file"; then \
448
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
450
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
451
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
452
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
454
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
456
test -f "$(distdir)/$$file" \
457
|| cp -p $$d/$$file "$(distdir)/$$file" \
461
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
462
if test "$$subdir" = .; then :; else \
463
test -d "$(distdir)/$$subdir" \
464
|| $(MKDIR_P) "$(distdir)/$$subdir" \
468
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
469
if test "$$subdir" = .; then :; else \
470
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
472
new_distdir=$$reldir; \
473
dir1=$$subdir; dir2="$(top_distdir)"; \
475
new_top_distdir=$$reldir; \
476
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
477
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
478
($(am__cd) $$subdir && \
479
$(MAKE) $(AM_MAKEFLAGS) \
480
top_distdir="$$new_top_distdir" \
481
distdir="$$new_distdir" \
482
am__remove_distdir=: \
483
am__skip_length_check=: \
484
am__skip_mode_fix=: \
489
-test -n "$(am__skip_mode_fix)" \
490
|| find "$(distdir)" -type d ! -perm -755 \
491
-exec chmod u+rwx,go+rx {} \; -o \
492
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
493
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
494
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
495
|| chmod -R a+r "$(distdir)"
497
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
498
$(am__remove_distdir)
501
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
502
$(am__remove_distdir)
505
tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
506
$(am__remove_distdir)
509
tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
510
$(am__remove_distdir)
513
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
514
$(am__remove_distdir)
517
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
518
$(am__remove_distdir)
521
-rm -f $(distdir).zip
522
zip -rq $(distdir).zip $(distdir)
523
$(am__remove_distdir)
525
dist dist-all: distdir
526
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
527
$(am__remove_distdir)
529
# This target untars the dist file and tries a VPATH configuration. Then
530
# it guarantees that the distribution is self-contained by making another
533
case '$(DIST_ARCHIVES)' in \
535
GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
537
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
539
lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
541
xz -dc $(distdir).tar.xz | $(am__untar) ;;\
543
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
545
GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
547
unzip $(distdir).zip ;;\
549
chmod -R a-w $(distdir); chmod a+w $(distdir)
550
mkdir $(distdir)/_build
551
mkdir $(distdir)/_inst
553
test -d $(distdir)/_build || exit 0; \
554
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
555
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
557
&& $(am__cd) $(distdir)/_build \
558
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
559
$(DISTCHECK_CONFIGURE_FLAGS) \
560
&& $(MAKE) $(AM_MAKEFLAGS) \
561
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
562
&& $(MAKE) $(AM_MAKEFLAGS) check \
563
&& $(MAKE) $(AM_MAKEFLAGS) install \
564
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
565
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \
566
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
568
&& chmod -R a-w "$$dc_install_base" \
570
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \
571
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
572
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
573
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
574
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
575
} || { rm -rf "$$dc_destdir"; exit 1; }) \
576
&& rm -rf "$$dc_destdir" \
577
&& $(MAKE) $(AM_MAKEFLAGS) dist \
578
&& rm -rf $(DIST_ARCHIVES) \
579
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
582
$(am__remove_distdir)
583
@(echo "$(distdir) archives ready for distribution: "; \
584
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
585
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
587
@$(am__cd) '$(distuninstallcheck_dir)' \
588
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
589
|| { echo "ERROR: files left after uninstall:" ; \
590
if test -n "$(DESTDIR)"; then \
591
echo " (check DESTDIR support)"; \
593
$(distuninstallcheck_listfiles) ; \
595
distcleancheck: distclean
596
@if test '$(srcdir)' = . ; then \
597
echo "ERROR: distcleancheck can only run from a VPATH build" ; \
600
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
601
|| { echo "ERROR: files left in build directory after distclean:" ; \
602
$(distcleancheck_listfiles) ; \
605
check: check-recursive
606
all-am: Makefile config.h
607
installdirs: installdirs-recursive
609
install: install-recursive
610
install-exec: install-exec-recursive
611
install-data: install-data-recursive
612
uninstall: uninstall-recursive
615
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
617
installcheck: installcheck-recursive
619
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
620
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
621
`test -z '$(STRIP)' || \
622
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
628
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
629
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
631
maintainer-clean-generic:
632
@echo "This command is intended for maintainers to use"
633
@echo "it deletes files that may require special tools to rebuild."
634
clean: clean-recursive
636
clean-am: clean-generic clean-libtool mostlyclean-am
638
distclean: distclean-recursive
639
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
641
distclean-am: clean-am distclean-generic distclean-hdr \
642
distclean-libtool distclean-tags
658
install-dvi: install-dvi-recursive
664
install-html: install-html-recursive
668
install-info: install-info-recursive
674
install-pdf: install-pdf-recursive
678
install-ps: install-ps-recursive
684
maintainer-clean: maintainer-clean-recursive
685
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
686
-rm -rf $(top_srcdir)/autom4te.cache
688
maintainer-clean-am: distclean-am maintainer-clean-generic
690
mostlyclean: mostlyclean-recursive
692
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
704
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
705
ctags-recursive install-am install-strip tags-recursive
707
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
708
all all-am am--refresh check check-am clean clean-generic \
709
clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
710
dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
711
distcheck distclean distclean-generic distclean-hdr \
712
distclean-libtool distclean-tags distcleancheck distdir \
713
distuninstallcheck dvi dvi-am html html-am info info-am \
714
install install-am install-data install-data-am install-dvi \
715
install-dvi-am install-exec install-exec-am install-html \
716
install-html-am install-info install-info-am install-man \
717
install-pdf install-pdf-am install-ps install-ps-am \
718
install-strip installcheck installcheck-am installdirs \
719
installdirs-am maintainer-clean maintainer-clean-generic \
720
mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
721
ps ps-am tags tags-recursive uninstall uninstall-am
724
# Tell versions [3.59,3.63) of GNU make to not export all variables.
725
# Otherwise a system limit (for SysV at least) may be exceeded.