Ticket #57958: Makefile

File Makefile, 65.8 KB (added by mmilenko, 5 years ago)
Line 
1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# Makefile.  Generated from Makefile.in by configure.
3
4# Copyright (C) 1994-2018 Free Software Foundation, Inc.
5
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
16
17# Copyright (C) 2000-2012 Free Software Foundation, Inc.
18#
19# Author: Nikos Mavrogiannopoulos
20#
21# This file is part of GnuTLS.
22#
23# This file is free software; you can redistribute it and/or modify it
24# under the terms of the GNU General Public License as published by
25# the Free Software Foundation; either version 3 of the License, or
26# (at your option) any later version.
27#
28# This file is distributed in the hope that it will be useful, but
29# WITHOUT ANY WARRANTY; without even the implied warranty of
30# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
31# General Public License for more details.
32#
33# You should have received a copy of the GNU General Public License
34# along with this file; if not, write to the Free Software Foundation,
35# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
36
37am__is_gnu_make = { \
38  if test -z '$(MAKELEVEL)'; then \
39    false; \
40  elif test -n '$(MAKE_HOST)'; then \
41    true; \
42  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
43    true; \
44  else \
45    false; \
46  fi; \
47}
48am__make_running_with_option = \
49  case $${target_option-} in \
50      ?) ;; \
51      *) echo "am__make_running_with_option: internal error: invalid" \
52              "target option '$${target_option-}' specified" >&2; \
53         exit 1;; \
54  esac; \
55  has_opt=no; \
56  sane_makeflags=$$MAKEFLAGS; \
57  if $(am__is_gnu_make); then \
58    sane_makeflags=$$MFLAGS; \
59  else \
60    case $$MAKEFLAGS in \
61      *\\[\ \   ]*) \
62        bs=\\; \
63        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
64          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
65    esac; \
66  fi; \
67  skip_next=no; \
68  strip_trailopt () \
69  { \
70    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
71  }; \
72  for flg in $$sane_makeflags; do \
73    test $$skip_next = yes && { skip_next=no; continue; }; \
74    case $$flg in \
75      *=*|--*) continue;; \
76        -*I) strip_trailopt 'I'; skip_next=yes;; \
77      -*I?*) strip_trailopt 'I';; \
78        -*O) strip_trailopt 'O'; skip_next=yes;; \
79      -*O?*) strip_trailopt 'O';; \
80        -*l) strip_trailopt 'l'; skip_next=yes;; \
81      -*l?*) strip_trailopt 'l';; \
82      -[dEDm]) skip_next=yes;; \
83      -[JT]) skip_next=yes;; \
84    esac; \
85    case $$flg in \
86      *$$target_option*) has_opt=yes; break;; \
87    esac; \
88  done; \
89  test $$has_opt = yes
90am__make_dryrun = (target_option=n; $(am__make_running_with_option))
91am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
92pkgdatadir = $(datadir)/gnutls
93pkgincludedir = $(includedir)/gnutls
94pkglibdir = $(libdir)/gnutls
95pkglibexecdir = $(libexecdir)/gnutls
96am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
97install_sh_DATA = $(install_sh) -c -m 644
98install_sh_PROGRAM = $(install_sh) -c
99install_sh_SCRIPT = $(install_sh) -c
100INSTALL_HEADER = $(INSTALL_DATA)
101transform = $(program_transform_name)
102NORMAL_INSTALL = :
103PRE_INSTALL = :
104POST_INSTALL = :
105NORMAL_UNINSTALL = :
106PRE_UNINSTALL = :
107POST_UNINSTALL = :
108build_triplet = x86_64-apple-darwin17
109host_triplet = x86_64-apple-darwin17
110#am__append_1 = libdane
111am__append_2 = src/gl src
112#am__append_3 = src/gl
113am__append_4 = tests fuzz
114#am__append_5 = guile
115am__append_6 = doc/manpages
116am__append_7 = doc
117subdir = .
118ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
119am__aclocal_m4_deps = $(top_srcdir)/lib/unistring/m4/gnulib-comp.m4 \
120        $(top_srcdir)/lib/unistring/m4/inline.m4 \
121        $(top_srcdir)/lib/unistring/m4/libunistring-base.m4 \
122        $(top_srcdir)/src/gl/m4/__inline.m4 \
123        $(top_srcdir)/src/gl/m4/bison.m4 \
124        $(top_srcdir)/src/gl/m4/clock_time.m4 \
125        $(top_srcdir)/src/gl/m4/fseek.m4 \
126        $(top_srcdir)/src/gl/m4/getaddrinfo.m4 \
127        $(top_srcdir)/src/gl/m4/getpass.m4 \
128        $(top_srcdir)/src/gl/m4/gettime.m4 \
129        $(top_srcdir)/src/gl/m4/gnulib-comp.m4 \
130        $(top_srcdir)/src/gl/m4/hostent.m4 \
131        $(top_srcdir)/src/gl/m4/inet_ntop.m4 \
132        $(top_srcdir)/src/gl/m4/mktime.m4 \
133        $(top_srcdir)/src/gl/m4/nstrftime.m4 \
134        $(top_srcdir)/src/gl/m4/parse-datetime.m4 \
135        $(top_srcdir)/src/gl/m4/servent.m4 \
136        $(top_srcdir)/src/gl/m4/time_rz.m4 \
137        $(top_srcdir)/src/gl/m4/timegm.m4 \
138        $(top_srcdir)/src/gl/m4/timespec.m4 \
139        $(top_srcdir)/src/gl/m4/tm_gmtoff.m4 \
140        $(top_srcdir)/src/gl/m4/tzset.m4 \
141        $(top_srcdir)/src/libopts/m4/libopts.m4 \
142        $(top_srcdir)/src/libopts/m4/stdnoreturn.m4 \
143        $(top_srcdir)/m4/00gnulib.m4 \
144        $(top_srcdir)/m4/absolute-header.m4 $(top_srcdir)/m4/alloca.m4 \
145        $(top_srcdir)/m4/arpa_inet_h.m4 \
146        $(top_srcdir)/m4/ax_ac_append_to_file.m4 \
147        $(top_srcdir)/m4/ax_ac_print_to_file.m4 \
148        $(top_srcdir)/m4/ax_add_am_macro_static.m4 \
149        $(top_srcdir)/m4/ax_am_macros_static.m4 \
150        $(top_srcdir)/m4/ax_check_gnu_make.m4 \
151        $(top_srcdir)/m4/ax_code_coverage.m4 \
152        $(top_srcdir)/m4/ax_file_escapes.m4 \
153        $(top_srcdir)/m4/builtin-expect.m4 \
154        $(top_srcdir)/m4/byteswap.m4 $(top_srcdir)/m4/close.m4 \
155        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/ctype.m4 \
156        $(top_srcdir)/m4/dup2.m4 $(top_srcdir)/m4/eealloc.m4 \
157        $(top_srcdir)/m4/environ.m4 $(top_srcdir)/m4/errno_h.m4 \
158        $(top_srcdir)/m4/exponentd.m4 $(top_srcdir)/m4/extensions.m4 \
159        $(top_srcdir)/m4/extern-inline.m4 $(top_srcdir)/m4/fcntl-o.m4 \
160        $(top_srcdir)/m4/fcntl.m4 $(top_srcdir)/m4/fcntl_h.m4 \
161        $(top_srcdir)/m4/fdopen.m4 $(top_srcdir)/m4/flexmember.m4 \
162        $(top_srcdir)/m4/float_h.m4 $(top_srcdir)/m4/fpieee.m4 \
163        $(top_srcdir)/m4/fseeko.m4 $(top_srcdir)/m4/fstat.m4 \
164        $(top_srcdir)/m4/ftell.m4 $(top_srcdir)/m4/ftello.m4 \
165        $(top_srcdir)/m4/ftruncate.m4 $(top_srcdir)/m4/func.m4 \
166        $(top_srcdir)/m4/getcwd.m4 $(top_srcdir)/m4/getdelim.m4 \
167        $(top_srcdir)/m4/getdtablesize.m4 $(top_srcdir)/m4/getline.m4 \
168        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/gettext.m4 \
169        $(top_srcdir)/m4/gettimeofday.m4 \
170        $(top_srcdir)/m4/gnulib-common.m4 \
171        $(top_srcdir)/m4/gnulib-comp.m4 $(top_srcdir)/m4/gtk-doc.m4 \
172        $(top_srcdir)/m4/guile.m4 $(top_srcdir)/m4/hooks.m4 \
173        $(top_srcdir)/m4/host-cpu-c-abi.m4 $(top_srcdir)/m4/iconv.m4 \
174        $(top_srcdir)/m4/include_next.m4 $(top_srcdir)/m4/inet_pton.m4 \
175        $(top_srcdir)/m4/intl-thread-locale.m4 \
176        $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/intmax_t.m4 \
177        $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \
178        $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/ioctl.m4 \
179        $(top_srcdir)/m4/isblank.m4 $(top_srcdir)/m4/langinfo_h.m4 \
180        $(top_srcdir)/m4/largefile.m4 $(top_srcdir)/m4/lcmessage.m4 \
181        $(top_srcdir)/m4/ld-output-def.m4 \
182        $(top_srcdir)/m4/ld-version-script.m4 \
183        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
184        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
185        $(top_srcdir)/m4/limits-h.m4 $(top_srcdir)/m4/locale-fr.m4 \
186        $(top_srcdir)/m4/locale-ja.m4 $(top_srcdir)/m4/locale-tr.m4 \
187        $(top_srcdir)/m4/locale-zh.m4 $(top_srcdir)/m4/locale_h.m4 \
188        $(top_srcdir)/m4/localename.m4 \
189        $(top_srcdir)/m4/localtime-buffer.m4 $(top_srcdir)/m4/lock.m4 \
190        $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/lseek.m4 \
191        $(top_srcdir)/m4/lstat.m4 $(top_srcdir)/m4/ltoptions.m4 \
192        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
193        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/malloc.m4 \
194        $(top_srcdir)/m4/malloca.m4 $(top_srcdir)/m4/manywarnings.m4 \
195        $(top_srcdir)/m4/memchr.m4 $(top_srcdir)/m4/memmem.m4 \
196        $(top_srcdir)/m4/minmax.m4 $(top_srcdir)/m4/mmap-anon.m4 \
197        $(top_srcdir)/m4/mode_t.m4 $(top_srcdir)/m4/msvc-inval.m4 \
198        $(top_srcdir)/m4/msvc-nothrow.m4 $(top_srcdir)/m4/multiarch.m4 \
199        $(top_srcdir)/m4/nanosleep.m4 $(top_srcdir)/m4/netdb_h.m4 \
200        $(top_srcdir)/m4/netinet_in_h.m4 $(top_srcdir)/m4/nls.m4 \
201        $(top_srcdir)/m4/off_t.m4 $(top_srcdir)/m4/open-cloexec.m4 \
202        $(top_srcdir)/m4/open.m4 $(top_srcdir)/m4/pathmax.m4 \
203        $(top_srcdir)/m4/perror.m4 $(top_srcdir)/m4/pipe.m4 \
204        $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \
205        $(top_srcdir)/m4/printf.m4 $(top_srcdir)/m4/progtest.m4 \
206        $(top_srcdir)/m4/pthread_rwlock_rdlock.m4 \
207        $(top_srcdir)/m4/putenv.m4 $(top_srcdir)/m4/raise.m4 \
208        $(top_srcdir)/m4/read-file.m4 $(top_srcdir)/m4/realloc.m4 \
209        $(top_srcdir)/m4/secure_getenv.m4 $(top_srcdir)/m4/select.m4 \
210        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/setlocale.m4 \
211        $(top_srcdir)/m4/sigaction.m4 $(top_srcdir)/m4/signal_h.m4 \
212        $(top_srcdir)/m4/signalblocking.m4 \
213        $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/sleep.m4 \
214        $(top_srcdir)/m4/snprintf.m4 $(top_srcdir)/m4/socketlib.m4 \
215        $(top_srcdir)/m4/sockets.m4 $(top_srcdir)/m4/socklen.m4 \
216        $(top_srcdir)/m4/sockpfaf.m4 $(top_srcdir)/m4/ssize_t.m4 \
217        $(top_srcdir)/m4/stat-time.m4 $(top_srcdir)/m4/stat.m4 \
218        $(top_srcdir)/m4/stdalign.m4 $(top_srcdir)/m4/stdbool.m4 \
219        $(top_srcdir)/m4/stddef_h.m4 $(top_srcdir)/m4/stdint.m4 \
220        $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio_h.m4 \
221        $(top_srcdir)/m4/stdlib_h.m4 $(top_srcdir)/m4/strcase.m4 \
222        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strerror.m4 \
223        $(top_srcdir)/m4/strerror_r.m4 $(top_srcdir)/m4/string_h.m4 \
224        $(top_srcdir)/m4/strings_h.m4 $(top_srcdir)/m4/strndup.m4 \
225        $(top_srcdir)/m4/strnlen.m4 $(top_srcdir)/m4/strtok_r.m4 \
226        $(top_srcdir)/m4/strverscmp.m4 $(top_srcdir)/m4/symlink.m4 \
227        $(top_srcdir)/m4/sys_ioctl_h.m4 \
228        $(top_srcdir)/m4/sys_select_h.m4 \
229        $(top_srcdir)/m4/sys_socket_h.m4 \
230        $(top_srcdir)/m4/sys_stat_h.m4 $(top_srcdir)/m4/sys_time_h.m4 \
231        $(top_srcdir)/m4/sys_types_h.m4 $(top_srcdir)/m4/sys_uio_h.m4 \
232        $(top_srcdir)/m4/threadlib.m4 $(top_srcdir)/m4/time_h.m4 \
233        $(top_srcdir)/m4/time_r.m4 $(top_srcdir)/m4/ungetc.m4 \
234        $(top_srcdir)/m4/unistd_h.m4 \
235        $(top_srcdir)/m4/valgrind-tests.m4 \
236        $(top_srcdir)/m4/vasnprintf.m4 $(top_srcdir)/m4/vasprintf.m4 \
237        $(top_srcdir)/m4/vsnprintf.m4 $(top_srcdir)/m4/warn-on-use.m4 \
238        $(top_srcdir)/m4/warnings.m4 $(top_srcdir)/m4/wchar_h.m4 \
239        $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \
240        $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/configure.ac
241am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
242        $(ACLOCAL_M4)
243DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
244        $(am__configure_deps) $(am__DIST_COMMON)
245am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
246 configure.lineno config.status.lineno
247mkinstalldirs = $(install_sh) -d
248CONFIG_HEADER = config.h
249CONFIG_CLEAN_FILES = doc/doxygen/Doxyfile lib/includes/gnutls/gnutls.h
250CONFIG_CLEAN_VPATH_FILES =
251AM_V_P = $(am__v_P_$(V))
252am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
253am__v_P_0 = false
254am__v_P_1 = :
255AM_V_GEN = $(am__v_GEN_$(V))
256am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
257am__v_GEN_0 = @echo "  GEN     " $@;
258am__v_GEN_1 = 
259AM_V_at = $(am__v_at_$(V))
260am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
261am__v_at_0 = @
262am__v_at_1 = 
263SOURCES =
264DIST_SOURCES =
265RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
266        ctags-recursive dvi-recursive html-recursive info-recursive \
267        install-data-recursive install-dvi-recursive \
268        install-exec-recursive install-html-recursive \
269        install-info-recursive install-pdf-recursive \
270        install-ps-recursive install-recursive installcheck-recursive \
271        installdirs-recursive pdf-recursive ps-recursive \
272        tags-recursive uninstall-recursive
273am__can_run_installinfo = \
274  case $$AM_UPDATE_INFO_DIR in \
275    n|no|NO) false;; \
276    *) (install-info --version) >/dev/null 2>&1;; \
277  esac
278RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
279  distclean-recursive maintainer-clean-recursive
280am__recursive_targets = \
281  $(RECURSIVE_TARGETS) \
282  $(RECURSIVE_CLEAN_TARGETS) \
283  $(am__extra_recursive_targets)
284AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
285        cscope distdir distdir-am dist dist-all distcheck
286am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
287        $(LISP)config.h.in
288# Read a list of newline-separated strings from the standard input,
289# and print each of them once, without duplicates.  Input order is
290# *not* preserved.
291am__uniquify_input = $(AWK) '\
292  BEGIN { nonempty = 0; } \
293  { items[$$0] = 1; nonempty = 1; } \
294  END { if (nonempty) { for (i in items) print i; }; } \
295'
296# Make sure the list of sources is unique.  This is necessary because,
297# e.g., the same source file might be shared among _SOURCES variables
298# for different programs/libraries.
299am__define_uniq_tagged_files = \
300  list='$(am__tagged_files)'; \
301  unique=`for i in $$list; do \
302    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
303  done | $(am__uniquify_input)`
304ETAGS = etags
305CTAGS = ctags
306CSCOPE = cscope
307DIST_SUBDIRS = gl lib extra libdane po src/gl src tests fuzz guile \
308        doc/manpages doc
309am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
310        $(top_srcdir)/build-aux/ar-lib $(top_srcdir)/build-aux/compile \
311        $(top_srcdir)/build-aux/config.guess \
312        $(top_srcdir)/build-aux/config.rpath \
313        $(top_srcdir)/build-aux/config.sub \
314        $(top_srcdir)/build-aux/install-sh \
315        $(top_srcdir)/build-aux/ltmain.sh \
316        $(top_srcdir)/build-aux/missing \
317        $(top_srcdir)/doc/doxygen/Doxyfile.in \
318        $(top_srcdir)/lib/includes/gnutls/gnutls.h.in ABOUT-NLS \
319        AUTHORS ChangeLog INSTALL NEWS THANKS build-aux/ar-lib \
320        build-aux/compile build-aux/config.guess \
321        build-aux/config.rpath build-aux/config.sub \
322        build-aux/install-sh build-aux/ltmain.sh build-aux/mdate-sh \
323        build-aux/missing build-aux/texinfo.tex build-aux/ylwrap
324DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
325distdir = $(PACKAGE)-$(VERSION)
326top_distdir = $(distdir)
327am__remove_distdir = \
328  if test -d "$(distdir)"; then \
329    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
330      && rm -rf "$(distdir)" \
331      || { sleep 5 && rm -rf "$(distdir)"; }; \
332  else :; fi
333am__post_remove_distdir = $(am__remove_distdir)
334am__relativize = \
335  dir0=`pwd`; \
336  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
337  sed_rest='s,^[^/]*/*,,'; \
338  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
339  sed_butlast='s,/*[^/]*$$,,'; \
340  while test -n "$$dir1"; do \
341    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
342    if test "$$first" != "."; then \
343      if test "$$first" = ".."; then \
344        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
345        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
346      else \
347        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
348        if test "$$first2" = "$$first"; then \
349          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
350        else \
351          dir2="../$$dir2"; \
352        fi; \
353        dir0="$$dir0"/"$$first"; \
354      fi; \
355    fi; \
356    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
357  done; \
358  reldir="$$dir2"
359GZIP_ENV = --best
360DIST_ARCHIVES = $(distdir).tar.xz
361DIST_TARGETS = dist-xz
362distuninstallcheck_listfiles = find . -type f -print
363am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
364  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
365distcleancheck_listfiles = find . -type f -print
366ACLOCAL = ${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gnutls/gnutls/work/gnutls-3.6.6/build-aux/missing aclocal-1.16
367ALLOCA =
368ALLOCA_H = alloca.h
369AMTAR = $${TAR-tar}
370AM_DEFAULT_VERBOSITY = 1
371APPLE_UNIVERSAL_BUILD = 0
372AR = ar
373ARFLAGS = cr
374AUTOCONF = ${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gnutls/gnutls/work/gnutls-3.6.6/build-aux/missing autoconf
375AUTOGEN = ${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gnutls/gnutls/work/gnutls-3.6.6/build-aux/missing autogen
376AUTOHEADER = ${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gnutls/gnutls/work/gnutls-3.6.6/build-aux/missing autoheader
377AUTOMAKE = ${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gnutls/gnutls/work/gnutls-3.6.6/build-aux/missing automake-1.16
378AWK = /usr/bin/awk
379BITSIZEOF_PTRDIFF_T =
380BITSIZEOF_SIG_ATOMIC_T =
381BITSIZEOF_SIZE_T =
382BITSIZEOF_WCHAR_T =
383BITSIZEOF_WINT_T =
384BYTESWAP_H = byteswap.h
385CC = /usr/bin/clang
386CCAS = /usr/bin/clang
387CCASDEPMODE = depmode=gcc3
388CCASFLAGS = -pipe -Os -arch x86_64
389CCDEPMODE = depmode=gcc3
390CFLAGS = -pipe -Os -arch x86_64
391CMOCKA_CFLAGS =
392CMOCKA_LIBS =
393CODE_COVERAGE_CFLAGS =
394CODE_COVERAGE_CPPFLAGS =
395CODE_COVERAGE_CXXFLAGS =
396CODE_COVERAGE_ENABLED = no
397CODE_COVERAGE_LIBS =
398CONFIG_INCLUDE = config.h
399CPP = /usr/bin/clang -E
400CPPFLAGS = -I/opt/local/include
401CRYWRAP_PATCHLEVEL = 3
402CXX = /usr/bin/clang++
403CXXCPP = /usr/bin/clang++ -E
404CXXDEPMODE = depmode=gcc3
405CXXFLAGS = -pipe -Os -stdlib=libc++ -arch x86_64
406CXX_LT_AGE = 1
407CXX_LT_CURRENT = 29
408CXX_LT_REVISION = 0
409CYGPATH_W = echo
410DEFINE_SSIZE_T = #include <sys/types.h>
411DEFS = -DHAVE_CONFIG_H
412DEPDIR = .deps
413DLLTOOL = false
414DLL_SSL_VERSION = 27
415DLL_VERSION = 30
416DSYMUTIL = dsymutil
417DUMPBIN =
418ECHO_C = \c
419ECHO_N =
420ECHO_T =
421EGREP = /opt/local/bin/ggrep -E
422EMULTIHOP_HIDDEN =
423EMULTIHOP_VALUE =
424ENABLE_PADLOCK =
425ENOLINK_HIDDEN =
426ENOLINK_VALUE =
427EOVERFLOW_HIDDEN =
428EOVERFLOW_VALUE =
429ERRNO_H =
430EXEEXT =
431FGREP = /opt/local/bin/ggrep -F
432FIPS140_LIBS =
433FLOAT_H =
434GCOV =
435GENHTML =
436GETADDRINFO_LIB =
437GETTEXT_MACRO_VERSION = 0.19
438GMP_CFLAGS =
439GMP_LIBS = -lgmp
440GMSGFMT = /opt/local/bin/msgfmt
441GMSGFMT_015 = /opt/local/bin/msgfmt
442GNULIB_ACCEPT = 1
443GNULIB_ACCEPT4 = 0
444GNULIB_ATOLL = 0
445GNULIB_BIND = 1
446GNULIB_BTOWC = 0
447GNULIB_CALLOC_POSIX = 0
448GNULIB_CANONICALIZE_FILE_NAME = 0
449GNULIB_CHDIR = 0
450GNULIB_CHOWN = 0
451GNULIB_CLOSE = 1
452GNULIB_CONNECT = 1
453GNULIB_CTIME = 0
454GNULIB_DPRINTF = 0
455GNULIB_DUP = 0
456GNULIB_DUP2 = 1
457GNULIB_DUP3 = 0
458GNULIB_DUPLOCALE = 0
459GNULIB_ENVIRON = 1
460GNULIB_EUIDACCESS = 0
461GNULIB_EXPLICIT_BZERO = 0
462GNULIB_FACCESSAT = 0
463GNULIB_FCHDIR = 0
464GNULIB_FCHMODAT = 0
465GNULIB_FCHOWNAT = 0
466GNULIB_FCLOSE = 0
467GNULIB_FCNTL = IN_GNUTLS_GNULIB_TESTS
468GNULIB_FDATASYNC = 0
469GNULIB_FDOPEN = IN_GNUTLS_GNULIB_TESTS
470GNULIB_FFLUSH = 0
471GNULIB_FFS = 0
472GNULIB_FFSL = 0
473GNULIB_FFSLL = 0
474GNULIB_FGETC = 1
475GNULIB_FGETS = 1
476GNULIB_FOPEN = 0
477GNULIB_FPRINTF = 1
478GNULIB_FPRINTF_POSIX = 0
479GNULIB_FPURGE = 0
480GNULIB_FPUTC = 1
481GNULIB_FPUTS = 1
482GNULIB_FREAD = 1
483GNULIB_FREOPEN = 0
484GNULIB_FSCANF = 1
485GNULIB_FSEEK = 1
486GNULIB_FSEEKO = 1
487GNULIB_FSTAT = 1
488GNULIB_FSTATAT = 0
489GNULIB_FSYNC = 0
490GNULIB_FTELL = 1
491GNULIB_FTELLO = 1
492GNULIB_FTRUNCATE = IN_GNUTLS_GNULIB_TESTS
493GNULIB_FUTIMENS = 0
494GNULIB_FWRITE = 1
495GNULIB_GETADDRINFO = 1
496GNULIB_GETC = 1
497GNULIB_GETCHAR = 1
498GNULIB_GETCWD = IN_GNUTLS_GNULIB_TESTS
499GNULIB_GETDELIM = 1
500GNULIB_GETDOMAINNAME = 0
501GNULIB_GETDTABLESIZE = IN_GNUTLS_GNULIB_TESTS
502GNULIB_GETGROUPS = 0
503GNULIB_GETHOSTNAME = 0
504GNULIB_GETLINE = 1
505GNULIB_GETLOADAVG = 0
506GNULIB_GETLOGIN = 0
507GNULIB_GETLOGIN_R = 0
508GNULIB_GETPAGESIZE = IN_GNUTLS_GNULIB_TESTS
509GNULIB_GETPASS = 1
510GNULIB_GETPEERNAME = 1
511GNULIB_GETSOCKNAME = 0
512GNULIB_GETSOCKOPT = 0
513GNULIB_GETSUBOPT = 0
514GNULIB_GETTIMEOFDAY = 1
515GNULIB_GETUSERSHELL = 0
516GNULIB_GRANTPT = 0
517GNULIB_GROUP_MEMBER = 0
518GNULIB_IMAXABS = 0
519GNULIB_IMAXDIV = 0
520GNULIB_INET_NTOP = 1
521GNULIB_INET_PTON = 1
522GNULIB_IOCTL = IN_GNUTLS_GNULIB_TESTS
523GNULIB_ISATTY = 0
524GNULIB_ISBLANK = IN_GNUTLS_GNULIB_TESTS
525GNULIB_LCHMOD = 0
526GNULIB_LCHOWN = 0
527GNULIB_LINK = 0
528GNULIB_LINKAT = 0
529GNULIB_LISTEN = 1
530GNULIB_LOCALECONV = 0
531GNULIB_LOCALENAME = IN_GNUTLS_GNULIB_TESTS
532GNULIB_LOCALTIME = 0
533GNULIB_LSEEK = 1
534GNULIB_LSTAT = IN_GNUTLS_GNULIB_TESTS
535GNULIB_MALLOC_POSIX = 1
536GNULIB_MBRLEN = 0
537GNULIB_MBRTOWC = 0
538GNULIB_MBSCASECMP = 0
539GNULIB_MBSCASESTR = 0
540GNULIB_MBSCHR = 0
541GNULIB_MBSCSPN = 0
542GNULIB_MBSINIT = 0
543GNULIB_MBSLEN = 0
544GNULIB_MBSNCASECMP = 0
545GNULIB_MBSNLEN = 0
546GNULIB_MBSNRTOWCS = 0
547GNULIB_MBSPBRK = 0
548GNULIB_MBSPCASECMP = 0
549GNULIB_MBSRCHR = 0
550GNULIB_MBSRTOWCS = 0
551GNULIB_MBSSEP = 0
552GNULIB_MBSSPN = 0
553GNULIB_MBSSTR = 0
554GNULIB_MBSTOK_R = 0
555GNULIB_MBTOWC = 0
556GNULIB_MEMCHR = 1
557GNULIB_MEMMEM = 1
558GNULIB_MEMPCPY = 0
559GNULIB_MEMRCHR = 0
560GNULIB_MKDIRAT = 0
561GNULIB_MKDTEMP = 0
562GNULIB_MKFIFO = 0
563GNULIB_MKFIFOAT = 0
564GNULIB_MKNOD = 0
565GNULIB_MKNODAT = 0
566GNULIB_MKOSTEMP = 0
567GNULIB_MKOSTEMPS = 0
568GNULIB_MKSTEMP = 0
569GNULIB_MKSTEMPS = 0
570GNULIB_MKTIME = 1
571GNULIB_NANOSLEEP = IN_GNUTLS_GNULIB_TESTS
572GNULIB_NL_LANGINFO = 0
573GNULIB_NONBLOCKING = 0
574GNULIB_OBSTACK_PRINTF = 0
575GNULIB_OBSTACK_PRINTF_POSIX = 0
576GNULIB_OPEN = IN_GNUTLS_GNULIB_TESTS
577GNULIB_OPENAT = 0
578GNULIB_OVERRIDES_STRUCT_STAT = 0
579GNULIB_OVERRIDES_WINT_T = 0
580GNULIB_PCLOSE = 0
581GNULIB_PERROR = IN_GNUTLS_GNULIB_TESTS
582GNULIB_PIPE = IN_GNUTLS_GNULIB_TESTS
583GNULIB_PIPE2 = 0
584GNULIB_POPEN = 0
585GNULIB_POSIX_OPENPT = 0
586GNULIB_PREAD = 0
587GNULIB_PRINTF = 1
588GNULIB_PRINTF_POSIX = 0
589GNULIB_PSELECT = 0
590GNULIB_PTHREAD_SIGMASK = 0
591GNULIB_PTSNAME = 0
592GNULIB_PTSNAME_R = 0
593GNULIB_PUTC = 1
594GNULIB_PUTCHAR = 1
595GNULIB_PUTENV = IN_GNUTLS_GNULIB_TESTS
596GNULIB_PUTS = 1
597GNULIB_PWRITE = 0
598GNULIB_QSORT_R = 0
599GNULIB_RAISE = IN_GNUTLS_GNULIB_TESTS
600GNULIB_RANDOM = 0
601GNULIB_RANDOM_R = 0
602GNULIB_RAWMEMCHR = 0
603GNULIB_READ = 0
604GNULIB_READLINK = 0
605GNULIB_READLINKAT = 0
606GNULIB_REALLOCARRAY = 0
607GNULIB_REALLOC_POSIX = 1
608GNULIB_REALPATH = 0
609GNULIB_RECV = 1
610GNULIB_RECVFROM = 1
611GNULIB_REMOVE = 0
612GNULIB_RENAME = 0
613GNULIB_RENAMEAT = 0
614GNULIB_RMDIR = 0
615GNULIB_RPMATCH = 0
616GNULIB_SCANF = 1
617GNULIB_SECURE_GETENV = 1
618GNULIB_SELECT = 1
619GNULIB_SEND = 1
620GNULIB_SENDTO = 1
621GNULIB_SETENV = 1
622GNULIB_SETHOSTNAME = 0
623GNULIB_SETLOCALE = IN_GNUTLS_GNULIB_TESTS
624GNULIB_SETSOCKOPT = 1
625GNULIB_SHUTDOWN = 1
626GNULIB_SIGACTION = IN_GNUTLS_GNULIB_TESTS
627GNULIB_SIGNAL_H_SIGPIPE = 0
628GNULIB_SIGPROCMASK = IN_GNUTLS_GNULIB_TESTS
629GNULIB_SLEEP = IN_GNUTLS_GNULIB_TESTS
630GNULIB_SNPRINTF = 1
631GNULIB_SOCKET = 1
632GNULIB_SPRINTF_POSIX = 0
633GNULIB_STAT = IN_GNUTLS_GNULIB_TESTS
634GNULIB_STDIO_H_NONBLOCKING = 0
635GNULIB_STDIO_H_SIGPIPE = 0
636GNULIB_STPCPY = 0
637GNULIB_STPNCPY = 0
638GNULIB_STRCASESTR = 0
639GNULIB_STRCHRNUL = 0
640GNULIB_STRDUP = 1
641GNULIB_STRERROR = IN_GNUTLS_GNULIB_TESTS
642GNULIB_STRERROR_R = IN_GNUTLS_GNULIB_TESTS
643GNULIB_STRFTIME = 0
644GNULIB_STRNCAT = 0
645GNULIB_STRNDUP = 1
646GNULIB_STRNLEN = 1
647GNULIB_STRPBRK = 0
648GNULIB_STRPTIME = 0
649GNULIB_STRSEP = 0
650GNULIB_STRSIGNAL = 0
651GNULIB_STRSTR = 0
652GNULIB_STRTOD = 0
653GNULIB_STRTOIMAX = 0
654GNULIB_STRTOK_R = 1
655GNULIB_STRTOLL = 0
656GNULIB_STRTOULL = 0
657GNULIB_STRTOUMAX = 0
658GNULIB_STRVERSCMP = 1
659GNULIB_SYMLINK = IN_GNUTLS_GNULIB_TESTS
660GNULIB_SYMLINKAT = 0
661GNULIB_SYSTEM_POSIX = 0
662GNULIB_TIMEGM = 1
663GNULIB_TIME_R = 1
664GNULIB_TIME_RZ = 1
665GNULIB_TMPFILE = 0
666GNULIB_TRUNCATE = 0
667GNULIB_TTYNAME_R = 0
668GNULIB_TZSET = 1
669GNULIB_UNISTD_H_NONBLOCKING = 0
670GNULIB_UNISTD_H_SIGPIPE = 0
671GNULIB_UNLINK = 0
672GNULIB_UNLINKAT = 0
673GNULIB_UNLOCKPT = 0
674GNULIB_UNSETENV = 1
675GNULIB_USLEEP = 0
676GNULIB_UTIMENSAT = 0
677GNULIB_VASPRINTF = 1
678GNULIB_VDPRINTF = 0
679GNULIB_VFPRINTF = 1
680GNULIB_VFPRINTF_POSIX = 0
681GNULIB_VFSCANF = 0
682GNULIB_VPRINTF = 1
683GNULIB_VPRINTF_POSIX = 0
684GNULIB_VSCANF = 0
685GNULIB_VSNPRINTF = 1
686GNULIB_VSPRINTF_POSIX = 0
687GNULIB_WCPCPY = 0
688GNULIB_WCPNCPY = 0
689GNULIB_WCRTOMB = 0
690GNULIB_WCSCASECMP = 0
691GNULIB_WCSCAT = 0
692GNULIB_WCSCHR = 0
693GNULIB_WCSCMP = 0
694GNULIB_WCSCOLL = 0
695GNULIB_WCSCPY = 0
696GNULIB_WCSCSPN = 0
697GNULIB_WCSDUP = 0
698GNULIB_WCSFTIME = 0
699GNULIB_WCSLEN = 0
700GNULIB_WCSNCASECMP = 0
701GNULIB_WCSNCAT = 0
702GNULIB_WCSNCMP = 0
703GNULIB_WCSNCPY = 0
704GNULIB_WCSNLEN = 0
705GNULIB_WCSNRTOMBS = 0
706GNULIB_WCSPBRK = 0
707GNULIB_WCSRCHR = 0
708GNULIB_WCSRTOMBS = 0
709GNULIB_WCSSPN = 0
710GNULIB_WCSSTR = 0
711GNULIB_WCSTOK = 0
712GNULIB_WCSWIDTH = 0
713GNULIB_WCSXFRM = 0
714GNULIB_WCTOB = 0
715GNULIB_WCTOMB = 0
716GNULIB_WCWIDTH = 0
717GNULIB_WMEMCHR = 0
718GNULIB_WMEMCMP = 0
719GNULIB_WMEMCPY = 0
720GNULIB_WMEMMOVE = 0
721GNULIB_WMEMSET = 0
722GNULIB_WRITE = 0
723GNULIB__EXIT = 0
724GNUTLS_REQUIRES_PRIVATE = Requires.private: nettle, hogweed, libtasn1, p11-kit-1
725GREP = /opt/local/bin/ggrep
726GTKDOC_CHECK = gtkdoc-check.test
727GTKDOC_CHECK_PATH = /opt/local/bin/gtkdoc-check
728GTKDOC_DEPS_CFLAGS = -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include
729GTKDOC_DEPS_LIBS = -L/opt/local/lib -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation
730GTKDOC_MKPDF = /opt/local/bin/gtkdoc-mkpdf
731GTKDOC_REBASE = /opt/local/bin/gtkdoc-rebase
732GUILD =
733GUILE =
734GUILE_CFLAGS =
735GUILE_CONFIG =
736GUILE_EFFECTIVE_VERSION =
737GUILE_EXTENSION =
738GUILE_LDFLAGS =
739GUILE_LIBS =
740GUILE_LTLIBS =
741GUILE_SITE =
742GUILE_SITE_CCACHE =
743GUILE_TOOLS =
744HAVE_ACCEPT4 = 1
745HAVE_ARPA_INET_H = 1
746HAVE_ATOLL = 1
747HAVE_BTOWC = 1
748HAVE_C99_STDINT_H = 1
749HAVE_CANONICALIZE_FILE_NAME = 1
750HAVE_CHOWN = 1
751HAVE_CRTDEFS_H = 0
752HAVE_DECL_ENVIRON = 0
753HAVE_DECL_FCHDIR = 1
754HAVE_DECL_FDATASYNC = 1
755HAVE_DECL_FPURGE = 1
756HAVE_DECL_FREEADDRINFO = 1
757HAVE_DECL_FSEEKO = 1
758HAVE_DECL_FTELLO = 1
759HAVE_DECL_GAI_STRERROR = 1
760HAVE_DECL_GETADDRINFO = 1
761HAVE_DECL_GETDELIM = 1
762HAVE_DECL_GETDOMAINNAME = 1
763HAVE_DECL_GETLINE = 1
764HAVE_DECL_GETLOADAVG = 1
765HAVE_DECL_GETLOGIN = 1
766HAVE_DECL_GETLOGIN_R = 1
767HAVE_DECL_GETNAMEINFO = 1
768HAVE_DECL_GETPAGESIZE = 1
769HAVE_DECL_GETUSERSHELL = 1
770HAVE_DECL_IMAXABS = 1
771HAVE_DECL_IMAXDIV = 1
772HAVE_DECL_INET_NTOP = 1
773HAVE_DECL_INET_PTON = 1
774HAVE_DECL_INITSTATE = 1
775HAVE_DECL_LOCALTIME_R = 1
776HAVE_DECL_MEMMEM = 1
777HAVE_DECL_MEMRCHR = 1
778HAVE_DECL_OBSTACK_PRINTF = 1
779HAVE_DECL_SETENV = 1
780HAVE_DECL_SETHOSTNAME = 1
781HAVE_DECL_SETSTATE = 1
782HAVE_DECL_SNPRINTF = 1
783HAVE_DECL_STRDUP = 1
784HAVE_DECL_STRERROR_R = 1
785HAVE_DECL_STRNCASECMP = 1
786HAVE_DECL_STRNDUP = 1
787HAVE_DECL_STRNLEN = 1
788HAVE_DECL_STRSIGNAL = 1
789HAVE_DECL_STRTOIMAX = 1
790HAVE_DECL_STRTOK_R = 1
791HAVE_DECL_STRTOUMAX = 1
792HAVE_DECL_TRUNCATE = 1
793HAVE_DECL_TTYNAME_R = 1
794HAVE_DECL_UNSETENV = 1
795HAVE_DECL_VSNPRINTF = 1
796HAVE_DECL_WCTOB = 1
797HAVE_DECL_WCWIDTH = 1
798HAVE_DPRINTF = 1
799HAVE_DUP2 = 1
800HAVE_DUP3 = 1
801HAVE_DUPLOCALE = 1
802HAVE_EUIDACCESS = 1
803HAVE_EXPLICIT_BZERO = 1
804HAVE_FACCESSAT = 1
805HAVE_FCHDIR = 1
806HAVE_FCHMODAT = 1
807HAVE_FCHOWNAT = 1
808HAVE_FCNTL = 1
809HAVE_FDATASYNC = 1
810HAVE_FEATURES_H = 0
811HAVE_FFS = 1
812HAVE_FFSL = 1
813HAVE_FFSLL = 1
814HAVE_FREELOCALE = 1
815HAVE_FSEEKO = 1
816HAVE_FSTATAT = 1
817HAVE_FSYNC = 1
818HAVE_FTELLO = 1
819HAVE_FTRUNCATE = 1
820HAVE_FUTIMENS = 1
821HAVE_GETDTABLESIZE = 1
822HAVE_GETGROUPS = 1
823HAVE_GETHOSTNAME = 1
824HAVE_GETLOGIN = 1
825HAVE_GETPAGESIZE = 1
826HAVE_GETPASS = 1
827HAVE_GETSUBOPT = 1
828HAVE_GETTIMEOFDAY = 1
829HAVE_GRANTPT = 1
830HAVE_GROUP_MEMBER = 1
831HAVE_IMAXDIV_T = 1
832HAVE_INTTYPES_H = 1
833HAVE_ISBLANK = 1
834HAVE_LANGINFO_ALTMON = 0
835HAVE_LANGINFO_CODESET = 1
836HAVE_LANGINFO_ERA = 1
837HAVE_LANGINFO_H = 1
838HAVE_LANGINFO_T_FMT_AMPM = 1
839HAVE_LANGINFO_YESEXPR = 1
840HAVE_LCHMOD = 1
841HAVE_LCHOWN = 1
842HAVE_LIBCRYPTO = yes
843HAVE_LIBDL = yes
844HAVE_LIBNSL =
845HAVE_LIBPTHREAD =
846HAVE_LIBRT = no
847HAVE_LIBSECCOMP = no
848HAVE_LINK = 1
849HAVE_LINKAT = 1
850HAVE_LONG_LONG_INT = 1
851HAVE_LSTAT = 1
852HAVE_MAX_ALIGN_T = 1
853HAVE_MBRLEN = 1
854HAVE_MBRTOWC = 1
855HAVE_MBSINIT = 1
856HAVE_MBSLEN = 0
857HAVE_MBSNRTOWCS = 1
858HAVE_MBSRTOWCS = 1
859HAVE_MEMCHR = 1
860HAVE_MEMPCPY = 1
861HAVE_MKDIRAT = 1
862HAVE_MKDTEMP = 1
863HAVE_MKFIFO = 1
864HAVE_MKFIFOAT = 1
865HAVE_MKNOD = 1
866HAVE_MKNODAT = 1
867HAVE_MKOSTEMP = 1
868HAVE_MKOSTEMPS = 1
869HAVE_MKSTEMP = 1
870HAVE_MKSTEMPS = 1
871HAVE_MSVC_INVALID_PARAMETER_HANDLER = 0
872HAVE_NANOSLEEP = 1
873HAVE_NETDB_H = 1
874HAVE_NETINET_IN_H =
875HAVE_NEWLOCALE = 1
876HAVE_NL_LANGINFO = 1
877HAVE_OPENAT = 1
878HAVE_OS_H = 0
879HAVE_PCLOSE = 1
880HAVE_PIPE = 1
881HAVE_PIPE2 = 1
882HAVE_POPEN = 1
883HAVE_POSIX_OPENPT = 1
884HAVE_POSIX_SIGNALBLOCKING = 1
885HAVE_PREAD = 1
886HAVE_PSELECT = 1
887HAVE_PTHREAD_SIGMASK = 1
888HAVE_PTSNAME = 1
889HAVE_PTSNAME_R = 1
890HAVE_PWRITE = 1
891HAVE_QSORT_R = 1
892HAVE_RAISE = 1
893HAVE_RANDOM = 1
894HAVE_RANDOM_H = 1
895HAVE_RANDOM_R = 1
896HAVE_RAWMEMCHR = 1
897HAVE_READLINK = 1
898HAVE_READLINKAT = 1
899HAVE_REALLOCARRAY = 1
900HAVE_REALPATH = 1
901HAVE_RENAMEAT = 1
902HAVE_RPMATCH = 1
903HAVE_SA_FAMILY_T = 1
904HAVE_SECURE_GETENV = 0
905HAVE_SETENV = 1
906HAVE_SETHOSTNAME = 1
907HAVE_SIGACTION = 1
908HAVE_SIGHANDLER_T = 0
909HAVE_SIGINFO_T = 1
910HAVE_SIGNED_SIG_ATOMIC_T =
911HAVE_SIGNED_WCHAR_T =
912HAVE_SIGNED_WINT_T =
913HAVE_SIGSET_T = 1
914HAVE_SLEEP = 1
915HAVE_STDINT_H = 1
916HAVE_STPCPY = 1
917HAVE_STPNCPY = 1
918HAVE_STRCASECMP = 1
919HAVE_STRCASESTR = 1
920HAVE_STRCHRNUL = 1
921HAVE_STRINGS_H = 1
922HAVE_STRPBRK = 1
923HAVE_STRPTIME = 1
924HAVE_STRSEP = 1
925HAVE_STRTOD = 1
926HAVE_STRTOLL = 1
927HAVE_STRTOULL = 1
928HAVE_STRUCT_ADDRINFO = 1
929HAVE_STRUCT_RANDOM_DATA = 1
930HAVE_STRUCT_SIGACTION_SA_SIGACTION = 1
931HAVE_STRUCT_SOCKADDR_STORAGE = 1
932HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY = 1
933HAVE_STRUCT_TIMEVAL = 1
934HAVE_STRVERSCMP = 0
935HAVE_SYMLINK = 1
936HAVE_SYMLINKAT = 1
937HAVE_SYS_BITYPES_H = 0
938HAVE_SYS_INTTYPES_H = 0
939HAVE_SYS_IOCTL_H = 1
940HAVE_SYS_LOADAVG_H = 0
941HAVE_SYS_PARAM_H = 0
942HAVE_SYS_SELECT_H = 1
943HAVE_SYS_SOCKET_H = 1
944HAVE_SYS_TIME_H = 1
945HAVE_SYS_TYPES_H = 1
946HAVE_SYS_UIO_H = 1
947HAVE_TIMEGM = 1
948HAVE_TIMEZONE_T = 0
949HAVE_TYPE_VOLATILE_SIG_ATOMIC_T = 1
950HAVE_TZSET = 1
951HAVE_UNISTD_H = 1
952HAVE_UNLINKAT = 1
953HAVE_UNLOCKPT = 1
954HAVE_UNSIGNED_LONG_LONG_INT = 1
955HAVE_USLEEP = 1
956HAVE_UTIMENSAT = 1
957HAVE_VASPRINTF = 1
958HAVE_VDPRINTF = 1
959HAVE_WCHAR_H = 1
960HAVE_WCHAR_T = 1
961HAVE_WCPCPY = 1
962HAVE_WCPNCPY = 1
963HAVE_WCRTOMB = 1
964HAVE_WCSCASECMP = 1
965HAVE_WCSCAT = 1
966HAVE_WCSCHR = 1
967HAVE_WCSCMP = 1
968HAVE_WCSCOLL = 1
969HAVE_WCSCPY = 1
970HAVE_WCSCSPN = 1
971HAVE_WCSDUP = 1
972HAVE_WCSFTIME = 1
973HAVE_WCSLEN = 1
974HAVE_WCSNCASECMP = 1
975HAVE_WCSNCAT = 1
976HAVE_WCSNCMP = 1
977HAVE_WCSNCPY = 1
978HAVE_WCSNLEN = 1
979HAVE_WCSNRTOMBS = 1
980HAVE_WCSPBRK = 1
981HAVE_WCSRCHR = 1
982HAVE_WCSRTOMBS = 1
983HAVE_WCSSPN = 1
984HAVE_WCSSTR = 1
985HAVE_WCSTOK = 1
986HAVE_WCSWIDTH = 1
987HAVE_WCSXFRM = 1
988HAVE_WINSOCK2_H = 0
989HAVE_WINT_T = 1
990HAVE_WMEMCHR = 1
991HAVE_WMEMCMP = 1
992HAVE_WMEMCPY = 1
993HAVE_WMEMMOVE = 1
994HAVE_WMEMSET = 1
995HAVE_WS2TCPIP_H = 0
996HAVE_XLOCALE_H = 1
997HAVE__BOOL = 1
998HAVE__EXIT = 1
999HOGWEED_CFLAGS =
1000HOGWEED_LIBS = -L/opt/local/lib -lhogweed
1001HOSTENT_LIB =
1002HTML_DIR = ${datadir}/gtk-doc/html
1003INCLUDE_NEXT = include_next
1004INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next
1005INET_NTOP_LIB =
1006INET_PTON_LIB =
1007INSTALL = /usr/bin/install -c
1008INSTALL_DATA = ${INSTALL} -m 644
1009INSTALL_PROGRAM = ${INSTALL}
1010INSTALL_SCRIPT = ${INSTALL}
1011INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
1012INT32_MAX_LT_INTMAX_MAX = 1
1013INT64_MAX_EQ_LONG_MAX = 1
1014INTLLIBS = -lintl -Wl,-framework -Wl,CoreFoundation
1015INTL_MACOSX_LIBS = -Wl,-framework -Wl,CoreFoundation
1016LCOV =
1017LD = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
1018LDFLAGS = -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -Wl,-no_weak_imports
1019LIBATOMIC_LIBS =
1020LIBCRYPTO = -lcrypto
1021LIBCRYPTO_PREFIX = /opt/local
1022LIBDL = -ldl
1023LIBDL_PREFIX =
1024LIBGNUTLS_CFLAGS = -I${prefix}/include
1025LIBGNUTLS_LIBS = -L${exec_prefix}/lib -lgnutls -lintl
1026LIBICONV = -liconv
1027LIBIDN2_CFLAGS =
1028LIBIDN2_LIBS = -lidn2
1029LIBINTL = -lintl -Wl,-framework -Wl,CoreFoundation
1030LIBMULTITHREAD = -lpthread
1031LIBNSL =
1032LIBNSL_PREFIX =
1033LIBOBJS =
1034LIBOPTS_CFLAGS = -I$(top_srcdir)/src/libopts
1035LIBOPTS_DIR = src/libopts
1036LIBOPTS_LDADD = $(top_builddir)/src/libopts/libopts.la
1037LIBPTH =
1038LIBPTHREAD =
1039LIBPTHREAD_PREFIX =
1040LIBPTH_PREFIX =
1041LIBRT =
1042LIBRT_PREFIX =
1043LIBS = -lintl
1044LIBSECCOMP =
1045LIBSECCOMP_PREFIX =
1046LIBSOCKET =
1047LIBTASN1_CFLAGS =
1048LIBTASN1_LIBS = -L/opt/local/lib -ltasn1
1049LIBTESTS_LIBDEPS =
1050LIBTHREAD =
1051LIBTOOL = $(SHELL) $(top_builddir)/libtool
1052LIBUNISTRING = -lunistring
1053LIBUNISTRING_UNICTYPE_H = unictype.h
1054LIBUNISTRING_UNINORM_H = uninorm.h
1055LIBUNISTRING_UNISTR_H = unistr.h
1056LIBUNISTRING_UNITYPES_H = unitypes.h
1057LIB_CLOCK_GETTIME =
1058LIB_NANOSLEEP =
1059LIB_SELECT =
1060LIMITS_H = limits.h
1061LIPO = lipo
1062LN_S = ln -s
1063LOCALE_FR = fr_FR.ISO8859-1
1064LOCALE_FR_UTF8 = fr_FR.UTF-8
1065LOCALE_JA = ja_JP.eucJP
1066LOCALE_TR_UTF8 = none
1067LOCALE_ZH_CN = zh_CN.GB18030
1068LTALLOCA =
1069LTLIBCRYPTO = -L/opt/local/lib -lcrypto -R/opt/local/lib
1070LTLIBDL = -ldl
1071LTLIBICONV = -L/opt/local/lib -liconv -R/opt/local/lib
1072LTLIBINTL = -L/opt/local/lib -lintl -R/opt/local/lib -Wl,-framework -Wl,CoreFoundation
1073LTLIBMULTITHREAD = -lpthread
1074LTLIBNSL =
1075LTLIBOBJS =
1076LTLIBPTH =
1077LTLIBPTHREAD =
1078LTLIBRT =
1079LTLIBSECCOMP =
1080LTLIBTHREAD =
1081LT_AGE = 23
1082LT_CURRENT = 53
1083LT_DANE_AGE = 4
1084LT_DANE_CURRENT = 4
1085LT_DANE_REVISION = 1
1086LT_REVISION = 1
1087LT_SSL_AGE = 0
1088LT_SSL_CURRENT = 27
1089LT_SSL_REVISION = 2
1090LT_SYS_LIBRARY_PATH =
1091LT_XSSL_AGE = 0
1092LT_XSSL_CURRENT = 0
1093LT_XSSL_REVISION = 0
1094MAINT =
1095MAJOR_VERSION = 3
1096MAKEINFO = ${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gnutls/gnutls/work/gnutls-3.6.6/build-aux/missing makeinfo
1097MANIFEST_TOOL = :
1098MINOR_VERSION = 6
1099MKDIR_P = /opt/local/bin/gmkdir -p
1100MSGFMT = /opt/local/bin/msgfmt
1101MSGFMT_015 = /opt/local/bin/msgfmt
1102MSGMERGE = /opt/local/bin/msgmerge
1103NETINET_IN_H =
1104NETTLE_CFLAGS =
1105NETTLE_LIBS = -L/opt/local/lib -lnettle
1106NEXT_ARPA_INET_H = <arpa/inet.h>
1107NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H = <arpa/inet.h>
1108NEXT_AS_FIRST_DIRECTIVE_CTYPE_H = <ctype.h>
1109NEXT_AS_FIRST_DIRECTIVE_ERRNO_H =
1110NEXT_AS_FIRST_DIRECTIVE_FCNTL_H = <fcntl.h>
1111NEXT_AS_FIRST_DIRECTIVE_FLOAT_H =
1112NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = <inttypes.h>
1113NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H = <langinfo.h>
1114NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = <limits.h>
1115NEXT_AS_FIRST_DIRECTIVE_LOCALE_H = <locale.h>
1116NEXT_AS_FIRST_DIRECTIVE_NETDB_H = <netdb.h>
1117NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H =
1118NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H = <signal.h>
1119NEXT_AS_FIRST_DIRECTIVE_STDDEF_H =
1120NEXT_AS_FIRST_DIRECTIVE_STDINT_H = <stdint.h>
1121NEXT_AS_FIRST_DIRECTIVE_STDIO_H = <stdio.h>
1122NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = <stdlib.h>
1123NEXT_AS_FIRST_DIRECTIVE_STRINGS_H = <strings.h>
1124NEXT_AS_FIRST_DIRECTIVE_STRING_H = <string.h>
1125NEXT_AS_FIRST_DIRECTIVE_SYS_IOCTL_H = <sys/ioctl.h>
1126NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H = <sys/select.h>
1127NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H = <sys/socket.h>
1128NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H = <sys/stat.h>
1129NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H = <sys/time.h>
1130NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = <sys/types.h>
1131NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H = <sys/uio.h>
1132NEXT_AS_FIRST_DIRECTIVE_TIME_H = <time.h>
1133NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = <unistd.h>
1134NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = <wchar.h>
1135NEXT_CTYPE_H = <ctype.h>
1136NEXT_ERRNO_H =
1137NEXT_FCNTL_H = <fcntl.h>
1138NEXT_FLOAT_H =
1139NEXT_INTTYPES_H = <inttypes.h>
1140NEXT_LANGINFO_H = <langinfo.h>
1141NEXT_LIMITS_H = <limits.h>
1142NEXT_LOCALE_H = <locale.h>
1143NEXT_NETDB_H = <netdb.h>
1144NEXT_NETINET_IN_H =
1145NEXT_SIGNAL_H = <signal.h>
1146NEXT_STDDEF_H =
1147NEXT_STDINT_H = <stdint.h>
1148NEXT_STDIO_H = <stdio.h>
1149NEXT_STDLIB_H = <stdlib.h>
1150NEXT_STRINGS_H = <strings.h>
1151NEXT_STRING_H = <string.h>
1152NEXT_SYS_IOCTL_H = <sys/ioctl.h>
1153NEXT_SYS_SELECT_H = <sys/select.h>
1154NEXT_SYS_SOCKET_H = <sys/socket.h>
1155NEXT_SYS_STAT_H = <sys/stat.h>
1156NEXT_SYS_TIME_H = <sys/time.h>
1157NEXT_SYS_TYPES_H = <sys/types.h>
1158NEXT_SYS_UIO_H = <sys/uio.h>
1159NEXT_TIME_H = <time.h>
1160NEXT_UNISTD_H = <unistd.h>
1161NEXT_WCHAR_H = <wchar.h>
1162NM = /opt/local/bin/nm -B
1163NMEDIT = nmedit
1164NUMBER_VERSION = 0x030606
1165OBJDUMP = objdump
1166OBJEXT = o
1167OTOOL = otool
1168OTOOL64 = :
1169P11_KIT_CFLAGS = -I/opt/local/include/p11-kit-1
1170P11_KIT_LIBS = -L/opt/local/lib -lp11-kit
1171PACKAGE = gnutls
1172PACKAGE_BUGREPORT = bugs@gnutls.org
1173PACKAGE_NAME = GnuTLS
1174PACKAGE_STRING = GnuTLS 3.6.6
1175PACKAGE_TARNAME = gnutls
1176PACKAGE_URL =
1177PACKAGE_VERSION = 3.6.6
1178PATCH_VERSION = 6
1179PATH_SEPARATOR = :
1180PKG_CONFIG = /opt/local/bin/pkg-config
1181PKG_CONFIG_LIBDIR =
1182PKG_CONFIG_PATH =
1183PMCCABE = false
1184POSIX_SHELL = /bin/bash
1185POSUB = po
1186PRAGMA_COLUMNS =
1187PRAGMA_SYSTEM_HEADER = #pragma GCC system_header
1188PRIPTR_PREFIX = "l"
1189PRI_MACROS_BROKEN = 0
1190PTHREAD_H_DEFINES_STRUCT_TIMESPEC = 0
1191PTRDIFF_T_SUFFIX =
1192RANLIB = ranlib
1193REPLACE_BTOWC = 0
1194REPLACE_CALLOC = 0
1195REPLACE_CANONICALIZE_FILE_NAME = 0
1196REPLACE_CHOWN = 0
1197REPLACE_CLOSE = 0
1198REPLACE_CTIME = GNULIB_PORTCHECK
1199REPLACE_DPRINTF = 0
1200REPLACE_DUP = 0
1201REPLACE_DUP2 = 0
1202REPLACE_DUPLOCALE = 0
1203REPLACE_FACCESSAT = 0
1204REPLACE_FCHOWNAT = 0
1205REPLACE_FCLOSE = 0
1206REPLACE_FCNTL = 0
1207REPLACE_FDOPEN = 0
1208REPLACE_FFLUSH = 0
1209REPLACE_FOPEN = 0
1210REPLACE_FPRINTF = 0
1211REPLACE_FPURGE = 0
1212REPLACE_FREELOCALE = 0
1213REPLACE_FREOPEN = 0
1214REPLACE_FSEEK = 0
1215REPLACE_FSEEKO = 0
1216REPLACE_FSTAT = 0
1217REPLACE_FSTATAT = 0
1218REPLACE_FTELL = 0
1219REPLACE_FTELLO = 0
1220REPLACE_FTRUNCATE = 0
1221REPLACE_FUTIMENS = 0
1222REPLACE_GAI_STRERROR = 0
1223REPLACE_GETCWD = 0
1224REPLACE_GETDELIM = 0
1225REPLACE_GETDOMAINNAME = 0
1226REPLACE_GETDTABLESIZE = 0
1227REPLACE_GETGROUPS = 0
1228REPLACE_GETLINE = 0
1229REPLACE_GETLOGIN_R = 0
1230REPLACE_GETPAGESIZE = 0
1231REPLACE_GETPASS = 0
1232REPLACE_GETTIMEOFDAY = 0
1233REPLACE_GMTIME = 0
1234REPLACE_INET_NTOP = 0
1235REPLACE_INET_PTON = 0
1236REPLACE_IOCTL = 1
1237REPLACE_ISATTY = 0
1238REPLACE_ITOLD = 0
1239REPLACE_LCHOWN = 0
1240REPLACE_LINK = 0
1241REPLACE_LINKAT = 0
1242REPLACE_LOCALECONV = 0
1243REPLACE_LOCALTIME = 0
1244REPLACE_LOCALTIME_R = 0
1245REPLACE_LSEEK = 0
1246REPLACE_LSTAT = 1
1247REPLACE_MALLOC = 0
1248REPLACE_MBRLEN = 0
1249REPLACE_MBRTOWC = 0
1250REPLACE_MBSINIT = 0
1251REPLACE_MBSNRTOWCS = 0
1252REPLACE_MBSRTOWCS = 0
1253REPLACE_MBSTATE_T = 0
1254REPLACE_MBTOWC = 0
1255REPLACE_MEMCHR = 0
1256REPLACE_MEMMEM = 1
1257REPLACE_MKDIR = 0
1258REPLACE_MKFIFO = 0
1259REPLACE_MKNOD = 0
1260REPLACE_MKSTEMP = 0
1261REPLACE_MKTIME = 1
1262REPLACE_NANOSLEEP = 1
1263REPLACE_NEWLOCALE = 0
1264REPLACE_NL_LANGINFO = 0
1265REPLACE_NULL = 0
1266REPLACE_OBSTACK_PRINTF = 0
1267REPLACE_OPEN = 1
1268REPLACE_OPENAT = 0
1269REPLACE_PERROR = 1
1270REPLACE_POPEN = 0
1271REPLACE_PREAD = 0
1272REPLACE_PRINTF = 0
1273REPLACE_PSELECT = 0
1274REPLACE_PTHREAD_SIGMASK = 0
1275REPLACE_PTSNAME = 0
1276REPLACE_PTSNAME_R = 0
1277REPLACE_PUTENV = 1
1278REPLACE_PWRITE = 0
1279REPLACE_QSORT_R = 0
1280REPLACE_RAISE = 0
1281REPLACE_RANDOM_R = 0
1282REPLACE_READ = 0
1283REPLACE_READLINK = 0
1284REPLACE_READLINKAT = 0
1285REPLACE_REALLOC = 0
1286REPLACE_REALPATH = 0
1287REPLACE_REMOVE = 0
1288REPLACE_RENAME = 0
1289REPLACE_RENAMEAT = 0
1290REPLACE_RMDIR = 0
1291REPLACE_SELECT = 0
1292REPLACE_SETENV = 0
1293REPLACE_SETLOCALE = 0
1294REPLACE_SLEEP = 0
1295REPLACE_SNPRINTF = 0
1296REPLACE_SPRINTF = 0
1297REPLACE_STAT = 1
1298REPLACE_STDIO_READ_FUNCS = 0
1299REPLACE_STDIO_WRITE_FUNCS = 0
1300REPLACE_STPNCPY = 0
1301REPLACE_STRCASESTR = 0
1302REPLACE_STRCHRNUL = 0
1303REPLACE_STRDUP = 0
1304REPLACE_STRERROR = 1
1305REPLACE_STRERROR_R = 1
1306REPLACE_STRFTIME = GNULIB_PORTCHECK
1307REPLACE_STRNCAT = 0
1308REPLACE_STRNDUP = 0
1309REPLACE_STRNLEN = 0
1310REPLACE_STRSIGNAL = 0
1311REPLACE_STRSTR = 0
1312REPLACE_STRTOD = 0
1313REPLACE_STRTOIMAX = 0
1314REPLACE_STRTOK_R = 0
1315REPLACE_STRTOUMAX = 0
1316REPLACE_STRUCT_LCONV = 0
1317REPLACE_STRUCT_TIMEVAL = 0
1318REPLACE_SYMLINK = 1
1319REPLACE_SYMLINKAT = 0
1320REPLACE_TIMEGM = 1
1321REPLACE_TMPFILE = 0
1322REPLACE_TRUNCATE = 0
1323REPLACE_TTYNAME_R = 0
1324REPLACE_TZSET = 0
1325REPLACE_UNLINK = 0
1326REPLACE_UNLINKAT = 0
1327REPLACE_UNSETENV = 0
1328REPLACE_USLEEP = 0
1329REPLACE_UTIMENSAT = 0
1330REPLACE_VASPRINTF = 0
1331REPLACE_VDPRINTF = 0
1332REPLACE_VFPRINTF = 0
1333REPLACE_VPRINTF = 0
1334REPLACE_VSNPRINTF = 0
1335REPLACE_VSPRINTF = 0
1336REPLACE_WCRTOMB = 0
1337REPLACE_WCSFTIME = 0
1338REPLACE_WCSNRTOMBS = 0
1339REPLACE_WCSRTOMBS = 0
1340REPLACE_WCSWIDTH = 0
1341REPLACE_WCTOB = 0
1342REPLACE_WCTOMB = 0
1343REPLACE_WCWIDTH = 0
1344REPLACE_WRITE = 0
1345SED = /opt/local/bin/gsed
1346SERVENT_LIB =
1347SET_MAKE =
1348SHELL = /bin/sh
1349SIG_ATOMIC_T_SUFFIX =
1350SIZE_T_SUFFIX =
1351STDALIGN_H =
1352STDBOOL_H =
1353STDDEF_H =
1354STDINT_H = stdint.h
1355STDNORETURN_H =
1356STRIP = strip
1357SYS_IOCTL_H_HAVE_WINSOCK2_H = 0
1358SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = 0
1359SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = 0
1360TIME_H_DEFINES_STRUCT_TIMESPEC = 1
1361TROUSERS_LIB =
1362TSS_CFLAGS =
1363TSS_LIBS =
1364UINT32_MAX_LT_UINTMAX_MAX = 1
1365UINT64_MAX_EQ_ULONG_MAX = 1
1366UNBOUND_CFLAGS =
1367UNBOUND_LIBS =
1368UNDEFINE_STRTOK_R = 0
1369UNISTD_H_DEFINES_STRUCT_TIMESPEC = 0
1370UNISTD_H_HAVE_WINSOCK2_H = 0
1371UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = 0
1372USE_NLS = yes
1373VALGRIND =
1374VERSION = 3.6.6
1375WARN_CFLAGS =  -fno-common -W -Waddress -Wall -Wattributes -Wbad-function-cast -Wbuiltin-macro-redefined -Wcast-align -Wchar-subscripts -Wcomment -Wcomments -Wcpp -Wdangling-else -Wdate-time -Wdeprecated -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wdouble-promotion -Wduplicate-decl-specifier -Wempty-body -Wendif-labels -Wenum-compare -Wexpansion-to-defined -Wextra -Wformat-extra-args -Wformat-security -Wformat-zero-length -Wignored-attributes -Wignored-qualifiers -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wincompatible-pointer-types -Winit-self -Wint-conversion -Wint-to-pointer-cast -Winvalid-pch -Wlogical-not-parentheses -Wmain -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-include-dirs -Wmissing-prototypes -Wmultichar -Wnarrowing -Wnested-externs -Wnonnull -Wnull-dereference -Wodr -Wold-style-definition -Woverflow -Wpacked -Wparentheses -Wpointer-arith -Wpointer-sign -Wpointer-to-int-cast -Wpragmas -Wreturn-type -Wsequence-point -Wshadow -Wshift-count-negative -Wshift-count-overflow -Wshift-negative-value -Wsizeof-array-argument -Wsizeof-pointer-memaccess -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wswitch-bool -Wtautological-compare -Wtrigraphs -Wtype-limits -Wuninitialized -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wvarargs -Wvariadic-macros -Wvolatile-register-var -Wwrite-strings -Wno-missing-field-initializers -Wno-unused-parameter -fdiagnostics-show-option
1376WCHAR_T_SUFFIX =
1377WERROR_CFLAGS =
1378WINDOWS_64_BIT_OFF_T = 0
1379WINDOWS_64_BIT_ST_SIZE = 0
1380WINDOWS_STAT_INODES = 0
1381WINDOWS_STAT_TIMESPEC = 0
1382WINT_T_SUFFIX =
1383WSTACK_CFLAGS =  -Wtype-limits
1384XGETTEXT = /opt/local/bin/xgettext
1385XGETTEXT_015 = /opt/local/bin/xgettext
1386XGETTEXT_EXTRA_OPTIONS =  --flag=asprintf:2:c-format --flag=vasprintf:2:c-format
1387YACC = bison -y
1388YEAR = 2019
1389YFLAGS =
1390abs_aux_dir = /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gnutls/gnutls/work/gnutls-3.6.6/build-aux
1391abs_builddir = /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gnutls/gnutls/work/gnutls-3.6.6
1392abs_srcdir = /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gnutls/gnutls/work/gnutls-3.6.6
1393abs_top_builddir = /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gnutls/gnutls/work/gnutls-3.6.6
1394abs_top_srcdir = /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gnutls/gnutls/work/gnutls-3.6.6
1395ac_ct_AR = ar
1396ac_ct_CC =
1397ac_ct_CXX =
1398ac_ct_DUMPBIN =
1399ac_cv_sizeof_time_t = 8
1400am__include = include
1401am__leading_dot = .
1402am__quote =
1403am__tar = $${TAR-tar} chof - "$$tardir"
1404am__untar = $${TAR-tar} xf -
1405autogen =
1406bindir = ${exec_prefix}/bin
1407build = x86_64-apple-darwin17
1408build_alias = x86_64-apple-darwin17
1409build_cpu = x86_64
1410build_os = darwin17
1411build_vendor = apple
1412builddir = .
1413datadir = ${datarootdir}
1414datarootdir = ${prefix}/share
1415docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
1416dvidir = ${docdir}
1417exec_prefix = ${prefix}
1418ggl_LIBOBJS =  asnprintf.o localtime-buffer.o mktime.o printf-args.o printf-parse.o time_rz.o timegm.o vasnprintf.o
1419ggl_LTLIBOBJS =  asnprintf.lo localtime-buffer.lo mktime.lo printf-args.lo printf-parse.lo time_rz.lo timegm.lo vasnprintf.lo
1420ggltests_LIBOBJS =
1421ggltests_LTLIBOBJS =
1422ggltests_WITNESS = IN_GNUTLS_GNULIB_TESTS
1423gl_LIBOBJS =  asnprintf.o localtime-buffer.o memmem.o printf-args.o printf-parse.o secure_getenv.o strverscmp.o vasnprintf.o
1424gl_LTLIBOBJS =  asnprintf.lo localtime-buffer.lo memmem.lo printf-args.lo printf-parse.lo secure_getenv.lo strverscmp.lo vasnprintf.lo
1425gltests_LIBOBJS =  ioctl.o lstat.o nanosleep.o open.o perror.o putenv.o stat.o strerror.o strerror-override.o strerror_r.o symlink.o
1426gltests_LTLIBOBJS =  ioctl.lo lstat.lo nanosleep.lo open.lo perror.lo putenv.lo stat.lo strerror.lo strerror-override.lo strerror_r.lo symlink.lo
1427gltests_WITNESS = IN_GNUTLS_GNULIB_TESTS
1428guile_snarf =
1429guileextensiondir =
1430guileobjectdir =
1431host = x86_64-apple-darwin17
1432host_alias = x86_64-apple-darwin17
1433host_cpu = x86_64
1434host_os = darwin17
1435host_vendor = apple
1436htmldir = ${docdir}
1437ifGNUmake =
1438ifnGNUmake =
1439includedir = ${prefix}/include
1440infodir = ${datarootdir}/info
1441install_sh = ${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gnutls/gnutls/work/gnutls-3.6.6/build-aux/install-sh
1442libdir = ${exec_prefix}/lib
1443libexecdir = ${exec_prefix}/libexec
1444localedir = ${datarootdir}/locale
1445localstatedir = ${prefix}/var
1446mandir = ${datarootdir}/man
1447mkdir_p = $(MKDIR_P)
1448oldincludedir = /usr/include
1449pdfdir = ${docdir}
1450prefix = /opt/local
1451program_transform_name = s,x,x,
1452psdir = ${docdir}
1453sbindir = ${exec_prefix}/sbin
1454sharedstatedir = ${prefix}/com
1455srcdir = .
1456sysconfdir = ${prefix}/etc
1457target_alias =
1458top_build_prefix =
1459top_builddir = .
1460top_srcdir = .
1461unistring_LIBOBJS =
1462unistring_LTLIBOBJS =
1463unistringtests_LIBOBJS =
1464unistringtests_LTLIBOBJS =
1465unistringtests_WITNESS = IN_GNUTLS_GNULIB_TESTS
1466DISTCHECK_CONFIGURE_FLAGS = --enable-doc --enable-gtk-doc --disable-valgrind-tests AUTOGEN=false
1467SUBDIRS = gl lib extra $(am__append_1) po $(am__append_2) \
1468        $(am__append_3) $(am__append_4) $(am__append_5) \
1469        $(am__append_6) $(am__append_7)
1470ACLOCAL_AMFLAGS = -I m4 -I src/libopts/m4 -I src/gl/m4 -I lib/unistring/m4 --install
1471EXTRA_DIST = cfg.mk maint.mk CONTRIBUTING.md README.md LICENSE AUTHORS NEWS \
1472        ChangeLog THANKS INSTALL.md symbols.last
1473
1474DISTCLEANFILES = AUTHORS
1475ABI_TMPCLONEDIR = "gnutls-prev-abi.tmp"
1476ABI_TMPFILE_CUR = "abi-temp-cur.xml"
1477ABI_TMPFILE_PRE = "abi-temp-prev.xml"
1478ABIREFCMD = "git for-each-ref --sort=taggerdate --format '%(refname)' refs/tags|tail -1"
1479ABIVERCMD = "git for-each-ref --sort=taggerdate --format '%(refname)' refs/tags|tail -1|cut -d '/' -f 3|sed -e 's/gnutls_//' -e 's/_/./g'"
1480all: config.h
1481        $(MAKE) $(AM_MAKEFLAGS) all-recursive
1482
1483.SUFFIXES:
1484.SUFFIXES: .prev-tag-abi .stamp
1485am--refresh: Makefile
1486        @:
1487$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
1488        @for dep in $?; do \
1489          case '$(am__configure_deps)' in \
1490            *$$dep*) \
1491              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
1492              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
1493                && exit 0; \
1494              exit 1;; \
1495          esac; \
1496        done; \
1497        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
1498        $(am__cd) $(top_srcdir) && \
1499          $(AUTOMAKE) --foreign Makefile
1500Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1501        @case '$?' in \
1502          *config.status*) \
1503            echo ' $(SHELL) ./config.status'; \
1504            $(SHELL) ./config.status;; \
1505          *) \
1506            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
1507            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
1508        esac;
1509
1510$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1511        $(SHELL) ./config.status --recheck
1512
1513$(top_srcdir)/configure:  $(am__configure_deps)
1514        $(am__cd) $(srcdir) && $(AUTOCONF)
1515$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
1516        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1517$(am__aclocal_m4_deps):
1518
1519config.h: stamp-h1
1520        @test -f $@ || rm -f stamp-h1
1521        @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
1522
1523stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
1524        @rm -f stamp-h1
1525        cd $(top_builddir) && $(SHELL) ./config.status config.h
1526$(srcdir)/config.h.in:  $(am__configure_deps)
1527        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1528        rm -f stamp-h1
1529        touch $@
1530
1531distclean-hdr:
1532        -rm -f config.h stamp-h1
1533doc/doxygen/Doxyfile: $(top_builddir)/config.status $(top_srcdir)/doc/doxygen/Doxyfile.in
1534        cd $(top_builddir) && $(SHELL) ./config.status $@
1535lib/includes/gnutls/gnutls.h: $(top_builddir)/config.status $(top_srcdir)/lib/includes/gnutls/gnutls.h.in
1536        cd $(top_builddir) && $(SHELL) ./config.status $@
1537
1538mostlyclean-libtool:
1539        -rm -f *.lo
1540
1541clean-libtool:
1542        -rm -rf .libs _libs
1543
1544distclean-libtool:
1545        -rm -f libtool config.lt
1546
1547# This directory's subdirectories are mostly independent; you can cd
1548# into them and run 'make' without going through this Makefile.
1549# To change the values of 'make' variables: instead of editing Makefiles,
1550# (1) if the variable is set in 'config.status', edit 'config.status'
1551#     (which will cause the Makefiles to be regenerated when you run 'make');
1552# (2) otherwise, pass the desired values on the 'make' command line.
1553$(am__recursive_targets):
1554        @fail=; \
1555        if $(am__make_keepgoing); then \
1556          failcom='fail=yes'; \
1557        else \
1558          failcom='exit 1'; \
1559        fi; \
1560        dot_seen=no; \
1561        target=`echo $@ | sed s/-recursive//`; \
1562        case "$@" in \
1563          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1564          *) list='$(SUBDIRS)' ;; \
1565        esac; \
1566        for subdir in $$list; do \
1567          echo "Making $$target in $$subdir"; \
1568          if test "$$subdir" = "."; then \
1569            dot_seen=yes; \
1570            local_target="$$target-am"; \
1571          else \
1572            local_target="$$target"; \
1573          fi; \
1574          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1575          || eval $$failcom; \
1576        done; \
1577        if test "$$dot_seen" = "no"; then \
1578          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1579        fi; test -z "$$fail"
1580
1581ID: $(am__tagged_files)
1582        $(am__define_uniq_tagged_files); mkid -fID $$unique
1583tags: tags-recursive
1584TAGS: tags
1585
1586tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1587        set x; \
1588        here=`pwd`; \
1589        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1590          include_option=--etags-include; \
1591          empty_fix=.; \
1592        else \
1593          include_option=--include; \
1594          empty_fix=; \
1595        fi; \
1596        list='$(SUBDIRS)'; for subdir in $$list; do \
1597          if test "$$subdir" = .; then :; else \
1598            test ! -f $$subdir/TAGS || \
1599              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1600          fi; \
1601        done; \
1602        $(am__define_uniq_tagged_files); \
1603        shift; \
1604        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1605          test -n "$$unique" || unique=$$empty_fix; \
1606          if test $$# -gt 0; then \
1607            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1608              "$$@" $$unique; \
1609          else \
1610            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1611              $$unique; \
1612          fi; \
1613        fi
1614ctags: ctags-recursive
1615
1616CTAGS: ctags
1617ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1618        $(am__define_uniq_tagged_files); \
1619        test -z "$(CTAGS_ARGS)$$unique" \
1620          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1621             $$unique
1622
1623GTAGS:
1624        here=`$(am__cd) $(top_builddir) && pwd` \
1625          && $(am__cd) $(top_srcdir) \
1626          && gtags -i $(GTAGS_ARGS) "$$here"
1627cscope: cscope.files
1628        test ! -s cscope.files \
1629          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1630clean-cscope:
1631        -rm -f cscope.files
1632cscope.files: clean-cscope cscopelist
1633cscopelist: cscopelist-recursive
1634
1635cscopelist-am: $(am__tagged_files)
1636        list='$(am__tagged_files)'; \
1637        case "$(srcdir)" in \
1638          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1639          *) sdir=$(subdir)/$(srcdir) ;; \
1640        esac; \
1641        for i in $$list; do \
1642          if test -f "$$i"; then \
1643            echo "$(subdir)/$$i"; \
1644          else \
1645            echo "$$sdir/$$i"; \
1646          fi; \
1647        done >> $(top_builddir)/cscope.files
1648
1649distclean-tags:
1650        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1651        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1652
1653distdir: $(BUILT_SOURCES)
1654        $(MAKE) $(AM_MAKEFLAGS) distdir-am
1655
1656distdir-am: $(DISTFILES)
1657        $(am__remove_distdir)
1658        test -d "$(distdir)" || mkdir "$(distdir)"
1659        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1660        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1661        list='$(DISTFILES)'; \
1662          dist_files=`for file in $$list; do echo $$file; done | \
1663          sed -e "s|^$$srcdirstrip/||;t" \
1664              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1665        case $$dist_files in \
1666          */*) $(MKDIR_P) `echo "$$dist_files" | \
1667                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1668                           sort -u` ;; \
1669        esac; \
1670        for file in $$dist_files; do \
1671          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1672          if test -d $$d/$$file; then \
1673            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1674            if test -d "$(distdir)/$$file"; then \
1675              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1676            fi; \
1677            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1678              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1679              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1680            fi; \
1681            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1682          else \
1683            test -f "$(distdir)/$$file" \
1684            || cp -p $$d/$$file "$(distdir)/$$file" \
1685            || exit 1; \
1686          fi; \
1687        done
1688        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1689          if test "$$subdir" = .; then :; else \
1690            $(am__make_dryrun) \
1691              || test -d "$(distdir)/$$subdir" \
1692              || $(MKDIR_P) "$(distdir)/$$subdir" \
1693              || exit 1; \
1694            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1695            $(am__relativize); \
1696            new_distdir=$$reldir; \
1697            dir1=$$subdir; dir2="$(top_distdir)"; \
1698            $(am__relativize); \
1699            new_top_distdir=$$reldir; \
1700            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1701            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1702            ($(am__cd) $$subdir && \
1703              $(MAKE) $(AM_MAKEFLAGS) \
1704                top_distdir="$$new_top_distdir" \
1705                distdir="$$new_distdir" \
1706                am__remove_distdir=: \
1707                am__skip_length_check=: \
1708                am__skip_mode_fix=: \
1709                distdir) \
1710              || exit 1; \
1711          fi; \
1712        done
1713        $(MAKE) $(AM_MAKEFLAGS) \
1714          top_distdir="$(top_distdir)" distdir="$(distdir)" \
1715          dist-hook
1716        -test -n "$(am__skip_mode_fix)" \
1717        || find "$(distdir)" -type d ! -perm -755 \
1718                -exec chmod u+rwx,go+rx {} \; -o \
1719          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1720          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1721          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1722        || chmod -R a+r "$(distdir)"
1723dist-gzip: distdir
1724        tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
1725        $(am__post_remove_distdir)
1726
1727dist-bzip2: distdir
1728        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1729        $(am__post_remove_distdir)
1730
1731dist-lzip: distdir
1732        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1733        $(am__post_remove_distdir)
1734dist-xz: distdir
1735        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1736        $(am__post_remove_distdir)
1737
1738dist-tarZ: distdir
1739        @echo WARNING: "Support for distribution archives compressed with" \
1740                       "legacy program 'compress' is deprecated." >&2
1741        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1742        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1743        $(am__post_remove_distdir)
1744
1745dist-shar: distdir
1746        @echo WARNING: "Support for shar distribution archives is" \
1747                       "deprecated." >&2
1748        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1749        shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
1750        $(am__post_remove_distdir)
1751
1752dist-zip: distdir
1753        -rm -f $(distdir).zip
1754        zip -rq $(distdir).zip $(distdir)
1755        $(am__post_remove_distdir)
1756
1757dist dist-all:
1758        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1759        $(am__post_remove_distdir)
1760
1761# This target untars the dist file and tries a VPATH configuration.  Then
1762# it guarantees that the distribution is self-contained by making another
1763# tarfile.
1764distcheck: dist
1765        case '$(DIST_ARCHIVES)' in \
1766        *.tar.gz*) \
1767          eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
1768        *.tar.bz2*) \
1769          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1770        *.tar.lz*) \
1771          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1772        *.tar.xz*) \
1773          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1774        *.tar.Z*) \
1775          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1776        *.shar.gz*) \
1777          eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
1778        *.zip*) \
1779          unzip $(distdir).zip ;;\
1780        esac
1781        chmod -R a-w $(distdir)
1782        chmod u+w $(distdir)
1783        mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1784        chmod a-w $(distdir)
1785        test -d $(distdir)/_build || exit 0; \
1786        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1787          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1788          && am__cwd=`pwd` \
1789          && $(am__cd) $(distdir)/_build/sub \
1790          && ../../configure \
1791            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1792            $(DISTCHECK_CONFIGURE_FLAGS) \
1793            --srcdir=../.. --prefix="$$dc_install_base" \
1794          && $(MAKE) $(AM_MAKEFLAGS) \
1795          && $(MAKE) $(AM_MAKEFLAGS) dvi \
1796          && $(MAKE) $(AM_MAKEFLAGS) check \
1797          && $(MAKE) $(AM_MAKEFLAGS) install \
1798          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1799          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1800          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1801                distuninstallcheck \
1802          && chmod -R a-w "$$dc_install_base" \
1803          && ({ \
1804               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1805               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1806               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1807               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1808                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1809              } || { rm -rf "$$dc_destdir"; exit 1; }) \
1810          && rm -rf "$$dc_destdir" \
1811          && $(MAKE) $(AM_MAKEFLAGS) dist \
1812          && rm -rf $(DIST_ARCHIVES) \
1813          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1814          && cd "$$am__cwd" \
1815          || exit 1
1816        $(am__post_remove_distdir)
1817        @(echo "$(distdir) archives ready for distribution: "; \
1818          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1819          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1820distuninstallcheck:
1821        @test -n '$(distuninstallcheck_dir)' || { \
1822          echo 'ERROR: trying to run $@ with an empty' \
1823               '$$(distuninstallcheck_dir)' >&2; \
1824          exit 1; \
1825        }; \
1826        $(am__cd) '$(distuninstallcheck_dir)' || { \
1827          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1828          exit 1; \
1829        }; \
1830        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1831           || { echo "ERROR: files left after uninstall:" ; \
1832                if test -n "$(DESTDIR)"; then \
1833                  echo "  (check DESTDIR support)"; \
1834                fi ; \
1835                $(distuninstallcheck_listfiles) ; \
1836                exit 1; } >&2
1837distcleancheck: distclean
1838        @if test '$(srcdir)' = . ; then \
1839          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1840          exit 1 ; \
1841        fi
1842        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1843          || { echo "ERROR: files left in build directory after distclean:" ; \
1844               $(distcleancheck_listfiles) ; \
1845               exit 1; } >&2
1846check-am: all-am
1847check: check-recursive
1848all-am: Makefile config.h
1849installdirs: installdirs-recursive
1850installdirs-am:
1851install: install-recursive
1852install-exec: install-exec-recursive
1853install-data: install-data-recursive
1854uninstall: uninstall-recursive
1855
1856install-am: all-am
1857        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1858
1859installcheck: installcheck-recursive
1860install-strip:
1861        if test -z '$(STRIP)'; then \
1862          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1863            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1864              install; \
1865        else \
1866          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1867            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1868            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1869        fi
1870mostlyclean-generic:
1871
1872clean-generic:
1873
1874distclean-generic:
1875        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1876        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1877        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1878
1879maintainer-clean-generic:
1880        @echo "This command is intended for maintainers to use"
1881        @echo "it deletes files that may require special tools to rebuild."
1882clean: clean-recursive
1883
1884clean-am: clean-generic clean-libtool mostlyclean-am
1885
1886distclean: distclean-recursive
1887        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1888        -rm -f Makefile
1889distclean-am: clean-am distclean-generic distclean-hdr \
1890        distclean-libtool distclean-tags
1891
1892dvi: dvi-recursive
1893
1894dvi-am:
1895
1896html: html-recursive
1897
1898html-am:
1899
1900info: info-recursive
1901
1902info-am:
1903
1904install-data-am:
1905
1906install-dvi: install-dvi-recursive
1907
1908install-dvi-am:
1909
1910install-exec-am:
1911
1912install-html: install-html-recursive
1913
1914install-html-am:
1915
1916install-info: install-info-recursive
1917
1918install-info-am:
1919
1920install-man:
1921
1922install-pdf: install-pdf-recursive
1923
1924install-pdf-am:
1925
1926install-ps: install-ps-recursive
1927
1928install-ps-am:
1929
1930installcheck-am:
1931
1932maintainer-clean: maintainer-clean-recursive
1933        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1934        -rm -rf $(top_srcdir)/autom4te.cache
1935        -rm -f Makefile
1936maintainer-clean-am: distclean-am maintainer-clean-generic
1937
1938mostlyclean: mostlyclean-recursive
1939
1940mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1941
1942pdf: pdf-recursive
1943
1944pdf-am:
1945
1946ps: ps-recursive
1947
1948ps-am:
1949
1950uninstall-am:
1951
1952.MAKE: $(am__recursive_targets) all install-am install-strip
1953
1954.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1955        am--refresh check check-am clean clean-cscope clean-generic \
1956        clean-libtool cscope cscopelist-am ctags ctags-am dist \
1957        dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
1958        dist-tarZ dist-xz dist-zip distcheck distclean \
1959        distclean-generic distclean-hdr distclean-libtool \
1960        distclean-tags distcleancheck distdir distuninstallcheck dvi \
1961        dvi-am html html-am info info-am install install-am \
1962        install-data install-data-am install-dvi install-dvi-am \
1963        install-exec install-exec-am install-html install-html-am \
1964        install-info install-info-am install-man install-pdf \
1965        install-pdf-am install-ps install-ps-am install-strip \
1966        installcheck installcheck-am installdirs installdirs-am \
1967        maintainer-clean maintainer-clean-generic mostlyclean \
1968        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1969        tags tags-am uninstall uninstall-am
1970
1971.PRECIOUS: Makefile
1972
1973
1974AUTHORS:
1975        @echo -e "The authors list is autogenerated from the git history; sorted by number of commits\n" >AUTHORS
1976        @git shortlog -sen| cut -f 2 | sed 's/@/ at /g' >> AUTHORS
1977        @echo -e "\n\nThe translators list is autogenerated from po file history\n" >>AUTHORS
1978        @sed -n 's/.*Last-Translator: *\(.*\) *<.*/\1/p' po/*.po | sort -u >>AUTHORS
1979
1980pic-check:
1981        @echo "Checking for position dependent code"
1982        readelf -d $(builddir)/lib/.libs/libgnutls.so|grep TEXTREL; if test $$? = 0;then \
1983        eu-findtextrel $(builddir)/lib/.libs/libgnutls.so; \
1984        false; \
1985        fi
1986
1987abi-dump:
1988        @abi-dumper lib/.libs/libgnutls.so -lver $(VERSION) -o "./devel/ABI-$(VERSION)-$$(uname -m).dump" -public-headers lib/includes/gnutls/
1989.prev-tag-abi.stamp:
1990        @rm -rf $(ABI_TMPCLONEDIR)
1991        @git clone -l . $(ABI_TMPCLONEDIR)
1992        @echo "Creating ABI for $$(eval $(ABIVERCMD))"
1993        cd $(ABI_TMPCLONEDIR) && \
1994          git fetch --tags https://gitlab.com/gnutls/gnutls.git && \
1995          git checkout $$(eval $(ABIREFCMD)) && \
1996          $(MAKE) autoreconf && if test -f ../cache/config.cache;then \
1997            CFLAGS="-g -Og" ./configure --disable-doc --cache-file ../cache/config.cache;\
1998          else\
1999            CFLAGS="-g -Og" ./configure --disable-doc;\
2000          fi && $(MAKE) -j$$(nproc) -C gl && $(MAKE) -j$$(nproc) -C lib && $(MAKE) -j$$(nproc) -C libdane
2001        touch $@
2002
2003# We skip session::set_transport_vec_push_function() as it is seen as different when
2004# compiled with the glibc struct iovec, under gcc8. This should be temporary for
2005# 3.6.2 to 3.6.3 transition.
2006abi-check: .prev-tag-abi.stamp
2007        @rm -f $(ABI_TMPFILE_CUR) $(ABI_TMPFILE_PRE)
2008        @echo "Checking libgnutls ABI"
2009        @echo "<version>$(VERSION)</version>" >$(ABI_TMPFILE_CUR)
2010        @echo "<headers>$(srcdir)/lib/includes/gnutls" >>$(ABI_TMPFILE_CUR)
2011        @echo "$(builddir)/lib/includes/gnutls</headers>" >>$(ABI_TMPFILE_CUR)
2012        @echo "<libs>$(builddir)/lib/.libs</libs>" >>$(ABI_TMPFILE_CUR)
2013        @echo "<version>$(VERSION)</version>" >$(ABI_TMPFILE_PRE)
2014        @echo "<headers>$(builddir)/$(ABI_TMPCLONEDIR)/lib/includes/gnutls" >>$(ABI_TMPFILE_PRE)
2015        @echo "$(builddir)/$(ABI_TMPCLONEDIR)/lib/includes/gnutls</headers>" >>$(ABI_TMPFILE_PRE)
2016        @echo "<skip_symbols>_ZN6gnutls7session31set_transport_vec_push_functionEPFlPvPK8giovec_tiE</skip_symbols>" >>$(ABI_TMPFILE_PRE)
2017        @echo "<libs>$(builddir)/$(ABI_TMPCLONEDIR)/lib/.libs</libs>" >>$(ABI_TMPFILE_PRE)
2018        PATH="/sbin$(PATH_SEPARATOR)$$PATH" \
2019          abi-compliance-checker -abi -lib gnutls -old $(ABI_TMPFILE_PRE) -new $(ABI_TMPFILE_CUR) -skip-symbols $(srcdir)/devel/abi-unchecked-symbols
2020        @echo "Checking libgnutls-dane ABI"
2021        @echo "<version>$(VERSION)</version>" >$(ABI_TMPFILE_CUR)
2022        @echo "<headers>$(srcdir)/libdane/includes/gnutls" >>$(ABI_TMPFILE_CUR)
2023        @echo "$(srcdir)/lib/includes/gnutls" >>$(ABI_TMPFILE_CUR)
2024        @echo "$(builddir)/lib/includes/gnutls</headers>" >>$(ABI_TMPFILE_CUR)
2025        @echo "<libs>$(builddir)/libdane/.libs</libs>" >>$(ABI_TMPFILE_CUR)
2026        @echo "<version>$$(eval $(ABIVERCMD))</version>" >$(ABI_TMPFILE_PRE)
2027        @echo "<headers>$(builddir)/$(ABI_TMPCLONEDIR)/libdane/includes/gnutls" >>$(ABI_TMPFILE_PRE)
2028        @echo "$(builddir)/$(ABI_TMPCLONEDIR)/lib/includes/gnutls" >>$(ABI_TMPFILE_PRE)
2029        @echo "$(builddir)/$(ABI_TMPCLONEDIR)/lib/includes/gnutls</headers>" >>$(ABI_TMPFILE_PRE)
2030        @echo "<libs>$(builddir)/$(ABI_TMPCLONEDIR)/libdane/.libs</libs>" >>$(ABI_TMPFILE_PRE)
2031        PATH="/sbin$(PATH_SEPARATOR)$$PATH" \
2032          abi-compliance-checker -abi -lib gnutls-dane -old $(ABI_TMPFILE_PRE) -new $(ABI_TMPFILE_CUR)
2033        @rm -f $(ABI_TMPFILE_CUR) $(ABI_TMPFILE_PRE)
2034
2035symbol-check:
2036        @objdump -T $(builddir)/lib/.libs/libgnutls.so  | grep -v ' \*UND\*'  | awk '{print $$7 "@" $$6;}' | grep -v GNUTLS_FIPS140 | grep -v GNUTLS_PRIVATE | grep -v '^@' |  sort -u >symbols.last.tmp
2037        @diff -u $(srcdir)/symbols.last symbols.last.tmp >/dev/null 2>&1; if test $$? != 0;then \
2038                diff -u $(srcdir)/symbols.last symbols.last.tmp | grep -v '\-\-\-' >symbols.diff.tmp 2>&1; \
2039                if grep -e '^-' symbols.diff.tmp;then \
2040                        echo "*******************************************"; \
2041                        echo "Symbols were removed from the library."; \
2042                        echo "Check symbols.diff.tmp for more information"; \
2043                        echo "*******************************************"; \
2044                        false; \
2045                else \
2046                        echo "*************************************************************"; \
2047                        echo "Symbols were added in the library; check symbols.diff.tmp for"; \
2048                        echo "correctness; then use 'make files-update'"; \
2049                        echo "*************************************************************"; \
2050                        false; \
2051                fi \
2052        else \
2053                test -f symbols.diff.tmp && cat symbols.diff.tmp; \
2054                echo "**************************"; \
2055                echo "No symbol changes detected"; \
2056                echo "**************************"; \
2057        fi
2058        rm -f symbols.last.tmp symbols.diff.tmp
2059
2060@CODE_COVERAGE_RULES@
2061
2062local-code-coverage-output: code-coverage-capture
2063        cat GnuTLS-$(VERSION)-coverage/index.html|grep headerCovTableEntry|grep '%'|head -1|sed 's/^.*>\([0-9]\+\.[0-9]\+\s*%\)<.*$$/ coverage lines: \1/' || true
2064
2065libopts-check:
2066        @echo "*****************************************************************"
2067        @echo "Checking whether included libopts matches the system's. If the"
2068        @echo "check fails upgrade the included libopts."
2069        @echo "*****************************************************************"
2070        test "`autoopts-config libsrc|cut -d '-' -f 2|sed 's/.tar.gz//'`" = "`cat $(srcdir)/src/libopts/autoopts/options.h |grep OPTIONS_VERSION_STRING|cut -d '"' -f 2|sed 's/:/./g'`"
2071
2072files-update: libopts-check
2073        $(MAKE) -C doc/ compare-makefile || mv doc/tmp-compare-makefile $(srcdir)/doc/Makefile.am
2074        $(MAKE) -C doc/manpages compare-makefile || mv doc/manpages/tmp-compare-makefile $(srcdir)/doc/manpages/Makefile.am
2075        $(MAKE) -C . symbol-check || mv symbols.last.tmp $(srcdir)/symbols.last
2076        @echo "******************************************************************************************"
2077        @echo "updated auto-generated files; please use git diff to verify the correctness of the changes"
2078        @echo "******************************************************************************************"
2079
2080dist-hook: libopts-check symbol-check
2081        $(PKG_CONFIG) --atleast-version=2.2.0 guile-2.2
2082        $(MAKE) -C doc/ compare-makefile
2083        $(MAKE) -C doc/ compare-exported
2084        $(MAKE) -C doc/manpages compare-makefile
2085        $(MAKE) ChangeLog
2086        mv ChangeLog $(distdir)
2087        touch $(distdir)/doc/*.html $(distdir)/doc/*.pdf $(distdir)/doc/*.info
2088
2089.PHONY: abi-check abi-dump pic-check symbol-check local-code-coverage-output files-update libopts-check AUTHORS
2090
2091# Tell versions [3.59,3.63) of GNU make to not export all variables.
2092# Otherwise a system limit (for SysV at least) may be exceeded.
2093.NOEXPORT: