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-2019 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=gnulib/lib \
42#  --m4-base=gnulib/m4 \
43#  --doc-base=doc \
44#  --tests-base=gnulib/tests \
45#  --aux-dir=build/ac-aux \
46#  --with-tests \
47#  --lgpl=2 \
48#  --no-conditional-dependencies \
49#  --libtool \
50#  --macro-prefix=gl \
51#  argz \
52#  canonicalize-lgpl \
53#  fnmatch \
54#  getline \
55#  getopt-gnu \
56#  gitlog-to-changelog \
57#  isblank \
58#  locale \
59#  mkstemp \
60#  regex \
61#  safe-alloc \
62#  selinux-h \
63#  stpcpy \
64#  stpncpy \
65#  strchrnul \
66#  strndup \
67#  sys_wait \
68#  vasprintf
69
70
71
72VPATH = @srcdir@
73am__is_gnu_make = { \
74  if test -z '$(MAKELEVEL)'; then \
75    false; \
76  elif test -n '$(MAKE_HOST)'; then \
77    true; \
78  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
79    true; \
80  else \
81    false; \
82  fi; \
83}
84am__make_running_with_option = \
85  case $${target_option-} in \
86      ?) ;; \
87      *) echo "am__make_running_with_option: internal error: invalid" \
88              "target option '$${target_option-}' specified" >&2; \
89         exit 1;; \
90  esac; \
91  has_opt=no; \
92  sane_makeflags=$$MAKEFLAGS; \
93  if $(am__is_gnu_make); then \
94    sane_makeflags=$$MFLAGS; \
95  else \
96    case $$MAKEFLAGS in \
97      *\\[\ \	]*) \
98        bs=\\; \
99        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
100          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
101    esac; \
102  fi; \
103  skip_next=no; \
104  strip_trailopt () \
105  { \
106    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
107  }; \
108  for flg in $$sane_makeflags; do \
109    test $$skip_next = yes && { skip_next=no; continue; }; \
110    case $$flg in \
111      *=*|--*) continue;; \
112        -*I) strip_trailopt 'I'; skip_next=yes;; \
113      -*I?*) strip_trailopt 'I';; \
114        -*O) strip_trailopt 'O'; skip_next=yes;; \
115      -*O?*) strip_trailopt 'O';; \
116        -*l) strip_trailopt 'l'; skip_next=yes;; \
117      -*l?*) strip_trailopt 'l';; \
118      -[dEDm]) skip_next=yes;; \
119      -[JT]) skip_next=yes;; \
120    esac; \
121    case $$flg in \
122      *$$target_option*) has_opt=yes; break;; \
123    esac; \
124  done; \
125  test $$has_opt = yes
126am__make_dryrun = (target_option=n; $(am__make_running_with_option))
127am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
128pkgdatadir = $(datadir)/@PACKAGE@
129pkgincludedir = $(includedir)/@PACKAGE@
130pkglibdir = $(libdir)/@PACKAGE@
131pkglibexecdir = $(libexecdir)/@PACKAGE@
132am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
133install_sh_DATA = $(install_sh) -c -m 644
134install_sh_PROGRAM = $(install_sh) -c
135install_sh_SCRIPT = $(install_sh) -c
136INSTALL_HEADER = $(INSTALL_DATA)
137transform = $(program_transform_name)
138NORMAL_INSTALL = :
139PRE_INSTALL = :
140POST_INSTALL = :
141NORMAL_UNINSTALL = :
142PRE_UNINSTALL = :
143POST_UNINSTALL = :
144build_triplet = @build@
145host_triplet = @host@
146subdir = gnulib/lib
147ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
148am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \
149	$(top_srcdir)/gnulib/m4/__inline.m4 \
150	$(top_srcdir)/gnulib/m4/absolute-header.m4 \
151	$(top_srcdir)/gnulib/m4/alloca.m4 \
152	$(top_srcdir)/gnulib/m4/argz.m4 \
153	$(top_srcdir)/gnulib/m4/arpa_inet_h.m4 \
154	$(top_srcdir)/gnulib/m4/btowc.m4 \
155	$(top_srcdir)/gnulib/m4/builtin-expect.m4 \
156	$(top_srcdir)/gnulib/m4/canonicalize.m4 \
157	$(top_srcdir)/gnulib/m4/close.m4 \
158	$(top_srcdir)/gnulib/m4/codeset.m4 \
159	$(top_srcdir)/gnulib/m4/ctype.m4 \
160	$(top_srcdir)/gnulib/m4/dirname.m4 \
161	$(top_srcdir)/gnulib/m4/double-slash-root.m4 \
162	$(top_srcdir)/gnulib/m4/dup2.m4 \
163	$(top_srcdir)/gnulib/m4/eealloc.m4 \
164	$(top_srcdir)/gnulib/m4/environ.m4 \
165	$(top_srcdir)/gnulib/m4/errno_h.m4 \
166	$(top_srcdir)/gnulib/m4/exponentd.m4 \
167	$(top_srcdir)/gnulib/m4/extensions.m4 \
168	$(top_srcdir)/gnulib/m4/extern-inline.m4 \
169	$(top_srcdir)/gnulib/m4/fcntl-o.m4 \
170	$(top_srcdir)/gnulib/m4/fcntl.m4 \
171	$(top_srcdir)/gnulib/m4/fcntl_h.m4 \
172	$(top_srcdir)/gnulib/m4/fdopen.m4 \
173	$(top_srcdir)/gnulib/m4/flexmember.m4 \
174	$(top_srcdir)/gnulib/m4/float_h.m4 \
175	$(top_srcdir)/gnulib/m4/fnmatch.m4 \
176	$(top_srcdir)/gnulib/m4/fnmatch_h.m4 \
177	$(top_srcdir)/gnulib/m4/fpieee.m4 \
178	$(top_srcdir)/gnulib/m4/fstat.m4 \
179	$(top_srcdir)/gnulib/m4/ftruncate.m4 \
180	$(top_srcdir)/gnulib/m4/getcwd.m4 \
181	$(top_srcdir)/gnulib/m4/getdelim.m4 \
182	$(top_srcdir)/gnulib/m4/getdtablesize.m4 \
183	$(top_srcdir)/gnulib/m4/getline.m4 \
184	$(top_srcdir)/gnulib/m4/getopt.m4 \
185	$(top_srcdir)/gnulib/m4/getpagesize.m4 \
186	$(top_srcdir)/gnulib/m4/gettimeofday.m4 \
187	$(top_srcdir)/gnulib/m4/glibc21.m4 \
188	$(top_srcdir)/gnulib/m4/gnulib-common.m4 \
189	$(top_srcdir)/gnulib/m4/gnulib-comp.m4 \
190	$(top_srcdir)/gnulib/m4/host-cpu-c-abi.m4 \
191	$(top_srcdir)/gnulib/m4/include_next.m4 \
192	$(top_srcdir)/gnulib/m4/inet_pton.m4 \
193	$(top_srcdir)/gnulib/m4/intl-thread-locale.m4 \
194	$(top_srcdir)/gnulib/m4/intlmacosx.m4 \
195	$(top_srcdir)/gnulib/m4/intmax_t.m4 \
196	$(top_srcdir)/gnulib/m4/inttypes-pri.m4 \
197	$(top_srcdir)/gnulib/m4/inttypes.m4 \
198	$(top_srcdir)/gnulib/m4/inttypes_h.m4 \
199	$(top_srcdir)/gnulib/m4/ioctl.m4 \
200	$(top_srcdir)/gnulib/m4/isblank.m4 \
201	$(top_srcdir)/gnulib/m4/langinfo_h.m4 \
202	$(top_srcdir)/gnulib/m4/largefile.m4 \
203	$(top_srcdir)/gnulib/m4/lcmessage.m4 \
204	$(top_srcdir)/gnulib/m4/lib-ld.m4 \
205	$(top_srcdir)/gnulib/m4/lib-link.m4 \
206	$(top_srcdir)/gnulib/m4/lib-prefix.m4 \
207	$(top_srcdir)/gnulib/m4/libtool.m4 \
208	$(top_srcdir)/gnulib/m4/limits-h.m4 \
209	$(top_srcdir)/gnulib/m4/localcharset.m4 \
210	$(top_srcdir)/gnulib/m4/locale-fr.m4 \
211	$(top_srcdir)/gnulib/m4/locale-ja.m4 \
212	$(top_srcdir)/gnulib/m4/locale-tr.m4 \
213	$(top_srcdir)/gnulib/m4/locale-zh.m4 \
214	$(top_srcdir)/gnulib/m4/locale_h.m4 \
215	$(top_srcdir)/gnulib/m4/localeconv.m4 \
216	$(top_srcdir)/gnulib/m4/localename.m4 \
217	$(top_srcdir)/gnulib/m4/localtime-buffer.m4 \
218	$(top_srcdir)/gnulib/m4/lock.m4 \
219	$(top_srcdir)/gnulib/m4/longlong.m4 \
220	$(top_srcdir)/gnulib/m4/lstat.m4 \
221	$(top_srcdir)/gnulib/m4/ltoptions.m4 \
222	$(top_srcdir)/gnulib/m4/ltsugar.m4 \
223	$(top_srcdir)/gnulib/m4/ltversion.m4 \
224	$(top_srcdir)/gnulib/m4/lt~obsolete.m4 \
225	$(top_srcdir)/gnulib/m4/malloc.m4 \
226	$(top_srcdir)/gnulib/m4/malloca.m4 \
227	$(top_srcdir)/gnulib/m4/mbrtowc.m4 \
228	$(top_srcdir)/gnulib/m4/mbsinit.m4 \
229	$(top_srcdir)/gnulib/m4/mbsrtowcs.m4 \
230	$(top_srcdir)/gnulib/m4/mbstate_t.m4 \
231	$(top_srcdir)/gnulib/m4/mbtowc.m4 \
232	$(top_srcdir)/gnulib/m4/memchr.m4 \
233	$(top_srcdir)/gnulib/m4/mempcpy.m4 \
234	$(top_srcdir)/gnulib/m4/mkdir.m4 \
235	$(top_srcdir)/gnulib/m4/mkstemp.m4 \
236	$(top_srcdir)/gnulib/m4/mmap-anon.m4 \
237	$(top_srcdir)/gnulib/m4/mode_t.m4 \
238	$(top_srcdir)/gnulib/m4/msvc-inval.m4 \
239	$(top_srcdir)/gnulib/m4/msvc-nothrow.m4 \
240	$(top_srcdir)/gnulib/m4/multiarch.m4 \
241	$(top_srcdir)/gnulib/m4/nanosleep.m4 \
242	$(top_srcdir)/gnulib/m4/netinet_in_h.m4 \
243	$(top_srcdir)/gnulib/m4/nl_langinfo.m4 \
244	$(top_srcdir)/gnulib/m4/nocrash.m4 \
245	$(top_srcdir)/gnulib/m4/off_t.m4 \
246	$(top_srcdir)/gnulib/m4/open-cloexec.m4 \
247	$(top_srcdir)/gnulib/m4/open.m4 \
248	$(top_srcdir)/gnulib/m4/pathmax.m4 \
249	$(top_srcdir)/gnulib/m4/perror.m4 \
250	$(top_srcdir)/gnulib/m4/pipe.m4 \
251	$(top_srcdir)/gnulib/m4/printf.m4 \
252	$(top_srcdir)/gnulib/m4/pthread_rwlock_rdlock.m4 \
253	$(top_srcdir)/gnulib/m4/pthread_sigmask.m4 \
254	$(top_srcdir)/gnulib/m4/putenv.m4 \
255	$(top_srcdir)/gnulib/m4/raise.m4 \
256	$(top_srcdir)/gnulib/m4/rawmemchr.m4 \
257	$(top_srcdir)/gnulib/m4/readlink.m4 \
258	$(top_srcdir)/gnulib/m4/regex.m4 \
259	$(top_srcdir)/gnulib/m4/safe-alloc.m4 \
260	$(top_srcdir)/gnulib/m4/select.m4 \
261	$(top_srcdir)/gnulib/m4/selinux-context-h.m4 \
262	$(top_srcdir)/gnulib/m4/selinux-selinux-h.m4 \
263	$(top_srcdir)/gnulib/m4/setenv.m4 \
264	$(top_srcdir)/gnulib/m4/setlocale.m4 \
265	$(top_srcdir)/gnulib/m4/sigaction.m4 \
266	$(top_srcdir)/gnulib/m4/signal_h.m4 \
267	$(top_srcdir)/gnulib/m4/signalblocking.m4 \
268	$(top_srcdir)/gnulib/m4/size_max.m4 \
269	$(top_srcdir)/gnulib/m4/sleep.m4 \
270	$(top_srcdir)/gnulib/m4/socketlib.m4 \
271	$(top_srcdir)/gnulib/m4/sockets.m4 \
272	$(top_srcdir)/gnulib/m4/socklen.m4 \
273	$(top_srcdir)/gnulib/m4/sockpfaf.m4 \
274	$(top_srcdir)/gnulib/m4/ssize_t.m4 \
275	$(top_srcdir)/gnulib/m4/stat-time.m4 \
276	$(top_srcdir)/gnulib/m4/stat.m4 \
277	$(top_srcdir)/gnulib/m4/stdalign.m4 \
278	$(top_srcdir)/gnulib/m4/stdbool.m4 \
279	$(top_srcdir)/gnulib/m4/stddef_h.m4 \
280	$(top_srcdir)/gnulib/m4/stdint.m4 \
281	$(top_srcdir)/gnulib/m4/stdint_h.m4 \
282	$(top_srcdir)/gnulib/m4/stdio_h.m4 \
283	$(top_srcdir)/gnulib/m4/stdlib_h.m4 \
284	$(top_srcdir)/gnulib/m4/stpcpy.m4 \
285	$(top_srcdir)/gnulib/m4/stpncpy.m4 \
286	$(top_srcdir)/gnulib/m4/strchrnul.m4 \
287	$(top_srcdir)/gnulib/m4/strerror.m4 \
288	$(top_srcdir)/gnulib/m4/strerror_r.m4 \
289	$(top_srcdir)/gnulib/m4/string_h.m4 \
290	$(top_srcdir)/gnulib/m4/strndup.m4 \
291	$(top_srcdir)/gnulib/m4/strnlen.m4 \
292	$(top_srcdir)/gnulib/m4/strstr.m4 \
293	$(top_srcdir)/gnulib/m4/symlink.m4 \
294	$(top_srcdir)/gnulib/m4/sys_ioctl_h.m4 \
295	$(top_srcdir)/gnulib/m4/sys_select_h.m4 \
296	$(top_srcdir)/gnulib/m4/sys_socket_h.m4 \
297	$(top_srcdir)/gnulib/m4/sys_stat_h.m4 \
298	$(top_srcdir)/gnulib/m4/sys_time_h.m4 \
299	$(top_srcdir)/gnulib/m4/sys_types_h.m4 \
300	$(top_srcdir)/gnulib/m4/sys_uio_h.m4 \
301	$(top_srcdir)/gnulib/m4/sys_wait_h.m4 \
302	$(top_srcdir)/gnulib/m4/tempname.m4 \
303	$(top_srcdir)/gnulib/m4/thread.m4 \
304	$(top_srcdir)/gnulib/m4/threadlib.m4 \
305	$(top_srcdir)/gnulib/m4/time_h.m4 \
306	$(top_srcdir)/gnulib/m4/unistd_h.m4 \
307	$(top_srcdir)/gnulib/m4/usleep.m4 \
308	$(top_srcdir)/gnulib/m4/vasnprintf.m4 \
309	$(top_srcdir)/gnulib/m4/vasprintf.m4 \
310	$(top_srcdir)/gnulib/m4/warn-on-use.m4 \
311	$(top_srcdir)/gnulib/m4/wchar_h.m4 \
312	$(top_srcdir)/gnulib/m4/wchar_t.m4 \
313	$(top_srcdir)/gnulib/m4/wcrtomb.m4 \
314	$(top_srcdir)/gnulib/m4/wctob.m4 \
315	$(top_srcdir)/gnulib/m4/wctomb.m4 \
316	$(top_srcdir)/gnulib/m4/wctype_h.m4 \
317	$(top_srcdir)/gnulib/m4/wint_t.m4 \
318	$(top_srcdir)/gnulib/m4/xsize.m4 \
319	$(top_srcdir)/gnulib/m4/yield.m4 $(top_srcdir)/acinclude.m4 \
320	$(top_srcdir)/configure.ac
321am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
322	$(ACLOCAL_M4)
323DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
324	$(am__DIST_COMMON)
325mkinstalldirs = $(install_sh) -d
326CONFIG_HEADER = $(top_builddir)/config.h
327CONFIG_CLEAN_FILES =
328CONFIG_CLEAN_VPATH_FILES =
329LIBRARIES = $(noinst_LIBRARIES)
330LTLIBRARIES = $(noinst_LTLIBRARIES)
331am__DEPENDENCIES_1 =
332am__dirstamp = $(am__leading_dot)dirstamp
333am_libgnu_la_OBJECTS = dirname-lgpl.lo basename-lgpl.lo stripslash.lo \
334	hard-locale.lo localcharset.lo glthread/lock.lo malloca.lo \
335	safe-alloc.lo se-context.lo se-selinux.lo stat-time.lo \
336	strnlen1.lo tempname.lo glthread/threadlib.lo unistd.lo \
337	wctype-h.lo xsize.lo
338libgnu_la_OBJECTS = $(am_libgnu_la_OBJECTS)
339AM_V_lt = $(am__v_lt_@AM_V@)
340am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
341am__v_lt_0 = --silent
342am__v_lt_1 =
343libgnu_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
344	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
345	$(libgnu_la_LDFLAGS) $(LDFLAGS) -o $@
346AM_V_P = $(am__v_P_@AM_V@)
347am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
348am__v_P_0 = false
349am__v_P_1 = :
350AM_V_GEN = $(am__v_GEN_@AM_V@)
351am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
352am__v_GEN_0 = @echo "  GEN     " $@;
353am__v_GEN_1 =
354AM_V_at = $(am__v_at_@AM_V@)
355am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
356am__v_at_0 = @
357am__v_at_1 =
358DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
359depcomp = $(SHELL) $(top_srcdir)/build/ac-aux/depcomp
360am__maybe_remake_depfiles = depfiles
361am__depfiles_remade = ./$(DEPDIR)/alloca.Plo ./$(DEPDIR)/argz.Plo \
362	./$(DEPDIR)/asnprintf.Plo ./$(DEPDIR)/asprintf.Plo \
363	./$(DEPDIR)/basename-lgpl.Plo ./$(DEPDIR)/btowc.Plo \
364	./$(DEPDIR)/canonicalize-lgpl.Plo ./$(DEPDIR)/dirname-lgpl.Plo \
365	./$(DEPDIR)/float.Plo ./$(DEPDIR)/fnmatch.Plo \
366	./$(DEPDIR)/fnmatch_loop.Plo ./$(DEPDIR)/getdelim.Plo \
367	./$(DEPDIR)/getfilecon.Plo ./$(DEPDIR)/getline.Plo \
368	./$(DEPDIR)/getopt.Plo ./$(DEPDIR)/getopt1.Plo \
369	./$(DEPDIR)/gettimeofday.Plo ./$(DEPDIR)/hard-locale.Plo \
370	./$(DEPDIR)/isblank.Plo ./$(DEPDIR)/itold.Plo \
371	./$(DEPDIR)/localcharset.Plo ./$(DEPDIR)/localeconv.Plo \
372	./$(DEPDIR)/localtime-buffer.Plo ./$(DEPDIR)/lstat.Plo \
373	./$(DEPDIR)/malloc.Plo ./$(DEPDIR)/malloca.Plo \
374	./$(DEPDIR)/mbrtowc.Plo ./$(DEPDIR)/mbsinit.Plo \
375	./$(DEPDIR)/mbsrtowcs-state.Plo ./$(DEPDIR)/mbsrtowcs.Plo \
376	./$(DEPDIR)/mbtowc.Plo ./$(DEPDIR)/memchr.Plo \
377	./$(DEPDIR)/mempcpy.Plo ./$(DEPDIR)/mkdir.Plo \
378	./$(DEPDIR)/mkstemp.Plo ./$(DEPDIR)/nl_langinfo.Plo \
379	./$(DEPDIR)/printf-args.Plo ./$(DEPDIR)/printf-parse.Plo \
380	./$(DEPDIR)/rawmemchr.Plo ./$(DEPDIR)/readlink.Plo \
381	./$(DEPDIR)/regcomp.Plo ./$(DEPDIR)/regex.Plo \
382	./$(DEPDIR)/regex_internal.Plo ./$(DEPDIR)/regexec.Plo \
383	./$(DEPDIR)/safe-alloc.Plo ./$(DEPDIR)/se-context.Plo \
384	./$(DEPDIR)/se-selinux.Plo ./$(DEPDIR)/stat-time.Plo \
385	./$(DEPDIR)/stat-w32.Plo ./$(DEPDIR)/stat.Plo \
386	./$(DEPDIR)/stpcpy.Plo ./$(DEPDIR)/stpncpy.Plo \
387	./$(DEPDIR)/strchrnul.Plo ./$(DEPDIR)/stripslash.Plo \
388	./$(DEPDIR)/strndup.Plo ./$(DEPDIR)/strnlen.Plo \
389	./$(DEPDIR)/strnlen1.Plo ./$(DEPDIR)/strstr.Plo \
390	./$(DEPDIR)/tempname.Plo ./$(DEPDIR)/unistd.Plo \
391	./$(DEPDIR)/vasnprintf.Plo ./$(DEPDIR)/vasprintf.Plo \
392	./$(DEPDIR)/wcrtomb.Plo ./$(DEPDIR)/wctype-h.Plo \
393	./$(DEPDIR)/xsize.Plo glthread/$(DEPDIR)/lock.Plo \
394	glthread/$(DEPDIR)/threadlib.Plo
395am__mv = mv -f
396COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
397	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
398LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
399	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
400	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
401	$(AM_CFLAGS) $(CFLAGS)
402AM_V_CC = $(am__v_CC_@AM_V@)
403am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
404am__v_CC_0 = @echo "  CC      " $@;
405am__v_CC_1 =
406CCLD = $(CC)
407LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
408	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
409	$(AM_LDFLAGS) $(LDFLAGS) -o $@
410AM_V_CCLD = $(am__v_CCLD_@AM_V@)
411am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
412am__v_CCLD_0 = @echo "  CCLD    " $@;
413am__v_CCLD_1 =
414SOURCES = $(libgnu_la_SOURCES) $(EXTRA_libgnu_la_SOURCES)
415DIST_SOURCES = $(libgnu_la_SOURCES) $(EXTRA_libgnu_la_SOURCES)
416RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
417	ctags-recursive dvi-recursive html-recursive info-recursive \
418	install-data-recursive install-dvi-recursive \
419	install-exec-recursive install-html-recursive \
420	install-info-recursive install-pdf-recursive \
421	install-ps-recursive install-recursive installcheck-recursive \
422	installdirs-recursive pdf-recursive ps-recursive \
423	tags-recursive uninstall-recursive
424am__can_run_installinfo = \
425  case $$AM_UPDATE_INFO_DIR in \
426    n|no|NO) false;; \
427    *) (install-info --version) >/dev/null 2>&1;; \
428  esac
429HEADERS = $(noinst_HEADERS)
430RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
431  distclean-recursive maintainer-clean-recursive
432am__recursive_targets = \
433  $(RECURSIVE_TARGETS) \
434  $(RECURSIVE_CLEAN_TARGETS) \
435  $(am__extra_recursive_targets)
436AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
437	distdir distdir-am
438am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
439# Read a list of newline-separated strings from the standard input,
440# and print each of them once, without duplicates.  Input order is
441# *not* preserved.
442am__uniquify_input = $(AWK) '\
443  BEGIN { nonempty = 0; } \
444  { items[$$0] = 1; nonempty = 1; } \
445  END { if (nonempty) { for (i in items) print i; }; } \
446'
447# Make sure the list of sources is unique.  This is necessary because,
448# e.g., the same source file might be shared among _SOURCES variables
449# for different programs/libraries.
450am__define_uniq_tagged_files = \
451  list='$(am__tagged_files)'; \
452  unique=`for i in $$list; do \
453    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
454  done | $(am__uniquify_input)`
455ETAGS = etags
456CTAGS = ctags
457DIST_SUBDIRS = $(SUBDIRS)
458am__DIST_COMMON = $(srcdir)/Makefile.in \
459	$(top_srcdir)/build/ac-aux/depcomp alloca.c
460DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
461am__relativize = \
462  dir0=`pwd`; \
463  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
464  sed_rest='s,^[^/]*/*,,'; \
465  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
466  sed_butlast='s,/*[^/]*$$,,'; \
467  while test -n "$$dir1"; do \
468    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
469    if test "$$first" != "."; then \
470      if test "$$first" = ".."; then \
471        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
472        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
473      else \
474        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
475        if test "$$first2" = "$$first"; then \
476          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
477        else \
478          dir2="../$$dir2"; \
479        fi; \
480        dir0="$$dir0"/"$$first"; \
481      fi; \
482    fi; \
483    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
484  done; \
485  reldir="$$dir2"
486ACLOCAL = @ACLOCAL@
487ALLOCA = @ALLOCA@
488ALLOCA_H = @ALLOCA_H@
489AMTAR = @AMTAR@
490AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
491APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
492AR = @AR@
493ARFLAGS = @ARFLAGS@
494ARGZ_H = @ARGZ_H@
495AUGEAS_CFLAGS = @AUGEAS_CFLAGS@
496AUTOCONF = @AUTOCONF@
497AUTOHEADER = @AUTOHEADER@
498AUTOMAKE = @AUTOMAKE@
499AWK = @AWK@
500BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
501BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
502BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
503BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
504BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
505CC = @CC@
506CCDEPMODE = @CCDEPMODE@
507CFLAGS = @CFLAGS@
508CPP = @CPP@
509CPPFLAGS = @CPPFLAGS@
510CYGPATH_W = @CYGPATH_W@
511DEFS = @DEFS@
512DEPDIR = @DEPDIR@
513DLLTOOL = @DLLTOOL@
514DSYMUTIL = @DSYMUTIL@
515DUMPBIN = @DUMPBIN@
516ECHO_C = @ECHO_C@
517ECHO_N = @ECHO_N@
518ECHO_T = @ECHO_T@
519EGREP = @EGREP@
520EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@
521EMULTIHOP_VALUE = @EMULTIHOP_VALUE@
522ENOLINK_HIDDEN = @ENOLINK_HIDDEN@
523ENOLINK_VALUE = @ENOLINK_VALUE@
524EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@
525EOVERFLOW_VALUE = @EOVERFLOW_VALUE@
526ERRNO_H = @ERRNO_H@
527EXEEXT = @EXEEXT@
528FGREP = @FGREP@
529FLOAT_H = @FLOAT_H@
530FNMATCH_H = @FNMATCH_H@
531GETOPT_CDEFS_H = @GETOPT_CDEFS_H@
532GETOPT_H = @GETOPT_H@
533GLIBC21 = @GLIBC21@
534GNULIB_ACCEPT = @GNULIB_ACCEPT@
535GNULIB_ACCEPT4 = @GNULIB_ACCEPT4@
536GNULIB_ATOLL = @GNULIB_ATOLL@
537GNULIB_BIND = @GNULIB_BIND@
538GNULIB_BTOWC = @GNULIB_BTOWC@
539GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@
540GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@
541GNULIB_CHDIR = @GNULIB_CHDIR@
542GNULIB_CHOWN = @GNULIB_CHOWN@
543GNULIB_CLOSE = @GNULIB_CLOSE@
544GNULIB_CONNECT = @GNULIB_CONNECT@
545GNULIB_CTIME = @GNULIB_CTIME@
546GNULIB_DPRINTF = @GNULIB_DPRINTF@
547GNULIB_DUP = @GNULIB_DUP@
548GNULIB_DUP2 = @GNULIB_DUP2@
549GNULIB_DUP3 = @GNULIB_DUP3@
550GNULIB_DUPLOCALE = @GNULIB_DUPLOCALE@
551GNULIB_ENVIRON = @GNULIB_ENVIRON@
552GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@
553GNULIB_EXPLICIT_BZERO = @GNULIB_EXPLICIT_BZERO@
554GNULIB_FACCESSAT = @GNULIB_FACCESSAT@
555GNULIB_FCHDIR = @GNULIB_FCHDIR@
556GNULIB_FCHMODAT = @GNULIB_FCHMODAT@
557GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@
558GNULIB_FCLOSE = @GNULIB_FCLOSE@
559GNULIB_FCNTL = @GNULIB_FCNTL@
560GNULIB_FDATASYNC = @GNULIB_FDATASYNC@
561GNULIB_FDOPEN = @GNULIB_FDOPEN@
562GNULIB_FFLUSH = @GNULIB_FFLUSH@
563GNULIB_FFSL = @GNULIB_FFSL@
564GNULIB_FFSLL = @GNULIB_FFSLL@
565GNULIB_FGETC = @GNULIB_FGETC@
566GNULIB_FGETS = @GNULIB_FGETS@
567GNULIB_FNMATCH = @GNULIB_FNMATCH@
568GNULIB_FOPEN = @GNULIB_FOPEN@
569GNULIB_FPRINTF = @GNULIB_FPRINTF@
570GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@
571GNULIB_FPURGE = @GNULIB_FPURGE@
572GNULIB_FPUTC = @GNULIB_FPUTC@
573GNULIB_FPUTS = @GNULIB_FPUTS@
574GNULIB_FREAD = @GNULIB_FREAD@
575GNULIB_FREOPEN = @GNULIB_FREOPEN@
576GNULIB_FSCANF = @GNULIB_FSCANF@
577GNULIB_FSEEK = @GNULIB_FSEEK@
578GNULIB_FSEEKO = @GNULIB_FSEEKO@
579GNULIB_FSTAT = @GNULIB_FSTAT@
580GNULIB_FSTATAT = @GNULIB_FSTATAT@
581GNULIB_FSYNC = @GNULIB_FSYNC@
582GNULIB_FTELL = @GNULIB_FTELL@
583GNULIB_FTELLO = @GNULIB_FTELLO@
584GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@
585GNULIB_FUTIMENS = @GNULIB_FUTIMENS@
586GNULIB_FWRITE = @GNULIB_FWRITE@
587GNULIB_GETC = @GNULIB_GETC@
588GNULIB_GETCHAR = @GNULIB_GETCHAR@
589GNULIB_GETCWD = @GNULIB_GETCWD@
590GNULIB_GETDELIM = @GNULIB_GETDELIM@
591GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@
592GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@
593GNULIB_GETGROUPS = @GNULIB_GETGROUPS@
594GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@
595GNULIB_GETLINE = @GNULIB_GETLINE@
596GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@
597GNULIB_GETLOGIN = @GNULIB_GETLOGIN@
598GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
599GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@
600GNULIB_GETPASS = @GNULIB_GETPASS@
601GNULIB_GETPEERNAME = @GNULIB_GETPEERNAME@
602GNULIB_GETSOCKNAME = @GNULIB_GETSOCKNAME@
603GNULIB_GETSOCKOPT = @GNULIB_GETSOCKOPT@
604GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@
605GNULIB_GETTIMEOFDAY = @GNULIB_GETTIMEOFDAY@
606GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@
607GNULIB_GL_UNISTD_H_GETOPT = @GNULIB_GL_UNISTD_H_GETOPT@
608GNULIB_GRANTPT = @GNULIB_GRANTPT@
609GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@
610GNULIB_IMAXABS = @GNULIB_IMAXABS@
611GNULIB_IMAXDIV = @GNULIB_IMAXDIV@
612GNULIB_INET_NTOP = @GNULIB_INET_NTOP@
613GNULIB_INET_PTON = @GNULIB_INET_PTON@
614GNULIB_IOCTL = @GNULIB_IOCTL@
615GNULIB_ISATTY = @GNULIB_ISATTY@
616GNULIB_ISBLANK = @GNULIB_ISBLANK@
617GNULIB_ISWBLANK = @GNULIB_ISWBLANK@
618GNULIB_ISWCTYPE = @GNULIB_ISWCTYPE@
619GNULIB_LCHMOD = @GNULIB_LCHMOD@
620GNULIB_LCHOWN = @GNULIB_LCHOWN@
621GNULIB_LINK = @GNULIB_LINK@
622GNULIB_LINKAT = @GNULIB_LINKAT@
623GNULIB_LISTEN = @GNULIB_LISTEN@
624GNULIB_LOCALECONV = @GNULIB_LOCALECONV@
625GNULIB_LOCALENAME = @GNULIB_LOCALENAME@
626GNULIB_LOCALTIME = @GNULIB_LOCALTIME@
627GNULIB_LSEEK = @GNULIB_LSEEK@
628GNULIB_LSTAT = @GNULIB_LSTAT@
629GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@
630GNULIB_MBRLEN = @GNULIB_MBRLEN@
631GNULIB_MBRTOWC = @GNULIB_MBRTOWC@
632GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@
633GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@
634GNULIB_MBSCHR = @GNULIB_MBSCHR@
635GNULIB_MBSCSPN = @GNULIB_MBSCSPN@
636GNULIB_MBSINIT = @GNULIB_MBSINIT@
637GNULIB_MBSLEN = @GNULIB_MBSLEN@
638GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@
639GNULIB_MBSNLEN = @GNULIB_MBSNLEN@
640GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@
641GNULIB_MBSPBRK = @GNULIB_MBSPBRK@
642GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@
643GNULIB_MBSRCHR = @GNULIB_MBSRCHR@
644GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@
645GNULIB_MBSSEP = @GNULIB_MBSSEP@
646GNULIB_MBSSPN = @GNULIB_MBSSPN@
647GNULIB_MBSSTR = @GNULIB_MBSSTR@
648GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@
649GNULIB_MBTOWC = @GNULIB_MBTOWC@
650GNULIB_MEMCHR = @GNULIB_MEMCHR@
651GNULIB_MEMMEM = @GNULIB_MEMMEM@
652GNULIB_MEMPCPY = @GNULIB_MEMPCPY@
653GNULIB_MEMRCHR = @GNULIB_MEMRCHR@
654GNULIB_MKDIRAT = @GNULIB_MKDIRAT@
655GNULIB_MKDTEMP = @GNULIB_MKDTEMP@
656GNULIB_MKFIFO = @GNULIB_MKFIFO@
657GNULIB_MKFIFOAT = @GNULIB_MKFIFOAT@
658GNULIB_MKNOD = @GNULIB_MKNOD@
659GNULIB_MKNODAT = @GNULIB_MKNODAT@
660GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@
661GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@
662GNULIB_MKSTEMP = @GNULIB_MKSTEMP@
663GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@
664GNULIB_MKTIME = @GNULIB_MKTIME@
665GNULIB_NANOSLEEP = @GNULIB_NANOSLEEP@
666GNULIB_NL_LANGINFO = @GNULIB_NL_LANGINFO@
667GNULIB_NONBLOCKING = @GNULIB_NONBLOCKING@
668GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@
669GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@
670GNULIB_OPEN = @GNULIB_OPEN@
671GNULIB_OPENAT = @GNULIB_OPENAT@
672GNULIB_OVERRIDES_STRUCT_STAT = @GNULIB_OVERRIDES_STRUCT_STAT@
673GNULIB_OVERRIDES_WINT_T = @GNULIB_OVERRIDES_WINT_T@
674GNULIB_PCLOSE = @GNULIB_PCLOSE@
675GNULIB_PERROR = @GNULIB_PERROR@
676GNULIB_PIPE = @GNULIB_PIPE@
677GNULIB_PIPE2 = @GNULIB_PIPE2@
678GNULIB_POPEN = @GNULIB_POPEN@
679GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@
680GNULIB_PREAD = @GNULIB_PREAD@
681GNULIB_PRINTF = @GNULIB_PRINTF@
682GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@
683GNULIB_PSELECT = @GNULIB_PSELECT@
684GNULIB_PTHREAD_SIGMASK = @GNULIB_PTHREAD_SIGMASK@
685GNULIB_PTSNAME = @GNULIB_PTSNAME@
686GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@
687GNULIB_PUTC = @GNULIB_PUTC@
688GNULIB_PUTCHAR = @GNULIB_PUTCHAR@
689GNULIB_PUTENV = @GNULIB_PUTENV@
690GNULIB_PUTS = @GNULIB_PUTS@
691GNULIB_PWRITE = @GNULIB_PWRITE@
692GNULIB_QSORT_R = @GNULIB_QSORT_R@
693GNULIB_RAISE = @GNULIB_RAISE@
694GNULIB_RANDOM = @GNULIB_RANDOM@
695GNULIB_RANDOM_R = @GNULIB_RANDOM_R@
696GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@
697GNULIB_READ = @GNULIB_READ@
698GNULIB_READLINK = @GNULIB_READLINK@
699GNULIB_READLINKAT = @GNULIB_READLINKAT@
700GNULIB_REALLOCARRAY = @GNULIB_REALLOCARRAY@
701GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@
702GNULIB_REALPATH = @GNULIB_REALPATH@
703GNULIB_RECV = @GNULIB_RECV@
704GNULIB_RECVFROM = @GNULIB_RECVFROM@
705GNULIB_REMOVE = @GNULIB_REMOVE@
706GNULIB_RENAME = @GNULIB_RENAME@
707GNULIB_RENAMEAT = @GNULIB_RENAMEAT@
708GNULIB_RMDIR = @GNULIB_RMDIR@
709GNULIB_RPMATCH = @GNULIB_RPMATCH@
710GNULIB_SCANF = @GNULIB_SCANF@
711GNULIB_SECURE_GETENV = @GNULIB_SECURE_GETENV@
712GNULIB_SELECT = @GNULIB_SELECT@
713GNULIB_SEND = @GNULIB_SEND@
714GNULIB_SENDTO = @GNULIB_SENDTO@
715GNULIB_SETENV = @GNULIB_SETENV@
716GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@
717GNULIB_SETLOCALE = @GNULIB_SETLOCALE@
718GNULIB_SETSOCKOPT = @GNULIB_SETSOCKOPT@
719GNULIB_SHUTDOWN = @GNULIB_SHUTDOWN@
720GNULIB_SIGACTION = @GNULIB_SIGACTION@
721GNULIB_SIGNAL_H_SIGPIPE = @GNULIB_SIGNAL_H_SIGPIPE@
722GNULIB_SIGPROCMASK = @GNULIB_SIGPROCMASK@
723GNULIB_SLEEP = @GNULIB_SLEEP@
724GNULIB_SNPRINTF = @GNULIB_SNPRINTF@
725GNULIB_SOCKET = @GNULIB_SOCKET@
726GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@
727GNULIB_STAT = @GNULIB_STAT@
728GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@
729GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@
730GNULIB_STPCPY = @GNULIB_STPCPY@
731GNULIB_STPNCPY = @GNULIB_STPNCPY@
732GNULIB_STRCASESTR = @GNULIB_STRCASESTR@
733GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@
734GNULIB_STRDUP = @GNULIB_STRDUP@
735GNULIB_STRERROR = @GNULIB_STRERROR@
736GNULIB_STRERROR_R = @GNULIB_STRERROR_R@
737GNULIB_STRFTIME = @GNULIB_STRFTIME@
738GNULIB_STRNCAT = @GNULIB_STRNCAT@
739GNULIB_STRNDUP = @GNULIB_STRNDUP@
740GNULIB_STRNLEN = @GNULIB_STRNLEN@
741GNULIB_STRPBRK = @GNULIB_STRPBRK@
742GNULIB_STRPTIME = @GNULIB_STRPTIME@
743GNULIB_STRSEP = @GNULIB_STRSEP@
744GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@
745GNULIB_STRSTR = @GNULIB_STRSTR@
746GNULIB_STRTOD = @GNULIB_STRTOD@
747GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@
748GNULIB_STRTOK_R = @GNULIB_STRTOK_R@
749GNULIB_STRTOLD = @GNULIB_STRTOLD@
750GNULIB_STRTOLL = @GNULIB_STRTOLL@
751GNULIB_STRTOULL = @GNULIB_STRTOULL@
752GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@
753GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@
754GNULIB_SYMLINK = @GNULIB_SYMLINK@
755GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@
756GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@
757GNULIB_TIMEGM = @GNULIB_TIMEGM@
758GNULIB_TIME_R = @GNULIB_TIME_R@
759GNULIB_TIME_RZ = @GNULIB_TIME_RZ@
760GNULIB_TMPFILE = @GNULIB_TMPFILE@
761GNULIB_TOWCTRANS = @GNULIB_TOWCTRANS@
762GNULIB_TRUNCATE = @GNULIB_TRUNCATE@
763GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@
764GNULIB_TZSET = @GNULIB_TZSET@
765GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@
766GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@
767GNULIB_UNLINK = @GNULIB_UNLINK@
768GNULIB_UNLINKAT = @GNULIB_UNLINKAT@
769GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@
770GNULIB_UNSETENV = @GNULIB_UNSETENV@
771GNULIB_USLEEP = @GNULIB_USLEEP@
772GNULIB_UTIMENSAT = @GNULIB_UTIMENSAT@
773GNULIB_VASPRINTF = @GNULIB_VASPRINTF@
774GNULIB_VDPRINTF = @GNULIB_VDPRINTF@
775GNULIB_VFPRINTF = @GNULIB_VFPRINTF@
776GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@
777GNULIB_VFSCANF = @GNULIB_VFSCANF@
778GNULIB_VPRINTF = @GNULIB_VPRINTF@
779GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@
780GNULIB_VSCANF = @GNULIB_VSCANF@
781GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@
782GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@
783GNULIB_WAITPID = @GNULIB_WAITPID@
784GNULIB_WCPCPY = @GNULIB_WCPCPY@
785GNULIB_WCPNCPY = @GNULIB_WCPNCPY@
786GNULIB_WCRTOMB = @GNULIB_WCRTOMB@
787GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@
788GNULIB_WCSCAT = @GNULIB_WCSCAT@
789GNULIB_WCSCHR = @GNULIB_WCSCHR@
790GNULIB_WCSCMP = @GNULIB_WCSCMP@
791GNULIB_WCSCOLL = @GNULIB_WCSCOLL@
792GNULIB_WCSCPY = @GNULIB_WCSCPY@
793GNULIB_WCSCSPN = @GNULIB_WCSCSPN@
794GNULIB_WCSDUP = @GNULIB_WCSDUP@
795GNULIB_WCSFTIME = @GNULIB_WCSFTIME@
796GNULIB_WCSLEN = @GNULIB_WCSLEN@
797GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@
798GNULIB_WCSNCAT = @GNULIB_WCSNCAT@
799GNULIB_WCSNCMP = @GNULIB_WCSNCMP@
800GNULIB_WCSNCPY = @GNULIB_WCSNCPY@
801GNULIB_WCSNLEN = @GNULIB_WCSNLEN@
802GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@
803GNULIB_WCSPBRK = @GNULIB_WCSPBRK@
804GNULIB_WCSRCHR = @GNULIB_WCSRCHR@
805GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@
806GNULIB_WCSSPN = @GNULIB_WCSSPN@
807GNULIB_WCSSTR = @GNULIB_WCSSTR@
808GNULIB_WCSTOK = @GNULIB_WCSTOK@
809GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@
810GNULIB_WCSXFRM = @GNULIB_WCSXFRM@
811GNULIB_WCTOB = @GNULIB_WCTOB@
812GNULIB_WCTOMB = @GNULIB_WCTOMB@
813GNULIB_WCTRANS = @GNULIB_WCTRANS@
814GNULIB_WCTYPE = @GNULIB_WCTYPE@
815GNULIB_WCWIDTH = @GNULIB_WCWIDTH@
816GNULIB_WMEMCHR = @GNULIB_WMEMCHR@
817GNULIB_WMEMCMP = @GNULIB_WMEMCMP@
818GNULIB_WMEMCPY = @GNULIB_WMEMCPY@
819GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@
820GNULIB_WMEMSET = @GNULIB_WMEMSET@
821GNULIB_WRITE = @GNULIB_WRITE@
822GNULIB__EXIT = @GNULIB__EXIT@
823GREP = @GREP@
824HAVE_ACCEPT4 = @HAVE_ACCEPT4@
825HAVE_ALLOCA_H = @HAVE_ALLOCA_H@
826HAVE_ARPA_INET_H = @HAVE_ARPA_INET_H@
827HAVE_ATOLL = @HAVE_ATOLL@
828HAVE_BTOWC = @HAVE_BTOWC@
829HAVE_C99_STDINT_H = @HAVE_C99_STDINT_H@
830HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@
831HAVE_CHOWN = @HAVE_CHOWN@
832HAVE_CRTDEFS_H = @HAVE_CRTDEFS_H@
833HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@
834HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@
835HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@
836HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@
837HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@
838HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@
839HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@
840HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@
841HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@
842HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@
843HAVE_DECL_GETLOGIN = @HAVE_DECL_GETLOGIN@
844HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
845HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@
846HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@
847HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@
848HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@
849HAVE_DECL_INET_NTOP = @HAVE_DECL_INET_NTOP@
850HAVE_DECL_INET_PTON = @HAVE_DECL_INET_PTON@
851HAVE_DECL_INITSTATE = @HAVE_DECL_INITSTATE@
852HAVE_DECL_LOCALTIME_R = @HAVE_DECL_LOCALTIME_R@
853HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@
854HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@
855HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@
856HAVE_DECL_SETENV = @HAVE_DECL_SETENV@
857HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@
858HAVE_DECL_SETSTATE = @HAVE_DECL_SETSTATE@
859HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@
860HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@
861HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@
862HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@
863HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@
864HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@
865HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@
866HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@
867HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@
868HAVE_DECL_TRUNCATE = @HAVE_DECL_TRUNCATE@
869HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@
870HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@
871HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@
872HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@
873HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@
874HAVE_DPRINTF = @HAVE_DPRINTF@
875HAVE_DUP2 = @HAVE_DUP2@
876HAVE_DUP3 = @HAVE_DUP3@
877HAVE_DUPLOCALE = @HAVE_DUPLOCALE@
878HAVE_EUIDACCESS = @HAVE_EUIDACCESS@
879HAVE_EXPLICIT_BZERO = @HAVE_EXPLICIT_BZERO@
880HAVE_FACCESSAT = @HAVE_FACCESSAT@
881HAVE_FCHDIR = @HAVE_FCHDIR@
882HAVE_FCHMODAT = @HAVE_FCHMODAT@
883HAVE_FCHOWNAT = @HAVE_FCHOWNAT@
884HAVE_FCNTL = @HAVE_FCNTL@
885HAVE_FDATASYNC = @HAVE_FDATASYNC@
886HAVE_FEATURES_H = @HAVE_FEATURES_H@
887HAVE_FFSL = @HAVE_FFSL@
888HAVE_FFSLL = @HAVE_FFSLL@
889HAVE_FNMATCH = @HAVE_FNMATCH@
890HAVE_FNMATCH_H = @HAVE_FNMATCH_H@
891HAVE_FREELOCALE = @HAVE_FREELOCALE@
892HAVE_FSEEKO = @HAVE_FSEEKO@
893HAVE_FSTATAT = @HAVE_FSTATAT@
894HAVE_FSYNC = @HAVE_FSYNC@
895HAVE_FTELLO = @HAVE_FTELLO@
896HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
897HAVE_FUTIMENS = @HAVE_FUTIMENS@
898HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@
899HAVE_GETGROUPS = @HAVE_GETGROUPS@
900HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@
901HAVE_GETLOGIN = @HAVE_GETLOGIN@
902HAVE_GETOPT_H = @HAVE_GETOPT_H@
903HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@
904HAVE_GETPASS = @HAVE_GETPASS@
905HAVE_GETSUBOPT = @HAVE_GETSUBOPT@
906HAVE_GETTIMEOFDAY = @HAVE_GETTIMEOFDAY@
907HAVE_GRANTPT = @HAVE_GRANTPT@
908HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@
909HAVE_IMAXDIV_T = @HAVE_IMAXDIV_T@
910HAVE_INITSTATE = @HAVE_INITSTATE@
911HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
912HAVE_ISBLANK = @HAVE_ISBLANK@
913HAVE_ISWBLANK = @HAVE_ISWBLANK@
914HAVE_ISWCNTRL = @HAVE_ISWCNTRL@
915HAVE_LANGINFO_ALTMON = @HAVE_LANGINFO_ALTMON@
916HAVE_LANGINFO_CODESET = @HAVE_LANGINFO_CODESET@
917HAVE_LANGINFO_ERA = @HAVE_LANGINFO_ERA@
918HAVE_LANGINFO_H = @HAVE_LANGINFO_H@
919HAVE_LANGINFO_T_FMT_AMPM = @HAVE_LANGINFO_T_FMT_AMPM@
920HAVE_LANGINFO_YESEXPR = @HAVE_LANGINFO_YESEXPR@
921HAVE_LCHMOD = @HAVE_LCHMOD@
922HAVE_LCHOWN = @HAVE_LCHOWN@
923HAVE_LINK = @HAVE_LINK@
924HAVE_LINKAT = @HAVE_LINKAT@
925HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
926HAVE_LSTAT = @HAVE_LSTAT@
927HAVE_MAX_ALIGN_T = @HAVE_MAX_ALIGN_T@
928HAVE_MBRLEN = @HAVE_MBRLEN@
929HAVE_MBRTOWC = @HAVE_MBRTOWC@
930HAVE_MBSINIT = @HAVE_MBSINIT@
931HAVE_MBSLEN = @HAVE_MBSLEN@
932HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@
933HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@
934HAVE_MBTOWC = @HAVE_MBTOWC@
935HAVE_MEMCHR = @HAVE_MEMCHR@
936HAVE_MEMPCPY = @HAVE_MEMPCPY@
937HAVE_MKDIRAT = @HAVE_MKDIRAT@
938HAVE_MKDTEMP = @HAVE_MKDTEMP@
939HAVE_MKFIFO = @HAVE_MKFIFO@
940HAVE_MKFIFOAT = @HAVE_MKFIFOAT@
941HAVE_MKNOD = @HAVE_MKNOD@
942HAVE_MKNODAT = @HAVE_MKNODAT@
943HAVE_MKOSTEMP = @HAVE_MKOSTEMP@
944HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@
945HAVE_MKSTEMP = @HAVE_MKSTEMP@
946HAVE_MKSTEMPS = @HAVE_MKSTEMPS@
947HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@
948HAVE_NANOSLEEP = @HAVE_NANOSLEEP@
949HAVE_NETINET_IN_H = @HAVE_NETINET_IN_H@
950HAVE_NEWLOCALE = @HAVE_NEWLOCALE@
951HAVE_NL_LANGINFO = @HAVE_NL_LANGINFO@
952HAVE_OPENAT = @HAVE_OPENAT@
953HAVE_OS_H = @HAVE_OS_H@
954HAVE_PCLOSE = @HAVE_PCLOSE@
955HAVE_PIPE = @HAVE_PIPE@
956HAVE_PIPE2 = @HAVE_PIPE2@
957HAVE_POPEN = @HAVE_POPEN@
958HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@
959HAVE_POSIX_SIGNALBLOCKING = @HAVE_POSIX_SIGNALBLOCKING@
960HAVE_PREAD = @HAVE_PREAD@
961HAVE_PSELECT = @HAVE_PSELECT@
962HAVE_PTHREAD_SIGMASK = @HAVE_PTHREAD_SIGMASK@
963HAVE_PTSNAME = @HAVE_PTSNAME@
964HAVE_PTSNAME_R = @HAVE_PTSNAME_R@
965HAVE_PWRITE = @HAVE_PWRITE@
966HAVE_QSORT_R = @HAVE_QSORT_R@
967HAVE_RAISE = @HAVE_RAISE@
968HAVE_RANDOM = @HAVE_RANDOM@
969HAVE_RANDOM_H = @HAVE_RANDOM_H@
970HAVE_RANDOM_R = @HAVE_RANDOM_R@
971HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@
972HAVE_READLINK = @HAVE_READLINK@
973HAVE_READLINKAT = @HAVE_READLINKAT@
974HAVE_REALLOCARRAY = @HAVE_REALLOCARRAY@
975HAVE_REALPATH = @HAVE_REALPATH@
976HAVE_RENAMEAT = @HAVE_RENAMEAT@
977HAVE_RPMATCH = @HAVE_RPMATCH@
978HAVE_SA_FAMILY_T = @HAVE_SA_FAMILY_T@
979HAVE_SECURE_GETENV = @HAVE_SECURE_GETENV@
980HAVE_SETENV = @HAVE_SETENV@
981HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@
982HAVE_SETSTATE = @HAVE_SETSTATE@
983HAVE_SIGACTION = @HAVE_SIGACTION@
984HAVE_SIGHANDLER_T = @HAVE_SIGHANDLER_T@
985HAVE_SIGINFO_T = @HAVE_SIGINFO_T@
986HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
987HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
988HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
989HAVE_SIGSET_T = @HAVE_SIGSET_T@
990HAVE_SLEEP = @HAVE_SLEEP@
991HAVE_STDINT_H = @HAVE_STDINT_H@
992HAVE_STPCPY = @HAVE_STPCPY@
993HAVE_STPNCPY = @HAVE_STPNCPY@
994HAVE_STRCASESTR = @HAVE_STRCASESTR@
995HAVE_STRCHRNUL = @HAVE_STRCHRNUL@
996HAVE_STRPBRK = @HAVE_STRPBRK@
997HAVE_STRPTIME = @HAVE_STRPTIME@
998HAVE_STRSEP = @HAVE_STRSEP@
999HAVE_STRTOD = @HAVE_STRTOD@
1000HAVE_STRTOLD = @HAVE_STRTOLD@
1001HAVE_STRTOLL = @HAVE_STRTOLL@
1002HAVE_STRTOULL = @HAVE_STRTOULL@
1003HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@
1004HAVE_STRUCT_SIGACTION_SA_SIGACTION = @HAVE_STRUCT_SIGACTION_SA_SIGACTION@
1005HAVE_STRUCT_SOCKADDR_STORAGE = @HAVE_STRUCT_SOCKADDR_STORAGE@
1006HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY = @HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY@
1007HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@
1008HAVE_STRVERSCMP = @HAVE_STRVERSCMP@
1009HAVE_SYMLINK = @HAVE_SYMLINK@
1010HAVE_SYMLINKAT = @HAVE_SYMLINKAT@
1011HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
1012HAVE_SYS_CDEFS_H = @HAVE_SYS_CDEFS_H@
1013HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
1014HAVE_SYS_IOCTL_H = @HAVE_SYS_IOCTL_H@
1015HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@
1016HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@
1017HAVE_SYS_SELECT_H = @HAVE_SYS_SELECT_H@
1018HAVE_SYS_SOCKET_H = @HAVE_SYS_SOCKET_H@
1019HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@
1020HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
1021HAVE_SYS_UIO_H = @HAVE_SYS_UIO_H@
1022HAVE_TIMEGM = @HAVE_TIMEGM@
1023HAVE_TIMEZONE_T = @HAVE_TIMEZONE_T@
1024HAVE_TYPE_VOLATILE_SIG_ATOMIC_T = @HAVE_TYPE_VOLATILE_SIG_ATOMIC_T@
1025HAVE_TZSET = @HAVE_TZSET@
1026HAVE_UNISTD_H = @HAVE_UNISTD_H@
1027HAVE_UNLINKAT = @HAVE_UNLINKAT@
1028HAVE_UNLOCKPT = @HAVE_UNLOCKPT@
1029HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
1030HAVE_USLEEP = @HAVE_USLEEP@
1031HAVE_UTIMENSAT = @HAVE_UTIMENSAT@
1032HAVE_VASPRINTF = @HAVE_VASPRINTF@
1033HAVE_VDPRINTF = @HAVE_VDPRINTF@
1034HAVE_WCHAR_H = @HAVE_WCHAR_H@
1035HAVE_WCHAR_T = @HAVE_WCHAR_T@
1036HAVE_WCPCPY = @HAVE_WCPCPY@
1037HAVE_WCPNCPY = @HAVE_WCPNCPY@
1038HAVE_WCRTOMB = @HAVE_WCRTOMB@
1039HAVE_WCSCASECMP = @HAVE_WCSCASECMP@
1040HAVE_WCSCAT = @HAVE_WCSCAT@
1041HAVE_WCSCHR = @HAVE_WCSCHR@
1042HAVE_WCSCMP = @HAVE_WCSCMP@
1043HAVE_WCSCOLL = @HAVE_WCSCOLL@
1044HAVE_WCSCPY = @HAVE_WCSCPY@
1045HAVE_WCSCSPN = @HAVE_WCSCSPN@
1046HAVE_WCSDUP = @HAVE_WCSDUP@
1047HAVE_WCSFTIME = @HAVE_WCSFTIME@
1048HAVE_WCSLEN = @HAVE_WCSLEN@
1049HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@
1050HAVE_WCSNCAT = @HAVE_WCSNCAT@
1051HAVE_WCSNCMP = @HAVE_WCSNCMP@
1052HAVE_WCSNCPY = @HAVE_WCSNCPY@
1053HAVE_WCSNLEN = @HAVE_WCSNLEN@
1054HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@
1055HAVE_WCSPBRK = @HAVE_WCSPBRK@
1056HAVE_WCSRCHR = @HAVE_WCSRCHR@
1057HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@
1058HAVE_WCSSPN = @HAVE_WCSSPN@
1059HAVE_WCSSTR = @HAVE_WCSSTR@
1060HAVE_WCSTOK = @HAVE_WCSTOK@
1061HAVE_WCSWIDTH = @HAVE_WCSWIDTH@
1062HAVE_WCSXFRM = @HAVE_WCSXFRM@
1063HAVE_WCTRANS_T = @HAVE_WCTRANS_T@
1064HAVE_WCTYPE_H = @HAVE_WCTYPE_H@
1065HAVE_WCTYPE_T = @HAVE_WCTYPE_T@
1066HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@
1067HAVE_WINT_T = @HAVE_WINT_T@
1068HAVE_WMEMCHR = @HAVE_WMEMCHR@
1069HAVE_WMEMCMP = @HAVE_WMEMCMP@
1070HAVE_WMEMCPY = @HAVE_WMEMCPY@
1071HAVE_WMEMMOVE = @HAVE_WMEMMOVE@
1072HAVE_WMEMSET = @HAVE_WMEMSET@
1073HAVE_WS2TCPIP_H = @HAVE_WS2TCPIP_H@
1074HAVE_XLOCALE_H = @HAVE_XLOCALE_H@
1075HAVE__BOOL = @HAVE__BOOL@
1076HAVE__EXIT = @HAVE__EXIT@
1077INCLUDE_NEXT = @INCLUDE_NEXT@
1078INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
1079INET_PTON_LIB = @INET_PTON_LIB@
1080INSTALL = @INSTALL@
1081INSTALL_DATA = @INSTALL_DATA@
1082INSTALL_PROGRAM = @INSTALL_PROGRAM@
1083INSTALL_SCRIPT = @INSTALL_SCRIPT@
1084INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1085INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@
1086INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@
1087INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
1088LD = @LD@
1089LDFLAGS = @LDFLAGS@
1090LEX = @LEX@
1091LEXLIB = @LEXLIB@
1092LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
1093LIBAUGEAS_VERSION_INFO = @LIBAUGEAS_VERSION_INFO@
1094LIBFAILMALLOC = @LIBFAILMALLOC@
1095LIBFA_VERSION_INFO = @LIBFA_VERSION_INFO@
1096LIBINTL = @LIBINTL@
1097LIBMULTITHREAD = @LIBMULTITHREAD@
1098LIBOBJS = @LIBOBJS@
1099LIBPTH = @LIBPTH@
1100LIBPTH_PREFIX = @LIBPTH_PREFIX@
1101LIBS = @LIBS@
1102LIBSOCKET = @LIBSOCKET@
1103LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@
1104LIBTHREAD = @LIBTHREAD@
1105LIBTOOL = @LIBTOOL@
1106LIBXML_CFLAGS = @LIBXML_CFLAGS@
1107LIBXML_LIBS = @LIBXML_LIBS@
1108LIB_NANOSLEEP = @LIB_NANOSLEEP@
1109LIB_PTHREAD_SIGMASK = @LIB_PTHREAD_SIGMASK@
1110LIB_SELECT = @LIB_SELECT@
1111LIB_SELINUX = @LIB_SELINUX@
1112LIMITS_H = @LIMITS_H@
1113LIPO = @LIPO@
1114LN_S = @LN_S@
1115LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@
1116LOCALE_FR = @LOCALE_FR@
1117LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@
1118LOCALE_JA = @LOCALE_JA@
1119LOCALE_TR_UTF8 = @LOCALE_TR_UTF8@
1120LOCALE_ZH_CN = @LOCALE_ZH_CN@
1121LTALLOCA = @LTALLOCA@
1122LTLIBINTL = @LTLIBINTL@
1123LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
1124LTLIBOBJS = @LTLIBOBJS@
1125LTLIBPTH = @LTLIBPTH@
1126LTLIBTHREAD = @LTLIBTHREAD@
1127LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
1128MAKEINFO = @MAKEINFO@
1129MANIFEST_TOOL = @MANIFEST_TOOL@
1130MKDIR_P = @MKDIR_P@
1131ND_FORMAT = @ND_FORMAT@
1132ND_PROG = @ND_PROG@
1133NETINET_IN_H = @NETINET_IN_H@
1134NEXT_ARPA_INET_H = @NEXT_ARPA_INET_H@
1135NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H = @NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H@
1136NEXT_AS_FIRST_DIRECTIVE_CTYPE_H = @NEXT_AS_FIRST_DIRECTIVE_CTYPE_H@
1137NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@
1138NEXT_AS_FIRST_DIRECTIVE_FCNTL_H = @NEXT_AS_FIRST_DIRECTIVE_FCNTL_H@
1139NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@
1140NEXT_AS_FIRST_DIRECTIVE_FNMATCH_H = @NEXT_AS_FIRST_DIRECTIVE_FNMATCH_H@
1141NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = @NEXT_AS_FIRST_DIRECTIVE_GETOPT_H@
1142NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@
1143NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H = @NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H@
1144NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = @NEXT_AS_FIRST_DIRECTIVE_LIMITS_H@
1145NEXT_AS_FIRST_DIRECTIVE_LOCALE_H = @NEXT_AS_FIRST_DIRECTIVE_LOCALE_H@
1146NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H = @NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H@
1147NEXT_AS_FIRST_DIRECTIVE_SELINUX_SELINUX_H = @NEXT_AS_FIRST_DIRECTIVE_SELINUX_SELINUX_H@
1148NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H = @NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H@
1149NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@
1150NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@
1151NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@
1152NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@
1153NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@
1154NEXT_AS_FIRST_DIRECTIVE_SYS_IOCTL_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_IOCTL_H@
1155NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H@
1156NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H@
1157NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H@
1158NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H@
1159NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@
1160NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H@
1161NEXT_AS_FIRST_DIRECTIVE_SYS_WAIT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_WAIT_H@
1162NEXT_AS_FIRST_DIRECTIVE_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_TIME_H@
1163NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@
1164NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@
1165NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = @NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H@
1166NEXT_CTYPE_H = @NEXT_CTYPE_H@
1167NEXT_ERRNO_H = @NEXT_ERRNO_H@
1168NEXT_FCNTL_H = @NEXT_FCNTL_H@
1169NEXT_FLOAT_H = @NEXT_FLOAT_H@
1170NEXT_FNMATCH_H = @NEXT_FNMATCH_H@
1171NEXT_GETOPT_H = @NEXT_GETOPT_H@
1172NEXT_INTTYPES_H = @NEXT_INTTYPES_H@
1173NEXT_LANGINFO_H = @NEXT_LANGINFO_H@
1174NEXT_LIMITS_H = @NEXT_LIMITS_H@
1175NEXT_LOCALE_H = @NEXT_LOCALE_H@
1176NEXT_NETINET_IN_H = @NEXT_NETINET_IN_H@
1177NEXT_SELINUX_SELINUX_H = @NEXT_SELINUX_SELINUX_H@
1178NEXT_SIGNAL_H = @NEXT_SIGNAL_H@
1179NEXT_STDDEF_H = @NEXT_STDDEF_H@
1180NEXT_STDINT_H = @NEXT_STDINT_H@
1181NEXT_STDIO_H = @NEXT_STDIO_H@
1182NEXT_STDLIB_H = @NEXT_STDLIB_H@
1183NEXT_STRING_H = @NEXT_STRING_H@
1184NEXT_SYS_IOCTL_H = @NEXT_SYS_IOCTL_H@
1185NEXT_SYS_SELECT_H = @NEXT_SYS_SELECT_H@
1186NEXT_SYS_SOCKET_H = @NEXT_SYS_SOCKET_H@
1187NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@
1188NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@
1189NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@
1190NEXT_SYS_UIO_H = @NEXT_SYS_UIO_H@
1191NEXT_SYS_WAIT_H = @NEXT_SYS_WAIT_H@
1192NEXT_TIME_H = @NEXT_TIME_H@
1193NEXT_UNISTD_H = @NEXT_UNISTD_H@
1194NEXT_WCHAR_H = @NEXT_WCHAR_H@
1195NEXT_WCTYPE_H = @NEXT_WCTYPE_H@
1196NM = @NM@
1197NMEDIT = @NMEDIT@
1198OBJDUMP = @OBJDUMP@
1199OBJEXT = @OBJEXT@
1200OTOOL = @OTOOL@
1201OTOOL64 = @OTOOL64@
1202PACKAGE = @PACKAGE@
1203PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
1204PACKAGE_NAME = @PACKAGE_NAME@
1205PACKAGE_STRING = @PACKAGE_STRING@
1206PACKAGE_TARNAME = @PACKAGE_TARNAME@
1207PACKAGE_URL = @PACKAGE_URL@
1208PACKAGE_VERSION = @PACKAGE_VERSION@
1209PATH_SEPARATOR = @PATH_SEPARATOR@
1210PC_SELINUX = @PC_SELINUX@
1211PDFDOCS = @PDFDOCS@
1212PDFLATEX = @PDFLATEX@
1213PKG_CONFIG = @PKG_CONFIG@
1214PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
1215PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
1216PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
1217PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
1218PRIPTR_PREFIX = @PRIPTR_PREFIX@
1219PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
1220PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
1221PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
1222RANLIB = @RANLIB@
1223READLINE_LIBS = @READLINE_LIBS@
1224REPLACE_BTOWC = @REPLACE_BTOWC@
1225REPLACE_CALLOC = @REPLACE_CALLOC@
1226REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@
1227REPLACE_CHOWN = @REPLACE_CHOWN@
1228REPLACE_CLOSE = @REPLACE_CLOSE@
1229REPLACE_CTIME = @REPLACE_CTIME@
1230REPLACE_DPRINTF = @REPLACE_DPRINTF@
1231REPLACE_DUP = @REPLACE_DUP@
1232REPLACE_DUP2 = @REPLACE_DUP2@
1233REPLACE_DUPLOCALE = @REPLACE_DUPLOCALE@
1234REPLACE_FACCESSAT = @REPLACE_FACCESSAT@
1235REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@
1236REPLACE_FCLOSE = @REPLACE_FCLOSE@
1237REPLACE_FCNTL = @REPLACE_FCNTL@
1238REPLACE_FDOPEN = @REPLACE_FDOPEN@
1239REPLACE_FFLUSH = @REPLACE_FFLUSH@
1240REPLACE_FNMATCH = @REPLACE_FNMATCH@
1241REPLACE_FOPEN = @REPLACE_FOPEN@
1242REPLACE_FPRINTF = @REPLACE_FPRINTF@
1243REPLACE_FPURGE = @REPLACE_FPURGE@
1244REPLACE_FREELOCALE = @REPLACE_FREELOCALE@
1245REPLACE_FREOPEN = @REPLACE_FREOPEN@
1246REPLACE_FSEEK = @REPLACE_FSEEK@
1247REPLACE_FSEEKO = @REPLACE_FSEEKO@
1248REPLACE_FSTAT = @REPLACE_FSTAT@
1249REPLACE_FSTATAT = @REPLACE_FSTATAT@
1250REPLACE_FTELL = @REPLACE_FTELL@
1251REPLACE_FTELLO = @REPLACE_FTELLO@
1252REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@
1253REPLACE_FUTIMENS = @REPLACE_FUTIMENS@
1254REPLACE_GETCWD = @REPLACE_GETCWD@
1255REPLACE_GETDELIM = @REPLACE_GETDELIM@
1256REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@
1257REPLACE_GETDTABLESIZE = @REPLACE_GETDTABLESIZE@
1258REPLACE_GETGROUPS = @REPLACE_GETGROUPS@
1259REPLACE_GETLINE = @REPLACE_GETLINE@
1260REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@
1261REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@
1262REPLACE_GETPASS = @REPLACE_GETPASS@
1263REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@
1264REPLACE_GMTIME = @REPLACE_GMTIME@
1265REPLACE_INET_NTOP = @REPLACE_INET_NTOP@
1266REPLACE_INET_PTON = @REPLACE_INET_PTON@
1267REPLACE_INITSTATE = @REPLACE_INITSTATE@
1268REPLACE_IOCTL = @REPLACE_IOCTL@
1269REPLACE_ISATTY = @REPLACE_ISATTY@
1270REPLACE_ISWBLANK = @REPLACE_ISWBLANK@
1271REPLACE_ISWCNTRL = @REPLACE_ISWCNTRL@
1272REPLACE_ITOLD = @REPLACE_ITOLD@
1273REPLACE_LCHOWN = @REPLACE_LCHOWN@
1274REPLACE_LINK = @REPLACE_LINK@
1275REPLACE_LINKAT = @REPLACE_LINKAT@
1276REPLACE_LOCALECONV = @REPLACE_LOCALECONV@
1277REPLACE_LOCALTIME = @REPLACE_LOCALTIME@
1278REPLACE_LOCALTIME_R = @REPLACE_LOCALTIME_R@
1279REPLACE_LSEEK = @REPLACE_LSEEK@
1280REPLACE_LSTAT = @REPLACE_LSTAT@
1281REPLACE_MALLOC = @REPLACE_MALLOC@
1282REPLACE_MBRLEN = @REPLACE_MBRLEN@
1283REPLACE_MBRTOWC = @REPLACE_MBRTOWC@
1284REPLACE_MBSINIT = @REPLACE_MBSINIT@
1285REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@
1286REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@
1287REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@
1288REPLACE_MBTOWC = @REPLACE_MBTOWC@
1289REPLACE_MEMCHR = @REPLACE_MEMCHR@
1290REPLACE_MEMMEM = @REPLACE_MEMMEM@
1291REPLACE_MKDIR = @REPLACE_MKDIR@
1292REPLACE_MKFIFO = @REPLACE_MKFIFO@
1293REPLACE_MKNOD = @REPLACE_MKNOD@
1294REPLACE_MKSTEMP = @REPLACE_MKSTEMP@
1295REPLACE_MKTIME = @REPLACE_MKTIME@
1296REPLACE_NANOSLEEP = @REPLACE_NANOSLEEP@
1297REPLACE_NEWLOCALE = @REPLACE_NEWLOCALE@
1298REPLACE_NL_LANGINFO = @REPLACE_NL_LANGINFO@
1299REPLACE_NULL = @REPLACE_NULL@
1300REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@
1301REPLACE_OPEN = @REPLACE_OPEN@
1302REPLACE_OPENAT = @REPLACE_OPENAT@
1303REPLACE_PERROR = @REPLACE_PERROR@
1304REPLACE_POPEN = @REPLACE_POPEN@
1305REPLACE_PREAD = @REPLACE_PREAD@
1306REPLACE_PRINTF = @REPLACE_PRINTF@
1307REPLACE_PSELECT = @REPLACE_PSELECT@
1308REPLACE_PTHREAD_SIGMASK = @REPLACE_PTHREAD_SIGMASK@
1309REPLACE_PTSNAME = @REPLACE_PTSNAME@
1310REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@
1311REPLACE_PUTENV = @REPLACE_PUTENV@
1312REPLACE_PWRITE = @REPLACE_PWRITE@
1313REPLACE_QSORT_R = @REPLACE_QSORT_R@
1314REPLACE_RAISE = @REPLACE_RAISE@
1315REPLACE_RANDOM = @REPLACE_RANDOM@
1316REPLACE_RANDOM_R = @REPLACE_RANDOM_R@
1317REPLACE_READ = @REPLACE_READ@
1318REPLACE_READLINK = @REPLACE_READLINK@
1319REPLACE_READLINKAT = @REPLACE_READLINKAT@
1320REPLACE_REALLOC = @REPLACE_REALLOC@
1321REPLACE_REALPATH = @REPLACE_REALPATH@
1322REPLACE_REMOVE = @REPLACE_REMOVE@
1323REPLACE_RENAME = @REPLACE_RENAME@
1324REPLACE_RENAMEAT = @REPLACE_RENAMEAT@
1325REPLACE_RMDIR = @REPLACE_RMDIR@
1326REPLACE_SELECT = @REPLACE_SELECT@
1327REPLACE_SETENV = @REPLACE_SETENV@
1328REPLACE_SETLOCALE = @REPLACE_SETLOCALE@
1329REPLACE_SETSTATE = @REPLACE_SETSTATE@
1330REPLACE_SLEEP = @REPLACE_SLEEP@
1331REPLACE_SNPRINTF = @REPLACE_SNPRINTF@
1332REPLACE_SPRINTF = @REPLACE_SPRINTF@
1333REPLACE_STAT = @REPLACE_STAT@
1334REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@
1335REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@
1336REPLACE_STPNCPY = @REPLACE_STPNCPY@
1337REPLACE_STRCASESTR = @REPLACE_STRCASESTR@
1338REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@
1339REPLACE_STRDUP = @REPLACE_STRDUP@
1340REPLACE_STRERROR = @REPLACE_STRERROR@
1341REPLACE_STRERROR_R = @REPLACE_STRERROR_R@
1342REPLACE_STRFTIME = @REPLACE_STRFTIME@
1343REPLACE_STRNCAT = @REPLACE_STRNCAT@
1344REPLACE_STRNDUP = @REPLACE_STRNDUP@
1345REPLACE_STRNLEN = @REPLACE_STRNLEN@
1346REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@
1347REPLACE_STRSTR = @REPLACE_STRSTR@
1348REPLACE_STRTOD = @REPLACE_STRTOD@
1349REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@
1350REPLACE_STRTOK_R = @REPLACE_STRTOK_R@
1351REPLACE_STRTOLD = @REPLACE_STRTOLD@
1352REPLACE_STRTOUMAX = @REPLACE_STRTOUMAX@
1353REPLACE_STRUCT_LCONV = @REPLACE_STRUCT_LCONV@
1354REPLACE_STRUCT_TIMEVAL = @REPLACE_STRUCT_TIMEVAL@
1355REPLACE_SYMLINK = @REPLACE_SYMLINK@
1356REPLACE_SYMLINKAT = @REPLACE_SYMLINKAT@
1357REPLACE_TIMEGM = @REPLACE_TIMEGM@
1358REPLACE_TMPFILE = @REPLACE_TMPFILE@
1359REPLACE_TOWLOWER = @REPLACE_TOWLOWER@
1360REPLACE_TRUNCATE = @REPLACE_TRUNCATE@
1361REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@
1362REPLACE_TZSET = @REPLACE_TZSET@
1363REPLACE_UNLINK = @REPLACE_UNLINK@
1364REPLACE_UNLINKAT = @REPLACE_UNLINKAT@
1365REPLACE_UNSETENV = @REPLACE_UNSETENV@
1366REPLACE_USLEEP = @REPLACE_USLEEP@
1367REPLACE_UTIMENSAT = @REPLACE_UTIMENSAT@
1368REPLACE_VASPRINTF = @REPLACE_VASPRINTF@
1369REPLACE_VDPRINTF = @REPLACE_VDPRINTF@
1370REPLACE_VFPRINTF = @REPLACE_VFPRINTF@
1371REPLACE_VPRINTF = @REPLACE_VPRINTF@
1372REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@
1373REPLACE_VSPRINTF = @REPLACE_VSPRINTF@
1374REPLACE_WCRTOMB = @REPLACE_WCRTOMB@
1375REPLACE_WCSFTIME = @REPLACE_WCSFTIME@
1376REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@
1377REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@
1378REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@
1379REPLACE_WCTOB = @REPLACE_WCTOB@
1380REPLACE_WCTOMB = @REPLACE_WCTOMB@
1381REPLACE_WCWIDTH = @REPLACE_WCWIDTH@
1382REPLACE_WRITE = @REPLACE_WRITE@
1383SED = @SED@
1384SELINUX_CONTEXT_H = @SELINUX_CONTEXT_H@
1385SET_MAKE = @SET_MAKE@
1386SHELL = @SHELL@
1387SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
1388SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
1389STDALIGN_H = @STDALIGN_H@
1390STDBOOL_H = @STDBOOL_H@
1391STDDEF_H = @STDDEF_H@
1392STDINT_H = @STDINT_H@
1393STRIP = @STRIP@
1394SYS_IOCTL_H_HAVE_WINSOCK2_H = @SYS_IOCTL_H_HAVE_WINSOCK2_H@
1395SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@
1396SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
1397TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
1398UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@
1399UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@
1400UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
1401UNISTD_H_DEFINES_STRUCT_TIMESPEC = @UNISTD_H_DEFINES_STRUCT_TIMESPEC@
1402UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@
1403UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@
1404VERSION = @VERSION@
1405VERSION_SCRIPT_FLAGS = @VERSION_SCRIPT_FLAGS@
1406WARN_CFLAGS = @WARN_CFLAGS@
1407WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
1408WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@
1409WINDOWS_64_BIT_ST_SIZE = @WINDOWS_64_BIT_ST_SIZE@
1410WINDOWS_STAT_INODES = @WINDOWS_STAT_INODES@
1411WINDOWS_STAT_TIMESPEC = @WINDOWS_STAT_TIMESPEC@
1412WINT_T_SUFFIX = @WINT_T_SUFFIX@
1413YACC = @YACC@
1414YFLAGS = @YFLAGS@
1415YIELD_LIB = @YIELD_LIB@
1416abs_builddir = @abs_builddir@
1417abs_srcdir = @abs_srcdir@
1418abs_top_builddir = @abs_top_builddir@
1419abs_top_srcdir = @abs_top_srcdir@
1420ac_ct_AR = @ac_ct_AR@
1421ac_ct_CC = @ac_ct_CC@
1422ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1423am__include = @am__include@
1424am__leading_dot = @am__leading_dot@
1425am__quote = @am__quote@
1426am__tar = @am__tar@
1427am__untar = @am__untar@
1428bindir = @bindir@
1429build = @build@
1430build_alias = @build_alias@
1431build_cpu = @build_cpu@
1432build_os = @build_os@
1433build_vendor = @build_vendor@
1434builddir = @builddir@
1435datadir = @datadir@
1436datarootdir = @datarootdir@
1437docdir = @docdir@
1438dvidir = @dvidir@
1439exec_prefix = @exec_prefix@
1440gl_LIBOBJS = @gl_LIBOBJS@
1441gl_LTLIBOBJS = @gl_LTLIBOBJS@
1442gltests_LIBOBJS = @gltests_LIBOBJS@
1443gltests_LTLIBOBJS = @gltests_LTLIBOBJS@
1444gltests_WITNESS = @gltests_WITNESS@
1445host = @host@
1446host_alias = @host_alias@
1447host_cpu = @host_cpu@
1448host_os = @host_os@
1449host_vendor = @host_vendor@
1450htmldir = @htmldir@
1451includedir = @includedir@
1452infodir = @infodir@
1453install_sh = @install_sh@
1454libdir = @libdir@
1455libexecdir = @libexecdir@
1456localedir = @localedir@
1457localstatedir = @localstatedir@
1458mandir = @mandir@
1459mkdir_p = @mkdir_p@
1460oldincludedir = @oldincludedir@
1461pdfdir = @pdfdir@
1462prefix = @prefix@
1463program_transform_name = @program_transform_name@
1464psdir = @psdir@
1465sbindir = @sbindir@
1466sharedstatedir = @sharedstatedir@
1467srcdir = @srcdir@
1468sysconfdir = @sysconfdir@
1469target_alias = @target_alias@
1470top_build_prefix = @top_build_prefix@
1471top_builddir = @top_builddir@
1472top_srcdir = @top_srcdir@
1473AUTOMAKE_OPTIONS = 1.11 gnits subdir-objects
1474SUBDIRS =
1475noinst_HEADERS =
1476noinst_LIBRARIES =
1477noinst_LTLIBRARIES = libgnu.la
1478EXTRA_DIST = alloca.c alloca.in.h argz.c argz.in.h btowc.c \
1479	canonicalize-lgpl.c ctype.in.h dirname.h dosname.h errno.in.h \
1480	fcntl.in.h filename.h flexmember.h float.c float.in.h itold.c \
1481	fnmatch.c fnmatch_loop.c fnmatch.in.h getdelim.c getline.c \
1482	getopt-cdefs.in.h getopt-core.h getopt-ext.h getopt-pfx-core.h \
1483	getopt-pfx-ext.h getopt.c getopt.in.h getopt1.c getopt_int.h \
1484	gettimeofday.c $(top_srcdir)/build/ac-aux/gitlog-to-changelog \
1485	hard-locale.h $(top_srcdir)/build/ac-aux/config.rpath \
1486	intprops.h isblank.c langinfo.in.h cdefs.h libc-config.h \
1487	limits.in.h localcharset.h locale.in.h localeconv.c \
1488	localtime-buffer.c localtime-buffer.h lstat.c malloc.c \
1489	malloca.h mbrtowc.c mbsinit.c mbsrtowcs-impl.h \
1490	mbsrtowcs-state.c mbsrtowcs.c mbtowc-impl.h mbtowc.c memchr.c \
1491	memchr.valgrind mempcpy.c mkdir.c mkstemp.c nl_langinfo.c \
1492	pathmax.h rawmemchr.c rawmemchr.valgrind readlink.c regcomp.c \
1493	regex.c regex.h regex_internal.c regex_internal.h regexec.c \
1494	safe-alloc.h getfilecon.c _Noreturn.h arg-nonnull.h c++defs.h \
1495	unused-parameter.h warn-on-use.h stat-w32.c stat-w32.h stat.c \
1496	stat-time.h stdbool.in.h stddef.in.h stdint.in.h stdio.in.h \
1497	stdlib.in.h stpcpy.c stpncpy.c strchrnul.c strchrnul.valgrind \
1498	streq.h string.in.h strndup.c strnlen.c str-two-way.h strstr.c \
1499	sys_stat.in.h sys_time.in.h sys_types.in.h sys_wait.in.h \
1500	tempname.h $(top_srcdir)/build/ac-aux/config.rpath time.in.h \
1501	unistd.in.h asnprintf.c float+.h printf-args.c printf-args.h \
1502	printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h \
1503	asprintf.c vasprintf.c verify.h wchar.in.h wcrtomb.c \
1504	wctype.in.h xalloc-oversized.h
1505BUILT_SOURCES = $(ALLOCA_H) $(ARGZ_H) ctype.h $(ERRNO_H) fcntl.h \
1506	$(FLOAT_H) $(FNMATCH_H) $(GETOPT_H) $(GETOPT_CDEFS_H) \
1507	langinfo.h $(LIMITS_H) locale.h selinux/selinux.h \
1508	$(SELINUX_CONTEXT_H) $(STDBOOL_H) $(STDDEF_H) $(STDINT_H) \
1509	stdio.h stdlib.h string.h sys/stat.h sys/time.h sys/types.h \
1510	sys/wait.h time.h unistd.h wchar.h wctype.h
1511SUFFIXES =
1512MOSTLYCLEANFILES = core *.stackdump alloca.h alloca.h-t argz.h \
1513	argz.h-t ctype.h ctype.h-t errno.h errno.h-t fcntl.h fcntl.h-t \
1514	float.h float.h-t fnmatch.h fnmatch.h-t getopt.h getopt.h-t \
1515	getopt-cdefs.h getopt-cdefs.h-t langinfo.h langinfo.h-t \
1516	limits.h limits.h-t locale.h locale.h-t selinux/selinux.h \
1517	selinux/selinux.h-t selinux/context.h selinux/context.h-t \
1518	stdbool.h stdbool.h-t stddef.h stddef.h-t stdint.h stdint.h-t \
1519	stdio.h stdio.h-t stdlib.h stdlib.h-t string.h string.h-t \
1520	sys/stat.h sys/stat.h-t sys/time.h sys/time.h-t sys/types.h \
1521	sys/types.h-t sys/wait.h sys/wait.h-t time.h time.h-t unistd.h \
1522	unistd.h-t wchar.h wchar.h-t wctype.h wctype.h-t
1523MOSTLYCLEANDIRS = selinux sys sys
1524CLEANFILES =
1525DISTCLEANFILES =
1526MAINTAINERCLEANFILES =
1527# No GNU Make output.
1528AM_CPPFLAGS =
1529AM_CFLAGS =
1530libgnu_la_SOURCES = dirname-lgpl.c basename-lgpl.c stripslash.c \
1531	gettext.h hard-locale.c localcharset.c glthread/lock.h \
1532	glthread/lock.c malloca.c safe-alloc.c se-context.in.h \
1533	se-selinux.in.h se-context.c se-selinux.c size_max.h \
1534	stat-time.c strnlen1.h strnlen1.c tempname.c \
1535	glthread/threadlib.c unistd.c wctype-h.c xsize.h xsize.c
1536libgnu_la_LIBADD = $(gl_LTLIBOBJS) @LTALLOCA@
1537libgnu_la_DEPENDENCIES = $(gl_LTLIBOBJS) @LTALLOCA@
1538EXTRA_libgnu_la_SOURCES = alloca.c argz.c btowc.c canonicalize-lgpl.c \
1539	float.c itold.c fnmatch.c fnmatch_loop.c getdelim.c getline.c \
1540	getopt.c getopt1.c gettimeofday.c isblank.c localeconv.c \
1541	localtime-buffer.c lstat.c malloc.c mbrtowc.c mbsinit.c \
1542	mbsrtowcs-state.c mbsrtowcs.c mbtowc.c memchr.c mempcpy.c \
1543	mkdir.c mkstemp.c nl_langinfo.c rawmemchr.c readlink.c \
1544	regcomp.c regex.c regex_internal.c regexec.c getfilecon.c \
1545	stat-w32.c stat.c stpcpy.c stpncpy.c strchrnul.c strndup.c \
1546	strnlen.c strstr.c asnprintf.c printf-args.c printf-parse.c \
1547	vasnprintf.c asprintf.c vasprintf.c wcrtomb.c
1548libgnu_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined $(LIB_SELINUX) \
1549	$(LTLIBINTL) $(LTLIBTHREAD)
1550
1551# Use this preprocessor expression to decide whether #include_next works.
1552# Do not rely on a 'configure'-time test for this, since the expression
1553# might appear in an installed header, which is used by some other compiler.
1554HAVE_INCLUDE_NEXT = (__GNUC__ || 60000000 <= __DECC_VER)
1555
1556# Because this Makefile snippet defines a variable used by other
1557# gnulib Makefile snippets, it must be present in all makefiles that
1558# need it. This is ensured by the applicability 'all' defined above.
1559_NORETURN_H = $(srcdir)/_Noreturn.h
1560
1561# Because this Makefile snippet defines a variable used by other
1562# gnulib Makefile snippets, it must be present in all makefiles that
1563# need it. This is ensured by the applicability 'all' defined above.
1564ARG_NONNULL_H = $(srcdir)/arg-nonnull.h
1565
1566# Because this Makefile snippet defines a variable used by other
1567# gnulib Makefile snippets, it must be present in all makefiles that
1568# need it. This is ensured by the applicability 'all' defined above.
1569CXXDEFS_H = $(srcdir)/c++defs.h
1570
1571# Because this Makefile snippet defines a variable used by other
1572# gnulib Makefile snippets, it must be present in all makefiles that
1573# need it. This is ensured by the applicability 'all' defined above.
1574UNUSED_PARAMETER_H = $(srcdir)/unused-parameter.h
1575
1576# Because this Makefile snippet defines a variable used by other
1577# gnulib Makefile snippets, it must be present in all makefiles that
1578# need it. This is ensured by the applicability 'all' defined above.
1579WARN_ON_USE_H = $(srcdir)/warn-on-use.h
1580all: $(BUILT_SOURCES)
1581	$(MAKE) $(AM_MAKEFLAGS) all-recursive
1582
1583.SUFFIXES:
1584.SUFFIXES: .c .lo .o .obj
1585$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
1586	@for dep in $?; do \
1587	  case '$(am__configure_deps)' in \
1588	    *$$dep*) \
1589	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1590	        && { if test -f $@; then exit 0; else break; fi; }; \
1591	      exit 1;; \
1592	  esac; \
1593	done; \
1594	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits gnulib/lib/Makefile'; \
1595	$(am__cd) $(top_srcdir) && \
1596	  $(AUTOMAKE) --gnits gnulib/lib/Makefile
1597Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1598	@case '$?' in \
1599	  *config.status*) \
1600	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
1601	  *) \
1602	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
1603	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
1604	esac;
1605
1606$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1607	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1608
1609$(top_srcdir)/configure:  $(am__configure_deps)
1610	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1611$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
1612	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1613$(am__aclocal_m4_deps):
1614
1615clean-noinstLIBRARIES:
1616	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1617
1618clean-noinstLTLIBRARIES:
1619	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1620	@list='$(noinst_LTLIBRARIES)'; \
1621	locs=`for p in $$list; do echo $$p; done | \
1622	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1623	      sort -u`; \
1624	test -z "$$locs" || { \
1625	  echo rm -f $${locs}; \
1626	  rm -f $${locs}; \
1627	}
1628glthread/$(am__dirstamp):
1629	@$(MKDIR_P) glthread
1630	@: > glthread/$(am__dirstamp)
1631glthread/$(DEPDIR)/$(am__dirstamp):
1632	@$(MKDIR_P) glthread/$(DEPDIR)
1633	@: > glthread/$(DEPDIR)/$(am__dirstamp)
1634glthread/lock.lo: glthread/$(am__dirstamp) \
1635	glthread/$(DEPDIR)/$(am__dirstamp)
1636glthread/threadlib.lo: glthread/$(am__dirstamp) \
1637	glthread/$(DEPDIR)/$(am__dirstamp)
1638
1639libgnu.la: $(libgnu_la_OBJECTS) $(libgnu_la_DEPENDENCIES) $(EXTRA_libgnu_la_DEPENDENCIES)
1640	$(AM_V_CCLD)$(libgnu_la_LINK)  $(libgnu_la_OBJECTS) $(libgnu_la_LIBADD) $(LIBS)
1641
1642mostlyclean-compile:
1643	-rm -f *.$(OBJEXT)
1644	-rm -f glthread/*.$(OBJEXT)
1645	-rm -f glthread/*.lo
1646
1647distclean-compile:
1648	-rm -f *.tab.c
1649
1650@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloca.Plo@am__quote@ # am--include-marker
1651@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/argz.Plo@am__quote@ # am--include-marker
1652@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asnprintf.Plo@am__quote@ # am--include-marker
1653@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asprintf.Plo@am__quote@ # am--include-marker
1654@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basename-lgpl.Plo@am__quote@ # am--include-marker
1655@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/btowc.Plo@am__quote@ # am--include-marker
1656@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/canonicalize-lgpl.Plo@am__quote@ # am--include-marker
1657@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirname-lgpl.Plo@am__quote@ # am--include-marker
1658@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/float.Plo@am__quote@ # am--include-marker
1659@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fnmatch.Plo@am__quote@ # am--include-marker
1660@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fnmatch_loop.Plo@am__quote@ # am--include-marker
1661@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getdelim.Plo@am__quote@ # am--include-marker
1662@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getfilecon.Plo@am__quote@ # am--include-marker
1663@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getline.Plo@am__quote@ # am--include-marker
1664@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Plo@am__quote@ # am--include-marker
1665@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Plo@am__quote@ # am--include-marker
1666@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gettimeofday.Plo@am__quote@ # am--include-marker
1667@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hard-locale.Plo@am__quote@ # am--include-marker
1668@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isblank.Plo@am__quote@ # am--include-marker
1669@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itold.Plo@am__quote@ # am--include-marker
1670@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/localcharset.Plo@am__quote@ # am--include-marker
1671@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/localeconv.Plo@am__quote@ # am--include-marker
1672@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/localtime-buffer.Plo@am__quote@ # am--include-marker
1673@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lstat.Plo@am__quote@ # am--include-marker
1674@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloc.Plo@am__quote@ # am--include-marker
1675@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloca.Plo@am__quote@ # am--include-marker
1676@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbrtowc.Plo@am__quote@ # am--include-marker
1677@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbsinit.Plo@am__quote@ # am--include-marker
1678@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbsrtowcs-state.Plo@am__quote@ # am--include-marker
1679@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbsrtowcs.Plo@am__quote@ # am--include-marker
1680@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbtowc.Plo@am__quote@ # am--include-marker
1681@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memchr.Plo@am__quote@ # am--include-marker
1682@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mempcpy.Plo@am__quote@ # am--include-marker
1683@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mkdir.Plo@am__quote@ # am--include-marker
1684@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mkstemp.Plo@am__quote@ # am--include-marker
1685@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nl_langinfo.Plo@am__quote@ # am--include-marker
1686@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printf-args.Plo@am__quote@ # am--include-marker
1687@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printf-parse.Plo@am__quote@ # am--include-marker
1688@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawmemchr.Plo@am__quote@ # am--include-marker
1689@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readlink.Plo@am__quote@ # am--include-marker
1690@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regcomp.Plo@am__quote@ # am--include-marker
1691@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regex.Plo@am__quote@ # am--include-marker
1692@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regex_internal.Plo@am__quote@ # am--include-marker
1693@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regexec.Plo@am__quote@ # am--include-marker
1694@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/safe-alloc.Plo@am__quote@ # am--include-marker
1695@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/se-context.Plo@am__quote@ # am--include-marker
1696@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/se-selinux.Plo@am__quote@ # am--include-marker
1697@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stat-time.Plo@am__quote@ # am--include-marker
1698@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stat-w32.Plo@am__quote@ # am--include-marker
1699@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stat.Plo@am__quote@ # am--include-marker
1700@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stpcpy.Plo@am__quote@ # am--include-marker
1701@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stpncpy.Plo@am__quote@ # am--include-marker
1702@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strchrnul.Plo@am__quote@ # am--include-marker
1703@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stripslash.Plo@am__quote@ # am--include-marker
1704@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strndup.Plo@am__quote@ # am--include-marker
1705@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnlen.Plo@am__quote@ # am--include-marker
1706@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnlen1.Plo@am__quote@ # am--include-marker
1707@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strstr.Plo@am__quote@ # am--include-marker
1708@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tempname.Plo@am__quote@ # am--include-marker
1709@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unistd.Plo@am__quote@ # am--include-marker
1710@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vasnprintf.Plo@am__quote@ # am--include-marker
1711@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vasprintf.Plo@am__quote@ # am--include-marker
1712@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wcrtomb.Plo@am__quote@ # am--include-marker
1713@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wctype-h.Plo@am__quote@ # am--include-marker
1714@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsize.Plo@am__quote@ # am--include-marker
1715@AMDEP_TRUE@@am__include@ @am__quote@glthread/$(DEPDIR)/lock.Plo@am__quote@ # am--include-marker
1716@AMDEP_TRUE@@am__include@ @am__quote@glthread/$(DEPDIR)/threadlib.Plo@am__quote@ # am--include-marker
1717
1718$(am__depfiles_remade):
1719	@$(MKDIR_P) $(@D)
1720	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
1721
1722am--depfiles: $(am__depfiles_remade)
1723
1724.c.o:
1725@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1726@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1727@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
1728@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1729@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1730@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1731
1732.c.obj:
1733@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1734@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1735@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
1736@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1737@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1738@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1739
1740.c.lo:
1741@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
1742@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1743@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
1744@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1745@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1746@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1747
1748mostlyclean-libtool:
1749	-rm -f *.lo
1750
1751clean-libtool:
1752	-rm -rf .libs _libs
1753	-rm -rf glthread/.libs glthread/_libs
1754
1755# This directory's subdirectories are mostly independent; you can cd
1756# into them and run 'make' without going through this Makefile.
1757# To change the values of 'make' variables: instead of editing Makefiles,
1758# (1) if the variable is set in 'config.status', edit 'config.status'
1759#     (which will cause the Makefiles to be regenerated when you run 'make');
1760# (2) otherwise, pass the desired values on the 'make' command line.
1761$(am__recursive_targets):
1762	@fail=; \
1763	if $(am__make_keepgoing); then \
1764	  failcom='fail=yes'; \
1765	else \
1766	  failcom='exit 1'; \
1767	fi; \
1768	dot_seen=no; \
1769	target=`echo $@ | sed s/-recursive//`; \
1770	case "$@" in \
1771	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1772	  *) list='$(SUBDIRS)' ;; \
1773	esac; \
1774	for subdir in $$list; do \
1775	  echo "Making $$target in $$subdir"; \
1776	  if test "$$subdir" = "."; then \
1777	    dot_seen=yes; \
1778	    local_target="$$target-am"; \
1779	  else \
1780	    local_target="$$target"; \
1781	  fi; \
1782	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1783	  || eval $$failcom; \
1784	done; \
1785	if test "$$dot_seen" = "no"; then \
1786	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1787	fi; test -z "$$fail"
1788
1789ID: $(am__tagged_files)
1790	$(am__define_uniq_tagged_files); mkid -fID $$unique
1791tags: tags-recursive
1792TAGS: tags
1793
1794tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1795	set x; \
1796	here=`pwd`; \
1797	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1798	  include_option=--etags-include; \
1799	  empty_fix=.; \
1800	else \
1801	  include_option=--include; \
1802	  empty_fix=; \
1803	fi; \
1804	list='$(SUBDIRS)'; for subdir in $$list; do \
1805	  if test "$$subdir" = .; then :; else \
1806	    test ! -f $$subdir/TAGS || \
1807	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1808	  fi; \
1809	done; \
1810	$(am__define_uniq_tagged_files); \
1811	shift; \
1812	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1813	  test -n "$$unique" || unique=$$empty_fix; \
1814	  if test $$# -gt 0; then \
1815	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1816	      "$$@" $$unique; \
1817	  else \
1818	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1819	      $$unique; \
1820	  fi; \
1821	fi
1822ctags: ctags-recursive
1823
1824CTAGS: ctags
1825ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1826	$(am__define_uniq_tagged_files); \
1827	test -z "$(CTAGS_ARGS)$$unique" \
1828	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1829	     $$unique
1830
1831GTAGS:
1832	here=`$(am__cd) $(top_builddir) && pwd` \
1833	  && $(am__cd) $(top_srcdir) \
1834	  && gtags -i $(GTAGS_ARGS) "$$here"
1835cscopelist: cscopelist-recursive
1836
1837cscopelist-am: $(am__tagged_files)
1838	list='$(am__tagged_files)'; \
1839	case "$(srcdir)" in \
1840	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1841	  *) sdir=$(subdir)/$(srcdir) ;; \
1842	esac; \
1843	for i in $$list; do \
1844	  if test -f "$$i"; then \
1845	    echo "$(subdir)/$$i"; \
1846	  else \
1847	    echo "$$sdir/$$i"; \
1848	  fi; \
1849	done >> $(top_builddir)/cscope.files
1850
1851distclean-tags:
1852	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1853
1854distdir: $(BUILT_SOURCES)
1855	$(MAKE) $(AM_MAKEFLAGS) distdir-am
1856
1857distdir-am: $(DISTFILES)
1858	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1859	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1860	list='$(DISTFILES)'; \
1861	  dist_files=`for file in $$list; do echo $$file; done | \
1862	  sed -e "s|^$$srcdirstrip/||;t" \
1863	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1864	case $$dist_files in \
1865	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1866			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1867			   sort -u` ;; \
1868	esac; \
1869	for file in $$dist_files; do \
1870	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1871	  if test -d $$d/$$file; then \
1872	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1873	    if test -d "$(distdir)/$$file"; then \
1874	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1875	    fi; \
1876	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1877	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1878	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1879	    fi; \
1880	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1881	  else \
1882	    test -f "$(distdir)/$$file" \
1883	    || cp -p $$d/$$file "$(distdir)/$$file" \
1884	    || exit 1; \
1885	  fi; \
1886	done
1887	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1888	  if test "$$subdir" = .; then :; else \
1889	    $(am__make_dryrun) \
1890	      || test -d "$(distdir)/$$subdir" \
1891	      || $(MKDIR_P) "$(distdir)/$$subdir" \
1892	      || exit 1; \
1893	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1894	    $(am__relativize); \
1895	    new_distdir=$$reldir; \
1896	    dir1=$$subdir; dir2="$(top_distdir)"; \
1897	    $(am__relativize); \
1898	    new_top_distdir=$$reldir; \
1899	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1900	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1901	    ($(am__cd) $$subdir && \
1902	      $(MAKE) $(AM_MAKEFLAGS) \
1903	        top_distdir="$$new_top_distdir" \
1904	        distdir="$$new_distdir" \
1905		am__remove_distdir=: \
1906		am__skip_length_check=: \
1907		am__skip_mode_fix=: \
1908	        distdir) \
1909	      || exit 1; \
1910	  fi; \
1911	done
1912check-am: all-am
1913check: $(BUILT_SOURCES)
1914	$(MAKE) $(AM_MAKEFLAGS) check-recursive
1915all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(HEADERS)
1916installdirs: installdirs-recursive
1917installdirs-am:
1918install: $(BUILT_SOURCES)
1919	$(MAKE) $(AM_MAKEFLAGS) install-recursive
1920install-exec: install-exec-recursive
1921install-data: install-data-recursive
1922uninstall: uninstall-recursive
1923
1924install-am: all-am
1925	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1926
1927installcheck: installcheck-recursive
1928install-strip:
1929	if test -z '$(STRIP)'; then \
1930	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1931	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1932	      install; \
1933	else \
1934	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1935	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1936	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1937	fi
1938mostlyclean-generic:
1939	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1940
1941clean-generic:
1942	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1943
1944distclean-generic:
1945	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1946	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1947	-rm -f glthread/$(DEPDIR)/$(am__dirstamp)
1948	-rm -f glthread/$(am__dirstamp)
1949	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1950
1951maintainer-clean-generic:
1952	@echo "This command is intended for maintainers to use"
1953	@echo "it deletes files that may require special tools to rebuild."
1954	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1955	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1956clean: clean-recursive
1957
1958clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
1959	clean-noinstLTLIBRARIES mostlyclean-am
1960
1961distclean: distclean-recursive
1962		-rm -f ./$(DEPDIR)/alloca.Plo
1963	-rm -f ./$(DEPDIR)/argz.Plo
1964	-rm -f ./$(DEPDIR)/asnprintf.Plo
1965	-rm -f ./$(DEPDIR)/asprintf.Plo
1966	-rm -f ./$(DEPDIR)/basename-lgpl.Plo
1967	-rm -f ./$(DEPDIR)/btowc.Plo
1968	-rm -f ./$(DEPDIR)/canonicalize-lgpl.Plo
1969	-rm -f ./$(DEPDIR)/dirname-lgpl.Plo
1970	-rm -f ./$(DEPDIR)/float.Plo
1971	-rm -f ./$(DEPDIR)/fnmatch.Plo
1972	-rm -f ./$(DEPDIR)/fnmatch_loop.Plo
1973	-rm -f ./$(DEPDIR)/getdelim.Plo
1974	-rm -f ./$(DEPDIR)/getfilecon.Plo
1975	-rm -f ./$(DEPDIR)/getline.Plo
1976	-rm -f ./$(DEPDIR)/getopt.Plo
1977	-rm -f ./$(DEPDIR)/getopt1.Plo
1978	-rm -f ./$(DEPDIR)/gettimeofday.Plo
1979	-rm -f ./$(DEPDIR)/hard-locale.Plo
1980	-rm -f ./$(DEPDIR)/isblank.Plo
1981	-rm -f ./$(DEPDIR)/itold.Plo
1982	-rm -f ./$(DEPDIR)/localcharset.Plo
1983	-rm -f ./$(DEPDIR)/localeconv.Plo
1984	-rm -f ./$(DEPDIR)/localtime-buffer.Plo
1985	-rm -f ./$(DEPDIR)/lstat.Plo
1986	-rm -f ./$(DEPDIR)/malloc.Plo
1987	-rm -f ./$(DEPDIR)/malloca.Plo
1988	-rm -f ./$(DEPDIR)/mbrtowc.Plo
1989	-rm -f ./$(DEPDIR)/mbsinit.Plo
1990	-rm -f ./$(DEPDIR)/mbsrtowcs-state.Plo
1991	-rm -f ./$(DEPDIR)/mbsrtowcs.Plo
1992	-rm -f ./$(DEPDIR)/mbtowc.Plo
1993	-rm -f ./$(DEPDIR)/memchr.Plo
1994	-rm -f ./$(DEPDIR)/mempcpy.Plo
1995	-rm -f ./$(DEPDIR)/mkdir.Plo
1996	-rm -f ./$(DEPDIR)/mkstemp.Plo
1997	-rm -f ./$(DEPDIR)/nl_langinfo.Plo
1998	-rm -f ./$(DEPDIR)/printf-args.Plo
1999	-rm -f ./$(DEPDIR)/printf-parse.Plo
2000	-rm -f ./$(DEPDIR)/rawmemchr.Plo
2001	-rm -f ./$(DEPDIR)/readlink.Plo
2002	-rm -f ./$(DEPDIR)/regcomp.Plo
2003	-rm -f ./$(DEPDIR)/regex.Plo
2004	-rm -f ./$(DEPDIR)/regex_internal.Plo
2005	-rm -f ./$(DEPDIR)/regexec.Plo
2006	-rm -f ./$(DEPDIR)/safe-alloc.Plo
2007	-rm -f ./$(DEPDIR)/se-context.Plo
2008	-rm -f ./$(DEPDIR)/se-selinux.Plo
2009	-rm -f ./$(DEPDIR)/stat-time.Plo
2010	-rm -f ./$(DEPDIR)/stat-w32.Plo
2011	-rm -f ./$(DEPDIR)/stat.Plo
2012	-rm -f ./$(DEPDIR)/stpcpy.Plo
2013	-rm -f ./$(DEPDIR)/stpncpy.Plo
2014	-rm -f ./$(DEPDIR)/strchrnul.Plo
2015	-rm -f ./$(DEPDIR)/stripslash.Plo
2016	-rm -f ./$(DEPDIR)/strndup.Plo
2017	-rm -f ./$(DEPDIR)/strnlen.Plo
2018	-rm -f ./$(DEPDIR)/strnlen1.Plo
2019	-rm -f ./$(DEPDIR)/strstr.Plo
2020	-rm -f ./$(DEPDIR)/tempname.Plo
2021	-rm -f ./$(DEPDIR)/unistd.Plo
2022	-rm -f ./$(DEPDIR)/vasnprintf.Plo
2023	-rm -f ./$(DEPDIR)/vasprintf.Plo
2024	-rm -f ./$(DEPDIR)/wcrtomb.Plo
2025	-rm -f ./$(DEPDIR)/wctype-h.Plo
2026	-rm -f ./$(DEPDIR)/xsize.Plo
2027	-rm -f glthread/$(DEPDIR)/lock.Plo
2028	-rm -f glthread/$(DEPDIR)/threadlib.Plo
2029	-rm -f Makefile
2030distclean-am: clean-am distclean-compile distclean-generic \
2031	distclean-tags
2032
2033dvi: dvi-recursive
2034
2035dvi-am:
2036
2037html: html-recursive
2038
2039html-am:
2040
2041info: info-recursive
2042
2043info-am:
2044
2045install-data-am:
2046
2047install-dvi: install-dvi-recursive
2048
2049install-dvi-am:
2050
2051install-exec-am:
2052
2053install-html: install-html-recursive
2054
2055install-html-am:
2056
2057install-info: install-info-recursive
2058
2059install-info-am:
2060
2061install-man:
2062
2063install-pdf: install-pdf-recursive
2064
2065install-pdf-am:
2066
2067install-ps: install-ps-recursive
2068
2069install-ps-am:
2070
2071installcheck-am:
2072
2073maintainer-clean: maintainer-clean-recursive
2074		-rm -f ./$(DEPDIR)/alloca.Plo
2075	-rm -f ./$(DEPDIR)/argz.Plo
2076	-rm -f ./$(DEPDIR)/asnprintf.Plo
2077	-rm -f ./$(DEPDIR)/asprintf.Plo
2078	-rm -f ./$(DEPDIR)/basename-lgpl.Plo
2079	-rm -f ./$(DEPDIR)/btowc.Plo
2080	-rm -f ./$(DEPDIR)/canonicalize-lgpl.Plo
2081	-rm -f ./$(DEPDIR)/dirname-lgpl.Plo
2082	-rm -f ./$(DEPDIR)/float.Plo
2083	-rm -f ./$(DEPDIR)/fnmatch.Plo
2084	-rm -f ./$(DEPDIR)/fnmatch_loop.Plo
2085	-rm -f ./$(DEPDIR)/getdelim.Plo
2086	-rm -f ./$(DEPDIR)/getfilecon.Plo
2087	-rm -f ./$(DEPDIR)/getline.Plo
2088	-rm -f ./$(DEPDIR)/getopt.Plo
2089	-rm -f ./$(DEPDIR)/getopt1.Plo
2090	-rm -f ./$(DEPDIR)/gettimeofday.Plo
2091	-rm -f ./$(DEPDIR)/hard-locale.Plo
2092	-rm -f ./$(DEPDIR)/isblank.Plo
2093	-rm -f ./$(DEPDIR)/itold.Plo
2094	-rm -f ./$(DEPDIR)/localcharset.Plo
2095	-rm -f ./$(DEPDIR)/localeconv.Plo
2096	-rm -f ./$(DEPDIR)/localtime-buffer.Plo
2097	-rm -f ./$(DEPDIR)/lstat.Plo
2098	-rm -f ./$(DEPDIR)/malloc.Plo
2099	-rm -f ./$(DEPDIR)/malloca.Plo
2100	-rm -f ./$(DEPDIR)/mbrtowc.Plo
2101	-rm -f ./$(DEPDIR)/mbsinit.Plo
2102	-rm -f ./$(DEPDIR)/mbsrtowcs-state.Plo
2103	-rm -f ./$(DEPDIR)/mbsrtowcs.Plo
2104	-rm -f ./$(DEPDIR)/mbtowc.Plo
2105	-rm -f ./$(DEPDIR)/memchr.Plo
2106	-rm -f ./$(DEPDIR)/mempcpy.Plo
2107	-rm -f ./$(DEPDIR)/mkdir.Plo
2108	-rm -f ./$(DEPDIR)/mkstemp.Plo
2109	-rm -f ./$(DEPDIR)/nl_langinfo.Plo
2110	-rm -f ./$(DEPDIR)/printf-args.Plo
2111	-rm -f ./$(DEPDIR)/printf-parse.Plo
2112	-rm -f ./$(DEPDIR)/rawmemchr.Plo
2113	-rm -f ./$(DEPDIR)/readlink.Plo
2114	-rm -f ./$(DEPDIR)/regcomp.Plo
2115	-rm -f ./$(DEPDIR)/regex.Plo
2116	-rm -f ./$(DEPDIR)/regex_internal.Plo
2117	-rm -f ./$(DEPDIR)/regexec.Plo
2118	-rm -f ./$(DEPDIR)/safe-alloc.Plo
2119	-rm -f ./$(DEPDIR)/se-context.Plo
2120	-rm -f ./$(DEPDIR)/se-selinux.Plo
2121	-rm -f ./$(DEPDIR)/stat-time.Plo
2122	-rm -f ./$(DEPDIR)/stat-w32.Plo
2123	-rm -f ./$(DEPDIR)/stat.Plo
2124	-rm -f ./$(DEPDIR)/stpcpy.Plo
2125	-rm -f ./$(DEPDIR)/stpncpy.Plo
2126	-rm -f ./$(DEPDIR)/strchrnul.Plo
2127	-rm -f ./$(DEPDIR)/stripslash.Plo
2128	-rm -f ./$(DEPDIR)/strndup.Plo
2129	-rm -f ./$(DEPDIR)/strnlen.Plo
2130	-rm -f ./$(DEPDIR)/strnlen1.Plo
2131	-rm -f ./$(DEPDIR)/strstr.Plo
2132	-rm -f ./$(DEPDIR)/tempname.Plo
2133	-rm -f ./$(DEPDIR)/unistd.Plo
2134	-rm -f ./$(DEPDIR)/vasnprintf.Plo
2135	-rm -f ./$(DEPDIR)/vasprintf.Plo
2136	-rm -f ./$(DEPDIR)/wcrtomb.Plo
2137	-rm -f ./$(DEPDIR)/wctype-h.Plo
2138	-rm -f ./$(DEPDIR)/xsize.Plo
2139	-rm -f glthread/$(DEPDIR)/lock.Plo
2140	-rm -f glthread/$(DEPDIR)/threadlib.Plo
2141	-rm -f Makefile
2142maintainer-clean-am: distclean-am maintainer-clean-generic
2143
2144mostlyclean: mostlyclean-recursive
2145
2146mostlyclean-am: mostlyclean-compile mostlyclean-generic \
2147	mostlyclean-libtool mostlyclean-local
2148
2149pdf: pdf-recursive
2150
2151pdf-am:
2152
2153ps: ps-recursive
2154
2155ps-am:
2156
2157uninstall-am:
2158
2159.MAKE: $(am__recursive_targets) all check install install-am \
2160	install-strip
2161
2162.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
2163	am--depfiles check check-am clean clean-generic clean-libtool \
2164	clean-noinstLIBRARIES clean-noinstLTLIBRARIES cscopelist-am \
2165	ctags ctags-am distclean distclean-compile distclean-generic \
2166	distclean-libtool distclean-tags distdir dvi dvi-am html \
2167	html-am info info-am install install-am install-data \
2168	install-data-am install-dvi install-dvi-am install-exec \
2169	install-exec-am install-html install-html-am install-info \
2170	install-info-am install-man install-pdf install-pdf-am \
2171	install-ps install-ps-am install-strip installcheck \
2172	installcheck-am installdirs installdirs-am maintainer-clean \
2173	maintainer-clean-generic mostlyclean mostlyclean-compile \
2174	mostlyclean-generic mostlyclean-libtool mostlyclean-local pdf \
2175	pdf-am ps ps-am tags tags-am uninstall uninstall-am
2176
2177.PRECIOUS: Makefile
2178
2179
2180# We need the following in order to create <alloca.h> when the system
2181# doesn't have one that works with the given compiler.
2182@GL_GENERATE_ALLOCA_H_TRUE@alloca.h: alloca.in.h $(top_builddir)/config.status
2183@GL_GENERATE_ALLOCA_H_TRUE@	$(AM_V_GEN)rm -f $@-t $@ && \
2184@GL_GENERATE_ALLOCA_H_TRUE@	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2185@GL_GENERATE_ALLOCA_H_TRUE@	  sed -e 's|@''HAVE_ALLOCA_H''@|$(HAVE_ALLOCA_H)|g' < $(srcdir)/alloca.in.h; \
2186@GL_GENERATE_ALLOCA_H_TRUE@	} > $@-t && \
2187@GL_GENERATE_ALLOCA_H_TRUE@	mv -f $@-t $@
2188@GL_GENERATE_ALLOCA_H_FALSE@alloca.h: $(top_builddir)/config.status
2189@GL_GENERATE_ALLOCA_H_FALSE@	rm -f $@
2190
2191# We need the following in order to create <argz.h> when the system
2192# doesn't have one that works with the given compiler.
2193@GL_GENERATE_ARGZ_H_TRUE@argz.h: argz.in.h $(top_builddir)/config.status
2194@GL_GENERATE_ARGZ_H_TRUE@	$(AM_V_GEN)rm -f $@-t $@ && \
2195@GL_GENERATE_ARGZ_H_TRUE@	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2196@GL_GENERATE_ARGZ_H_TRUE@	  cat $(srcdir)/argz.in.h; \
2197@GL_GENERATE_ARGZ_H_TRUE@	} > $@-t && \
2198@GL_GENERATE_ARGZ_H_TRUE@	mv -f $@-t $@
2199@GL_GENERATE_ARGZ_H_FALSE@argz.h: $(top_builddir)/config.status
2200@GL_GENERATE_ARGZ_H_FALSE@	rm -f $@
2201
2202# We need the following in order to create <ctype.h> when the system
2203# doesn't have one that works with the given compiler.
2204ctype.h: ctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
2205	$(AM_V_GEN)rm -f $@-t $@ && \
2206	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2207	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2208	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2209	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2210	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2211	      -e 's|@''NEXT_CTYPE_H''@|$(NEXT_CTYPE_H)|g' \
2212	      -e 's/@''GNULIB_ISBLANK''@/$(GNULIB_ISBLANK)/g' \
2213	      -e 's/@''HAVE_ISBLANK''@/$(HAVE_ISBLANK)/g' \
2214	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2215	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2216	      < $(srcdir)/ctype.in.h; \
2217	} > $@-t && \
2218	mv $@-t $@
2219
2220# We need the following in order to create <errno.h> when the system
2221# doesn't have one that is POSIX compliant.
2222@GL_GENERATE_ERRNO_H_TRUE@errno.h: errno.in.h $(top_builddir)/config.status
2223@GL_GENERATE_ERRNO_H_TRUE@	$(AM_V_GEN)rm -f $@-t $@ && \
2224@GL_GENERATE_ERRNO_H_TRUE@	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2225@GL_GENERATE_ERRNO_H_TRUE@	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2226@GL_GENERATE_ERRNO_H_TRUE@	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2227@GL_GENERATE_ERRNO_H_TRUE@	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2228@GL_GENERATE_ERRNO_H_TRUE@	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2229@GL_GENERATE_ERRNO_H_TRUE@	      -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
2230@GL_GENERATE_ERRNO_H_TRUE@	      -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
2231@GL_GENERATE_ERRNO_H_TRUE@	      -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
2232@GL_GENERATE_ERRNO_H_TRUE@	      -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
2233@GL_GENERATE_ERRNO_H_TRUE@	      -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
2234@GL_GENERATE_ERRNO_H_TRUE@	      -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
2235@GL_GENERATE_ERRNO_H_TRUE@	      -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
2236@GL_GENERATE_ERRNO_H_TRUE@	      < $(srcdir)/errno.in.h; \
2237@GL_GENERATE_ERRNO_H_TRUE@	} > $@-t && \
2238@GL_GENERATE_ERRNO_H_TRUE@	mv $@-t $@
2239@GL_GENERATE_ERRNO_H_FALSE@errno.h: $(top_builddir)/config.status
2240@GL_GENERATE_ERRNO_H_FALSE@	rm -f $@
2241
2242# We need the following in order to create <fcntl.h> when the system
2243# doesn't have one that works with the given compiler.
2244fcntl.h: fcntl.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2245	$(AM_V_GEN)rm -f $@-t $@ && \
2246	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2247	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2248	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2249	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2250	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2251	      -e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \
2252	      -e 's/@''GNULIB_FCNTL''@/$(GNULIB_FCNTL)/g' \
2253	      -e 's/@''GNULIB_NONBLOCKING''@/$(GNULIB_NONBLOCKING)/g' \
2254	      -e 's/@''GNULIB_OPEN''@/$(GNULIB_OPEN)/g' \
2255	      -e 's/@''GNULIB_OPENAT''@/$(GNULIB_OPENAT)/g' \
2256	      -e 's|@''HAVE_FCNTL''@|$(HAVE_FCNTL)|g' \
2257	      -e 's|@''HAVE_OPENAT''@|$(HAVE_OPENAT)|g' \
2258	      -e 's|@''REPLACE_FCNTL''@|$(REPLACE_FCNTL)|g' \
2259	      -e 's|@''REPLACE_OPEN''@|$(REPLACE_OPEN)|g' \
2260	      -e 's|@''REPLACE_OPENAT''@|$(REPLACE_OPENAT)|g' \
2261	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2262	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2263	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2264	      < $(srcdir)/fcntl.in.h; \
2265	} > $@-t && \
2266	mv $@-t $@
2267
2268# We need the following in order to create <float.h> when the system
2269# doesn't have one that works with the given compiler.
2270@GL_GENERATE_FLOAT_H_TRUE@float.h: float.in.h $(top_builddir)/config.status
2271@GL_GENERATE_FLOAT_H_TRUE@	$(AM_V_GEN)rm -f $@-t $@ && \
2272@GL_GENERATE_FLOAT_H_TRUE@	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2273@GL_GENERATE_FLOAT_H_TRUE@	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2274@GL_GENERATE_FLOAT_H_TRUE@	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2275@GL_GENERATE_FLOAT_H_TRUE@	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2276@GL_GENERATE_FLOAT_H_TRUE@	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2277@GL_GENERATE_FLOAT_H_TRUE@	      -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
2278@GL_GENERATE_FLOAT_H_TRUE@	      -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
2279@GL_GENERATE_FLOAT_H_TRUE@	      < $(srcdir)/float.in.h; \
2280@GL_GENERATE_FLOAT_H_TRUE@	} > $@-t && \
2281@GL_GENERATE_FLOAT_H_TRUE@	mv $@-t $@
2282@GL_GENERATE_FLOAT_H_FALSE@float.h: $(top_builddir)/config.status
2283@GL_GENERATE_FLOAT_H_FALSE@	rm -f $@
2284
2285# We need the following in order to create <fnmatch.h>.
2286@GL_GENERATE_FNMATCH_H_TRUE@fnmatch.h: fnmatch.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2287@GL_GENERATE_FNMATCH_H_TRUE@	$(AM_V_GEN)rm -f $@-t $@ && \
2288@GL_GENERATE_FNMATCH_H_TRUE@	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2289@GL_GENERATE_FNMATCH_H_TRUE@	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2290@GL_GENERATE_FNMATCH_H_TRUE@	      -e 's|@''HAVE_FNMATCH_H''@|$(HAVE_FNMATCH_H)|g' \
2291@GL_GENERATE_FNMATCH_H_TRUE@	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2292@GL_GENERATE_FNMATCH_H_TRUE@	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2293@GL_GENERATE_FNMATCH_H_TRUE@	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2294@GL_GENERATE_FNMATCH_H_TRUE@	      -e 's|@''NEXT_FNMATCH_H''@|$(NEXT_FNMATCH_H)|g' \
2295@GL_GENERATE_FNMATCH_H_TRUE@	      -e 's/@''GNULIB_FNMATCH''@/$(GNULIB_FNMATCH)/g' \
2296@GL_GENERATE_FNMATCH_H_TRUE@	      -e 's|@''HAVE_FNMATCH''@|$(HAVE_FNMATCH)|g' \
2297@GL_GENERATE_FNMATCH_H_TRUE@	      -e 's|@''REPLACE_FNMATCH''@|$(REPLACE_FNMATCH)|g' \
2298@GL_GENERATE_FNMATCH_H_TRUE@	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2299@GL_GENERATE_FNMATCH_H_TRUE@	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2300@GL_GENERATE_FNMATCH_H_TRUE@	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2301@GL_GENERATE_FNMATCH_H_TRUE@	      < $(srcdir)/fnmatch.in.h; \
2302@GL_GENERATE_FNMATCH_H_TRUE@	} > $@-t && \
2303@GL_GENERATE_FNMATCH_H_TRUE@	mv $@-t $@
2304@GL_GENERATE_FNMATCH_H_FALSE@fnmatch.h: $(top_builddir)/config.status
2305@GL_GENERATE_FNMATCH_H_FALSE@	rm -f $@
2306
2307# We need the following in order to create <getopt.h> when the system
2308# doesn't have one that works with the given compiler.
2309getopt.h: getopt.in.h $(top_builddir)/config.status $(ARG_NONNULL_H)
2310	$(AM_V_GEN)rm -f $@-t $@ && \
2311	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2312	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2313	      -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \
2314	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2315	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2316	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2317	      -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \
2318	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2319	      < $(srcdir)/getopt.in.h; \
2320	} > $@-t && \
2321	mv -f $@-t $@
2322
2323getopt-cdefs.h: getopt-cdefs.in.h $(top_builddir)/config.status
2324	$(AM_V_GEN)rm -f $@-t $@ && \
2325	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2326          sed -e 's|@''HAVE_SYS_CDEFS_H''@|$(HAVE_SYS_CDEFS_H)|g' \
2327	      < $(srcdir)/getopt-cdefs.in.h; \
2328	} > $@-t && \
2329	mv -f $@-t $@
2330
2331# We need the following in order to create an empty placeholder for
2332# <langinfo.h> when the system doesn't have one.
2333langinfo.h: langinfo.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
2334	$(AM_V_GEN)rm -f $@-t $@ && \
2335	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2336	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2337	      -e 's|@''HAVE_LANGINFO_H''@|$(HAVE_LANGINFO_H)|g' \
2338	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2339	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2340	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2341	      -e 's|@''NEXT_LANGINFO_H''@|$(NEXT_LANGINFO_H)|g' \
2342	      -e 's/@''GNULIB_NL_LANGINFO''@/$(GNULIB_NL_LANGINFO)/g' \
2343	      -e 's|@''HAVE_LANGINFO_CODESET''@|$(HAVE_LANGINFO_CODESET)|g' \
2344	      -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|$(HAVE_LANGINFO_T_FMT_AMPM)|g' \
2345	      -e 's|@''HAVE_LANGINFO_ALTMON''@|$(HAVE_LANGINFO_ALTMON)|g' \
2346	      -e 's|@''HAVE_LANGINFO_ERA''@|$(HAVE_LANGINFO_ERA)|g' \
2347	      -e 's|@''HAVE_LANGINFO_YESEXPR''@|$(HAVE_LANGINFO_YESEXPR)|g' \
2348	      -e 's|@''HAVE_NL_LANGINFO''@|$(HAVE_NL_LANGINFO)|g' \
2349	      -e 's|@''REPLACE_NL_LANGINFO''@|$(REPLACE_NL_LANGINFO)|g' \
2350	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2351	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2352	      < $(srcdir)/langinfo.in.h; \
2353	} > $@-t && \
2354	mv $@-t $@
2355
2356# We need the following in order to create <limits.h> when the system
2357# doesn't have one that is compatible with GNU.
2358@GL_GENERATE_LIMITS_H_TRUE@limits.h: limits.in.h $(top_builddir)/config.status
2359@GL_GENERATE_LIMITS_H_TRUE@	$(AM_V_GEN)rm -f $@-t $@ && \
2360@GL_GENERATE_LIMITS_H_TRUE@	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2361@GL_GENERATE_LIMITS_H_TRUE@	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2362@GL_GENERATE_LIMITS_H_TRUE@	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2363@GL_GENERATE_LIMITS_H_TRUE@	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2364@GL_GENERATE_LIMITS_H_TRUE@	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2365@GL_GENERATE_LIMITS_H_TRUE@	      -e 's|@''NEXT_LIMITS_H''@|$(NEXT_LIMITS_H)|g' \
2366@GL_GENERATE_LIMITS_H_TRUE@	      < $(srcdir)/limits.in.h; \
2367@GL_GENERATE_LIMITS_H_TRUE@	} > $@-t && \
2368@GL_GENERATE_LIMITS_H_TRUE@	mv $@-t $@
2369@GL_GENERATE_LIMITS_H_FALSE@limits.h: $(top_builddir)/config.status
2370@GL_GENERATE_LIMITS_H_FALSE@	rm -f $@
2371
2372# We need the following in order to create <locale.h> when the system
2373# doesn't have one that provides all definitions.
2374locale.h: locale.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2375	$(AM_V_GEN)rm -f $@-t $@ && \
2376	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2377	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2378	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2379	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2380	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2381	      -e 's|@''NEXT_LOCALE_H''@|$(NEXT_LOCALE_H)|g' \
2382	      -e 's/@''GNULIB_LOCALECONV''@/$(GNULIB_LOCALECONV)/g' \
2383	      -e 's/@''GNULIB_SETLOCALE''@/$(GNULIB_SETLOCALE)/g' \
2384	      -e 's/@''GNULIB_DUPLOCALE''@/$(GNULIB_DUPLOCALE)/g' \
2385	      -e 's/@''GNULIB_LOCALENAME''@/$(GNULIB_LOCALENAME)/g' \
2386	      -e 's|@''HAVE_NEWLOCALE''@|$(HAVE_NEWLOCALE)|g' \
2387	      -e 's|@''HAVE_DUPLOCALE''@|$(HAVE_DUPLOCALE)|g' \
2388	      -e 's|@''HAVE_FREELOCALE''@|$(HAVE_FREELOCALE)|g' \
2389	      -e 's|@''HAVE_XLOCALE_H''@|$(HAVE_XLOCALE_H)|g' \
2390	      -e 's|@''REPLACE_LOCALECONV''@|$(REPLACE_LOCALECONV)|g' \
2391	      -e 's|@''REPLACE_SETLOCALE''@|$(REPLACE_SETLOCALE)|g' \
2392	      -e 's|@''REPLACE_NEWLOCALE''@|$(REPLACE_NEWLOCALE)|g' \
2393	      -e 's|@''REPLACE_DUPLOCALE''@|$(REPLACE_DUPLOCALE)|g' \
2394	      -e 's|@''REPLACE_FREELOCALE''@|$(REPLACE_FREELOCALE)|g' \
2395	      -e 's|@''REPLACE_STRUCT_LCONV''@|$(REPLACE_STRUCT_LCONV)|g' \
2396	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2397	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2398	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2399	      < $(srcdir)/locale.in.h; \
2400	} > $@-t && \
2401	mv $@-t $@
2402selinux/selinux.h: se-selinux.in.h $(top_builddir)/config.status $(UNUSED_PARAMETER_H)
2403	$(AM_V_at)$(MKDIR_P) selinux
2404	$(AM_V_GEN)rm -f $@-t $@ && \
2405	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2406	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2407	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2408	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2409	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2410	      -e 's|@''NEXT_SELINUX_SELINUX_H''@|$(NEXT_SELINUX_SELINUX_H)|g' \
2411	      -e '/definition of _GL_UNUSED_PARAMETER/r $(UNUSED_PARAMETER_H)' \
2412	      < $(srcdir)/se-selinux.in.h; \
2413	} > $@-t && \
2414	chmod a-x $@-t && \
2415	mv $@-t $@
2416@GL_GENERATE_SELINUX_CONTEXT_H_TRUE@selinux/context.h: se-context.in.h $(top_builddir)/config.status $(UNUSED_PARAMETER_H)
2417@GL_GENERATE_SELINUX_CONTEXT_H_TRUE@	$(AM_V_at)$(MKDIR_P) selinux
2418@GL_GENERATE_SELINUX_CONTEXT_H_TRUE@	$(AM_V_GEN)rm -f $@-t $@ && \
2419@GL_GENERATE_SELINUX_CONTEXT_H_TRUE@	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2420@GL_GENERATE_SELINUX_CONTEXT_H_TRUE@	  sed -e '/definition of _GL_UNUSED_PARAMETER/r $(UNUSED_PARAMETER_H)' \
2421@GL_GENERATE_SELINUX_CONTEXT_H_TRUE@	      < $(srcdir)/se-context.in.h; \
2422@GL_GENERATE_SELINUX_CONTEXT_H_TRUE@	} > $@-t && \
2423@GL_GENERATE_SELINUX_CONTEXT_H_TRUE@	chmod a-x $@-t && \
2424@GL_GENERATE_SELINUX_CONTEXT_H_TRUE@	mv $@-t $@
2425@GL_GENERATE_SELINUX_CONTEXT_H_FALSE@selinux/context.h: $(top_builddir)/config.status
2426@GL_GENERATE_SELINUX_CONTEXT_H_FALSE@	rm -f $@
2427
2428# We need the following in order to create <stdbool.h> when the system
2429# doesn't have one that works.
2430@GL_GENERATE_STDBOOL_H_TRUE@stdbool.h: stdbool.in.h $(top_builddir)/config.status
2431@GL_GENERATE_STDBOOL_H_TRUE@	$(AM_V_GEN)rm -f $@-t $@ && \
2432@GL_GENERATE_STDBOOL_H_TRUE@	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2433@GL_GENERATE_STDBOOL_H_TRUE@	  sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
2434@GL_GENERATE_STDBOOL_H_TRUE@	} > $@-t && \
2435@GL_GENERATE_STDBOOL_H_TRUE@	mv $@-t $@
2436@GL_GENERATE_STDBOOL_H_FALSE@stdbool.h: $(top_builddir)/config.status
2437@GL_GENERATE_STDBOOL_H_FALSE@	rm -f $@
2438
2439# We need the following in order to create <stddef.h> when the system
2440# doesn't have one that works with the given compiler.
2441@GL_GENERATE_STDDEF_H_TRUE@stddef.h: stddef.in.h $(top_builddir)/config.status
2442@GL_GENERATE_STDDEF_H_TRUE@	$(AM_V_GEN)rm -f $@-t $@ && \
2443@GL_GENERATE_STDDEF_H_TRUE@	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2444@GL_GENERATE_STDDEF_H_TRUE@	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2445@GL_GENERATE_STDDEF_H_TRUE@	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2446@GL_GENERATE_STDDEF_H_TRUE@	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2447@GL_GENERATE_STDDEF_H_TRUE@	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2448@GL_GENERATE_STDDEF_H_TRUE@	      -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
2449@GL_GENERATE_STDDEF_H_TRUE@	      -e 's|@''HAVE_MAX_ALIGN_T''@|$(HAVE_MAX_ALIGN_T)|g' \
2450@GL_GENERATE_STDDEF_H_TRUE@	      -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
2451@GL_GENERATE_STDDEF_H_TRUE@	      -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
2452@GL_GENERATE_STDDEF_H_TRUE@	      < $(srcdir)/stddef.in.h; \
2453@GL_GENERATE_STDDEF_H_TRUE@	} > $@-t && \
2454@GL_GENERATE_STDDEF_H_TRUE@	mv $@-t $@
2455@GL_GENERATE_STDDEF_H_FALSE@stddef.h: $(top_builddir)/config.status
2456@GL_GENERATE_STDDEF_H_FALSE@	rm -f $@
2457
2458# We need the following in order to create <stdint.h> when the system
2459# doesn't have one that works with the given compiler.
2460@GL_GENERATE_STDINT_H_TRUE@stdint.h: stdint.in.h $(top_builddir)/config.status
2461@GL_GENERATE_STDINT_H_TRUE@	$(AM_V_GEN)rm -f $@-t $@ && \
2462@GL_GENERATE_STDINT_H_TRUE@	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2463@GL_GENERATE_STDINT_H_TRUE@	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2464@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
2465@GL_GENERATE_STDINT_H_TRUE@	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2466@GL_GENERATE_STDINT_H_TRUE@	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2467@GL_GENERATE_STDINT_H_TRUE@	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2468@GL_GENERATE_STDINT_H_TRUE@	      -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
2469@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''HAVE_C99_STDINT_H''@/$(HAVE_C99_STDINT_H)/g' \
2470@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
2471@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
2472@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
2473@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
2474@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
2475@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
2476@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
2477@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
2478@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
2479@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
2480@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
2481@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
2482@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
2483@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
2484@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
2485@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
2486@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
2487@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
2488@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
2489@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
2490@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
2491@GL_GENERATE_STDINT_H_TRUE@	      -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \
2492@GL_GENERATE_STDINT_H_TRUE@	      < $(srcdir)/stdint.in.h; \
2493@GL_GENERATE_STDINT_H_TRUE@	} > $@-t && \
2494@GL_GENERATE_STDINT_H_TRUE@	mv $@-t $@
2495@GL_GENERATE_STDINT_H_FALSE@stdint.h: $(top_builddir)/config.status
2496@GL_GENERATE_STDINT_H_FALSE@	rm -f $@
2497
2498# We need the following in order to create <stdio.h> when the system
2499# doesn't have one that works with the given compiler.
2500stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2501	$(AM_V_GEN)rm -f $@-t $@ && \
2502	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2503	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2504	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2505	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2506	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2507	      -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
2508	      -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \
2509	      -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \
2510	      -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \
2511	      -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \
2512	      -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \
2513	      -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \
2514	      -e 's/@''GNULIB_FOPEN''@/$(GNULIB_FOPEN)/g' \
2515	      -e 's/@''GNULIB_FPRINTF''@/$(GNULIB_FPRINTF)/g' \
2516	      -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GNULIB_FPRINTF_POSIX)/g' \
2517	      -e 's/@''GNULIB_FPURGE''@/$(GNULIB_FPURGE)/g' \
2518	      -e 's/@''GNULIB_FPUTC''@/$(GNULIB_FPUTC)/g' \
2519	      -e 's/@''GNULIB_FPUTS''@/$(GNULIB_FPUTS)/g' \
2520	      -e 's/@''GNULIB_FREAD''@/$(GNULIB_FREAD)/g' \
2521	      -e 's/@''GNULIB_FREOPEN''@/$(GNULIB_FREOPEN)/g' \
2522	      -e 's/@''GNULIB_FSCANF''@/$(GNULIB_FSCANF)/g' \
2523	      -e 's/@''GNULIB_FSEEK''@/$(GNULIB_FSEEK)/g' \
2524	      -e 's/@''GNULIB_FSEEKO''@/$(GNULIB_FSEEKO)/g' \
2525	      -e 's/@''GNULIB_FTELL''@/$(GNULIB_FTELL)/g' \
2526	      -e 's/@''GNULIB_FTELLO''@/$(GNULIB_FTELLO)/g' \
2527	      -e 's/@''GNULIB_FWRITE''@/$(GNULIB_FWRITE)/g' \
2528	      -e 's/@''GNULIB_GETC''@/$(GNULIB_GETC)/g' \
2529	      -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \
2530	      -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \
2531	      -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \
2532	      -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \
2533	      -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \
2534	      -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \
2535	      -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \
2536	      -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \
2537	      -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \
2538	      -e 's/@''GNULIB_PRINTF_POSIX''@/$(GNULIB_PRINTF_POSIX)/g' \
2539	      -e 's/@''GNULIB_PUTC''@/$(GNULIB_PUTC)/g' \
2540	      -e 's/@''GNULIB_PUTCHAR''@/$(GNULIB_PUTCHAR)/g' \
2541	      -e 's/@''GNULIB_PUTS''@/$(GNULIB_PUTS)/g' \
2542	      -e 's/@''GNULIB_REMOVE''@/$(GNULIB_REMOVE)/g' \
2543	      -e 's/@''GNULIB_RENAME''@/$(GNULIB_RENAME)/g' \
2544	      -e 's/@''GNULIB_RENAMEAT''@/$(GNULIB_RENAMEAT)/g' \
2545	      -e 's/@''GNULIB_SCANF''@/$(GNULIB_SCANF)/g' \
2546	      -e 's/@''GNULIB_SNPRINTF''@/$(GNULIB_SNPRINTF)/g' \
2547	      -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GNULIB_SPRINTF_POSIX)/g' \
2548	      -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GNULIB_STDIO_H_NONBLOCKING)/g' \
2549	      -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GNULIB_STDIO_H_SIGPIPE)/g' \
2550	      -e 's/@''GNULIB_TMPFILE''@/$(GNULIB_TMPFILE)/g' \
2551	      -e 's/@''GNULIB_VASPRINTF''@/$(GNULIB_VASPRINTF)/g' \
2552	      -e 's/@''GNULIB_VDPRINTF''@/$(GNULIB_VDPRINTF)/g' \
2553	      -e 's/@''GNULIB_VFPRINTF''@/$(GNULIB_VFPRINTF)/g' \
2554	      -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GNULIB_VFPRINTF_POSIX)/g' \
2555	      -e 's/@''GNULIB_VFSCANF''@/$(GNULIB_VFSCANF)/g' \
2556	      -e 's/@''GNULIB_VSCANF''@/$(GNULIB_VSCANF)/g' \
2557	      -e 's/@''GNULIB_VPRINTF''@/$(GNULIB_VPRINTF)/g' \
2558	      -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GNULIB_VPRINTF_POSIX)/g' \
2559	      -e 's/@''GNULIB_VSNPRINTF''@/$(GNULIB_VSNPRINTF)/g' \
2560	      -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GNULIB_VSPRINTF_POSIX)/g' \
2561	      < $(srcdir)/stdio.in.h | \
2562	  sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
2563	      -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \
2564	      -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \
2565	      -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
2566	      -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
2567	      -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
2568	      -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
2569	      -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
2570	      -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
2571	      -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
2572	      -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
2573	      -e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \
2574	      -e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \
2575	      -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
2576	      -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
2577	      -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
2578	      -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
2579	      -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
2580	      -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \
2581	      -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
2582	      -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
2583	      -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
2584	      -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
2585	      -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
2586	      -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
2587	      -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
2588	      -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
2589	      -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
2590	      -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \
2591	      -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
2592	      -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
2593	      -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
2594	      -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \
2595	      -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
2596	      -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \
2597	      -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \
2598	      -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \
2599	      -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
2600	      -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
2601	      -e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \
2602	      -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
2603	      -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \
2604	      -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
2605	      -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
2606	      -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
2607	      -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
2608	      -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
2609	      -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
2610	      -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \
2611	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2612	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2613	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2614	} > $@-t && \
2615	mv $@-t $@
2616
2617# We need the following in order to create <stdlib.h> when the system
2618# doesn't have one that works with the given compiler.
2619stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
2620  $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2621	$(AM_V_GEN)rm -f $@-t $@ && \
2622	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2623	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2624	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2625	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2626	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2627	      -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
2628	      -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \
2629	      -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \
2630	      -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \
2631	      -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \
2632	      -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \
2633	      -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \
2634	      -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \
2635	      -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \
2636	      -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \
2637	      -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \
2638	      -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \
2639	      -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \
2640	      -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \
2641	      -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \
2642	      -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \
2643	      -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \
2644	      -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \
2645	      -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \
2646	      -e 's/@''GNULIB_QSORT_R''@/$(GNULIB_QSORT_R)/g' \
2647	      -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \
2648	      -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \
2649	      -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \
2650	      -e 's/@''GNULIB_REALLOCARRAY''@/$(GNULIB_REALLOCARRAY)/g' \
2651	      -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \
2652	      -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \
2653	      -e 's/@''GNULIB_SECURE_GETENV''@/$(GNULIB_SECURE_GETENV)/g' \
2654	      -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \
2655	      -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \
2656	      -e 's/@''GNULIB_STRTOLD''@/$(GNULIB_STRTOLD)/g' \
2657	      -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \
2658	      -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \
2659	      -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \
2660	      -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \
2661	      -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \
2662	      -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \
2663	      < $(srcdir)/stdlib.in.h | \
2664	  sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
2665	      -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
2666	      -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
2667	      -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
2668	      -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
2669	      -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
2670	      -e 's|@''HAVE_INITSTATE''@|$(HAVE_INITSTATE)|g' \
2671	      -e 's|@''HAVE_DECL_INITSTATE''@|$(HAVE_DECL_INITSTATE)|g' \
2672	      -e 's|@''HAVE_MBTOWC''@|$(HAVE_MBTOWC)|g' \
2673	      -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
2674	      -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
2675	      -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
2676	      -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
2677	      -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
2678	      -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \
2679	      -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
2680	      -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \
2681	      -e 's|@''HAVE_QSORT_R''@|$(HAVE_QSORT_R)|g' \
2682	      -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \
2683	      -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
2684	      -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
2685	      -e 's|@''HAVE_REALLOCARRAY''@|$(HAVE_REALLOCARRAY)|g' \
2686	      -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
2687	      -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
2688	      -e 's|@''HAVE_SECURE_GETENV''@|$(HAVE_SECURE_GETENV)|g' \
2689	      -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
2690	      -e 's|@''HAVE_SETSTATE''@|$(HAVE_SETSTATE)|g' \
2691	      -e 's|@''HAVE_DECL_SETSTATE''@|$(HAVE_DECL_SETSTATE)|g' \
2692	      -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
2693	      -e 's|@''HAVE_STRTOLD''@|$(HAVE_STRTOLD)|g' \
2694	      -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
2695	      -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
2696	      -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
2697	      -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
2698	      -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
2699	      -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \
2700	      -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \
2701	      -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
2702	      -e 's|@''REPLACE_INITSTATE''@|$(REPLACE_INITSTATE)|g' \
2703	      -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
2704	      -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \
2705	      -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
2706	      -e 's|@''REPLACE_PTSNAME''@|$(REPLACE_PTSNAME)|g' \
2707	      -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \
2708	      -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
2709	      -e 's|@''REPLACE_QSORT_R''@|$(REPLACE_QSORT_R)|g' \
2710	      -e 's|@''REPLACE_RANDOM''@|$(REPLACE_RANDOM)|g' \
2711	      -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \
2712	      -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \
2713	      -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
2714	      -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
2715	      -e 's|@''REPLACE_SETSTATE''@|$(REPLACE_SETSTATE)|g' \
2716	      -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
2717	      -e 's|@''REPLACE_STRTOLD''@|$(REPLACE_STRTOLD)|g' \
2718	      -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
2719	      -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \
2720	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2721	      -e '/definition of _Noreturn/r $(_NORETURN_H)' \
2722	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2723	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2724	} > $@-t && \
2725	mv $@-t $@
2726
2727# We need the following in order to create <string.h> when the system
2728# doesn't have one that works with the given compiler.
2729string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2730	$(AM_V_GEN)rm -f $@-t $@ && \
2731	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2732	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2733	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2734	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2735	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2736	      -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
2737	      -e 's/@''GNULIB_EXPLICIT_BZERO''@/$(GNULIB_EXPLICIT_BZERO)/g' \
2738	      -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \
2739	      -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \
2740	      -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \
2741	      -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \
2742	      -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \
2743	      -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \
2744	      -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \
2745	      -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \
2746	      -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \
2747	      -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \
2748	      -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \
2749	      -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \
2750	      -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \
2751	      -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \
2752	      -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \
2753	      -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \
2754	      -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \
2755	      -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \
2756	      -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \
2757	      -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \
2758	      -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \
2759	      -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \
2760	      -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \
2761	      -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \
2762	      -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \
2763	      -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \
2764	      -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \
2765	      -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \
2766	      -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \
2767	      -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \
2768	      -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \
2769	      -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \
2770	      -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \
2771	      -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \
2772	      -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \
2773	      -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \
2774	      -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \
2775	      < $(srcdir)/string.in.h | \
2776	  sed -e 's|@''HAVE_EXPLICIT_BZERO''@|$(HAVE_EXPLICIT_BZERO)|g' \
2777	      -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
2778	      -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
2779	      -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
2780	      -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
2781	      -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
2782	      -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
2783	      -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
2784	      -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
2785	      -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
2786	      -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
2787	      -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
2788	      -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
2789	      -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
2790	      -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
2791	      -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
2792	      -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
2793	      -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
2794	      -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
2795	      -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
2796	      -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
2797	      -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
2798	      -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
2799	      -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
2800	      -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
2801	      -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
2802	      -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
2803	      -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
2804	      -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
2805	      -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
2806	      -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
2807	      -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
2808	      -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
2809	      -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
2810	      -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
2811	      -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
2812	      -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
2813	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2814	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2815	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2816	      < $(srcdir)/string.in.h; \
2817	} > $@-t && \
2818	mv $@-t $@
2819
2820# We need the following in order to create <sys/stat.h> when the system
2821# has one that is incomplete.
2822sys/stat.h: sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2823	$(AM_V_at)$(MKDIR_P) sys
2824	$(AM_V_GEN)rm -f $@-t $@ && \
2825	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2826	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2827	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2828	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2829	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2830	      -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
2831	      -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|$(WINDOWS_64_BIT_ST_SIZE)|g' \
2832	      -e 's|@''WINDOWS_STAT_TIMESPEC''@|$(WINDOWS_STAT_TIMESPEC)|g' \
2833	      -e 's/@''GNULIB_FCHMODAT''@/$(GNULIB_FCHMODAT)/g' \
2834	      -e 's/@''GNULIB_FSTAT''@/$(GNULIB_FSTAT)/g' \
2835	      -e 's/@''GNULIB_FSTATAT''@/$(GNULIB_FSTATAT)/g' \
2836	      -e 's/@''GNULIB_FUTIMENS''@/$(GNULIB_FUTIMENS)/g' \
2837	      -e 's/@''GNULIB_LCHMOD''@/$(GNULIB_LCHMOD)/g' \
2838	      -e 's/@''GNULIB_LSTAT''@/$(GNULIB_LSTAT)/g' \
2839	      -e 's/@''GNULIB_MKDIRAT''@/$(GNULIB_MKDIRAT)/g' \
2840	      -e 's/@''GNULIB_MKFIFO''@/$(GNULIB_MKFIFO)/g' \
2841	      -e 's/@''GNULIB_MKFIFOAT''@/$(GNULIB_MKFIFOAT)/g' \
2842	      -e 's/@''GNULIB_MKNOD''@/$(GNULIB_MKNOD)/g' \
2843	      -e 's/@''GNULIB_MKNODAT''@/$(GNULIB_MKNODAT)/g' \
2844	      -e 's/@''GNULIB_STAT''@/$(GNULIB_STAT)/g' \
2845	      -e 's/@''GNULIB_UTIMENSAT''@/$(GNULIB_UTIMENSAT)/g' \
2846	      -e 's/@''GNULIB_OVERRIDES_STRUCT_STAT''@/$(GNULIB_OVERRIDES_STRUCT_STAT)/g' \
2847	      -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \
2848	      -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \
2849	      -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \
2850	      -e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \
2851	      -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
2852	      -e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \
2853	      -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \
2854	      -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \
2855	      -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \
2856	      -e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \
2857	      -e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \
2858	      -e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \
2859	      -e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \
2860	      -e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \
2861	      -e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \
2862	      -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \
2863	      -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \
2864	      -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \
2865	      -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \
2866	      -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \
2867	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2868	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2869	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2870	      < $(srcdir)/sys_stat.in.h; \
2871	} > $@-t && \
2872	mv $@-t $@
2873
2874# We need the following in order to create <sys/time.h> when the system
2875# doesn't have one that works with the given compiler.
2876sys/time.h: sys_time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2877	$(AM_V_at)$(MKDIR_P) sys
2878	$(AM_V_GEN)rm -f $@-t $@ && \
2879	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2880	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2881	      -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \
2882	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2883	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2884	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2885	      -e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \
2886	      -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
2887	      -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
2888	      -e 's/@''HAVE_GETTIMEOFDAY''@/$(HAVE_GETTIMEOFDAY)/g' \
2889	      -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \
2890	      -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \
2891	      -e 's/@''REPLACE_STRUCT_TIMEVAL''@/$(REPLACE_STRUCT_TIMEVAL)/g' \
2892	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2893	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2894	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2895	      < $(srcdir)/sys_time.in.h; \
2896	} > $@-t && \
2897	mv $@-t $@
2898
2899# We need the following in order to create <sys/types.h> when the system
2900# doesn't have one that works with the given compiler.
2901sys/types.h: sys_types.in.h $(top_builddir)/config.status
2902	$(AM_V_at)$(MKDIR_P) sys
2903	$(AM_V_GEN)rm -f $@-t $@ && \
2904	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2905	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2906	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2907	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2908	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2909	      -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \
2910	      -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
2911	      -e 's|@''WINDOWS_STAT_INODES''@|$(WINDOWS_STAT_INODES)|g' \
2912	      < $(srcdir)/sys_types.in.h; \
2913	} > $@-t && \
2914	mv $@-t $@
2915
2916# We need the following in order to create <sys/wait.h> when the system
2917# has one that is incomplete.
2918sys/wait.h: sys_wait.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
2919	$(AM_V_at)$(MKDIR_P) sys
2920	$(AM_V_GEN)rm -f $@-t $@ && \
2921	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2922	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2923	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2924	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2925	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2926	      -e 's|@''NEXT_SYS_WAIT_H''@|$(NEXT_SYS_WAIT_H)|g' \
2927	      -e 's/@''GNULIB_WAITPID''@/$(GNULIB_WAITPID)/g' \
2928	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2929	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2930	      < $(srcdir)/sys_wait.in.h; \
2931	} > $@-t && \
2932	mv $@-t $@
2933
2934# We need the following in order to create <time.h> when the system
2935# doesn't have one that works with the given compiler.
2936time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2937	$(AM_V_GEN)rm -f $@-t $@ && \
2938	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2939	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2940	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2941	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2942	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2943	      -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
2944	      -e 's/@''GNULIB_CTIME''@/$(GNULIB_CTIME)/g' \
2945	      -e 's/@''GNULIB_LOCALTIME''@/$(GNULIB_LOCALTIME)/g' \
2946	      -e 's/@''GNULIB_MKTIME''@/$(GNULIB_MKTIME)/g' \
2947	      -e 's/@''GNULIB_NANOSLEEP''@/$(GNULIB_NANOSLEEP)/g' \
2948	      -e 's/@''GNULIB_STRFTIME''@/$(GNULIB_STRFTIME)/g' \
2949	      -e 's/@''GNULIB_STRPTIME''@/$(GNULIB_STRPTIME)/g' \
2950	      -e 's/@''GNULIB_TIMEGM''@/$(GNULIB_TIMEGM)/g' \
2951	      -e 's/@''GNULIB_TIME_R''@/$(GNULIB_TIME_R)/g' \
2952	      -e 's/@''GNULIB_TIME_RZ''@/$(GNULIB_TIME_RZ)/g' \
2953	      -e 's/@''GNULIB_TZSET''@/$(GNULIB_TZSET)/g' \
2954	      -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \
2955	      -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
2956	      -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
2957	      -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
2958	      -e 's|@''HAVE_TIMEZONE_T''@|$(HAVE_TIMEZONE_T)|g' \
2959	      -e 's|@''HAVE_TZSET''@|$(HAVE_TZSET)|g' \
2960	      -e 's|@''REPLACE_CTIME''@|$(REPLACE_CTIME)|g' \
2961	      -e 's|@''REPLACE_GMTIME''@|$(REPLACE_GMTIME)|g' \
2962	      -e 's|@''REPLACE_LOCALTIME''@|$(REPLACE_LOCALTIME)|g' \
2963	      -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
2964	      -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
2965	      -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
2966	      -e 's|@''REPLACE_STRFTIME''@|$(REPLACE_STRFTIME)|g' \
2967	      -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
2968	      -e 's|@''REPLACE_TZSET''@|$(REPLACE_TZSET)|g' \
2969	      -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
2970	      -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
2971	      -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
2972	      -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|$(UNISTD_H_DEFINES_STRUCT_TIMESPEC)|g' \
2973	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2974	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2975	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2976	      < $(srcdir)/time.in.h; \
2977	} > $@-t && \
2978	mv $@-t $@
2979
2980# We need the following in order to create an empty placeholder for
2981# <unistd.h> when the system doesn't have one.
2982unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2983	$(AM_V_GEN)rm -f $@-t $@ && \
2984	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2985	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2986	      -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
2987	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2988	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2989	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2990	      -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
2991	      -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
2992	      -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \
2993	      -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \
2994	      -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
2995	      -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \
2996	      -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \
2997	      -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \
2998	      -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \
2999	      -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \
3000	      -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \
3001	      -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \
3002	      -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \
3003	      -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \
3004	      -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \
3005	      -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \
3006	      -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \
3007	      -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \
3008	      -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \
3009	      -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \
3010	      -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \
3011	      -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \
3012	      -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \
3013	      -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \
3014	      -e 's/@''GNULIB_GETPASS''@/$(GNULIB_GETPASS)/g' \
3015	      -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \
3016	      -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \
3017	      -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \
3018	      -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \
3019	      -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \
3020	      -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \
3021	      -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \
3022	      -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \
3023	      -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \
3024	      -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \
3025	      -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \
3026	      -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \
3027	      -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \
3028	      -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \
3029	      -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \
3030	      -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \
3031	      -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \
3032	      -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \
3033	      -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \
3034	      -e 's/@''GNULIB_TRUNCATE''@/$(GNULIB_TRUNCATE)/g' \
3035	      -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \
3036	      -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \
3037	      -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \
3038	      -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \
3039	      -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \
3040	      -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \
3041	      -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \
3042	      -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \
3043	      < $(srcdir)/unistd.in.h | \
3044	  sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
3045	      -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
3046	      -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
3047	      -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
3048	      -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
3049	      -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
3050	      -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
3051	      -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \
3052	      -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
3053	      -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
3054	      -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
3055	      -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
3056	      -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
3057	      -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
3058	      -e 's|@''HAVE_GETPASS''@|$(HAVE_GETPASS)|g' \
3059	      -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \
3060	      -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
3061	      -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
3062	      -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
3063	      -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \
3064	      -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
3065	      -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
3066	      -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
3067	      -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
3068	      -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
3069	      -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \
3070	      -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
3071	      -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
3072	      -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
3073	      -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
3074	      -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
3075	      -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
3076	      -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
3077	      -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \
3078	      -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
3079	      -e 's|@''HAVE_DECL_GETLOGIN''@|$(HAVE_DECL_GETLOGIN)|g' \
3080	      -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
3081	      -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
3082	      -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
3083	      -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \
3084	      -e 's|@''HAVE_DECL_TRUNCATE''@|$(HAVE_DECL_TRUNCATE)|g' \
3085	      -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
3086	      -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
3087	      -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
3088	  | \
3089	  sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
3090	      -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
3091	      -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
3092	      -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
3093	      -e 's|@''REPLACE_FACCESSAT''@|$(REPLACE_FACCESSAT)|g' \
3094	      -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
3095	      -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \
3096	      -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
3097	      -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
3098	      -e 's|@''REPLACE_GETDTABLESIZE''@|$(REPLACE_GETDTABLESIZE)|g' \
3099	      -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
3100	      -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
3101	      -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
3102	      -e 's|@''REPLACE_GETPASS''@|$(REPLACE_GETPASS)|g' \
3103	      -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \
3104	      -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
3105	      -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
3106	      -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
3107	      -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
3108	      -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
3109	      -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
3110	      -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \
3111	      -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
3112	      -e 's|@''REPLACE_READLINKAT''@|$(REPLACE_READLINKAT)|g' \
3113	      -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
3114	      -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
3115	      -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
3116	      -e 's|@''REPLACE_SYMLINKAT''@|$(REPLACE_SYMLINKAT)|g' \
3117	      -e 's|@''REPLACE_TRUNCATE''@|$(REPLACE_TRUNCATE)|g' \
3118	      -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
3119	      -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
3120	      -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
3121	      -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
3122	      -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
3123	      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
3124	      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
3125	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
3126	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
3127	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
3128	} > $@-t && \
3129	mv $@-t $@
3130
3131# We need the following in order to create <wchar.h> when the system
3132# version does not work standalone.
3133wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
3134	$(AM_V_GEN)rm -f $@-t $@ && \
3135	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3136	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
3137	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3138	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3139	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
3140	      -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
3141	      -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
3142	      -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
3143	      -e 's/@''HAVE_CRTDEFS_H''@/$(HAVE_CRTDEFS_H)/g' \
3144	      -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \
3145	      -e 's/@''GNULIB_BTOWC''@/$(GNULIB_BTOWC)/g' \
3146	      -e 's/@''GNULIB_WCTOB''@/$(GNULIB_WCTOB)/g' \
3147	      -e 's/@''GNULIB_MBSINIT''@/$(GNULIB_MBSINIT)/g' \
3148	      -e 's/@''GNULIB_MBRTOWC''@/$(GNULIB_MBRTOWC)/g' \
3149	      -e 's/@''GNULIB_MBRLEN''@/$(GNULIB_MBRLEN)/g' \
3150	      -e 's/@''GNULIB_MBSRTOWCS''@/$(GNULIB_MBSRTOWCS)/g' \
3151	      -e 's/@''GNULIB_MBSNRTOWCS''@/$(GNULIB_MBSNRTOWCS)/g' \
3152	      -e 's/@''GNULIB_WCRTOMB''@/$(GNULIB_WCRTOMB)/g' \
3153	      -e 's/@''GNULIB_WCSRTOMBS''@/$(GNULIB_WCSRTOMBS)/g' \
3154	      -e 's/@''GNULIB_WCSNRTOMBS''@/$(GNULIB_WCSNRTOMBS)/g' \
3155	      -e 's/@''GNULIB_WCWIDTH''@/$(GNULIB_WCWIDTH)/g' \
3156	      -e 's/@''GNULIB_WMEMCHR''@/$(GNULIB_WMEMCHR)/g' \
3157	      -e 's/@''GNULIB_WMEMCMP''@/$(GNULIB_WMEMCMP)/g' \
3158	      -e 's/@''GNULIB_WMEMCPY''@/$(GNULIB_WMEMCPY)/g' \
3159	      -e 's/@''GNULIB_WMEMMOVE''@/$(GNULIB_WMEMMOVE)/g' \
3160	      -e 's/@''GNULIB_WMEMSET''@/$(GNULIB_WMEMSET)/g' \
3161	      -e 's/@''GNULIB_WCSLEN''@/$(GNULIB_WCSLEN)/g' \
3162	      -e 's/@''GNULIB_WCSNLEN''@/$(GNULIB_WCSNLEN)/g' \
3163	      -e 's/@''GNULIB_WCSCPY''@/$(GNULIB_WCSCPY)/g' \
3164	      -e 's/@''GNULIB_WCPCPY''@/$(GNULIB_WCPCPY)/g' \
3165	      -e 's/@''GNULIB_WCSNCPY''@/$(GNULIB_WCSNCPY)/g' \
3166	      -e 's/@''GNULIB_WCPNCPY''@/$(GNULIB_WCPNCPY)/g' \
3167	      -e 's/@''GNULIB_WCSCAT''@/$(GNULIB_WCSCAT)/g' \
3168	      -e 's/@''GNULIB_WCSNCAT''@/$(GNULIB_WCSNCAT)/g' \
3169	      -e 's/@''GNULIB_WCSCMP''@/$(GNULIB_WCSCMP)/g' \
3170	      -e 's/@''GNULIB_WCSNCMP''@/$(GNULIB_WCSNCMP)/g' \
3171	      -e 's/@''GNULIB_WCSCASECMP''@/$(GNULIB_WCSCASECMP)/g' \
3172	      -e 's/@''GNULIB_WCSNCASECMP''@/$(GNULIB_WCSNCASECMP)/g' \
3173	      -e 's/@''GNULIB_WCSCOLL''@/$(GNULIB_WCSCOLL)/g' \
3174	      -e 's/@''GNULIB_WCSXFRM''@/$(GNULIB_WCSXFRM)/g' \
3175	      -e 's/@''GNULIB_WCSDUP''@/$(GNULIB_WCSDUP)/g' \
3176	      -e 's/@''GNULIB_WCSCHR''@/$(GNULIB_WCSCHR)/g' \
3177	      -e 's/@''GNULIB_WCSRCHR''@/$(GNULIB_WCSRCHR)/g' \
3178	      -e 's/@''GNULIB_WCSCSPN''@/$(GNULIB_WCSCSPN)/g' \
3179	      -e 's/@''GNULIB_WCSSPN''@/$(GNULIB_WCSSPN)/g' \
3180	      -e 's/@''GNULIB_WCSPBRK''@/$(GNULIB_WCSPBRK)/g' \
3181	      -e 's/@''GNULIB_WCSSTR''@/$(GNULIB_WCSSTR)/g' \
3182	      -e 's/@''GNULIB_WCSTOK''@/$(GNULIB_WCSTOK)/g' \
3183	      -e 's/@''GNULIB_WCSWIDTH''@/$(GNULIB_WCSWIDTH)/g' \
3184	      -e 's/@''GNULIB_WCSFTIME''@/$(GNULIB_WCSFTIME)/g' \
3185	      < $(srcdir)/wchar.in.h | \
3186	  sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
3187	      -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
3188	      -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
3189	      -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
3190	      -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
3191	      -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
3192	      -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
3193	      -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
3194	      -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
3195	      -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
3196	      -e 's|@''HAVE_WMEMCHR''@|$(HAVE_WMEMCHR)|g' \
3197	      -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \
3198	      -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \
3199	      -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \
3200	      -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \
3201	      -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \
3202	      -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \
3203	      -e 's|@''HAVE_WCSCPY''@|$(HAVE_WCSCPY)|g' \
3204	      -e 's|@''HAVE_WCPCPY''@|$(HAVE_WCPCPY)|g' \
3205	      -e 's|@''HAVE_WCSNCPY''@|$(HAVE_WCSNCPY)|g' \
3206	      -e 's|@''HAVE_WCPNCPY''@|$(HAVE_WCPNCPY)|g' \
3207	      -e 's|@''HAVE_WCSCAT''@|$(HAVE_WCSCAT)|g' \
3208	      -e 's|@''HAVE_WCSNCAT''@|$(HAVE_WCSNCAT)|g' \
3209	      -e 's|@''HAVE_WCSCMP''@|$(HAVE_WCSCMP)|g' \
3210	      -e 's|@''HAVE_WCSNCMP''@|$(HAVE_WCSNCMP)|g' \
3211	      -e 's|@''HAVE_WCSCASECMP''@|$(HAVE_WCSCASECMP)|g' \
3212	      -e 's|@''HAVE_WCSNCASECMP''@|$(HAVE_WCSNCASECMP)|g' \
3213	      -e 's|@''HAVE_WCSCOLL''@|$(HAVE_WCSCOLL)|g' \
3214	      -e 's|@''HAVE_WCSXFRM''@|$(HAVE_WCSXFRM)|g' \
3215	      -e 's|@''HAVE_WCSDUP''@|$(HAVE_WCSDUP)|g' \
3216	      -e 's|@''HAVE_WCSCHR''@|$(HAVE_WCSCHR)|g' \
3217	      -e 's|@''HAVE_WCSRCHR''@|$(HAVE_WCSRCHR)|g' \
3218	      -e 's|@''HAVE_WCSCSPN''@|$(HAVE_WCSCSPN)|g' \
3219	      -e 's|@''HAVE_WCSSPN''@|$(HAVE_WCSSPN)|g' \
3220	      -e 's|@''HAVE_WCSPBRK''@|$(HAVE_WCSPBRK)|g' \
3221	      -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \
3222	      -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \
3223	      -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \
3224	      -e 's|@''HAVE_WCSFTIME''@|$(HAVE_WCSFTIME)|g' \
3225	      -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
3226	      -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
3227	  | \
3228	  sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
3229	      -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
3230	      -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
3231	      -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
3232	      -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
3233	      -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
3234	      -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
3235	      -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
3236	      -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
3237	      -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
3238	      -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
3239	      -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
3240	      -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \
3241	      -e 's|@''REPLACE_WCSFTIME''@|$(REPLACE_WCSFTIME)|g' \
3242	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
3243	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
3244	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
3245	} > $@-t && \
3246	mv $@-t $@
3247
3248# We need the following in order to create <wctype.h> when the system
3249# doesn't have one that works with the given compiler.
3250wctype.h: wctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
3251	$(AM_V_GEN)rm -f $@-t $@ && \
3252	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3253	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
3254	      -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
3255	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3256	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3257	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
3258	      -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \
3259	      -e 's/@''HAVE_CRTDEFS_H''@/$(HAVE_CRTDEFS_H)/g' \
3260	      -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \
3261	      -e 's/@''GNULIB_ISWBLANK''@/$(GNULIB_ISWBLANK)/g' \
3262	      -e 's/@''GNULIB_WCTYPE''@/$(GNULIB_WCTYPE)/g' \
3263	      -e 's/@''GNULIB_ISWCTYPE''@/$(GNULIB_ISWCTYPE)/g' \
3264	      -e 's/@''GNULIB_WCTRANS''@/$(GNULIB_WCTRANS)/g' \
3265	      -e 's/@''GNULIB_TOWCTRANS''@/$(GNULIB_TOWCTRANS)/g' \
3266	      -e 's/@''HAVE_ISWBLANK''@/$(HAVE_ISWBLANK)/g' \
3267	      -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \
3268	      -e 's/@''HAVE_WCTYPE_T''@/$(HAVE_WCTYPE_T)/g' \
3269	      -e 's/@''HAVE_WCTRANS_T''@/$(HAVE_WCTRANS_T)/g' \
3270	      -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \
3271	      -e 's/@''REPLACE_ISWBLANK''@/$(REPLACE_ISWBLANK)/g' \
3272	      -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \
3273	      -e 's/@''REPLACE_TOWLOWER''@/$(REPLACE_TOWLOWER)/g' \
3274	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
3275	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
3276	      < $(srcdir)/wctype.in.h; \
3277	} > $@-t && \
3278	mv $@-t $@
3279
3280mostlyclean-local: mostlyclean-generic
3281	@for dir in '' $(MOSTLYCLEANDIRS); do \
3282	  if test -n "$$dir" && test -d $$dir; then \
3283	    echo "rmdir $$dir"; rmdir $$dir; \
3284	  fi; \
3285	done; \
3286	:
3287
3288# Tell versions [3.59,3.63) of GNU make to not export all variables.
3289# Otherwise a system limit (for SysV at least) may be exceeded.
3290.NOEXPORT:
3291