1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
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@SET_MAKE@
16
17# Copyright (C) 2002-2020 Free Software Foundation, Inc.
18#
19# This file is free software; you can redistribute it and/or modify
20# it under the terms of the GNU General Public License as published by
21# the Free Software Foundation; either version 3 of the License, or
22# (at your option) any later version.
23#
24# This file is distributed in the hope that it will be useful,
25# but WITHOUT ANY WARRANTY; without even the implied warranty of
26# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27# GNU General Public License for more details.
28#
29# You should have received a copy of the GNU General Public License
30# along with this file.  If not, see <https://www.gnu.org/licenses/>.
31#
32# As a special exception to the GNU General Public License,
33# this file may be distributed as part of a program that
34# contains a configuration script generated by Autoconf, under
35# the same distribution terms as the rest of that program.
36#
37# Generated by gnulib-tool.
38# Reproduce by:
39# gnulib-tool --import \
40#  --lib=libgnu \
41#  --source-base=gl \
42#  --m4-base=gl/m4 \
43#  --doc-base=doc \
44#  --tests-base=gl/tests \
45#  --aux-dir=build-aux \
46#  --with-tests \
47#  --lgpl \
48#  --no-conditional-dependencies \
49#  --libtool \
50#  --macro-prefix=gl \
51#  --no-vc-files \
52#  autobuild \
53#  byteswap \
54#  check-version \
55#  crypto/des \
56#  crypto/md4 \
57#  inline \
58#  maintainer-makefile \
59#  manywarnings \
60#  strverscmp \
61#  unistd \
62#  update-copyright \
63#  valgrind-tests \
64#  warnings
65
66
67
68VPATH = @srcdir@
69am__is_gnu_make = { \
70  if test -z '$(MAKELEVEL)'; then \
71    false; \
72  elif test -n '$(MAKE_HOST)'; then \
73    true; \
74  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
75    true; \
76  else \
77    false; \
78  fi; \
79}
80am__make_running_with_option = \
81  case $${target_option-} in \
82      ?) ;; \
83      *) echo "am__make_running_with_option: internal error: invalid" \
84              "target option '$${target_option-}' specified" >&2; \
85         exit 1;; \
86  esac; \
87  has_opt=no; \
88  sane_makeflags=$$MAKEFLAGS; \
89  if $(am__is_gnu_make); then \
90    sane_makeflags=$$MFLAGS; \
91  else \
92    case $$MAKEFLAGS in \
93      *\\[\ \	]*) \
94        bs=\\; \
95        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
96          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
97    esac; \
98  fi; \
99  skip_next=no; \
100  strip_trailopt () \
101  { \
102    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
103  }; \
104  for flg in $$sane_makeflags; do \
105    test $$skip_next = yes && { skip_next=no; continue; }; \
106    case $$flg in \
107      *=*|--*) continue;; \
108        -*I) strip_trailopt 'I'; skip_next=yes;; \
109      -*I?*) strip_trailopt 'I';; \
110        -*O) strip_trailopt 'O'; skip_next=yes;; \
111      -*O?*) strip_trailopt 'O';; \
112        -*l) strip_trailopt 'l'; skip_next=yes;; \
113      -*l?*) strip_trailopt 'l';; \
114      -[dEDm]) skip_next=yes;; \
115      -[JT]) skip_next=yes;; \
116    esac; \
117    case $$flg in \
118      *$$target_option*) has_opt=yes; break;; \
119    esac; \
120  done; \
121  test $$has_opt = yes
122am__make_dryrun = (target_option=n; $(am__make_running_with_option))
123am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
124pkgdatadir = $(datadir)/@PACKAGE@
125pkgincludedir = $(includedir)/@PACKAGE@
126pkglibdir = $(libdir)/@PACKAGE@
127pkglibexecdir = $(libexecdir)/@PACKAGE@
128am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
129install_sh_DATA = $(install_sh) -c -m 644
130install_sh_PROGRAM = $(install_sh) -c
131install_sh_SCRIPT = $(install_sh) -c
132INSTALL_HEADER = $(INSTALL_DATA)
133transform = $(program_transform_name)
134NORMAL_INSTALL = :
135PRE_INSTALL = :
136POST_INSTALL = :
137NORMAL_UNINSTALL = :
138PRE_UNINSTALL = :
139POST_UNINSTALL = :
140build_triplet = @build@
141host_triplet = @host@
142subdir = gl
143ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
144am__aclocal_m4_deps = $(top_srcdir)/gl/m4/00gnulib.m4 \
145	$(top_srcdir)/gl/m4/__inline.m4 \
146	$(top_srcdir)/gl/m4/absolute-header.m4 \
147	$(top_srcdir)/gl/m4/autobuild.m4 \
148	$(top_srcdir)/gl/m4/byteswap.m4 \
149	$(top_srcdir)/gl/m4/extensions.m4 \
150	$(top_srcdir)/gl/m4/extern-inline.m4 \
151	$(top_srcdir)/gl/m4/gnulib-common.m4 \
152	$(top_srcdir)/gl/m4/gnulib-comp.m4 \
153	$(top_srcdir)/gl/m4/include_next.m4 \
154	$(top_srcdir)/gl/m4/inline.m4 \
155	$(top_srcdir)/gl/m4/inttypes-pri.m4 \
156	$(top_srcdir)/gl/m4/inttypes.m4 \
157	$(top_srcdir)/gl/m4/limits-h.m4 \
158	$(top_srcdir)/gl/m4/manywarnings.m4 $(top_srcdir)/gl/m4/md4.m4 \
159	$(top_srcdir)/gl/m4/multiarch.m4 $(top_srcdir)/gl/m4/off_t.m4 \
160	$(top_srcdir)/gl/m4/ssize_t.m4 $(top_srcdir)/gl/m4/stdalign.m4 \
161	$(top_srcdir)/gl/m4/stdbool.m4 $(top_srcdir)/gl/m4/stddef_h.m4 \
162	$(top_srcdir)/gl/m4/stdint.m4 $(top_srcdir)/gl/m4/string_h.m4 \
163	$(top_srcdir)/gl/m4/strverscmp.m4 \
164	$(top_srcdir)/gl/m4/sys_types_h.m4 \
165	$(top_srcdir)/gl/m4/unistd_h.m4 \
166	$(top_srcdir)/gl/m4/valgrind-tests.m4 \
167	$(top_srcdir)/gl/m4/warn-on-use.m4 \
168	$(top_srcdir)/gl/m4/warnings.m4 $(top_srcdir)/gl/m4/wchar_h.m4 \
169	$(top_srcdir)/gl/m4/wchar_t.m4 $(top_srcdir)/gl/m4/wint_t.m4 \
170	$(top_srcdir)/gl/m4/zzgnulib.m4 $(top_srcdir)/m4/libtool.m4 \
171	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
172	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
173	$(top_srcdir)/configure.ac
174am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
175	$(ACLOCAL_M4)
176DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
177	$(am__DIST_COMMON)
178mkinstalldirs = $(install_sh) -d
179CONFIG_HEADER = $(top_builddir)/config.h
180CONFIG_CLEAN_FILES =
181CONFIG_CLEAN_VPATH_FILES =
182LIBRARIES = $(noinst_LIBRARIES)
183LTLIBRARIES = $(noinst_LTLIBRARIES)
184am__DEPENDENCIES_1 =
185am_libgnu_la_OBJECTS = check-version.lo des.lo md4.lo unistd.lo
186libgnu_la_OBJECTS = $(am_libgnu_la_OBJECTS)
187AM_V_lt = $(am__v_lt_@AM_V@)
188am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
189am__v_lt_0 = --silent
190am__v_lt_1 =
191libgnu_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
192	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
193	$(libgnu_la_LDFLAGS) $(LDFLAGS) -o $@
194AM_V_P = $(am__v_P_@AM_V@)
195am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
196am__v_P_0 = false
197am__v_P_1 = :
198AM_V_GEN = $(am__v_GEN_@AM_V@)
199am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
200am__v_GEN_0 = @echo "  GEN     " $@;
201am__v_GEN_1 =
202AM_V_at = $(am__v_at_@AM_V@)
203am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
204am__v_at_0 = @
205am__v_at_1 =
206DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
207depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
208am__maybe_remake_depfiles = depfiles
209am__depfiles_remade = ./$(DEPDIR)/check-version.Plo \
210	./$(DEPDIR)/des.Plo ./$(DEPDIR)/md4.Plo \
211	./$(DEPDIR)/strverscmp.Plo ./$(DEPDIR)/unistd.Plo
212am__mv = mv -f
213COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
214	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
215LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
216	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
217	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
218	$(AM_CFLAGS) $(CFLAGS)
219AM_V_CC = $(am__v_CC_@AM_V@)
220am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
221am__v_CC_0 = @echo "  CC      " $@;
222am__v_CC_1 =
223CCLD = $(CC)
224LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
225	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
226	$(AM_LDFLAGS) $(LDFLAGS) -o $@
227AM_V_CCLD = $(am__v_CCLD_@AM_V@)
228am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
229am__v_CCLD_0 = @echo "  CCLD    " $@;
230am__v_CCLD_1 =
231SOURCES = $(libgnu_la_SOURCES) $(EXTRA_libgnu_la_SOURCES)
232DIST_SOURCES = $(libgnu_la_SOURCES) $(EXTRA_libgnu_la_SOURCES)
233RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
234	ctags-recursive dvi-recursive html-recursive info-recursive \
235	install-data-recursive install-dvi-recursive \
236	install-exec-recursive install-html-recursive \
237	install-info-recursive install-pdf-recursive \
238	install-ps-recursive install-recursive installcheck-recursive \
239	installdirs-recursive pdf-recursive ps-recursive \
240	tags-recursive uninstall-recursive
241am__can_run_installinfo = \
242  case $$AM_UPDATE_INFO_DIR in \
243    n|no|NO) false;; \
244    *) (install-info --version) >/dev/null 2>&1;; \
245  esac
246HEADERS = $(noinst_HEADERS)
247RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
248  distclean-recursive maintainer-clean-recursive
249am__recursive_targets = \
250  $(RECURSIVE_TARGETS) \
251  $(RECURSIVE_CLEAN_TARGETS) \
252  $(am__extra_recursive_targets)
253AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
254	distdir distdir-am
255am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
256# Read a list of newline-separated strings from the standard input,
257# and print each of them once, without duplicates.  Input order is
258# *not* preserved.
259am__uniquify_input = $(AWK) '\
260  BEGIN { nonempty = 0; } \
261  { items[$$0] = 1; nonempty = 1; } \
262  END { if (nonempty) { for (i in items) print i; }; } \
263'
264# Make sure the list of sources is unique.  This is necessary because,
265# e.g., the same source file might be shared among _SOURCES variables
266# for different programs/libraries.
267am__define_uniq_tagged_files = \
268  list='$(am__tagged_files)'; \
269  unique=`for i in $$list; do \
270    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
271  done | $(am__uniquify_input)`
272ETAGS = etags
273CTAGS = ctags
274DIST_SUBDIRS = $(SUBDIRS)
275am__DIST_COMMON = $(srcdir)/Makefile.in \
276	$(top_srcdir)/build-aux/depcomp
277DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
278am__relativize = \
279  dir0=`pwd`; \
280  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
281  sed_rest='s,^[^/]*/*,,'; \
282  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
283  sed_butlast='s,/*[^/]*$$,,'; \
284  while test -n "$$dir1"; do \
285    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
286    if test "$$first" != "."; then \
287      if test "$$first" = ".."; then \
288        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
289        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
290      else \
291        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
292        if test "$$first2" = "$$first"; then \
293          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
294        else \
295          dir2="../$$dir2"; \
296        fi; \
297        dir0="$$dir0"/"$$first"; \
298      fi; \
299    fi; \
300    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
301  done; \
302  reldir="$$dir2"
303ACLOCAL = @ACLOCAL@
304AMTAR = @AMTAR@
305AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
306APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
307AR = @AR@
308ARFLAGS = @ARFLAGS@
309AS = @AS@
310AUTOCONF = @AUTOCONF@
311AUTOHEADER = @AUTOHEADER@
312AUTOMAKE = @AUTOMAKE@
313AWK = @AWK@
314BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
315BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
316BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
317BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
318BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
319BYTESWAP_H = @BYTESWAP_H@
320CC = @CC@
321CCDEPMODE = @CCDEPMODE@
322CFLAGS = @CFLAGS@
323CONFIG_INCLUDE = @CONFIG_INCLUDE@
324CPP = @CPP@
325CPPFLAGS = @CPPFLAGS@
326CYGPATH_W = @CYGPATH_W@
327DEFS = @DEFS@
328DEPDIR = @DEPDIR@
329DLLTOOL = @DLLTOOL@
330DSYMUTIL = @DSYMUTIL@
331DUMPBIN = @DUMPBIN@
332ECHO_C = @ECHO_C@
333ECHO_N = @ECHO_N@
334ECHO_T = @ECHO_T@
335EGREP = @EGREP@
336EXEEXT = @EXEEXT@
337FGREP = @FGREP@
338GNULIB_ACCESS = @GNULIB_ACCESS@
339GNULIB_BTOWC = @GNULIB_BTOWC@
340GNULIB_CHDIR = @GNULIB_CHDIR@
341GNULIB_CHOWN = @GNULIB_CHOWN@
342GNULIB_CLOSE = @GNULIB_CLOSE@
343GNULIB_COPY_FILE_RANGE = @GNULIB_COPY_FILE_RANGE@
344GNULIB_DUP = @GNULIB_DUP@
345GNULIB_DUP2 = @GNULIB_DUP2@
346GNULIB_DUP3 = @GNULIB_DUP3@
347GNULIB_ENVIRON = @GNULIB_ENVIRON@
348GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@
349GNULIB_EXPLICIT_BZERO = @GNULIB_EXPLICIT_BZERO@
350GNULIB_FACCESSAT = @GNULIB_FACCESSAT@
351GNULIB_FCHDIR = @GNULIB_FCHDIR@
352GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@
353GNULIB_FDATASYNC = @GNULIB_FDATASYNC@
354GNULIB_FFSL = @GNULIB_FFSL@
355GNULIB_FFSLL = @GNULIB_FFSLL@
356GNULIB_FSYNC = @GNULIB_FSYNC@
357GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@
358GNULIB_GETCWD = @GNULIB_GETCWD@
359GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@
360GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@
361GNULIB_GETGROUPS = @GNULIB_GETGROUPS@
362GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@
363GNULIB_GETLOGIN = @GNULIB_GETLOGIN@
364GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
365GNULIB_GETOPT_POSIX = @GNULIB_GETOPT_POSIX@
366GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@
367GNULIB_GETPASS = @GNULIB_GETPASS@
368GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@
369GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@
370GNULIB_IMAXABS = @GNULIB_IMAXABS@
371GNULIB_IMAXDIV = @GNULIB_IMAXDIV@
372GNULIB_ISATTY = @GNULIB_ISATTY@
373GNULIB_LCHOWN = @GNULIB_LCHOWN@
374GNULIB_LINK = @GNULIB_LINK@
375GNULIB_LINKAT = @GNULIB_LINKAT@
376GNULIB_LSEEK = @GNULIB_LSEEK@
377GNULIB_MBRLEN = @GNULIB_MBRLEN@
378GNULIB_MBRTOWC = @GNULIB_MBRTOWC@
379GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@
380GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@
381GNULIB_MBSCHR = @GNULIB_MBSCHR@
382GNULIB_MBSCSPN = @GNULIB_MBSCSPN@
383GNULIB_MBSINIT = @GNULIB_MBSINIT@
384GNULIB_MBSLEN = @GNULIB_MBSLEN@
385GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@
386GNULIB_MBSNLEN = @GNULIB_MBSNLEN@
387GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@
388GNULIB_MBSPBRK = @GNULIB_MBSPBRK@
389GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@
390GNULIB_MBSRCHR = @GNULIB_MBSRCHR@
391GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@
392GNULIB_MBSSEP = @GNULIB_MBSSEP@
393GNULIB_MBSSPN = @GNULIB_MBSSPN@
394GNULIB_MBSSTR = @GNULIB_MBSSTR@
395GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@
396GNULIB_MEMCHR = @GNULIB_MEMCHR@
397GNULIB_MEMMEM = @GNULIB_MEMMEM@
398GNULIB_MEMPCPY = @GNULIB_MEMPCPY@
399GNULIB_MEMRCHR = @GNULIB_MEMRCHR@
400GNULIB_OVERRIDES_WINT_T = @GNULIB_OVERRIDES_WINT_T@
401GNULIB_PIPE = @GNULIB_PIPE@
402GNULIB_PIPE2 = @GNULIB_PIPE2@
403GNULIB_PREAD = @GNULIB_PREAD@
404GNULIB_PWRITE = @GNULIB_PWRITE@
405GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@
406GNULIB_READ = @GNULIB_READ@
407GNULIB_READLINK = @GNULIB_READLINK@
408GNULIB_READLINKAT = @GNULIB_READLINKAT@
409GNULIB_RMDIR = @GNULIB_RMDIR@
410GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@
411GNULIB_SLEEP = @GNULIB_SLEEP@
412GNULIB_STPCPY = @GNULIB_STPCPY@
413GNULIB_STPNCPY = @GNULIB_STPNCPY@
414GNULIB_STRCASESTR = @GNULIB_STRCASESTR@
415GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@
416GNULIB_STRDUP = @GNULIB_STRDUP@
417GNULIB_STRERROR = @GNULIB_STRERROR@
418GNULIB_STRERROR_R = @GNULIB_STRERROR_R@
419GNULIB_STRNCAT = @GNULIB_STRNCAT@
420GNULIB_STRNDUP = @GNULIB_STRNDUP@
421GNULIB_STRNLEN = @GNULIB_STRNLEN@
422GNULIB_STRPBRK = @GNULIB_STRPBRK@
423GNULIB_STRSEP = @GNULIB_STRSEP@
424GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@
425GNULIB_STRSTR = @GNULIB_STRSTR@
426GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@
427GNULIB_STRTOK_R = @GNULIB_STRTOK_R@
428GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@
429GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@
430GNULIB_SYMLINK = @GNULIB_SYMLINK@
431GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@
432GNULIB_TRUNCATE = @GNULIB_TRUNCATE@
433GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@
434GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@
435GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@
436GNULIB_UNLINK = @GNULIB_UNLINK@
437GNULIB_UNLINKAT = @GNULIB_UNLINKAT@
438GNULIB_USLEEP = @GNULIB_USLEEP@
439GNULIB_WCPCPY = @GNULIB_WCPCPY@
440GNULIB_WCPNCPY = @GNULIB_WCPNCPY@
441GNULIB_WCRTOMB = @GNULIB_WCRTOMB@
442GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@
443GNULIB_WCSCAT = @GNULIB_WCSCAT@
444GNULIB_WCSCHR = @GNULIB_WCSCHR@
445GNULIB_WCSCMP = @GNULIB_WCSCMP@
446GNULIB_WCSCOLL = @GNULIB_WCSCOLL@
447GNULIB_WCSCPY = @GNULIB_WCSCPY@
448GNULIB_WCSCSPN = @GNULIB_WCSCSPN@
449GNULIB_WCSDUP = @GNULIB_WCSDUP@
450GNULIB_WCSFTIME = @GNULIB_WCSFTIME@
451GNULIB_WCSLEN = @GNULIB_WCSLEN@
452GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@
453GNULIB_WCSNCAT = @GNULIB_WCSNCAT@
454GNULIB_WCSNCMP = @GNULIB_WCSNCMP@
455GNULIB_WCSNCPY = @GNULIB_WCSNCPY@
456GNULIB_WCSNLEN = @GNULIB_WCSNLEN@
457GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@
458GNULIB_WCSPBRK = @GNULIB_WCSPBRK@
459GNULIB_WCSRCHR = @GNULIB_WCSRCHR@
460GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@
461GNULIB_WCSSPN = @GNULIB_WCSSPN@
462GNULIB_WCSSTR = @GNULIB_WCSSTR@
463GNULIB_WCSTOK = @GNULIB_WCSTOK@
464GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@
465GNULIB_WCSXFRM = @GNULIB_WCSXFRM@
466GNULIB_WCTOB = @GNULIB_WCTOB@
467GNULIB_WCWIDTH = @GNULIB_WCWIDTH@
468GNULIB_WMEMCHR = @GNULIB_WMEMCHR@
469GNULIB_WMEMCMP = @GNULIB_WMEMCMP@
470GNULIB_WMEMCPY = @GNULIB_WMEMCPY@
471GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@
472GNULIB_WMEMSET = @GNULIB_WMEMSET@
473GNULIB_WRITE = @GNULIB_WRITE@
474GREP = @GREP@
475HAVE_BTOWC = @HAVE_BTOWC@
476HAVE_C99_STDINT_H = @HAVE_C99_STDINT_H@
477HAVE_CHOWN = @HAVE_CHOWN@
478HAVE_COPY_FILE_RANGE = @HAVE_COPY_FILE_RANGE@
479HAVE_CRTDEFS_H = @HAVE_CRTDEFS_H@
480HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@
481HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@
482HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@
483HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@
484HAVE_DECL_GETLOGIN = @HAVE_DECL_GETLOGIN@
485HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
486HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@
487HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@
488HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@
489HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@
490HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@
491HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@
492HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@
493HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@
494HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@
495HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@
496HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@
497HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@
498HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@
499HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@
500HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@
501HAVE_DECL_TRUNCATE = @HAVE_DECL_TRUNCATE@
502HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@
503HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@
504HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@
505HAVE_DUP2 = @HAVE_DUP2@
506HAVE_DUP3 = @HAVE_DUP3@
507HAVE_EUIDACCESS = @HAVE_EUIDACCESS@
508HAVE_EXPLICIT_BZERO = @HAVE_EXPLICIT_BZERO@
509HAVE_FACCESSAT = @HAVE_FACCESSAT@
510HAVE_FCHDIR = @HAVE_FCHDIR@
511HAVE_FCHOWNAT = @HAVE_FCHOWNAT@
512HAVE_FDATASYNC = @HAVE_FDATASYNC@
513HAVE_FEATURES_H = @HAVE_FEATURES_H@
514HAVE_FFSL = @HAVE_FFSL@
515HAVE_FFSLL = @HAVE_FFSLL@
516HAVE_FSYNC = @HAVE_FSYNC@
517HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
518HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@
519HAVE_GETGROUPS = @HAVE_GETGROUPS@
520HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@
521HAVE_GETLOGIN = @HAVE_GETLOGIN@
522HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@
523HAVE_GETPASS = @HAVE_GETPASS@
524HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@
525HAVE_IMAXDIV_T = @HAVE_IMAXDIV_T@
526HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
527HAVE_LCHOWN = @HAVE_LCHOWN@
528HAVE_LINK = @HAVE_LINK@
529HAVE_LINKAT = @HAVE_LINKAT@
530HAVE_MAX_ALIGN_T = @HAVE_MAX_ALIGN_T@
531HAVE_MBRLEN = @HAVE_MBRLEN@
532HAVE_MBRTOWC = @HAVE_MBRTOWC@
533HAVE_MBSINIT = @HAVE_MBSINIT@
534HAVE_MBSLEN = @HAVE_MBSLEN@
535HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@
536HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@
537HAVE_MEMCHR = @HAVE_MEMCHR@
538HAVE_MEMPCPY = @HAVE_MEMPCPY@
539HAVE_OS_H = @HAVE_OS_H@
540HAVE_PIPE = @HAVE_PIPE@
541HAVE_PIPE2 = @HAVE_PIPE2@
542HAVE_PREAD = @HAVE_PREAD@
543HAVE_PWRITE = @HAVE_PWRITE@
544HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@
545HAVE_READLINK = @HAVE_READLINK@
546HAVE_READLINKAT = @HAVE_READLINKAT@
547HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@
548HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
549HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
550HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
551HAVE_SLEEP = @HAVE_SLEEP@
552HAVE_STDINT_H = @HAVE_STDINT_H@
553HAVE_STPCPY = @HAVE_STPCPY@
554HAVE_STPNCPY = @HAVE_STPNCPY@
555HAVE_STRCASESTR = @HAVE_STRCASESTR@
556HAVE_STRCHRNUL = @HAVE_STRCHRNUL@
557HAVE_STRPBRK = @HAVE_STRPBRK@
558HAVE_STRSEP = @HAVE_STRSEP@
559HAVE_STRVERSCMP = @HAVE_STRVERSCMP@
560HAVE_SYMLINK = @HAVE_SYMLINK@
561HAVE_SYMLINKAT = @HAVE_SYMLINKAT@
562HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
563HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
564HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@
565HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
566HAVE_UNISTD_H = @HAVE_UNISTD_H@
567HAVE_UNLINKAT = @HAVE_UNLINKAT@
568HAVE_USLEEP = @HAVE_USLEEP@
569HAVE_WCHAR_H = @HAVE_WCHAR_H@
570HAVE_WCHAR_T = @HAVE_WCHAR_T@
571HAVE_WCPCPY = @HAVE_WCPCPY@
572HAVE_WCPNCPY = @HAVE_WCPNCPY@
573HAVE_WCRTOMB = @HAVE_WCRTOMB@
574HAVE_WCSCASECMP = @HAVE_WCSCASECMP@
575HAVE_WCSCAT = @HAVE_WCSCAT@
576HAVE_WCSCHR = @HAVE_WCSCHR@
577HAVE_WCSCMP = @HAVE_WCSCMP@
578HAVE_WCSCOLL = @HAVE_WCSCOLL@
579HAVE_WCSCPY = @HAVE_WCSCPY@
580HAVE_WCSCSPN = @HAVE_WCSCSPN@
581HAVE_WCSDUP = @HAVE_WCSDUP@
582HAVE_WCSFTIME = @HAVE_WCSFTIME@
583HAVE_WCSLEN = @HAVE_WCSLEN@
584HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@
585HAVE_WCSNCAT = @HAVE_WCSNCAT@
586HAVE_WCSNCMP = @HAVE_WCSNCMP@
587HAVE_WCSNCPY = @HAVE_WCSNCPY@
588HAVE_WCSNLEN = @HAVE_WCSNLEN@
589HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@
590HAVE_WCSPBRK = @HAVE_WCSPBRK@
591HAVE_WCSRCHR = @HAVE_WCSRCHR@
592HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@
593HAVE_WCSSPN = @HAVE_WCSSPN@
594HAVE_WCSSTR = @HAVE_WCSSTR@
595HAVE_WCSTOK = @HAVE_WCSTOK@
596HAVE_WCSWIDTH = @HAVE_WCSWIDTH@
597HAVE_WCSXFRM = @HAVE_WCSXFRM@
598HAVE_WINT_T = @HAVE_WINT_T@
599HAVE_WMEMCHR = @HAVE_WMEMCHR@
600HAVE_WMEMCMP = @HAVE_WMEMCMP@
601HAVE_WMEMCPY = @HAVE_WMEMCPY@
602HAVE_WMEMMOVE = @HAVE_WMEMMOVE@
603HAVE_WMEMSET = @HAVE_WMEMSET@
604HAVE__BOOL = @HAVE__BOOL@
605INCLUDE_NEXT = @INCLUDE_NEXT@
606INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
607INSTALL = @INSTALL@
608INSTALL_DATA = @INSTALL_DATA@
609INSTALL_PROGRAM = @INSTALL_PROGRAM@
610INSTALL_SCRIPT = @INSTALL_SCRIPT@
611INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
612INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@
613INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@
614LD = @LD@
615LDFLAGS = @LDFLAGS@
616LIBOBJS = @LIBOBJS@
617LIBS = @LIBS@
618LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@
619LIBTOOL = @LIBTOOL@
620LIMITS_H = @LIMITS_H@
621LIPO = @LIPO@
622LN_S = @LN_S@
623LTLIBOBJS = @LTLIBOBJS@
624LT_AGE = @LT_AGE@
625LT_CURRENT = @LT_CURRENT@
626LT_REVISION = @LT_REVISION@
627LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
628MAKEINFO = @MAKEINFO@
629MANIFEST_TOOL = @MANIFEST_TOOL@
630MKDIR_P = @MKDIR_P@
631NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@
632NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = @NEXT_AS_FIRST_DIRECTIVE_LIMITS_H@
633NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@
634NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@
635NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@
636NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@
637NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@
638NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@
639NEXT_INTTYPES_H = @NEXT_INTTYPES_H@
640NEXT_LIMITS_H = @NEXT_LIMITS_H@
641NEXT_STDDEF_H = @NEXT_STDDEF_H@
642NEXT_STDINT_H = @NEXT_STDINT_H@
643NEXT_STRING_H = @NEXT_STRING_H@
644NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@
645NEXT_UNISTD_H = @NEXT_UNISTD_H@
646NEXT_WCHAR_H = @NEXT_WCHAR_H@
647NM = @NM@
648NMEDIT = @NMEDIT@
649OBJDUMP = @OBJDUMP@
650OBJEXT = @OBJEXT@
651OTOOL = @OTOOL@
652OTOOL64 = @OTOOL64@
653PACKAGE = @PACKAGE@
654PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
655PACKAGE_NAME = @PACKAGE_NAME@
656PACKAGE_STRING = @PACKAGE_STRING@
657PACKAGE_TARNAME = @PACKAGE_TARNAME@
658PACKAGE_URL = @PACKAGE_URL@
659PACKAGE_VERSION = @PACKAGE_VERSION@
660PATH_SEPARATOR = @PATH_SEPARATOR@
661PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
662PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
663PRIPTR_PREFIX = @PRIPTR_PREFIX@
664PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
665PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
666RANLIB = @RANLIB@
667REPLACE_ACCESS = @REPLACE_ACCESS@
668REPLACE_BTOWC = @REPLACE_BTOWC@
669REPLACE_CHOWN = @REPLACE_CHOWN@
670REPLACE_CLOSE = @REPLACE_CLOSE@
671REPLACE_DUP = @REPLACE_DUP@
672REPLACE_DUP2 = @REPLACE_DUP2@
673REPLACE_FACCESSAT = @REPLACE_FACCESSAT@
674REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@
675REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@
676REPLACE_GETCWD = @REPLACE_GETCWD@
677REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@
678REPLACE_GETDTABLESIZE = @REPLACE_GETDTABLESIZE@
679REPLACE_GETGROUPS = @REPLACE_GETGROUPS@
680REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@
681REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@
682REPLACE_GETPASS = @REPLACE_GETPASS@
683REPLACE_ISATTY = @REPLACE_ISATTY@
684REPLACE_LCHOWN = @REPLACE_LCHOWN@
685REPLACE_LINK = @REPLACE_LINK@
686REPLACE_LINKAT = @REPLACE_LINKAT@
687REPLACE_LSEEK = @REPLACE_LSEEK@
688REPLACE_MBRLEN = @REPLACE_MBRLEN@
689REPLACE_MBRTOWC = @REPLACE_MBRTOWC@
690REPLACE_MBSINIT = @REPLACE_MBSINIT@
691REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@
692REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@
693REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@
694REPLACE_MEMCHR = @REPLACE_MEMCHR@
695REPLACE_MEMMEM = @REPLACE_MEMMEM@
696REPLACE_NULL = @REPLACE_NULL@
697REPLACE_PREAD = @REPLACE_PREAD@
698REPLACE_PWRITE = @REPLACE_PWRITE@
699REPLACE_READ = @REPLACE_READ@
700REPLACE_READLINK = @REPLACE_READLINK@
701REPLACE_READLINKAT = @REPLACE_READLINKAT@
702REPLACE_RMDIR = @REPLACE_RMDIR@
703REPLACE_SLEEP = @REPLACE_SLEEP@
704REPLACE_STPNCPY = @REPLACE_STPNCPY@
705REPLACE_STRCASESTR = @REPLACE_STRCASESTR@
706REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@
707REPLACE_STRDUP = @REPLACE_STRDUP@
708REPLACE_STRERROR = @REPLACE_STRERROR@
709REPLACE_STRERROR_R = @REPLACE_STRERROR_R@
710REPLACE_STRNCAT = @REPLACE_STRNCAT@
711REPLACE_STRNDUP = @REPLACE_STRNDUP@
712REPLACE_STRNLEN = @REPLACE_STRNLEN@
713REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@
714REPLACE_STRSTR = @REPLACE_STRSTR@
715REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@
716REPLACE_STRTOK_R = @REPLACE_STRTOK_R@
717REPLACE_STRTOUMAX = @REPLACE_STRTOUMAX@
718REPLACE_SYMLINK = @REPLACE_SYMLINK@
719REPLACE_SYMLINKAT = @REPLACE_SYMLINKAT@
720REPLACE_TRUNCATE = @REPLACE_TRUNCATE@
721REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@
722REPLACE_UNLINK = @REPLACE_UNLINK@
723REPLACE_UNLINKAT = @REPLACE_UNLINKAT@
724REPLACE_USLEEP = @REPLACE_USLEEP@
725REPLACE_WCRTOMB = @REPLACE_WCRTOMB@
726REPLACE_WCSFTIME = @REPLACE_WCSFTIME@
727REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@
728REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@
729REPLACE_WCSTOK = @REPLACE_WCSTOK@
730REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@
731REPLACE_WCTOB = @REPLACE_WCTOB@
732REPLACE_WCWIDTH = @REPLACE_WCWIDTH@
733REPLACE_WRITE = @REPLACE_WRITE@
734SED = @SED@
735SET_MAKE = @SET_MAKE@
736SHELL = @SHELL@
737SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
738SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
739STDALIGN_H = @STDALIGN_H@
740STDBOOL_H = @STDBOOL_H@
741STDDEF_H = @STDDEF_H@
742STDINT_H = @STDINT_H@
743STRIP = @STRIP@
744UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@
745UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@
746UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
747UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@
748UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@
749VALGRIND = @VALGRIND@
750VERSION = @VERSION@
751WARN_CFLAGS = @WARN_CFLAGS@
752WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
753WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@
754WINDOWS_STAT_INODES = @WINDOWS_STAT_INODES@
755WINT_T_SUFFIX = @WINT_T_SUFFIX@
756abs_aux_dir = @abs_aux_dir@
757abs_builddir = @abs_builddir@
758abs_srcdir = @abs_srcdir@
759abs_top_builddir = @abs_top_builddir@
760abs_top_srcdir = @abs_top_srcdir@
761ac_ct_AR = @ac_ct_AR@
762ac_ct_CC = @ac_ct_CC@
763ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
764am__include = @am__include@
765am__leading_dot = @am__leading_dot@
766am__quote = @am__quote@
767am__tar = @am__tar@
768am__untar = @am__untar@
769bindir = @bindir@
770build = @build@
771build_alias = @build_alias@
772build_cpu = @build_cpu@
773build_os = @build_os@
774build_vendor = @build_vendor@
775builddir = @builddir@
776datadir = @datadir@
777datarootdir = @datarootdir@
778docdir = @docdir@
779dvidir = @dvidir@
780exec_prefix = @exec_prefix@
781gl_LIBOBJS = @gl_LIBOBJS@
782gl_LTLIBOBJS = @gl_LTLIBOBJS@
783gltests_LIBOBJS = @gltests_LIBOBJS@
784gltests_LTLIBOBJS = @gltests_LTLIBOBJS@
785gltests_WITNESS = @gltests_WITNESS@
786host = @host@
787host_alias = @host_alias@
788host_cpu = @host_cpu@
789host_os = @host_os@
790host_vendor = @host_vendor@
791htmldir = @htmldir@
792includedir = @includedir@
793infodir = @infodir@
794install_sh = @install_sh@
795libdir = @libdir@
796libexecdir = @libexecdir@
797localedir = @localedir@
798localstatedir = @localstatedir@
799mandir = @mandir@
800mkdir_p = @mkdir_p@
801oldincludedir = @oldincludedir@
802pdfdir = @pdfdir@
803prefix = @prefix@
804program_transform_name = @program_transform_name@
805psdir = @psdir@
806runstatedir = @runstatedir@
807sbindir = @sbindir@
808sharedstatedir = @sharedstatedir@
809srcdir = @srcdir@
810sysconfdir = @sysconfdir@
811target_alias = @target_alias@
812top_build_prefix = @top_build_prefix@
813top_builddir = @top_builddir@
814top_srcdir = @top_srcdir@
815AUTOMAKE_OPTIONS = 1.11 gnits
816# No GNU Make output.
817SUBDIRS = . tests
818noinst_HEADERS =
819noinst_LIBRARIES =
820noinst_LTLIBRARIES = libgnu.la
821EXTRA_DIST = m4/gnulib-cache.m4 byteswap.in.h check-version.h des.h \
822	md4.h $(top_srcdir)/GNUmakefile cdefs.h libc-config.h \
823	limits.in.h $(top_srcdir)/maint.mk arg-nonnull.h c++defs.h \
824	warn-on-use.h stdalign.in.h stdbool.in.h stddef.in.h \
825	stdint.in.h string.in.h strverscmp.c sys_types.in.h \
826	unistd.in.h $(top_srcdir)/build-aux/update-copyright \
827	$(top_srcdir)/build-aux/useless-if-before-free \
828	$(top_srcdir)/build-aux/vc-list-files
829BUILT_SOURCES = $(BYTESWAP_H) $(LIMITS_H) $(STDALIGN_H) $(STDBOOL_H) \
830	$(STDDEF_H) $(STDINT_H) string.h sys/types.h unistd.h
831SUFFIXES =
832MOSTLYCLEANFILES = core *.stackdump byteswap.h byteswap.h-t limits.h \
833	limits.h-t stdalign.h stdalign.h-t stdbool.h stdbool.h-t \
834	stddef.h stddef.h-t stdint.h stdint.h-t string.h string.h-t \
835	sys/types.h sys/types.h-t unistd.h unistd.h-t
836MOSTLYCLEANDIRS =
837CLEANFILES =
838DISTCLEANFILES =
839MAINTAINERCLEANFILES =
840AM_CPPFLAGS =
841AM_CFLAGS =
842libgnu_la_SOURCES = check-version.c des.c md4.c unistd.c
843libgnu_la_LIBADD = $(gl_LTLIBOBJS)
844libgnu_la_DEPENDENCIES = $(gl_LTLIBOBJS)
845EXTRA_libgnu_la_SOURCES = strverscmp.c
846libgnu_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined
847
848# Use this preprocessor expression to decide whether #include_next works.
849# Do not rely on a 'configure'-time test for this, since the expression
850# might appear in an installed header, which is used by some other compiler.
851HAVE_INCLUDE_NEXT = (__GNUC__ || 60000000 <= __DECC_VER)
852
853# Because this Makefile snippet defines a variable used by other
854# gnulib Makefile snippets, it must be present in all makefiles that
855# need it. This is ensured by the applicability 'all' defined above.
856ARG_NONNULL_H = $(srcdir)/arg-nonnull.h
857
858# Because this Makefile snippet defines a variable used by other
859# gnulib Makefile snippets, it must be present in all makefiles that
860# need it. This is ensured by the applicability 'all' defined above.
861CXXDEFS_H = $(srcdir)/c++defs.h
862
863# Because this Makefile snippet defines a variable used by other
864# gnulib Makefile snippets, it must be present in all makefiles that
865# need it. This is ensured by the applicability 'all' defined above.
866WARN_ON_USE_H = $(srcdir)/warn-on-use.h
867all: $(BUILT_SOURCES)
868	$(MAKE) $(AM_MAKEFLAGS) all-recursive
869
870.SUFFIXES:
871.SUFFIXES: .c .lo .o .obj
872$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
873	@for dep in $?; do \
874	  case '$(am__configure_deps)' in \
875	    *$$dep*) \
876	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
877	        && { if test -f $@; then exit 0; else break; fi; }; \
878	      exit 1;; \
879	  esac; \
880	done; \
881	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits gl/Makefile'; \
882	$(am__cd) $(top_srcdir) && \
883	  $(AUTOMAKE) --gnits gl/Makefile
884Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
885	@case '$?' in \
886	  *config.status*) \
887	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
888	  *) \
889	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
890	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
891	esac;
892
893$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
894	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
895
896$(top_srcdir)/configure:  $(am__configure_deps)
897	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
898$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
899	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
900$(am__aclocal_m4_deps):
901
902clean-noinstLIBRARIES:
903	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
904
905clean-noinstLTLIBRARIES:
906	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
907	@list='$(noinst_LTLIBRARIES)'; \
908	locs=`for p in $$list; do echo $$p; done | \
909	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
910	      sort -u`; \
911	test -z "$$locs" || { \
912	  echo rm -f $${locs}; \
913	  rm -f $${locs}; \
914	}
915
916libgnu.la: $(libgnu_la_OBJECTS) $(libgnu_la_DEPENDENCIES) $(EXTRA_libgnu_la_DEPENDENCIES)
917	$(AM_V_CCLD)$(libgnu_la_LINK)  $(libgnu_la_OBJECTS) $(libgnu_la_LIBADD) $(LIBS)
918
919mostlyclean-compile:
920	-rm -f *.$(OBJEXT)
921
922distclean-compile:
923	-rm -f *.tab.c
924
925@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check-version.Plo@am__quote@ # am--include-marker
926@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/des.Plo@am__quote@ # am--include-marker
927@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md4.Plo@am__quote@ # am--include-marker
928@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strverscmp.Plo@am__quote@ # am--include-marker
929@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unistd.Plo@am__quote@ # am--include-marker
930
931$(am__depfiles_remade):
932	@$(MKDIR_P) $(@D)
933	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
934
935am--depfiles: $(am__depfiles_remade)
936
937.c.o:
938@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
939@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
940@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
941@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
942@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
943
944.c.obj:
945@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
946@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
947@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
948@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
949@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
950
951.c.lo:
952@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
953@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
954@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
955@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
956@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
957
958mostlyclean-libtool:
959	-rm -f *.lo
960
961clean-libtool:
962	-rm -rf .libs _libs
963
964# This directory's subdirectories are mostly independent; you can cd
965# into them and run 'make' without going through this Makefile.
966# To change the values of 'make' variables: instead of editing Makefiles,
967# (1) if the variable is set in 'config.status', edit 'config.status'
968#     (which will cause the Makefiles to be regenerated when you run 'make');
969# (2) otherwise, pass the desired values on the 'make' command line.
970$(am__recursive_targets):
971	@fail=; \
972	if $(am__make_keepgoing); then \
973	  failcom='fail=yes'; \
974	else \
975	  failcom='exit 1'; \
976	fi; \
977	dot_seen=no; \
978	target=`echo $@ | sed s/-recursive//`; \
979	case "$@" in \
980	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
981	  *) list='$(SUBDIRS)' ;; \
982	esac; \
983	for subdir in $$list; do \
984	  echo "Making $$target in $$subdir"; \
985	  if test "$$subdir" = "."; then \
986	    dot_seen=yes; \
987	    local_target="$$target-am"; \
988	  else \
989	    local_target="$$target"; \
990	  fi; \
991	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
992	  || eval $$failcom; \
993	done; \
994	if test "$$dot_seen" = "no"; then \
995	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
996	fi; test -z "$$fail"
997
998ID: $(am__tagged_files)
999	$(am__define_uniq_tagged_files); mkid -fID $$unique
1000tags: tags-recursive
1001TAGS: tags
1002
1003tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1004	set x; \
1005	here=`pwd`; \
1006	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1007	  include_option=--etags-include; \
1008	  empty_fix=.; \
1009	else \
1010	  include_option=--include; \
1011	  empty_fix=; \
1012	fi; \
1013	list='$(SUBDIRS)'; for subdir in $$list; do \
1014	  if test "$$subdir" = .; then :; else \
1015	    test ! -f $$subdir/TAGS || \
1016	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1017	  fi; \
1018	done; \
1019	$(am__define_uniq_tagged_files); \
1020	shift; \
1021	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1022	  test -n "$$unique" || unique=$$empty_fix; \
1023	  if test $$# -gt 0; then \
1024	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1025	      "$$@" $$unique; \
1026	  else \
1027	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1028	      $$unique; \
1029	  fi; \
1030	fi
1031ctags: ctags-recursive
1032
1033CTAGS: ctags
1034ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1035	$(am__define_uniq_tagged_files); \
1036	test -z "$(CTAGS_ARGS)$$unique" \
1037	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1038	     $$unique
1039
1040GTAGS:
1041	here=`$(am__cd) $(top_builddir) && pwd` \
1042	  && $(am__cd) $(top_srcdir) \
1043	  && gtags -i $(GTAGS_ARGS) "$$here"
1044cscopelist: cscopelist-recursive
1045
1046cscopelist-am: $(am__tagged_files)
1047	list='$(am__tagged_files)'; \
1048	case "$(srcdir)" in \
1049	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1050	  *) sdir=$(subdir)/$(srcdir) ;; \
1051	esac; \
1052	for i in $$list; do \
1053	  if test -f "$$i"; then \
1054	    echo "$(subdir)/$$i"; \
1055	  else \
1056	    echo "$$sdir/$$i"; \
1057	  fi; \
1058	done >> $(top_builddir)/cscope.files
1059
1060distclean-tags:
1061	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1062
1063distdir: $(BUILT_SOURCES)
1064	$(MAKE) $(AM_MAKEFLAGS) distdir-am
1065
1066distdir-am: $(DISTFILES)
1067	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1068	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1069	list='$(DISTFILES)'; \
1070	  dist_files=`for file in $$list; do echo $$file; done | \
1071	  sed -e "s|^$$srcdirstrip/||;t" \
1072	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1073	case $$dist_files in \
1074	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1075			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1076			   sort -u` ;; \
1077	esac; \
1078	for file in $$dist_files; do \
1079	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1080	  if test -d $$d/$$file; then \
1081	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1082	    if test -d "$(distdir)/$$file"; then \
1083	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1084	    fi; \
1085	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1086	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1087	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1088	    fi; \
1089	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1090	  else \
1091	    test -f "$(distdir)/$$file" \
1092	    || cp -p $$d/$$file "$(distdir)/$$file" \
1093	    || exit 1; \
1094	  fi; \
1095	done
1096	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1097	  if test "$$subdir" = .; then :; else \
1098	    $(am__make_dryrun) \
1099	      || test -d "$(distdir)/$$subdir" \
1100	      || $(MKDIR_P) "$(distdir)/$$subdir" \
1101	      || exit 1; \
1102	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1103	    $(am__relativize); \
1104	    new_distdir=$$reldir; \
1105	    dir1=$$subdir; dir2="$(top_distdir)"; \
1106	    $(am__relativize); \
1107	    new_top_distdir=$$reldir; \
1108	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1109	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1110	    ($(am__cd) $$subdir && \
1111	      $(MAKE) $(AM_MAKEFLAGS) \
1112	        top_distdir="$$new_top_distdir" \
1113	        distdir="$$new_distdir" \
1114		am__remove_distdir=: \
1115		am__skip_length_check=: \
1116		am__skip_mode_fix=: \
1117	        distdir) \
1118	      || exit 1; \
1119	  fi; \
1120	done
1121check-am: all-am
1122check: $(BUILT_SOURCES)
1123	$(MAKE) $(AM_MAKEFLAGS) check-recursive
1124all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(HEADERS)
1125installdirs: installdirs-recursive
1126installdirs-am:
1127install: $(BUILT_SOURCES)
1128	$(MAKE) $(AM_MAKEFLAGS) install-recursive
1129install-exec: install-exec-recursive
1130install-data: install-data-recursive
1131uninstall: uninstall-recursive
1132
1133install-am: all-am
1134	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1135
1136installcheck: installcheck-recursive
1137install-strip:
1138	if test -z '$(STRIP)'; then \
1139	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1140	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1141	      install; \
1142	else \
1143	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1144	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1145	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1146	fi
1147mostlyclean-generic:
1148	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1149
1150clean-generic:
1151	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1152
1153distclean-generic:
1154	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1155	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1156	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1157
1158maintainer-clean-generic:
1159	@echo "This command is intended for maintainers to use"
1160	@echo "it deletes files that may require special tools to rebuild."
1161	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1162	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1163clean: clean-recursive
1164
1165clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
1166	clean-noinstLTLIBRARIES mostlyclean-am
1167
1168distclean: distclean-recursive
1169		-rm -f ./$(DEPDIR)/check-version.Plo
1170	-rm -f ./$(DEPDIR)/des.Plo
1171	-rm -f ./$(DEPDIR)/md4.Plo
1172	-rm -f ./$(DEPDIR)/strverscmp.Plo
1173	-rm -f ./$(DEPDIR)/unistd.Plo
1174	-rm -f Makefile
1175distclean-am: clean-am distclean-compile distclean-generic \
1176	distclean-local distclean-tags
1177
1178dvi: dvi-recursive
1179
1180dvi-am:
1181
1182html: html-recursive
1183
1184html-am:
1185
1186info: info-recursive
1187
1188info-am:
1189
1190install-data-am:
1191
1192install-dvi: install-dvi-recursive
1193
1194install-dvi-am:
1195
1196install-exec-am:
1197
1198install-html: install-html-recursive
1199
1200install-html-am:
1201
1202install-info: install-info-recursive
1203
1204install-info-am:
1205
1206install-man:
1207
1208install-pdf: install-pdf-recursive
1209
1210install-pdf-am:
1211
1212install-ps: install-ps-recursive
1213
1214install-ps-am:
1215
1216installcheck-am:
1217
1218maintainer-clean: maintainer-clean-recursive
1219		-rm -f ./$(DEPDIR)/check-version.Plo
1220	-rm -f ./$(DEPDIR)/des.Plo
1221	-rm -f ./$(DEPDIR)/md4.Plo
1222	-rm -f ./$(DEPDIR)/strverscmp.Plo
1223	-rm -f ./$(DEPDIR)/unistd.Plo
1224	-rm -f Makefile
1225maintainer-clean-am: distclean-am maintainer-clean-generic
1226
1227mostlyclean: mostlyclean-recursive
1228
1229mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1230	mostlyclean-libtool mostlyclean-local
1231
1232pdf: pdf-recursive
1233
1234pdf-am:
1235
1236ps: ps-recursive
1237
1238ps-am:
1239
1240uninstall-am:
1241
1242.MAKE: $(am__recursive_targets) all check install install-am \
1243	install-strip
1244
1245.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1246	am--depfiles check check-am clean clean-generic clean-libtool \
1247	clean-noinstLIBRARIES clean-noinstLTLIBRARIES cscopelist-am \
1248	ctags ctags-am distclean distclean-compile distclean-generic \
1249	distclean-libtool distclean-local distclean-tags distdir dvi \
1250	dvi-am html html-am info info-am install install-am \
1251	install-data install-data-am install-dvi install-dvi-am \
1252	install-exec install-exec-am install-html install-html-am \
1253	install-info install-info-am install-man install-pdf \
1254	install-pdf-am install-ps install-ps-am install-strip \
1255	installcheck installcheck-am installdirs installdirs-am \
1256	maintainer-clean maintainer-clean-generic mostlyclean \
1257	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1258	mostlyclean-local pdf pdf-am ps ps-am tags tags-am uninstall \
1259	uninstall-am
1260
1261.PRECIOUS: Makefile
1262
1263
1264# We need the following in order to create <byteswap.h> when the system
1265# doesn't have one.
1266@GL_GENERATE_BYTESWAP_H_TRUE@byteswap.h: byteswap.in.h $(top_builddir)/config.status
1267@GL_GENERATE_BYTESWAP_H_TRUE@	$(AM_V_GEN)rm -f $@-t $@ && \
1268@GL_GENERATE_BYTESWAP_H_TRUE@	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1269@GL_GENERATE_BYTESWAP_H_TRUE@	  cat $(srcdir)/byteswap.in.h; \
1270@GL_GENERATE_BYTESWAP_H_TRUE@	} > $@-t && \
1271@GL_GENERATE_BYTESWAP_H_TRUE@	mv -f $@-t $@
1272@GL_GENERATE_BYTESWAP_H_FALSE@byteswap.h: $(top_builddir)/config.status
1273@GL_GENERATE_BYTESWAP_H_FALSE@	rm -f $@
1274distclean-local: clean-GNUmakefile
1275clean-GNUmakefile:
1276	test '$(srcdir)' = . || rm -f $(top_builddir)/GNUmakefile
1277
1278# We need the following in order to create <limits.h> when the system
1279# doesn't have one that is compatible with GNU.
1280@GL_GENERATE_LIMITS_H_TRUE@limits.h: limits.in.h $(top_builddir)/config.status
1281@GL_GENERATE_LIMITS_H_TRUE@	$(AM_V_GEN)rm -f $@-t $@ && \
1282@GL_GENERATE_LIMITS_H_TRUE@	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1283@GL_GENERATE_LIMITS_H_TRUE@	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1284@GL_GENERATE_LIMITS_H_TRUE@	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1285@GL_GENERATE_LIMITS_H_TRUE@	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1286@GL_GENERATE_LIMITS_H_TRUE@	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1287@GL_GENERATE_LIMITS_H_TRUE@	      -e 's|@''NEXT_LIMITS_H''@|$(NEXT_LIMITS_H)|g' \
1288@GL_GENERATE_LIMITS_H_TRUE@	      < $(srcdir)/limits.in.h; \
1289@GL_GENERATE_LIMITS_H_TRUE@	} > $@-t && \
1290@GL_GENERATE_LIMITS_H_TRUE@	mv $@-t $@
1291@GL_GENERATE_LIMITS_H_FALSE@limits.h: $(top_builddir)/config.status
1292@GL_GENERATE_LIMITS_H_FALSE@	rm -f $@
1293
1294# We need the following in order to create <stdalign.h> when the system
1295# doesn't have one that works.
1296@GL_GENERATE_STDALIGN_H_TRUE@stdalign.h: stdalign.in.h $(top_builddir)/config.status
1297@GL_GENERATE_STDALIGN_H_TRUE@	$(AM_V_GEN)rm -f $@-t $@ && \
1298@GL_GENERATE_STDALIGN_H_TRUE@	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1299@GL_GENERATE_STDALIGN_H_TRUE@	  cat $(srcdir)/stdalign.in.h; \
1300@GL_GENERATE_STDALIGN_H_TRUE@	} > $@-t && \
1301@GL_GENERATE_STDALIGN_H_TRUE@	mv $@-t $@
1302@GL_GENERATE_STDALIGN_H_FALSE@stdalign.h: $(top_builddir)/config.status
1303@GL_GENERATE_STDALIGN_H_FALSE@	rm -f $@
1304
1305# We need the following in order to create <stdbool.h> when the system
1306# doesn't have one that works.
1307@GL_GENERATE_STDBOOL_H_TRUE@stdbool.h: stdbool.in.h $(top_builddir)/config.status
1308@GL_GENERATE_STDBOOL_H_TRUE@	$(AM_V_GEN)rm -f $@-t $@ && \
1309@GL_GENERATE_STDBOOL_H_TRUE@	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1310@GL_GENERATE_STDBOOL_H_TRUE@	  sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
1311@GL_GENERATE_STDBOOL_H_TRUE@	} > $@-t && \
1312@GL_GENERATE_STDBOOL_H_TRUE@	mv $@-t $@
1313@GL_GENERATE_STDBOOL_H_FALSE@stdbool.h: $(top_builddir)/config.status
1314@GL_GENERATE_STDBOOL_H_FALSE@	rm -f $@
1315
1316# We need the following in order to create <stddef.h> when the system
1317# doesn't have one that works with the given compiler.
1318@GL_GENERATE_STDDEF_H_TRUE@stddef.h: stddef.in.h $(top_builddir)/config.status
1319@GL_GENERATE_STDDEF_H_TRUE@	$(AM_V_GEN)rm -f $@-t $@ && \
1320@GL_GENERATE_STDDEF_H_TRUE@	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1321@GL_GENERATE_STDDEF_H_TRUE@	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1322@GL_GENERATE_STDDEF_H_TRUE@	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1323@GL_GENERATE_STDDEF_H_TRUE@	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1324@GL_GENERATE_STDDEF_H_TRUE@	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1325@GL_GENERATE_STDDEF_H_TRUE@	      -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
1326@GL_GENERATE_STDDEF_H_TRUE@	      -e 's|@''HAVE_MAX_ALIGN_T''@|$(HAVE_MAX_ALIGN_T)|g' \
1327@GL_GENERATE_STDDEF_H_TRUE@	      -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
1328@GL_GENERATE_STDDEF_H_TRUE@	      -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
1329@GL_GENERATE_STDDEF_H_TRUE@	      < $(srcdir)/stddef.in.h; \
1330@GL_GENERATE_STDDEF_H_TRUE@	} > $@-t && \
1331@GL_GENERATE_STDDEF_H_TRUE@	mv $@-t $@
1332@GL_GENERATE_STDDEF_H_FALSE@stddef.h: $(top_builddir)/config.status
1333@GL_GENERATE_STDDEF_H_FALSE@	rm -f $@
1334
1335# We need the following in order to create <stdint.h> when the system
1336# doesn't have one that works with the given compiler.
1337@GL_GENERATE_STDINT_H_TRUE@stdint.h: stdint.in.h $(top_builddir)/config.status
1338@GL_GENERATE_STDINT_H_TRUE@	$(AM_V_GEN)rm -f $@-t $@ && \
1339@GL_GENERATE_STDINT_H_TRUE@	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1340@GL_GENERATE_STDINT_H_TRUE@	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1341@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
1342@GL_GENERATE_STDINT_H_TRUE@	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1343@GL_GENERATE_STDINT_H_TRUE@	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1344@GL_GENERATE_STDINT_H_TRUE@	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1345@GL_GENERATE_STDINT_H_TRUE@	      -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
1346@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''HAVE_C99_STDINT_H''@/$(HAVE_C99_STDINT_H)/g' \
1347@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
1348@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
1349@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
1350@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
1351@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
1352@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
1353@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
1354@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
1355@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
1356@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
1357@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
1358@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
1359@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
1360@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
1361@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
1362@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
1363@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
1364@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
1365@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
1366@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \
1367@GL_GENERATE_STDINT_H_TRUE@	      < $(srcdir)/stdint.in.h; \
1368@GL_GENERATE_STDINT_H_TRUE@	} > $@-t && \
1369@GL_GENERATE_STDINT_H_TRUE@	mv $@-t $@
1370@GL_GENERATE_STDINT_H_FALSE@stdint.h: $(top_builddir)/config.status
1371@GL_GENERATE_STDINT_H_FALSE@	rm -f $@
1372
1373# We need the following in order to create <string.h> when the system
1374# doesn't have one that works with the given compiler.
1375string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1376	$(AM_V_GEN)rm -f $@-t $@ && \
1377	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1378	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1379	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1380	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1381	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1382	      -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
1383	      -e 's/@''GNULIB_EXPLICIT_BZERO''@/$(GNULIB_EXPLICIT_BZERO)/g' \
1384	      -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \
1385	      -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \
1386	      -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \
1387	      -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \
1388	      -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \
1389	      -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \
1390	      -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \
1391	      -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \
1392	      -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \
1393	      -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \
1394	      -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \
1395	      -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \
1396	      -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \
1397	      -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \
1398	      -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \
1399	      -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \
1400	      -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \
1401	      -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \
1402	      -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \
1403	      -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \
1404	      -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \
1405	      -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \
1406	      -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \
1407	      -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \
1408	      -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \
1409	      -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \
1410	      -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \
1411	      -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \
1412	      -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \
1413	      -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \
1414	      -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \
1415	      -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \
1416	      -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \
1417	      -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \
1418	      -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \
1419	      -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \
1420	      -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \
1421	      < $(srcdir)/string.in.h | \
1422	  sed -e 's|@''HAVE_EXPLICIT_BZERO''@|$(HAVE_EXPLICIT_BZERO)|g' \
1423	      -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
1424	      -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
1425	      -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
1426	      -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
1427	      -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
1428	      -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
1429	      -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
1430	      -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
1431	      -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
1432	      -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
1433	      -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
1434	      -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
1435	      -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
1436	      -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
1437	      -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
1438	      -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
1439	      -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
1440	      -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
1441	      -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
1442	      -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
1443	      -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
1444	      -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
1445	      -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
1446	      -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
1447	      -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
1448	      -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
1449	      -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
1450	      -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
1451	      -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
1452	      -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
1453	      -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
1454	      -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
1455	      -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
1456	      -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
1457	      -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
1458	      -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
1459	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1460	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1461	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1462	      < $(srcdir)/string.in.h; \
1463	} > $@-t && \
1464	mv $@-t $@
1465
1466# We need the following in order to create <sys/types.h> when the system
1467# doesn't have one that works with the given compiler.
1468sys/types.h: sys_types.in.h $(top_builddir)/config.status
1469	$(AM_V_at)$(MKDIR_P) sys
1470	$(AM_V_GEN)rm -f $@-t $@ && \
1471	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1472	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1473	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1474	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1475	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1476	      -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \
1477	      -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
1478	      -e 's|@''WINDOWS_STAT_INODES''@|$(WINDOWS_STAT_INODES)|g' \
1479	      < $(srcdir)/sys_types.in.h; \
1480	} > $@-t && \
1481	mv $@-t $@
1482
1483# We need the following in order to create an empty placeholder for
1484# <unistd.h> when the system doesn't have one.
1485unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1486	$(AM_V_GEN)rm -f $@-t $@ && \
1487	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1488	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1489	      -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
1490	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1491	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1492	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1493	      -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
1494	      -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
1495	      -e 's/@''GNULIB_ACCESS''@/$(GNULIB_ACCESS)/g' \
1496	      -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \
1497	      -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \
1498	      -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
1499	      -e 's/@''GNULIB_COPY_FILE_RANGE''@/$(GNULIB_COPY_FILE_RANGE)/g' \
1500	      -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \
1501	      -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \
1502	      -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \
1503	      -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \
1504	      -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \
1505	      -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \
1506	      -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \
1507	      -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \
1508	      -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \
1509	      -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \
1510	      -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \
1511	      -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \
1512	      -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \
1513	      -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \
1514	      -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \
1515	      -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \
1516	      -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \
1517	      -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \
1518	      -e 's/@''GNULIB_GETOPT_POSIX''@/$(GNULIB_GETOPT_POSIX)/g' \
1519	      -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \
1520	      -e 's/@''GNULIB_GETPASS''@/$(GNULIB_GETPASS)/g' \
1521	      -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \
1522	      -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \
1523	      -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \
1524	      -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \
1525	      -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \
1526	      -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \
1527	      -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \
1528	      -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \
1529	      -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \
1530	      -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \
1531	      -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \
1532	      -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \
1533	      -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \
1534	      -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \
1535	      -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \
1536	      -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \
1537	      -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \
1538	      -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \
1539	      -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \
1540	      -e 's/@''GNULIB_TRUNCATE''@/$(GNULIB_TRUNCATE)/g' \
1541	      -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \
1542	      -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \
1543	      -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \
1544	      -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \
1545	      -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \
1546	      -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \
1547	      -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \
1548	      -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \
1549	      < $(srcdir)/unistd.in.h | \
1550	  sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
1551	      -e 's|@''HAVE_COPY_FILE_RANGE''@|$(HAVE_COPY_FILE_RANGE)|g' \
1552	      -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
1553	      -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
1554	      -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
1555	      -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
1556	      -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
1557	      -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
1558	      -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \
1559	      -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
1560	      -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
1561	      -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
1562	      -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
1563	      -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
1564	      -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
1565	      -e 's|@''HAVE_GETPASS''@|$(HAVE_GETPASS)|g' \
1566	      -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \
1567	      -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
1568	      -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
1569	      -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
1570	      -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \
1571	      -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
1572	      -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
1573	      -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
1574	      -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
1575	      -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
1576	      -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \
1577	      -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
1578	      -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
1579	      -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
1580	      -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
1581	      -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
1582	      -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
1583	      -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
1584	      -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \
1585	      -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
1586	      -e 's|@''HAVE_DECL_GETLOGIN''@|$(HAVE_DECL_GETLOGIN)|g' \
1587	      -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
1588	      -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
1589	      -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
1590	      -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \
1591	      -e 's|@''HAVE_DECL_TRUNCATE''@|$(HAVE_DECL_TRUNCATE)|g' \
1592	      -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
1593	      -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
1594	      -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
1595	  | \
1596	  sed -e 's|@''REPLACE_ACCESS''@|$(REPLACE_ACCESS)|g' \
1597	      -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
1598	      -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
1599	      -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
1600	      -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
1601	      -e 's|@''REPLACE_FACCESSAT''@|$(REPLACE_FACCESSAT)|g' \
1602	      -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
1603	      -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \
1604	      -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
1605	      -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
1606	      -e 's|@''REPLACE_GETDTABLESIZE''@|$(REPLACE_GETDTABLESIZE)|g' \
1607	      -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
1608	      -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
1609	      -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
1610	      -e 's|@''REPLACE_GETPASS''@|$(REPLACE_GETPASS)|g' \
1611	      -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \
1612	      -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
1613	      -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
1614	      -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
1615	      -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
1616	      -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
1617	      -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
1618	      -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \
1619	      -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
1620	      -e 's|@''REPLACE_READLINKAT''@|$(REPLACE_READLINKAT)|g' \
1621	      -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
1622	      -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
1623	      -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
1624	      -e 's|@''REPLACE_SYMLINKAT''@|$(REPLACE_SYMLINKAT)|g' \
1625	      -e 's|@''REPLACE_TRUNCATE''@|$(REPLACE_TRUNCATE)|g' \
1626	      -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
1627	      -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
1628	      -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
1629	      -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
1630	      -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
1631	      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
1632	      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
1633	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1634	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1635	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1636	} > $@-t && \
1637	mv $@-t $@
1638
1639mostlyclean-local: mostlyclean-generic
1640	@for dir in '' $(MOSTLYCLEANDIRS); do \
1641	  if test -n "$$dir" && test -d $$dir; then \
1642	    echo "rmdir $$dir"; rmdir $$dir; \
1643	  fi; \
1644	done; \
1645	:
1646
1647# Tell versions [3.59,3.63) of GNU make to not export all variables.
1648# Otherwise a system limit (for SysV at least) may be exceeded.
1649.NOEXPORT:
1650