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)
37
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
38
$(srcdir)/Makefile.in $(top_srcdir)/configure COPYING NEWS \
39
TODO build-aux/install-sh build-aux/missing \
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
43
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
46
configure.lineno config.status.lineno
47
mkinstalldirs = $(install_sh) -d
49
CONFIG_CLEAN_VPATH_FILES =
52
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
53
html-recursive info-recursive install-data-recursive \
54
install-dvi-recursive install-exec-recursive \
55
install-html-recursive install-info-recursive \
56
install-pdf-recursive install-ps-recursive install-recursive \
57
installcheck-recursive installdirs-recursive pdf-recursive \
58
ps-recursive uninstall-recursive
59
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
60
distclean-recursive maintainer-clean-recursive
61
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
62
$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
63
distdir dist dist-all distcheck
66
DIST_SUBDIRS = $(SUBDIRS)
67
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
68
distdir = $(PACKAGE)-$(VERSION)
69
top_distdir = $(distdir)
70
am__remove_distdir = \
71
{ test ! -d "$(distdir)" \
72
|| { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
73
&& rm -fr "$(distdir)"; }; }
76
sed_first='s,^\([^/]*\)/.*$$,\1,'; \
77
sed_rest='s,^[^/]*/*,,'; \
78
sed_last='s,^.*/\([^/]*\)$$,\1,'; \
79
sed_butlast='s,/*[^/]*$$,,'; \
80
while test -n "$$dir1"; do \
81
first=`echo "$$dir1" | sed -e "$$sed_first"`; \
82
if test "$$first" != "."; then \
83
if test "$$first" = ".."; then \
84
dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
85
dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
87
first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
88
if test "$$first2" = "$$first"; then \
89
dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
93
dir0="$$dir0"/"$$first"; \
96
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
99
DIST_ARCHIVES = $(distdir).tar.gz
101
distuninstallcheck_listfiles = find . -type f -print
102
distcleancheck_listfiles = find . -type f -print
105
AUTOCONF = @AUTOCONF@
106
AUTOHEADER = @AUTOHEADER@
107
AUTOMAKE = @AUTOMAKE@
109
CYGPATH_W = @CYGPATH_W@
115
INSTALL_DATA = @INSTALL_DATA@
116
INSTALL_PROGRAM = @INSTALL_PROGRAM@
117
INSTALL_SCRIPT = @INSTALL_SCRIPT@
118
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
121
LTLIBOBJS = @LTLIBOBJS@
122
MAKEINFO = @MAKEINFO@
125
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
126
PACKAGE_NAME = @PACKAGE_NAME@
127
PACKAGE_STRING = @PACKAGE_STRING@
128
PACKAGE_TARNAME = @PACKAGE_TARNAME@
129
PACKAGE_URL = @PACKAGE_URL@
130
PACKAGE_VERSION = @PACKAGE_VERSION@
131
PATH_SEPARATOR = @PATH_SEPARATOR@
133
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
134
PYTHON_PLATFORM = @PYTHON_PLATFORM@
135
PYTHON_PREFIX = @PYTHON_PREFIX@
136
PYTHON_VERSION = @PYTHON_VERSION@
137
SET_MAKE = @SET_MAKE@
141
abs_builddir = @abs_builddir@
142
abs_srcdir = @abs_srcdir@
143
abs_top_builddir = @abs_top_builddir@
144
abs_top_srcdir = @abs_top_srcdir@
145
am__leading_dot = @am__leading_dot@
147
am__untar = @am__untar@
149
build_alias = @build_alias@
150
builddir = @builddir@
152
datarootdir = @datarootdir@
155
exec_prefix = @exec_prefix@
156
host_alias = @host_alias@
158
includedir = @includedir@
160
install_sh = @install_sh@
162
libexecdir = @libexecdir@
163
localedir = @localedir@
164
localstatedir = @localstatedir@
167
oldincludedir = @oldincludedir@
169
pkgpyexecdir = @pkgpyexecdir@
170
pkgpythondir = @pkgpythondir@
172
program_transform_name = @program_transform_name@
174
pyexecdir = @pyexecdir@
175
pythondir = @pythondir@
177
sharedstatedir = @sharedstatedir@
179
sysconfdir = @sysconfdir@
180
target_alias = @target_alias@
181
top_build_prefix = @top_build_prefix@
182
top_builddir = @top_builddir@
183
top_srcdir = @top_srcdir@
185
ACLOCAL_AMFLAGS = -I m4
191
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
193
case '$(am__configure_deps)' in \
195
echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
196
$(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
201
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
202
$(am__cd) $(top_srcdir) && \
203
$(AUTOMAKE) --foreign Makefile
205
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
208
echo ' $(SHELL) ./config.status'; \
209
$(SHELL) ./config.status;; \
211
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
212
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
215
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
216
$(SHELL) ./config.status --recheck
218
$(top_srcdir)/configure: $(am__configure_deps)
219
$(am__cd) $(srcdir) && $(AUTOCONF)
220
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
221
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
222
$(am__aclocal_m4_deps):
224
# This directory's subdirectories are mostly independent; you can cd
225
# into them and run `make' without going through this Makefile.
226
# To change the values of `make' variables: instead of editing Makefiles,
227
# (1) if the variable is set in `config.status', edit `config.status'
228
# (which will cause the Makefiles to be regenerated when you run `make');
229
# (2) otherwise, pass the desired values on the `make' command line.
230
$(RECURSIVE_TARGETS):
231
@fail= failcom='exit 1'; \
232
for f in x $$MAKEFLAGS; do \
235
*k*) failcom='fail=yes';; \
239
target=`echo $@ | sed s/-recursive//`; \
240
list='$(SUBDIRS)'; for subdir in $$list; do \
241
echo "Making $$target in $$subdir"; \
242
if test "$$subdir" = "."; then \
244
local_target="$$target-am"; \
246
local_target="$$target"; \
248
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
251
if test "$$dot_seen" = "no"; then \
252
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
255
$(RECURSIVE_CLEAN_TARGETS):
256
@fail= failcom='exit 1'; \
257
for f in x $$MAKEFLAGS; do \
260
*k*) failcom='fail=yes';; \
265
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
266
*) list='$(SUBDIRS)' ;; \
268
rev=''; for subdir in $$list; do \
269
if test "$$subdir" = "."; then :; else \
270
rev="$$subdir $$rev"; \
274
target=`echo $@ | sed s/-recursive//`; \
275
for subdir in $$rev; do \
276
echo "Making $$target in $$subdir"; \
277
if test "$$subdir" = "."; then \
278
local_target="$$target-am"; \
280
local_target="$$target"; \
282
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
284
done && test -z "$$fail"
286
list='$(SUBDIRS)'; for subdir in $$list; do \
287
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
290
list='$(SUBDIRS)'; for subdir in $$list; do \
291
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
294
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
295
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
296
unique=`for i in $$list; do \
297
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
299
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
300
END { if (nonempty) { for (i in files) print i; }; }'`; \
304
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
305
$(TAGS_FILES) $(LISP)
308
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
309
include_option=--etags-include; \
312
include_option=--include; \
315
list='$(SUBDIRS)'; for subdir in $$list; do \
316
if test "$$subdir" = .; then :; else \
317
test ! -f $$subdir/TAGS || \
318
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
321
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
322
unique=`for i in $$list; do \
323
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
325
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
326
END { if (nonempty) { for (i in files) print i; }; }'`; \
328
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
329
test -n "$$unique" || unique=$$empty_fix; \
330
if test $$# -gt 0; then \
331
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
334
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
339
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
340
$(TAGS_FILES) $(LISP)
341
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
342
unique=`for i in $$list; do \
343
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
345
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
346
END { if (nonempty) { for (i in files) print i; }; }'`; \
347
test -z "$(CTAGS_ARGS)$$unique" \
348
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
352
here=`$(am__cd) $(top_builddir) && pwd` \
353
&& $(am__cd) $(top_srcdir) \
354
&& gtags -i $(GTAGS_ARGS) "$$here"
357
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
359
distdir: $(DISTFILES)
360
$(am__remove_distdir)
361
test -d "$(distdir)" || mkdir "$(distdir)"
362
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
363
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
364
list='$(DISTFILES)'; \
365
dist_files=`for file in $$list; do echo $$file; done | \
366
sed -e "s|^$$srcdirstrip/||;t" \
367
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
368
case $$dist_files in \
369
*/*) $(MKDIR_P) `echo "$$dist_files" | \
370
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
373
for file in $$dist_files; do \
374
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
375
if test -d $$d/$$file; then \
376
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
377
if test -d "$(distdir)/$$file"; then \
378
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
380
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
381
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
382
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
384
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
386
test -f "$(distdir)/$$file" \
387
|| cp -p $$d/$$file "$(distdir)/$$file" \
391
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
392
if test "$$subdir" = .; then :; else \
393
test -d "$(distdir)/$$subdir" \
394
|| $(MKDIR_P) "$(distdir)/$$subdir" \
398
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
399
if test "$$subdir" = .; then :; else \
400
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
402
new_distdir=$$reldir; \
403
dir1=$$subdir; dir2="$(top_distdir)"; \
405
new_top_distdir=$$reldir; \
406
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
407
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
408
($(am__cd) $$subdir && \
409
$(MAKE) $(AM_MAKEFLAGS) \
410
top_distdir="$$new_top_distdir" \
411
distdir="$$new_distdir" \
412
am__remove_distdir=: \
413
am__skip_length_check=: \
414
am__skip_mode_fix=: \
419
-test -n "$(am__skip_mode_fix)" \
420
|| find "$(distdir)" -type d ! -perm -755 \
421
-exec chmod u+rwx,go+rx {} \; -o \
422
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
423
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
424
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
425
|| chmod -R a+r "$(distdir)"
427
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
428
$(am__remove_distdir)
431
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
432
$(am__remove_distdir)
435
tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
436
$(am__remove_distdir)
439
tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
440
$(am__remove_distdir)
443
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
444
$(am__remove_distdir)
447
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
448
$(am__remove_distdir)
451
-rm -f $(distdir).zip
452
zip -rq $(distdir).zip $(distdir)
453
$(am__remove_distdir)
455
dist dist-all: distdir
456
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
457
$(am__remove_distdir)
459
# This target untars the dist file and tries a VPATH configuration. Then
460
# it guarantees that the distribution is self-contained by making another
463
case '$(DIST_ARCHIVES)' in \
465
GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
467
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
469
lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
471
xz -dc $(distdir).tar.xz | $(am__untar) ;;\
473
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
475
GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
477
unzip $(distdir).zip ;;\
479
chmod -R a-w $(distdir); chmod a+w $(distdir)
480
mkdir $(distdir)/_build
481
mkdir $(distdir)/_inst
483
test -d $(distdir)/_build || exit 0; \
484
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
485
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
487
&& $(am__cd) $(distdir)/_build \
488
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
489
$(DISTCHECK_CONFIGURE_FLAGS) \
490
&& $(MAKE) $(AM_MAKEFLAGS) \
491
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
492
&& $(MAKE) $(AM_MAKEFLAGS) check \
493
&& $(MAKE) $(AM_MAKEFLAGS) install \
494
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
495
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \
496
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
498
&& chmod -R a-w "$$dc_install_base" \
500
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \
501
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
502
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
503
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
504
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
505
} || { rm -rf "$$dc_destdir"; exit 1; }) \
506
&& rm -rf "$$dc_destdir" \
507
&& $(MAKE) $(AM_MAKEFLAGS) dist \
508
&& rm -rf $(DIST_ARCHIVES) \
509
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
512
$(am__remove_distdir)
513
@(echo "$(distdir) archives ready for distribution: "; \
514
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
515
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
517
@$(am__cd) '$(distuninstallcheck_dir)' \
518
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
519
|| { echo "ERROR: files left after uninstall:" ; \
520
if test -n "$(DESTDIR)"; then \
521
echo " (check DESTDIR support)"; \
523
$(distuninstallcheck_listfiles) ; \
525
distcleancheck: distclean
526
@if test '$(srcdir)' = . ; then \
527
echo "ERROR: distcleancheck can only run from a VPATH build" ; \
530
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
531
|| { echo "ERROR: files left in build directory after distclean:" ; \
532
$(distcleancheck_listfiles) ; \
535
check: check-recursive
537
installdirs: installdirs-recursive
539
install: install-recursive
540
install-exec: install-exec-recursive
541
install-data: install-data-recursive
542
uninstall: uninstall-recursive
545
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
547
installcheck: installcheck-recursive
549
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
550
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
551
`test -z '$(STRIP)' || \
552
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
558
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
559
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
561
maintainer-clean-generic:
562
@echo "This command is intended for maintainers to use"
563
@echo "it deletes files that may require special tools to rebuild."
564
clean: clean-recursive
566
clean-am: clean-generic mostlyclean-am
568
distclean: distclean-recursive
569
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
571
distclean-am: clean-am distclean-generic distclean-tags
587
install-dvi: install-dvi-recursive
593
install-html: install-html-recursive
597
install-info: install-info-recursive
603
install-pdf: install-pdf-recursive
607
install-ps: install-ps-recursive
613
maintainer-clean: maintainer-clean-recursive
614
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
615
-rm -rf $(top_srcdir)/autom4te.cache
617
maintainer-clean-am: distclean-am maintainer-clean-generic
619
mostlyclean: mostlyclean-recursive
621
mostlyclean-am: mostlyclean-generic
633
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
634
install-am install-strip tags-recursive
636
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
637
all all-am am--refresh check check-am clean clean-generic \
638
ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
639
dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
640
distclean distclean-generic distclean-tags distcleancheck \
641
distdir distuninstallcheck dvi dvi-am html html-am info \
642
info-am install install-am install-data install-data-am \
643
install-dvi install-dvi-am install-exec install-exec-am \
644
install-html install-html-am install-info install-info-am \
645
install-man install-pdf install-pdf-am install-ps \
646
install-ps-am install-strip installcheck installcheck-am \
647
installdirs installdirs-am maintainer-clean \
648
maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
649
pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
652
# Tell versions [3.59,3.63) of GNU make to not export all variables.
653
# Otherwise a system limit (for SysV at least) may be exceeded.