1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
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.
10
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
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkgincludedir = $(includedir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@
21pkglibexecdir = $(libexecdir)/@PACKAGE@
22am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23install_sh_DATA = $(install_sh) -c -m 644
24install_sh_PROGRAM = $(install_sh) -c
25install_sh_SCRIPT = $(install_sh) -c
26INSTALL_HEADER = $(INSTALL_DATA)
27transform = $(program_transform_name)
28NORMAL_INSTALL = :
29PRE_INSTALL = :
30POST_INSTALL = :
31NORMAL_UNINSTALL = :
32PRE_UNINSTALL = :
33POST_UNINSTALL = :
34build_triplet = @build@
35host_triplet = @host@
36subdir = .
37DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
38	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
39	$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL TODO \
40	config.guess config.sub depcomp install-sh ltmain.sh missing \
41	mkinstalldirs
42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43am__aclocal_m4_deps = $(top_srcdir)/configure.ac
44am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45	$(ACLOCAL_M4)
46am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
47 configure.lineno config.status.lineno
48mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
49CONFIG_HEADER = config.h
50CONFIG_CLEAN_FILES =
51CONFIG_CLEAN_VPATH_FILES =
52SOURCES =
53DIST_SOURCES =
54RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
55	html-recursive info-recursive install-data-recursive \
56	install-dvi-recursive install-exec-recursive \
57	install-html-recursive install-info-recursive \
58	install-pdf-recursive install-ps-recursive install-recursive \
59	installcheck-recursive installdirs-recursive pdf-recursive \
60	ps-recursive uninstall-recursive
61RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
62  distclean-recursive maintainer-clean-recursive
63AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
64	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
65	distdir dist dist-all distcheck
66ETAGS = etags
67CTAGS = ctags
68DIST_SUBDIRS = $(SUBDIRS)
69DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
70distdir = $(PACKAGE)-$(VERSION)
71top_distdir = $(distdir)
72am__remove_distdir = \
73  { test ! -d "$(distdir)" \
74    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
75         && rm -fr "$(distdir)"; }; }
76am__relativize = \
77  dir0=`pwd`; \
78  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
79  sed_rest='s,^[^/]*/*,,'; \
80  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
81  sed_butlast='s,/*[^/]*$$,,'; \
82  while test -n "$$dir1"; do \
83    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
84    if test "$$first" != "."; then \
85      if test "$$first" = ".."; then \
86        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
87        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
88      else \
89        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
90        if test "$$first2" = "$$first"; then \
91          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
92        else \
93          dir2="../$$dir2"; \
94        fi; \
95        dir0="$$dir0"/"$$first"; \
96      fi; \
97    fi; \
98    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
99  done; \
100  reldir="$$dir2"
101DIST_ARCHIVES = $(distdir).tar.gz
102GZIP_ENV = --best
103distuninstallcheck_listfiles = find . -type f -print
104distcleancheck_listfiles = find . -type f -print
105ACLOCAL = @ACLOCAL@
106ALL_LINGUAS = @ALL_LINGUAS@
107AMTAR = @AMTAR@
108AR = @AR@
109AUTOCONF = @AUTOCONF@
110AUTOHEADER = @AUTOHEADER@
111AUTOMAKE = @AUTOMAKE@
112AWK = @AWK@
113CATALOGS = @CATALOGS@
114CATOBJEXT = @CATOBJEXT@
115CC = @CC@
116CCDEPMODE = @CCDEPMODE@
117CFLAGS = @CFLAGS@
118CPP = @CPP@
119CPPFLAGS = @CPPFLAGS@
120CYGPATH_W = @CYGPATH_W@
121DATADIRNAME = @DATADIRNAME@
122DEFS = @DEFS@
123DEPDIR = @DEPDIR@
124DSYMUTIL = @DSYMUTIL@
125DUMPBIN = @DUMPBIN@
126ECHO_C = @ECHO_C@
127ECHO_N = @ECHO_N@
128ECHO_T = @ECHO_T@
129EGREP = @EGREP@
130EXEEXT = @EXEEXT@
131FGREP = @FGREP@
132GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
133GMOFILES = @GMOFILES@
134GMSGFMT = @GMSGFMT@
135GREP = @GREP@
136INSTALL = @INSTALL@
137INSTALL_DATA = @INSTALL_DATA@
138INSTALL_PROGRAM = @INSTALL_PROGRAM@
139INSTALL_SCRIPT = @INSTALL_SCRIPT@
140INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
141INSTOBJEXT = @INSTOBJEXT@
142INTLLIBS = @INTLLIBS@
143INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
144INTLTOOL_MERGE = @INTLTOOL_MERGE@
145INTLTOOL_PERL = @INTLTOOL_PERL@
146INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
147LD = @LD@
148LDFLAGS = @LDFLAGS@
149LIBOBJS = @LIBOBJS@
150LIBS = @LIBS@
151LIBTOOL = @LIBTOOL@
152LIPO = @LIPO@
153LN_S = @LN_S@
154LTLIBOBJS = @LTLIBOBJS@
155MAKEINFO = @MAKEINFO@
156MKDIR_P = @MKDIR_P@
157MKINSTALLDIRS = @MKINSTALLDIRS@
158MSGFMT = @MSGFMT@
159MSGFMT_OPTS = @MSGFMT_OPTS@
160MSGMERGE = @MSGMERGE@
161NM = @NM@
162NMEDIT = @NMEDIT@
163OBJDUMP = @OBJDUMP@
164OBJEXT = @OBJEXT@
165OTOOL = @OTOOL@
166OTOOL64 = @OTOOL64@
167PACKAGE = @PACKAGE@
168PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
169PACKAGE_NAME = @PACKAGE_NAME@
170PACKAGE_STRING = @PACKAGE_STRING@
171PACKAGE_TARNAME = @PACKAGE_TARNAME@
172PACKAGE_URL = @PACKAGE_URL@
173PACKAGE_VERSION = @PACKAGE_VERSION@
174PATH_SEPARATOR = @PATH_SEPARATOR@
175PKG_CONFIG = @PKG_CONFIG@
176PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
177PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
178POFILES = @POFILES@
179POSUB = @POSUB@
180PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
181PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
182RANLIB = @RANLIB@
183SED = @SED@
184SET_MAKE = @SET_MAKE@
185SHELL = @SHELL@
186STRIP = @STRIP@
187USE_NLS = @USE_NLS@
188VERSION = @VERSION@
189XGETTEXT = @XGETTEXT@
190abs_builddir = @abs_builddir@
191abs_srcdir = @abs_srcdir@
192abs_top_builddir = @abs_top_builddir@
193abs_top_srcdir = @abs_top_srcdir@
194ac_ct_CC = @ac_ct_CC@
195ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
196am__include = @am__include@
197am__leading_dot = @am__leading_dot@
198am__quote = @am__quote@
199am__tar = @am__tar@
200am__untar = @am__untar@
201bindir = @bindir@
202build = @build@
203build_alias = @build_alias@
204build_cpu = @build_cpu@
205build_os = @build_os@
206build_vendor = @build_vendor@
207builddir = @builddir@
208datadir = @datadir@
209datarootdir = @datarootdir@
210docdir = @docdir@
211dvidir = @dvidir@
212exec_prefix = @exec_prefix@
213gmpcalarm_CFLAGS = @gmpcalarm_CFLAGS@
214gmpcalarm_LIBS = @gmpcalarm_LIBS@
215host = @host@
216host_alias = @host_alias@
217host_cpu = @host_cpu@
218host_os = @host_os@
219host_vendor = @host_vendor@
220htmldir = @htmldir@
221includedir = @includedir@
222infodir = @infodir@
223install_sh = @install_sh@
224libdir = @libdir@
225libexecdir = @libexecdir@
226localedir = @localedir@
227localstatedir = @localstatedir@
228lt_ECHO = @lt_ECHO@
229mandir = @mandir@
230mkdir_p = @mkdir_p@
231oldincludedir = @oldincludedir@
232pdfdir = @pdfdir@
233prefix = @prefix@
234program_transform_name = @program_transform_name@
235psdir = @psdir@
236sbindir = @sbindir@
237sharedstatedir = @sharedstatedir@
238srcdir = @srcdir@
239sysconfdir = @sysconfdir@
240target_alias = @target_alias@
241top_build_prefix = @top_build_prefix@
242top_builddir = @top_builddir@
243top_srcdir = @top_srcdir@
244AUTOMAKE_OPTIONS = foreign 1.6
245SUBDIRS = src po
246all: config.h
247	$(MAKE) $(AM_MAKEFLAGS) all-recursive
248
249.SUFFIXES:
250am--refresh:
251	@:
252$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
253	@for dep in $?; do \
254	  case '$(am__configure_deps)' in \
255	    *$$dep*) \
256	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
257	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
258		&& exit 0; \
259	      exit 1;; \
260	  esac; \
261	done; \
262	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
263	$(am__cd) $(top_srcdir) && \
264	  $(AUTOMAKE) --foreign Makefile
265.PRECIOUS: Makefile
266Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
267	@case '$?' in \
268	  *config.status*) \
269	    echo ' $(SHELL) ./config.status'; \
270	    $(SHELL) ./config.status;; \
271	  *) \
272	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
273	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
274	esac;
275
276$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
277	$(SHELL) ./config.status --recheck
278
279$(top_srcdir)/configure:  $(am__configure_deps)
280	$(am__cd) $(srcdir) && $(AUTOCONF)
281$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
282	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
283$(am__aclocal_m4_deps):
284
285config.h: stamp-h1
286	@if test ! -f $@; then \
287	  rm -f stamp-h1; \
288	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
289	else :; fi
290
291stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
292	@rm -f stamp-h1
293	cd $(top_builddir) && $(SHELL) ./config.status config.h
294$(srcdir)/config.h.in:  $(am__configure_deps)
295	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
296	rm -f stamp-h1
297	touch $@
298
299distclean-hdr:
300	-rm -f config.h stamp-h1
301
302mostlyclean-libtool:
303	-rm -f *.lo
304
305clean-libtool:
306	-rm -rf .libs _libs
307
308distclean-libtool:
309	-rm -f libtool config.lt
310
311# This directory's subdirectories are mostly independent; you can cd
312# into them and run `make' without going through this Makefile.
313# To change the values of `make' variables: instead of editing Makefiles,
314# (1) if the variable is set in `config.status', edit `config.status'
315#     (which will cause the Makefiles to be regenerated when you run `make');
316# (2) otherwise, pass the desired values on the `make' command line.
317$(RECURSIVE_TARGETS):
318	@fail= failcom='exit 1'; \
319	for f in x $$MAKEFLAGS; do \
320	  case $$f in \
321	    *=* | --[!k]*);; \
322	    *k*) failcom='fail=yes';; \
323	  esac; \
324	done; \
325	dot_seen=no; \
326	target=`echo $@ | sed s/-recursive//`; \
327	list='$(SUBDIRS)'; for subdir in $$list; do \
328	  echo "Making $$target in $$subdir"; \
329	  if test "$$subdir" = "."; then \
330	    dot_seen=yes; \
331	    local_target="$$target-am"; \
332	  else \
333	    local_target="$$target"; \
334	  fi; \
335	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
336	  || eval $$failcom; \
337	done; \
338	if test "$$dot_seen" = "no"; then \
339	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
340	fi; test -z "$$fail"
341
342$(RECURSIVE_CLEAN_TARGETS):
343	@fail= failcom='exit 1'; \
344	for f in x $$MAKEFLAGS; do \
345	  case $$f in \
346	    *=* | --[!k]*);; \
347	    *k*) failcom='fail=yes';; \
348	  esac; \
349	done; \
350	dot_seen=no; \
351	case "$@" in \
352	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
353	  *) list='$(SUBDIRS)' ;; \
354	esac; \
355	rev=''; for subdir in $$list; do \
356	  if test "$$subdir" = "."; then :; else \
357	    rev="$$subdir $$rev"; \
358	  fi; \
359	done; \
360	rev="$$rev ."; \
361	target=`echo $@ | sed s/-recursive//`; \
362	for subdir in $$rev; do \
363	  echo "Making $$target in $$subdir"; \
364	  if test "$$subdir" = "."; then \
365	    local_target="$$target-am"; \
366	  else \
367	    local_target="$$target"; \
368	  fi; \
369	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
370	  || eval $$failcom; \
371	done && test -z "$$fail"
372tags-recursive:
373	list='$(SUBDIRS)'; for subdir in $$list; do \
374	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
375	done
376ctags-recursive:
377	list='$(SUBDIRS)'; for subdir in $$list; do \
378	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
379	done
380
381ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
382	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
383	unique=`for i in $$list; do \
384	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
385	  done | \
386	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
387	      END { if (nonempty) { for (i in files) print i; }; }'`; \
388	mkid -fID $$unique
389tags: TAGS
390
391TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
392		$(TAGS_FILES) $(LISP)
393	set x; \
394	here=`pwd`; \
395	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
396	  include_option=--etags-include; \
397	  empty_fix=.; \
398	else \
399	  include_option=--include; \
400	  empty_fix=; \
401	fi; \
402	list='$(SUBDIRS)'; for subdir in $$list; do \
403	  if test "$$subdir" = .; then :; else \
404	    test ! -f $$subdir/TAGS || \
405	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
406	  fi; \
407	done; \
408	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
409	unique=`for i in $$list; do \
410	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
411	  done | \
412	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
413	      END { if (nonempty) { for (i in files) print i; }; }'`; \
414	shift; \
415	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
416	  test -n "$$unique" || unique=$$empty_fix; \
417	  if test $$# -gt 0; then \
418	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
419	      "$$@" $$unique; \
420	  else \
421	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
422	      $$unique; \
423	  fi; \
424	fi
425ctags: CTAGS
426CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
427		$(TAGS_FILES) $(LISP)
428	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
429	unique=`for i in $$list; do \
430	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
431	  done | \
432	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
433	      END { if (nonempty) { for (i in files) print i; }; }'`; \
434	test -z "$(CTAGS_ARGS)$$unique" \
435	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
436	     $$unique
437
438GTAGS:
439	here=`$(am__cd) $(top_builddir) && pwd` \
440	  && $(am__cd) $(top_srcdir) \
441	  && gtags -i $(GTAGS_ARGS) "$$here"
442
443distclean-tags:
444	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
445
446distdir: $(DISTFILES)
447	$(am__remove_distdir)
448	test -d "$(distdir)" || mkdir "$(distdir)"
449	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
450	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
451	list='$(DISTFILES)'; \
452	  dist_files=`for file in $$list; do echo $$file; done | \
453	  sed -e "s|^$$srcdirstrip/||;t" \
454	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
455	case $$dist_files in \
456	  */*) $(MKDIR_P) `echo "$$dist_files" | \
457			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
458			   sort -u` ;; \
459	esac; \
460	for file in $$dist_files; do \
461	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
462	  if test -d $$d/$$file; then \
463	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
464	    if test -d "$(distdir)/$$file"; then \
465	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
466	    fi; \
467	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
468	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
469	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
470	    fi; \
471	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
472	  else \
473	    test -f "$(distdir)/$$file" \
474	    || cp -p $$d/$$file "$(distdir)/$$file" \
475	    || exit 1; \
476	  fi; \
477	done
478	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
479	  if test "$$subdir" = .; then :; else \
480	    test -d "$(distdir)/$$subdir" \
481	    || $(MKDIR_P) "$(distdir)/$$subdir" \
482	    || exit 1; \
483	  fi; \
484	done
485	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
486	  if test "$$subdir" = .; then :; else \
487	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
488	    $(am__relativize); \
489	    new_distdir=$$reldir; \
490	    dir1=$$subdir; dir2="$(top_distdir)"; \
491	    $(am__relativize); \
492	    new_top_distdir=$$reldir; \
493	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
494	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
495	    ($(am__cd) $$subdir && \
496	      $(MAKE) $(AM_MAKEFLAGS) \
497	        top_distdir="$$new_top_distdir" \
498	        distdir="$$new_distdir" \
499		am__remove_distdir=: \
500		am__skip_length_check=: \
501		am__skip_mode_fix=: \
502	        distdir) \
503	      || exit 1; \
504	  fi; \
505	done
506	-test -n "$(am__skip_mode_fix)" \
507	|| find "$(distdir)" -type d ! -perm -755 \
508		-exec chmod u+rwx,go+rx {} \; -o \
509	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
510	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
511	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
512	|| chmod -R a+r "$(distdir)"
513dist-gzip: distdir
514	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
515	$(am__remove_distdir)
516
517dist-bzip2: distdir
518	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
519	$(am__remove_distdir)
520
521dist-lzma: distdir
522	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
523	$(am__remove_distdir)
524
525dist-xz: distdir
526	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
527	$(am__remove_distdir)
528
529dist-tarZ: distdir
530	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
531	$(am__remove_distdir)
532
533dist-shar: distdir
534	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
535	$(am__remove_distdir)
536
537dist-zip: distdir
538	-rm -f $(distdir).zip
539	zip -rq $(distdir).zip $(distdir)
540	$(am__remove_distdir)
541
542dist dist-all: distdir
543	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
544	$(am__remove_distdir)
545
546# This target untars the dist file and tries a VPATH configuration.  Then
547# it guarantees that the distribution is self-contained by making another
548# tarfile.
549distcheck: dist
550	case '$(DIST_ARCHIVES)' in \
551	*.tar.gz*) \
552	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
553	*.tar.bz2*) \
554	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
555	*.tar.lzma*) \
556	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
557	*.tar.xz*) \
558	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
559	*.tar.Z*) \
560	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
561	*.shar.gz*) \
562	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
563	*.zip*) \
564	  unzip $(distdir).zip ;;\
565	esac
566	chmod -R a-w $(distdir); chmod a+w $(distdir)
567	mkdir $(distdir)/_build
568	mkdir $(distdir)/_inst
569	chmod a-w $(distdir)
570	test -d $(distdir)/_build || exit 0; \
571	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
572	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
573	  && am__cwd=`pwd` \
574	  && $(am__cd) $(distdir)/_build \
575	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
576	    $(DISTCHECK_CONFIGURE_FLAGS) \
577	  && $(MAKE) $(AM_MAKEFLAGS) \
578	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
579	  && $(MAKE) $(AM_MAKEFLAGS) check \
580	  && $(MAKE) $(AM_MAKEFLAGS) install \
581	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
582	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
583	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
584	        distuninstallcheck \
585	  && chmod -R a-w "$$dc_install_base" \
586	  && ({ \
587	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
588	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
589	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
590	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
591	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
592	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
593	  && rm -rf "$$dc_destdir" \
594	  && $(MAKE) $(AM_MAKEFLAGS) dist \
595	  && rm -rf $(DIST_ARCHIVES) \
596	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
597	  && cd "$$am__cwd" \
598	  || exit 1
599	$(am__remove_distdir)
600	@(echo "$(distdir) archives ready for distribution: "; \
601	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
602	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
603distuninstallcheck:
604	@$(am__cd) '$(distuninstallcheck_dir)' \
605	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
606	   || { echo "ERROR: files left after uninstall:" ; \
607	        if test -n "$(DESTDIR)"; then \
608	          echo "  (check DESTDIR support)"; \
609	        fi ; \
610	        $(distuninstallcheck_listfiles) ; \
611	        exit 1; } >&2
612distcleancheck: distclean
613	@if test '$(srcdir)' = . ; then \
614	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
615	  exit 1 ; \
616	fi
617	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
618	  || { echo "ERROR: files left in build directory after distclean:" ; \
619	       $(distcleancheck_listfiles) ; \
620	       exit 1; } >&2
621check-am: all-am
622check: check-recursive
623all-am: Makefile config.h
624installdirs: installdirs-recursive
625installdirs-am:
626install: install-recursive
627install-exec: install-exec-recursive
628install-data: install-data-recursive
629uninstall: uninstall-recursive
630
631install-am: all-am
632	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
633
634installcheck: installcheck-recursive
635install-strip:
636	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
637	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
638	  `test -z '$(STRIP)' || \
639	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
640mostlyclean-generic:
641
642clean-generic:
643
644distclean-generic:
645	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
646	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
647
648maintainer-clean-generic:
649	@echo "This command is intended for maintainers to use"
650	@echo "it deletes files that may require special tools to rebuild."
651clean: clean-recursive
652
653clean-am: clean-generic clean-libtool mostlyclean-am
654
655distclean: distclean-recursive
656	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
657	-rm -f Makefile
658distclean-am: clean-am distclean-generic distclean-hdr \
659	distclean-libtool distclean-tags
660
661dvi: dvi-recursive
662
663dvi-am:
664
665html: html-recursive
666
667html-am:
668
669info: info-recursive
670
671info-am:
672
673install-data-am:
674
675install-dvi: install-dvi-recursive
676
677install-dvi-am:
678
679install-exec-am:
680
681install-html: install-html-recursive
682
683install-html-am:
684
685install-info: install-info-recursive
686
687install-info-am:
688
689install-man:
690
691install-pdf: install-pdf-recursive
692
693install-pdf-am:
694
695install-ps: install-ps-recursive
696
697install-ps-am:
698
699installcheck-am:
700
701maintainer-clean: maintainer-clean-recursive
702	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
703	-rm -rf $(top_srcdir)/autom4te.cache
704	-rm -f Makefile
705maintainer-clean-am: distclean-am maintainer-clean-generic
706
707mostlyclean: mostlyclean-recursive
708
709mostlyclean-am: mostlyclean-generic mostlyclean-libtool
710
711pdf: pdf-recursive
712
713pdf-am:
714
715ps: ps-recursive
716
717ps-am:
718
719uninstall-am:
720
721.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
722	ctags-recursive install-am install-strip tags-recursive
723
724.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
725	all all-am am--refresh check check-am clean clean-generic \
726	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
727	dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
728	distcheck distclean distclean-generic distclean-hdr \
729	distclean-libtool distclean-tags distcleancheck distdir \
730	distuninstallcheck dvi dvi-am html html-am info info-am \
731	install install-am install-data install-data-am install-dvi \
732	install-dvi-am install-exec install-exec-am install-html \
733	install-html-am install-info install-info-am install-man \
734	install-pdf install-pdf-am install-ps install-ps-am \
735	install-strip installcheck installcheck-am installdirs \
736	installdirs-am maintainer-clean maintainer-clean-generic \
737	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
738	ps ps-am tags tags-recursive uninstall uninstall-am
739
740
741# Tell versions [3.59,3.63) of GNU make to not export all variables.
742# Otherwise a system limit (for SysV at least) may be exceeded.
743.NOEXPORT:
744