1# Makefile.in generated by automake 1.10.2 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  Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# Makefile.am - main makefile for DirMngr
18#     	Copyright (C) 2002 Klar�lvdalens Datakonsult AB
19#
20# This file is part of DirMngr.
21#
22# DirMngr is free software; you can redistribute it and/or modify
23# it under the terms of the GNU General Public License as published by
24# the Free Software Foundation; either version 2 of the License, or
25# (at your option) any later version.
26#
27# DirMngr is distributed in the hope that it will be useful,
28# but WITHOUT ANY WARRANTY; without even the implied warranty of
29# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
30# GNU General Public License for more details.
31#
32# You should have received a copy of the GNU General Public License
33# along with this program; if not, write to the Free Software
34# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
35VPATH = @srcdir@
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40install_sh_DATA = $(install_sh) -c -m 644
41install_sh_PROGRAM = $(install_sh) -c
42install_sh_SCRIPT = $(install_sh) -c
43INSTALL_HEADER = $(INSTALL_DATA)
44transform = $(program_transform_name)
45NORMAL_INSTALL = :
46PRE_INSTALL = :
47POST_INSTALL = :
48NORMAL_UNINSTALL = :
49PRE_UNINSTALL = :
50POST_UNINSTALL = :
51build_triplet = @build@
52host_triplet = @host@
53subdir = .
54DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
55	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
56	$(top_srcdir)/configure ABOUT-NLS AUTHORS COPYING ChangeLog \
57	INSTALL NEWS THANKS TODO compile config.guess config.rpath \
58	config.sub depcomp install-sh missing mkinstalldirs
59ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60am__aclocal_m4_deps = $(top_srcdir)/m4/autobuild.m4 \
61	$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gnupg-pth.m4 \
62	$(top_srcdir)/m4/gpg-error.m4 $(top_srcdir)/m4/iconv.m4 \
63	$(top_srcdir)/m4/ksba.m4 $(top_srcdir)/m4/lib-ld.m4 \
64	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
65	$(top_srcdir)/m4/libassuan.m4 $(top_srcdir)/m4/libgcrypt.m4 \
66	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
67	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \
68	$(top_srcdir)/configure.ac
69am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
70	$(ACLOCAL_M4)
71am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
72 configure.lineno config.status.lineno
73mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
74CONFIG_HEADER = config.h
75CONFIG_CLEAN_FILES =
76SOURCES =
77DIST_SOURCES =
78RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
79	html-recursive info-recursive install-data-recursive \
80	install-dvi-recursive install-exec-recursive \
81	install-html-recursive install-info-recursive \
82	install-pdf-recursive install-ps-recursive install-recursive \
83	installcheck-recursive installdirs-recursive pdf-recursive \
84	ps-recursive uninstall-recursive
85RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
86  distclean-recursive maintainer-clean-recursive
87ETAGS = etags
88CTAGS = ctags
89DIST_SUBDIRS = m4 jnlib src po doc tests
90DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
91distdir = $(PACKAGE)-$(VERSION)
92top_distdir = $(distdir)
93am__remove_distdir = \
94  { test ! -d $(distdir) \
95    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
96         && rm -fr $(distdir); }; }
97GZIP_ENV = --best
98DIST_ARCHIVES = $(distdir).tar.bz2
99distuninstallcheck_listfiles = find . -type f -print
100distcleancheck_listfiles = find . -type f -print
101ACLOCAL = @ACLOCAL@
102AMTAR = @AMTAR@
103AUTOCONF = @AUTOCONF@
104AUTOHEADER = @AUTOHEADER@
105AUTOMAKE = @AUTOMAKE@
106AWK = @AWK@
107CC = @CC@
108CCDEPMODE = @CCDEPMODE@
109CC_FOR_BUILD = @CC_FOR_BUILD@
110CFLAGS = @CFLAGS@
111CPP = @CPP@
112CPPFLAGS = @CPPFLAGS@
113CYGPATH_W = @CYGPATH_W@
114DEFS = @DEFS@
115DEPDIR = @DEPDIR@
116ECHO_C = @ECHO_C@
117ECHO_N = @ECHO_N@
118ECHO_T = @ECHO_T@
119EGREP = @EGREP@
120EXEEXT = @EXEEXT@
121GMSGFMT = @GMSGFMT@
122GMSGFMT_015 = @GMSGFMT_015@
123GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
124GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
125GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
126GREP = @GREP@
127INSTALL = @INSTALL@
128INSTALL_DATA = @INSTALL_DATA@
129INSTALL_PROGRAM = @INSTALL_PROGRAM@
130INSTALL_SCRIPT = @INSTALL_SCRIPT@
131INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
132INTLLIBS = @INTLLIBS@
133INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
134KSBA_CFLAGS = @KSBA_CFLAGS@
135KSBA_CONFIG = @KSBA_CONFIG@
136KSBA_LIBS = @KSBA_LIBS@
137LDAPLIBS = @LDAPLIBS@
138LDFLAGS = @LDFLAGS@
139LIBASSUAN_CFLAGS = @LIBASSUAN_CFLAGS@
140LIBASSUAN_CONFIG = @LIBASSUAN_CONFIG@
141LIBASSUAN_LIBS = @LIBASSUAN_LIBS@
142LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
143LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
144LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
145LIBICONV = @LIBICONV@
146LIBINTL = @LIBINTL@
147LIBOBJS = @LIBOBJS@
148LIBS = @LIBS@
149LN_S = @LN_S@
150LTLIBICONV = @LTLIBICONV@
151LTLIBINTL = @LTLIBINTL@
152LTLIBOBJS = @LTLIBOBJS@
153MAINT = @MAINT@
154MAKEINFO = @MAKEINFO@
155MKDIR_P = @MKDIR_P@
156MSGFMT = @MSGFMT@
157MSGFMT_015 = @MSGFMT_015@
158MSGMERGE = @MSGMERGE@
159OBJEXT = @OBJEXT@
160PACKAGE = @PACKAGE@
161PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
162PACKAGE_NAME = @PACKAGE_NAME@
163PACKAGE_STRING = @PACKAGE_STRING@
164PACKAGE_TARNAME = @PACKAGE_TARNAME@
165PACKAGE_URL = @PACKAGE_URL@
166PACKAGE_VERSION = @PACKAGE_VERSION@
167PATH_SEPARATOR = @PATH_SEPARATOR@
168POSUB = @POSUB@
169PTH_CFLAGS = @PTH_CFLAGS@
170PTH_CONFIG = @PTH_CONFIG@
171PTH_LIBS = @PTH_LIBS@
172RANLIB = @RANLIB@
173SET_MAKE = @SET_MAKE@
174SHELL = @SHELL@
175STRIP = @STRIP@
176USE_NLS = @USE_NLS@
177VERSION = @VERSION@
178XGETTEXT = @XGETTEXT@
179XGETTEXT_015 = @XGETTEXT_015@
180abs_builddir = @abs_builddir@
181abs_srcdir = @abs_srcdir@
182abs_top_builddir = @abs_top_builddir@
183abs_top_srcdir = @abs_top_srcdir@
184ac_ct_CC = @ac_ct_CC@
185am__include = @am__include@
186am__leading_dot = @am__leading_dot@
187am__quote = @am__quote@
188am__tar = @am__tar@
189am__untar = @am__untar@
190bindir = @bindir@
191build = @build@
192build_alias = @build_alias@
193build_cpu = @build_cpu@
194build_os = @build_os@
195build_vendor = @build_vendor@
196builddir = @builddir@
197datadir = @datadir@
198datarootdir = @datarootdir@
199docdir = @docdir@
200dvidir = @dvidir@
201exec_prefix = @exec_prefix@
202host = @host@
203host_alias = @host_alias@
204host_cpu = @host_cpu@
205host_os = @host_os@
206host_vendor = @host_vendor@
207htmldir = @htmldir@
208includedir = @includedir@
209infodir = @infodir@
210install_sh = @install_sh@
211libdir = @libdir@
212libexecdir = @libexecdir@
213localedir = @localedir@
214localstatedir = @localstatedir@
215mandir = @mandir@
216mkdir_p = @mkdir_p@
217oldincludedir = @oldincludedir@
218pdfdir = @pdfdir@
219prefix = @prefix@
220program_transform_name = @program_transform_name@
221psdir = @psdir@
222sbindir = @sbindir@
223sharedstatedir = @sharedstatedir@
224srcdir = @srcdir@
225sysconfdir = @sysconfdir@
226target_alias = @target_alias@
227top_build_prefix = @top_build_prefix@
228top_builddir = @top_builddir@
229top_srcdir = @top_srcdir@
230ACLOCAL_AMFLAGS = -I m4
231AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip
232EXTRA_DIST = config.rpath autogen.sh
233@HAVE_W32_SYSTEM_FALSE@tests = tests
234@HAVE_W32_SYSTEM_TRUE@tests =
235SUBDIRS = m4 jnlib src po doc $(tests)
236all: config.h
237	$(MAKE) $(AM_MAKEFLAGS) all-recursive
238
239.SUFFIXES:
240am--refresh:
241	@:
242$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
243	@for dep in $?; do \
244	  case '$(am__configure_deps)' in \
245	    *$$dep*) \
246	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
247	      cd $(srcdir) && $(AUTOMAKE) --gnu  \
248		&& exit 0; \
249	      exit 1;; \
250	  esac; \
251	done; \
252	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
253	cd $(top_srcdir) && \
254	  $(AUTOMAKE) --gnu  Makefile
255.PRECIOUS: Makefile
256Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
257	@case '$?' in \
258	  *config.status*) \
259	    echo ' $(SHELL) ./config.status'; \
260	    $(SHELL) ./config.status;; \
261	  *) \
262	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
263	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
264	esac;
265
266$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
267	$(SHELL) ./config.status --recheck
268
269$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
270	cd $(srcdir) && $(AUTOCONF)
271$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
272	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
273
274config.h: stamp-h1
275	@if test ! -f $@; then \
276	  rm -f stamp-h1; \
277	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
278	else :; fi
279
280stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
281	@rm -f stamp-h1
282	cd $(top_builddir) && $(SHELL) ./config.status config.h
283$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
284	cd $(top_srcdir) && $(AUTOHEADER)
285	rm -f stamp-h1
286	touch $@
287
288distclean-hdr:
289	-rm -f config.h stamp-h1
290
291# This directory's subdirectories are mostly independent; you can cd
292# into them and run `make' without going through this Makefile.
293# To change the values of `make' variables: instead of editing Makefiles,
294# (1) if the variable is set in `config.status', edit `config.status'
295#     (which will cause the Makefiles to be regenerated when you run `make');
296# (2) otherwise, pass the desired values on the `make' command line.
297$(RECURSIVE_TARGETS):
298	@failcom='exit 1'; \
299	for f in x $$MAKEFLAGS; do \
300	  case $$f in \
301	    *=* | --[!k]*);; \
302	    *k*) failcom='fail=yes';; \
303	  esac; \
304	done; \
305	dot_seen=no; \
306	target=`echo $@ | sed s/-recursive//`; \
307	list='$(SUBDIRS)'; for subdir in $$list; do \
308	  echo "Making $$target in $$subdir"; \
309	  if test "$$subdir" = "."; then \
310	    dot_seen=yes; \
311	    local_target="$$target-am"; \
312	  else \
313	    local_target="$$target"; \
314	  fi; \
315	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
316	  || eval $$failcom; \
317	done; \
318	if test "$$dot_seen" = "no"; then \
319	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
320	fi; test -z "$$fail"
321
322$(RECURSIVE_CLEAN_TARGETS):
323	@failcom='exit 1'; \
324	for f in x $$MAKEFLAGS; do \
325	  case $$f in \
326	    *=* | --[!k]*);; \
327	    *k*) failcom='fail=yes';; \
328	  esac; \
329	done; \
330	dot_seen=no; \
331	case "$@" in \
332	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
333	  *) list='$(SUBDIRS)' ;; \
334	esac; \
335	rev=''; for subdir in $$list; do \
336	  if test "$$subdir" = "."; then :; else \
337	    rev="$$subdir $$rev"; \
338	  fi; \
339	done; \
340	rev="$$rev ."; \
341	target=`echo $@ | sed s/-recursive//`; \
342	for subdir in $$rev; do \
343	  echo "Making $$target in $$subdir"; \
344	  if test "$$subdir" = "."; then \
345	    local_target="$$target-am"; \
346	  else \
347	    local_target="$$target"; \
348	  fi; \
349	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
350	  || eval $$failcom; \
351	done && test -z "$$fail"
352tags-recursive:
353	list='$(SUBDIRS)'; for subdir in $$list; do \
354	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
355	done
356ctags-recursive:
357	list='$(SUBDIRS)'; for subdir in $$list; do \
358	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
359	done
360
361ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
362	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
363	unique=`for i in $$list; do \
364	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
365	  done | \
366	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
367	      END { if (nonempty) { for (i in files) print i; }; }'`; \
368	mkid -fID $$unique
369tags: TAGS
370
371TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
372		$(TAGS_FILES) $(LISP)
373	tags=; \
374	here=`pwd`; \
375	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
376	  include_option=--etags-include; \
377	  empty_fix=.; \
378	else \
379	  include_option=--include; \
380	  empty_fix=; \
381	fi; \
382	list='$(SUBDIRS)'; for subdir in $$list; do \
383	  if test "$$subdir" = .; then :; else \
384	    test ! -f $$subdir/TAGS || \
385	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
386	  fi; \
387	done; \
388	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
389	unique=`for i in $$list; do \
390	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
391	  done | \
392	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
393	      END { if (nonempty) { for (i in files) print i; }; }'`; \
394	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
395	  test -n "$$unique" || unique=$$empty_fix; \
396	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
397	    $$tags $$unique; \
398	fi
399ctags: CTAGS
400CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
401		$(TAGS_FILES) $(LISP)
402	tags=; \
403	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
404	unique=`for i in $$list; do \
405	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
406	  done | \
407	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
408	      END { if (nonempty) { for (i in files) print i; }; }'`; \
409	test -z "$(CTAGS_ARGS)$$tags$$unique" \
410	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
411	     $$tags $$unique
412
413GTAGS:
414	here=`$(am__cd) $(top_builddir) && pwd` \
415	  && cd $(top_srcdir) \
416	  && gtags -i $(GTAGS_ARGS) $$here
417
418distclean-tags:
419	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
420
421distdir: $(DISTFILES)
422	$(am__remove_distdir)
423	test -d $(distdir) || mkdir $(distdir)
424	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
425	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
426	list='$(DISTFILES)'; \
427	  dist_files=`for file in $$list; do echo $$file; done | \
428	  sed -e "s|^$$srcdirstrip/||;t" \
429	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
430	case $$dist_files in \
431	  */*) $(MKDIR_P) `echo "$$dist_files" | \
432			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
433			   sort -u` ;; \
434	esac; \
435	for file in $$dist_files; do \
436	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
437	  if test -d $$d/$$file; then \
438	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
439	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
440	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
441	    fi; \
442	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
443	  else \
444	    test -f $(distdir)/$$file \
445	    || cp -p $$d/$$file $(distdir)/$$file \
446	    || exit 1; \
447	  fi; \
448	done
449	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
450	  if test "$$subdir" = .; then :; else \
451	    test -d "$(distdir)/$$subdir" \
452	    || $(MKDIR_P) "$(distdir)/$$subdir" \
453	    || exit 1; \
454	    distdir=`$(am__cd) $(distdir) && pwd`; \
455	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
456	    (cd $$subdir && \
457	      $(MAKE) $(AM_MAKEFLAGS) \
458	        top_distdir="$$top_distdir" \
459	        distdir="$$distdir/$$subdir" \
460		am__remove_distdir=: \
461		am__skip_length_check=: \
462	        distdir) \
463	      || exit 1; \
464	  fi; \
465	done
466	$(MAKE) $(AM_MAKEFLAGS) \
467	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
468	  dist-hook
469	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
470	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
471	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
472	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
473	|| chmod -R a+r $(distdir)
474dist-gzip: distdir
475	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
476	$(am__remove_distdir)
477dist-bzip2: distdir
478	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
479	$(am__remove_distdir)
480
481dist-lzma: distdir
482	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
483	$(am__remove_distdir)
484
485dist-tarZ: distdir
486	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
487	$(am__remove_distdir)
488
489dist-shar: distdir
490	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
491	$(am__remove_distdir)
492
493dist-zip: distdir
494	-rm -f $(distdir).zip
495	zip -rq $(distdir).zip $(distdir)
496	$(am__remove_distdir)
497
498dist dist-all: distdir
499	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
500	$(am__remove_distdir)
501
502# This target untars the dist file and tries a VPATH configuration.  Then
503# it guarantees that the distribution is self-contained by making another
504# tarfile.
505distcheck: dist
506	case '$(DIST_ARCHIVES)' in \
507	*.tar.gz*) \
508	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
509	*.tar.bz2*) \
510	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
511	*.tar.lzma*) \
512	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
513	*.tar.Z*) \
514	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
515	*.shar.gz*) \
516	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
517	*.zip*) \
518	  unzip $(distdir).zip ;;\
519	esac
520	chmod -R a-w $(distdir); chmod a+w $(distdir)
521	mkdir $(distdir)/_build
522	mkdir $(distdir)/_inst
523	chmod a-w $(distdir)
524	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
525	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
526	  && cd $(distdir)/_build \
527	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
528	    $(DISTCHECK_CONFIGURE_FLAGS) \
529	  && $(MAKE) $(AM_MAKEFLAGS) \
530	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
531	  && $(MAKE) $(AM_MAKEFLAGS) check \
532	  && $(MAKE) $(AM_MAKEFLAGS) install \
533	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
534	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
535	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
536	        distuninstallcheck \
537	  && chmod -R a-w "$$dc_install_base" \
538	  && ({ \
539	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
540	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
541	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
542	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
543	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
544	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
545	  && rm -rf "$$dc_destdir" \
546	  && $(MAKE) $(AM_MAKEFLAGS) dist \
547	  && rm -rf $(DIST_ARCHIVES) \
548	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
549	$(am__remove_distdir)
550	@(echo "$(distdir) archives ready for distribution: "; \
551	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
552	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
553distuninstallcheck:
554	@cd $(distuninstallcheck_dir) \
555	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
556	   || { echo "ERROR: files left after uninstall:" ; \
557	        if test -n "$(DESTDIR)"; then \
558	          echo "  (check DESTDIR support)"; \
559	        fi ; \
560	        $(distuninstallcheck_listfiles) ; \
561	        exit 1; } >&2
562distcleancheck: distclean
563	@if test '$(srcdir)' = . ; then \
564	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
565	  exit 1 ; \
566	fi
567	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
568	  || { echo "ERROR: files left in build directory after distclean:" ; \
569	       $(distcleancheck_listfiles) ; \
570	       exit 1; } >&2
571check-am: all-am
572check: check-recursive
573all-am: Makefile config.h
574installdirs: installdirs-recursive
575installdirs-am:
576install: install-recursive
577install-exec: install-exec-recursive
578install-data: install-data-recursive
579uninstall: uninstall-recursive
580
581install-am: all-am
582	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
583
584installcheck: installcheck-recursive
585install-strip:
586	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
587	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
588	  `test -z '$(STRIP)' || \
589	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
590mostlyclean-generic:
591
592clean-generic:
593
594distclean-generic:
595	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
596
597maintainer-clean-generic:
598	@echo "This command is intended for maintainers to use"
599	@echo "it deletes files that may require special tools to rebuild."
600clean: clean-recursive
601
602clean-am: clean-generic mostlyclean-am
603
604distclean: distclean-recursive
605	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
606	-rm -f Makefile
607distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
608
609dvi: dvi-recursive
610
611dvi-am:
612
613html: html-recursive
614
615info: info-recursive
616
617info-am:
618
619install-data-am:
620
621install-dvi: install-dvi-recursive
622
623install-exec-am:
624
625install-html: install-html-recursive
626
627install-info: install-info-recursive
628
629install-man:
630
631install-pdf: install-pdf-recursive
632
633install-ps: install-ps-recursive
634
635installcheck-am:
636
637maintainer-clean: maintainer-clean-recursive
638	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
639	-rm -rf $(top_srcdir)/autom4te.cache
640	-rm -f Makefile
641maintainer-clean-am: distclean-am maintainer-clean-generic
642
643mostlyclean: mostlyclean-recursive
644
645mostlyclean-am: mostlyclean-generic
646
647pdf: pdf-recursive
648
649pdf-am:
650
651ps: ps-recursive
652
653ps-am:
654
655uninstall-am:
656
657.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
658	install-strip
659
660.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
661	all all-am am--refresh check check-am clean clean-generic \
662	ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
663	dist-hook dist-lzma dist-shar dist-tarZ dist-zip distcheck \
664	distclean distclean-generic distclean-hdr distclean-tags \
665	distcleancheck distdir distuninstallcheck dvi dvi-am html \
666	html-am info info-am install install-am install-data \
667	install-data-am install-dvi install-dvi-am install-exec \
668	install-exec-am install-html install-html-am install-info \
669	install-info-am install-man install-pdf install-pdf-am \
670	install-ps install-ps-am install-strip installcheck \
671	installcheck-am installdirs installdirs-am maintainer-clean \
672	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
673	pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
674
675
676dist-hook:
677	echo "$(VERSION)" > $(distdir)/VERSION
678
679stowinstall:
680	$(MAKE) $(AM_MAKEFLAGS) install prefix=/usr/local/stow/dirmngr
681# Tell versions [3.59,3.63) of GNU make to not export all variables.
682# Otherwise a system limit (for SysV at least) may be exceeded.
683.NOEXPORT:
684