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