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