(open-network-stream): Take a :nowait parameter and pass it on to `make-network-process'.
[bpt/emacs.git] / autogen / Makefile.in
CommitLineData
743c80a7
PE
1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18# Copyright (C) 2002-2011 Free Software Foundation, Inc.
19#
20# This file is free software, distributed under the terms of the GNU
21# General Public License. As a special exception to the GNU General
22# Public License, this file may be distributed as part of a program
23# that contains a configuration script generated by Autoconf, under
24# the same distribution terms as the rest of that program.
25#
26# Generated by gnulib-tool.
4fda9c95 27# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --makefile-name=gnulib.mk --no-libtool --macro-prefix=gl --no-vc-files careadlinkat crypto/md5 dtoastr filemode getloadavg getopt-gnu ignore-value intprops lstat mktime readlink socklen stdio strftime strtoumax symlink sys_stat
743c80a7
PE
28
29VPATH = @srcdir@
30pkgdatadir = $(datadir)/@PACKAGE@
31pkgincludedir = $(includedir)/@PACKAGE@
32pkglibdir = $(libdir)/@PACKAGE@
33pkglibexecdir = $(libexecdir)/@PACKAGE@
34am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
35install_sh_DATA = $(install_sh) -c -m 644
36install_sh_PROGRAM = $(install_sh) -c
37install_sh_SCRIPT = $(install_sh) -c
38INSTALL_HEADER = $(INSTALL_DATA)
39transform = $(program_transform_name)
40NORMAL_INSTALL = :
41PRE_INSTALL = :
42POST_INSTALL = :
43NORMAL_UNINSTALL = :
44PRE_UNINSTALL = :
45POST_UNINSTALL = :
46build_triplet = @build@
47host_triplet = @host@
48DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
2582eaa4 49 $(srcdir)/gnulib.mk COPYING
743c80a7
PE
50subdir = lib
51ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
a451f14b 52am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
36f13e16
PE
53 $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/extensions.m4 \
54 $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/getloadavg.m4 \
55 $(top_srcdir)/m4/getopt.m4 $(top_srcdir)/m4/gl-comp.m4 \
56 $(top_srcdir)/m4/gnulib-common.m4 \
4fda9c95
GM
57 $(top_srcdir)/m4/include_next.m4 $(top_srcdir)/m4/inttypes.m4 \
58 $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/lstat.m4 \
59 $(top_srcdir)/m4/md5.m4 $(top_srcdir)/m4/mktime.m4 \
60 $(top_srcdir)/m4/multiarch.m4 $(top_srcdir)/m4/readlink.m4 \
61 $(top_srcdir)/m4/socklen.m4 $(top_srcdir)/m4/ssize_t.m4 \
62 $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat.m4 \
63 $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stddef_h.m4 \
64 $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/m4/stdio_h.m4 \
65 $(top_srcdir)/m4/stdlib_h.m4 $(top_srcdir)/m4/strftime.m4 \
66 $(top_srcdir)/m4/strtoull.m4 $(top_srcdir)/m4/strtoumax.m4 \
67 $(top_srcdir)/m4/symlink.m4 $(top_srcdir)/m4/sys_stat_h.m4 \
68 $(top_srcdir)/m4/time_h.m4 $(top_srcdir)/m4/time_r.m4 \
69 $(top_srcdir)/m4/tm_gmtoff.m4 $(top_srcdir)/m4/unistd_h.m4 \
70 $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/configure.in
743c80a7
PE
71am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
72 $(ACLOCAL_M4)
6ad6792b 73mkinstalldirs = $(install_sh) -d
743c80a7
PE
74CONFIG_HEADER = $(top_builddir)/src/config.h
75CONFIG_CLEAN_FILES =
76CONFIG_CLEAN_VPATH_FILES =
77LIBRARIES = $(noinst_LIBRARIES)
78AR = ar
79ARFLAGS = cru
80libgnu_a_AR = $(AR) $(ARFLAGS)
81am__DEPENDENCIES_1 =
8d8af66d
GM
82am_libgnu_a_OBJECTS = allocator.$(OBJEXT) careadlinkat.$(OBJEXT) \
83 dtoastr.$(OBJEXT)
743c80a7
PE
84libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS)
85depcomp = $(SHELL) $(top_srcdir)/depcomp
86am__depfiles_maybe = depfiles
87am__mv = mv -f
88COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
89 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
90CCLD = $(CC)
91LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
92SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES)
93DIST_SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES)
94ETAGS = etags
95CTAGS = ctags
96DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
97ACLOCAL = @ACLOCAL@
98ALLOCA = @ALLOCA@
99ALSA_CFLAGS = @ALSA_CFLAGS@
100ALSA_LIBS = @ALSA_LIBS@
101AMTAR = @AMTAR@
1fd182f0 102APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
743c80a7
PE
103AUTOCONF = @AUTOCONF@
104AUTOHEADER = @AUTOHEADER@
105AUTOMAKE = @AUTOMAKE@
106AWK = @AWK@
5f90be1b
PE
107BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
108BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
109BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
110BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
111BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
743c80a7
PE
112BLESSMAIL_TARGET = @BLESSMAIL_TARGET@
113CANNOT_DUMP = @CANNOT_DUMP@
114CC = @CC@
115CCDEPMODE = @CCDEPMODE@
116CFLAGS = @CFLAGS@
117CFLAGS_SOUND = @CFLAGS_SOUND@
118COM_ERRLIB = @COM_ERRLIB@
119CPP = @CPP@
120CPPFLAGS = @CPPFLAGS@
121CRT_DIR = @CRT_DIR@
122CRYPTOLIB = @CRYPTOLIB@
123CYGPATH_W = @CYGPATH_W@
124CYGWIN_OBJ = @CYGWIN_OBJ@
125C_SWITCH_MACHINE = @C_SWITCH_MACHINE@
126C_SWITCH_SYSTEM = @C_SWITCH_SYSTEM@
127C_SWITCH_X_SITE = @C_SWITCH_X_SITE@
128C_SWITCH_X_SYSTEM = @C_SWITCH_X_SYSTEM@
129C_WARNINGS_SWITCH = @C_WARNINGS_SWITCH@
130DBUS_CFLAGS = @DBUS_CFLAGS@
131DBUS_LIBS = @DBUS_LIBS@
132DBUS_OBJ = @DBUS_OBJ@
133DEFS = @DEFS@
134DEPDIR = @DEPDIR@
135DEPFLAGS = @DEPFLAGS@
136DESLIB = @DESLIB@
137ECHO_C = @ECHO_C@
138ECHO_N = @ECHO_N@
139ECHO_T = @ECHO_T@
140EGREP = @EGREP@
141EXEEXT = @EXEEXT@
142FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
143FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
144FONT_OBJ = @FONT_OBJ@
145FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
146FREETYPE_LIBS = @FREETYPE_LIBS@
147GCONF_CFLAGS = @GCONF_CFLAGS@
148GCONF_LIBS = @GCONF_LIBS@
149GETLOADAVG_LIBS = @GETLOADAVG_LIBS@
743c80a7
PE
150GETOPT_H = @GETOPT_H@
151GMALLOC_OBJ = @GMALLOC_OBJ@
79ab4b7f
PE
152GNULIB_ATOLL = @GNULIB_ATOLL@
153GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@
154GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@
e275c824
PE
155GNULIB_CHOWN = @GNULIB_CHOWN@
156GNULIB_CLOSE = @GNULIB_CLOSE@
6ad6792b 157GNULIB_DPRINTF = @GNULIB_DPRINTF@
e275c824
PE
158GNULIB_DUP2 = @GNULIB_DUP2@
159GNULIB_DUP3 = @GNULIB_DUP3@
160GNULIB_ENVIRON = @GNULIB_ENVIRON@
161GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@
162GNULIB_FACCESSAT = @GNULIB_FACCESSAT@
163GNULIB_FCHDIR = @GNULIB_FCHDIR@
5fa4ac76 164GNULIB_FCHMODAT = @GNULIB_FCHMODAT@
e275c824 165GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@
6ad6792b
GM
166GNULIB_FCLOSE = @GNULIB_FCLOSE@
167GNULIB_FFLUSH = @GNULIB_FFLUSH@
ca36e0ff
GM
168GNULIB_FGETC = @GNULIB_FGETC@
169GNULIB_FGETS = @GNULIB_FGETS@
6ad6792b
GM
170GNULIB_FOPEN = @GNULIB_FOPEN@
171GNULIB_FPRINTF = @GNULIB_FPRINTF@
172GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@
173GNULIB_FPURGE = @GNULIB_FPURGE@
174GNULIB_FPUTC = @GNULIB_FPUTC@
175GNULIB_FPUTS = @GNULIB_FPUTS@
ca36e0ff 176GNULIB_FREAD = @GNULIB_FREAD@
6ad6792b 177GNULIB_FREOPEN = @GNULIB_FREOPEN@
ca36e0ff 178GNULIB_FSCANF = @GNULIB_FSCANF@
6ad6792b
GM
179GNULIB_FSEEK = @GNULIB_FSEEK@
180GNULIB_FSEEKO = @GNULIB_FSEEKO@
5fa4ac76 181GNULIB_FSTATAT = @GNULIB_FSTATAT@
e275c824 182GNULIB_FSYNC = @GNULIB_FSYNC@
6ad6792b
GM
183GNULIB_FTELL = @GNULIB_FTELL@
184GNULIB_FTELLO = @GNULIB_FTELLO@
e275c824 185GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@
5fa4ac76 186GNULIB_FUTIMENS = @GNULIB_FUTIMENS@
6ad6792b 187GNULIB_FWRITE = @GNULIB_FWRITE@
ca36e0ff
GM
188GNULIB_GETC = @GNULIB_GETC@
189GNULIB_GETCHAR = @GNULIB_GETCHAR@
e275c824 190GNULIB_GETCWD = @GNULIB_GETCWD@
6ad6792b 191GNULIB_GETDELIM = @GNULIB_GETDELIM@
e275c824
PE
192GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@
193GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@
194GNULIB_GETGROUPS = @GNULIB_GETGROUPS@
195GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@
6ad6792b 196GNULIB_GETLINE = @GNULIB_GETLINE@
79ab4b7f 197GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@
e275c824
PE
198GNULIB_GETLOGIN = @GNULIB_GETLOGIN@
199GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
200GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@
ca36e0ff 201GNULIB_GETS = @GNULIB_GETS@
79ab4b7f 202GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@
e275c824 203GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@
79ab4b7f 204GNULIB_GRANTPT = @GNULIB_GRANTPT@
4fda9c95
GM
205GNULIB_IMAXABS = @GNULIB_IMAXABS@
206GNULIB_IMAXDIV = @GNULIB_IMAXDIV@
5fa4ac76 207GNULIB_LCHMOD = @GNULIB_LCHMOD@
e275c824
PE
208GNULIB_LCHOWN = @GNULIB_LCHOWN@
209GNULIB_LINK = @GNULIB_LINK@
210GNULIB_LINKAT = @GNULIB_LINKAT@
211GNULIB_LSEEK = @GNULIB_LSEEK@
5fa4ac76 212GNULIB_LSTAT = @GNULIB_LSTAT@
79ab4b7f 213GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@
ae0d7250 214GNULIB_MBTOWC = @GNULIB_MBTOWC@
5fa4ac76 215GNULIB_MKDIRAT = @GNULIB_MKDIRAT@
79ab4b7f 216GNULIB_MKDTEMP = @GNULIB_MKDTEMP@
5fa4ac76
PE
217GNULIB_MKFIFO = @GNULIB_MKFIFO@
218GNULIB_MKFIFOAT = @GNULIB_MKFIFOAT@
219GNULIB_MKNOD = @GNULIB_MKNOD@
220GNULIB_MKNODAT = @GNULIB_MKNODAT@
79ab4b7f
PE
221GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@
222GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@
223GNULIB_MKSTEMP = @GNULIB_MKSTEMP@
224GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@
1fd182f0
PE
225GNULIB_MKTIME = @GNULIB_MKTIME@
226GNULIB_NANOSLEEP = @GNULIB_NANOSLEEP@
6ad6792b
GM
227GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@
228GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@
229GNULIB_PERROR = @GNULIB_PERROR@
e275c824
PE
230GNULIB_PIPE = @GNULIB_PIPE@
231GNULIB_PIPE2 = @GNULIB_PIPE2@
6ad6792b 232GNULIB_POPEN = @GNULIB_POPEN@
e275c824 233GNULIB_PREAD = @GNULIB_PREAD@
6ad6792b
GM
234GNULIB_PRINTF = @GNULIB_PRINTF@
235GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@
79ab4b7f 236GNULIB_PTSNAME = @GNULIB_PTSNAME@
6ad6792b
GM
237GNULIB_PUTC = @GNULIB_PUTC@
238GNULIB_PUTCHAR = @GNULIB_PUTCHAR@
79ab4b7f 239GNULIB_PUTENV = @GNULIB_PUTENV@
6ad6792b 240GNULIB_PUTS = @GNULIB_PUTS@
e275c824 241GNULIB_PWRITE = @GNULIB_PWRITE@
79ab4b7f 242GNULIB_RANDOM_R = @GNULIB_RANDOM_R@
ca36e0ff 243GNULIB_READ = @GNULIB_READ@
e275c824
PE
244GNULIB_READLINK = @GNULIB_READLINK@
245GNULIB_READLINKAT = @GNULIB_READLINKAT@
79ab4b7f
PE
246GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@
247GNULIB_REALPATH = @GNULIB_REALPATH@
6ad6792b
GM
248GNULIB_REMOVE = @GNULIB_REMOVE@
249GNULIB_RENAME = @GNULIB_RENAME@
250GNULIB_RENAMEAT = @GNULIB_RENAMEAT@
e275c824 251GNULIB_RMDIR = @GNULIB_RMDIR@
79ab4b7f 252GNULIB_RPMATCH = @GNULIB_RPMATCH@
ca36e0ff 253GNULIB_SCANF = @GNULIB_SCANF@
79ab4b7f 254GNULIB_SETENV = @GNULIB_SETENV@
e275c824 255GNULIB_SLEEP = @GNULIB_SLEEP@
6ad6792b
GM
256GNULIB_SNPRINTF = @GNULIB_SNPRINTF@
257GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@
5fa4ac76 258GNULIB_STAT = @GNULIB_STAT@
ca36e0ff 259GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@
6ad6792b 260GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@
1fd182f0 261GNULIB_STRPTIME = @GNULIB_STRPTIME@
79ab4b7f 262GNULIB_STRTOD = @GNULIB_STRTOD@
4fda9c95 263GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@
79ab4b7f
PE
264GNULIB_STRTOLL = @GNULIB_STRTOLL@
265GNULIB_STRTOULL = @GNULIB_STRTOULL@
4fda9c95 266GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@
e275c824
PE
267GNULIB_SYMLINK = @GNULIB_SYMLINK@
268GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@
79ab4b7f 269GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@
1fd182f0
PE
270GNULIB_TIMEGM = @GNULIB_TIMEGM@
271GNULIB_TIME_R = @GNULIB_TIME_R@
6ad6792b 272GNULIB_TMPFILE = @GNULIB_TMPFILE@
e275c824
PE
273GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@
274GNULIB_UNISTD_H_GETOPT = @GNULIB_UNISTD_H_GETOPT@
ca36e0ff 275GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@
e275c824
PE
276GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@
277GNULIB_UNLINK = @GNULIB_UNLINK@
278GNULIB_UNLINKAT = @GNULIB_UNLINKAT@
79ab4b7f
PE
279GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@
280GNULIB_UNSETENV = @GNULIB_UNSETENV@
e275c824 281GNULIB_USLEEP = @GNULIB_USLEEP@
5fa4ac76 282GNULIB_UTIMENSAT = @GNULIB_UTIMENSAT@
6ad6792b
GM
283GNULIB_VASPRINTF = @GNULIB_VASPRINTF@
284GNULIB_VDPRINTF = @GNULIB_VDPRINTF@
285GNULIB_VFPRINTF = @GNULIB_VFPRINTF@
286GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@
ca36e0ff 287GNULIB_VFSCANF = @GNULIB_VFSCANF@
6ad6792b
GM
288GNULIB_VPRINTF = @GNULIB_VPRINTF@
289GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@
ca36e0ff 290GNULIB_VSCANF = @GNULIB_VSCANF@
6ad6792b
GM
291GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@
292GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@
ae0d7250 293GNULIB_WCTOMB = @GNULIB_WCTOMB@
e275c824 294GNULIB_WRITE = @GNULIB_WRITE@
79ab4b7f 295GNULIB__EXIT = @GNULIB__EXIT@
743c80a7
PE
296GNU_OBJC_CFLAGS = @GNU_OBJC_CFLAGS@
297GREP = @GREP@
298GTK_CFLAGS = @GTK_CFLAGS@
299GTK_LIBS = @GTK_LIBS@
300GTK_OBJ = @GTK_OBJ@
301GZIP_INFO = @GZIP_INFO@
302GZIP_PROG = @GZIP_PROG@
79ab4b7f
PE
303HAVE_ATOLL = @HAVE_ATOLL@
304HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@
e275c824
PE
305HAVE_CHOWN = @HAVE_CHOWN@
306HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@
307HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@
6ad6792b
GM
308HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@
309HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@
310HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@
311HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@
e275c824 312HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@
6ad6792b 313HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@
79ab4b7f 314HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@
e275c824
PE
315HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
316HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@
317HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@
4fda9c95
GM
318HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@
319HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@
1fd182f0 320HAVE_DECL_LOCALTIME_R = @HAVE_DECL_LOCALTIME_R@
6ad6792b 321HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@
79ab4b7f 322HAVE_DECL_SETENV = @HAVE_DECL_SETENV@
6ad6792b 323HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@
4fda9c95
GM
324HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@
325HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@
e275c824 326HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@
79ab4b7f 327HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@
6ad6792b
GM
328HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@
329HAVE_DPRINTF = @HAVE_DPRINTF@
e275c824
PE
330HAVE_DUP2 = @HAVE_DUP2@
331HAVE_DUP3 = @HAVE_DUP3@
332HAVE_EUIDACCESS = @HAVE_EUIDACCESS@
333HAVE_FACCESSAT = @HAVE_FACCESSAT@
334HAVE_FCHDIR = @HAVE_FCHDIR@
5fa4ac76 335HAVE_FCHMODAT = @HAVE_FCHMODAT@
e275c824 336HAVE_FCHOWNAT = @HAVE_FCHOWNAT@
6ad6792b 337HAVE_FSEEKO = @HAVE_FSEEKO@
5fa4ac76 338HAVE_FSTATAT = @HAVE_FSTATAT@
e275c824 339HAVE_FSYNC = @HAVE_FSYNC@
6ad6792b 340HAVE_FTELLO = @HAVE_FTELLO@
e275c824 341HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
5fa4ac76 342HAVE_FUTIMENS = @HAVE_FUTIMENS@
e275c824
PE
343HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@
344HAVE_GETGROUPS = @HAVE_GETGROUPS@
345HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@
346HAVE_GETLOGIN = @HAVE_GETLOGIN@
347HAVE_GETOPT_H = @HAVE_GETOPT_H@
348HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@
79ab4b7f
PE
349HAVE_GETSUBOPT = @HAVE_GETSUBOPT@
350HAVE_GRANTPT = @HAVE_GRANTPT@
5f90be1b 351HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
5fa4ac76 352HAVE_LCHMOD = @HAVE_LCHMOD@
e275c824
PE
353HAVE_LCHOWN = @HAVE_LCHOWN@
354HAVE_LINK = @HAVE_LINK@
355HAVE_LINKAT = @HAVE_LINKAT@
5f90be1b 356HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
5fa4ac76 357HAVE_LSTAT = @HAVE_LSTAT@
743c80a7 358HAVE_MAKEINFO = @HAVE_MAKEINFO@
5fa4ac76 359HAVE_MKDIRAT = @HAVE_MKDIRAT@
79ab4b7f 360HAVE_MKDTEMP = @HAVE_MKDTEMP@
5fa4ac76
PE
361HAVE_MKFIFO = @HAVE_MKFIFO@
362HAVE_MKFIFOAT = @HAVE_MKFIFOAT@
363HAVE_MKNOD = @HAVE_MKNOD@
364HAVE_MKNODAT = @HAVE_MKNODAT@
79ab4b7f
PE
365HAVE_MKOSTEMP = @HAVE_MKOSTEMP@
366HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@
367HAVE_MKSTEMP = @HAVE_MKSTEMP@
368HAVE_MKSTEMPS = @HAVE_MKSTEMPS@
1fd182f0 369HAVE_NANOSLEEP = @HAVE_NANOSLEEP@
e275c824
PE
370HAVE_OS_H = @HAVE_OS_H@
371HAVE_PIPE = @HAVE_PIPE@
372HAVE_PIPE2 = @HAVE_PIPE2@
373HAVE_PREAD = @HAVE_PREAD@
79ab4b7f 374HAVE_PTSNAME = @HAVE_PTSNAME@
e275c824 375HAVE_PWRITE = @HAVE_PWRITE@
79ab4b7f
PE
376HAVE_RANDOM_H = @HAVE_RANDOM_H@
377HAVE_RANDOM_R = @HAVE_RANDOM_R@
e275c824
PE
378HAVE_READLINK = @HAVE_READLINK@
379HAVE_READLINKAT = @HAVE_READLINKAT@
79ab4b7f 380HAVE_REALPATH = @HAVE_REALPATH@
6ad6792b 381HAVE_RENAMEAT = @HAVE_RENAMEAT@
79ab4b7f
PE
382HAVE_RPMATCH = @HAVE_RPMATCH@
383HAVE_SETENV = @HAVE_SETENV@
5f90be1b
PE
384HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
385HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
386HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
e275c824 387HAVE_SLEEP = @HAVE_SLEEP@
5f90be1b 388HAVE_STDINT_H = @HAVE_STDINT_H@
1fd182f0 389HAVE_STRPTIME = @HAVE_STRPTIME@
79ab4b7f
PE
390HAVE_STRTOD = @HAVE_STRTOD@
391HAVE_STRTOLL = @HAVE_STRTOLL@
392HAVE_STRTOULL = @HAVE_STRTOULL@
393HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@
e275c824
PE
394HAVE_SYMLINK = @HAVE_SYMLINK@
395HAVE_SYMLINKAT = @HAVE_SYMLINKAT@
5f90be1b
PE
396HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
397HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
79ab4b7f 398HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@
e275c824 399HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@
5f90be1b 400HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
1fd182f0 401HAVE_TIMEGM = @HAVE_TIMEGM@
e275c824
PE
402HAVE_UNISTD_H = @HAVE_UNISTD_H@
403HAVE_UNLINKAT = @HAVE_UNLINKAT@
79ab4b7f 404HAVE_UNLOCKPT = @HAVE_UNLOCKPT@
5f90be1b 405HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
e275c824 406HAVE_USLEEP = @HAVE_USLEEP@
5fa4ac76 407HAVE_UTIMENSAT = @HAVE_UTIMENSAT@
6ad6792b
GM
408HAVE_VASPRINTF = @HAVE_VASPRINTF@
409HAVE_VDPRINTF = @HAVE_VDPRINTF@
5f90be1b 410HAVE_WCHAR_H = @HAVE_WCHAR_H@
1fd182f0 411HAVE_WCHAR_T = @HAVE_WCHAR_T@
743c80a7 412HAVE_XSERVER = @HAVE_XSERVER@
16c3e636 413HAVE__BOOL = @HAVE__BOOL@
79ab4b7f 414HAVE__EXIT = @HAVE__EXIT@
743c80a7
PE
415IMAGEMAGICK_CFLAGS = @IMAGEMAGICK_CFLAGS@
416IMAGEMAGICK_LIBS = @IMAGEMAGICK_LIBS@
1fd182f0
PE
417INCLUDE_NEXT = @INCLUDE_NEXT@
418INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
743c80a7
PE
419INSTALL = @INSTALL@
420INSTALL_DATA = @INSTALL_DATA@
421INSTALL_INFO = @INSTALL_INFO@
422INSTALL_PROGRAM = @INSTALL_PROGRAM@
423INSTALL_SCRIPT = @INSTALL_SCRIPT@
424INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
4fda9c95
GM
425INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@
426INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@
743c80a7
PE
427KRB4LIB = @KRB4LIB@
428KRB5LIB = @KRB5LIB@
429LDFLAGS = @LDFLAGS@
430LD_FIRSTFLAG = @LD_FIRSTFLAG@
431LD_SWITCH_SYSTEM = @LD_SWITCH_SYSTEM@
432LD_SWITCH_SYSTEM_TEMACS = @LD_SWITCH_SYSTEM_TEMACS@
433LD_SWITCH_X_SITE = @LD_SWITCH_X_SITE@
434LD_SWITCH_X_SITE_AUX = @LD_SWITCH_X_SITE_AUX@
435LD_SWITCH_X_SITE_AUX_RPATH = @LD_SWITCH_X_SITE_AUX_RPATH@
436LIBGIF = @LIBGIF@
437LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@
438LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@
439LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
440LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
441LIBGPM = @LIBGPM@
442LIBHESIOD = @LIBHESIOD@
e275c824 443LIBINTL = @LIBINTL@
743c80a7
PE
444LIBJPEG = @LIBJPEG@
445LIBOBJS = @LIBOBJS@
446LIBOTF_CFLAGS = @LIBOTF_CFLAGS@
447LIBOTF_LIBS = @LIBOTF_LIBS@
448LIBPNG = @LIBPNG@
449LIBRESOLV = @LIBRESOLV@
450LIBS = @LIBS@
451LIBSELINUX_LIBS = @LIBSELINUX_LIBS@
452LIBSOUND = @LIBSOUND@
453LIBS_MAIL = @LIBS_MAIL@
454LIBS_SYSTEM = @LIBS_SYSTEM@
455LIBS_TERMCAP = @LIBS_TERMCAP@
456LIBTIFF = @LIBTIFF@
457LIBXMENU = @LIBXMENU@
458LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
459LIBXML2_LIBS = @LIBXML2_LIBS@
460LIBXMU = @LIBXMU@
461LIBXPM = @LIBXPM@
462LIBXSM = @LIBXSM@
463LIBXTR6 = @LIBXTR6@
464LIBXT_OTHER = @LIBXT_OTHER@
465LIBX_OTHER = @LIBX_OTHER@
466LIB_GCC = @LIB_GCC@
467LIB_MATH = @LIB_MATH@
468LIB_STANDARD = @LIB_STANDARD@
e275c824 469LTLIBINTL = @LTLIBINTL@
743c80a7
PE
470LTLIBOBJS = @LTLIBOBJS@
471M17N_FLT_CFLAGS = @M17N_FLT_CFLAGS@
472M17N_FLT_LIBS = @M17N_FLT_LIBS@
473MAINT = @MAINT@
474MAKEINFO = @MAKEINFO@
475MKDEPDIR = @MKDEPDIR@
476MKDIR_P = @MKDIR_P@
477MOUSE_SUPPORT = @MOUSE_SUPPORT@
478M_FILE = @M_FILE@
e275c824 479NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = @NEXT_AS_FIRST_DIRECTIVE_GETOPT_H@
4fda9c95 480NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@
1fd182f0 481NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@
5f90be1b 482NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@
6ad6792b 483NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@
79ab4b7f 484NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@
5fa4ac76 485NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H@
1fd182f0 486NEXT_AS_FIRST_DIRECTIVE_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_TIME_H@
e275c824
PE
487NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@
488NEXT_GETOPT_H = @NEXT_GETOPT_H@
4fda9c95 489NEXT_INTTYPES_H = @NEXT_INTTYPES_H@
1fd182f0 490NEXT_STDDEF_H = @NEXT_STDDEF_H@
5f90be1b 491NEXT_STDINT_H = @NEXT_STDINT_H@
6ad6792b 492NEXT_STDIO_H = @NEXT_STDIO_H@
79ab4b7f 493NEXT_STDLIB_H = @NEXT_STDLIB_H@
5fa4ac76 494NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@
1fd182f0 495NEXT_TIME_H = @NEXT_TIME_H@
e275c824 496NEXT_UNISTD_H = @NEXT_UNISTD_H@
743c80a7 497NS_OBJ = @NS_OBJ@
caf82551 498NS_OBJC_OBJ = @NS_OBJC_OBJ@
743c80a7
PE
499NS_SUPPORT = @NS_SUPPORT@
500OBJEXT = @OBJEXT@
501OLDXMENU = @OLDXMENU@
502OLDXMENU_DEPS = @OLDXMENU_DEPS@
503OLDXMENU_TARGET = @OLDXMENU_TARGET@
504OTHER_FILES = @OTHER_FILES@
505PACKAGE = @PACKAGE@
506PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
507PACKAGE_NAME = @PACKAGE_NAME@
508PACKAGE_STRING = @PACKAGE_STRING@
509PACKAGE_TARNAME = @PACKAGE_TARNAME@
510PACKAGE_URL = @PACKAGE_URL@
511PACKAGE_VERSION = @PACKAGE_VERSION@
512PATH_SEPARATOR = @PATH_SEPARATOR@
513PKG_CONFIG = @PKG_CONFIG@
514POST_ALLOC_OBJ = @POST_ALLOC_OBJ@
1fd182f0
PE
515PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
516PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
743c80a7 517PRE_ALLOC_OBJ = @PRE_ALLOC_OBJ@
4fda9c95
GM
518PRIPTR_PREFIX = @PRIPTR_PREFIX@
519PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
743c80a7 520PROFILING_CFLAGS = @PROFILING_CFLAGS@
1fd182f0 521PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
5f90be1b 522PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
743c80a7
PE
523RALLOC_OBJ = @RALLOC_OBJ@
524RANLIB = @RANLIB@
79ab4b7f
PE
525REPLACE_CALLOC = @REPLACE_CALLOC@
526REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@
e275c824
PE
527REPLACE_CHOWN = @REPLACE_CHOWN@
528REPLACE_CLOSE = @REPLACE_CLOSE@
6ad6792b 529REPLACE_DPRINTF = @REPLACE_DPRINTF@
e275c824
PE
530REPLACE_DUP = @REPLACE_DUP@
531REPLACE_DUP2 = @REPLACE_DUP2@
532REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@
6ad6792b
GM
533REPLACE_FCLOSE = @REPLACE_FCLOSE@
534REPLACE_FFLUSH = @REPLACE_FFLUSH@
535REPLACE_FOPEN = @REPLACE_FOPEN@
536REPLACE_FPRINTF = @REPLACE_FPRINTF@
537REPLACE_FPURGE = @REPLACE_FPURGE@
538REPLACE_FREOPEN = @REPLACE_FREOPEN@
539REPLACE_FSEEK = @REPLACE_FSEEK@
540REPLACE_FSEEKO = @REPLACE_FSEEKO@
5fa4ac76
PE
541REPLACE_FSTAT = @REPLACE_FSTAT@
542REPLACE_FSTATAT = @REPLACE_FSTATAT@
6ad6792b
GM
543REPLACE_FTELL = @REPLACE_FTELL@
544REPLACE_FTELLO = @REPLACE_FTELLO@
5fa4ac76 545REPLACE_FUTIMENS = @REPLACE_FUTIMENS@
e275c824 546REPLACE_GETCWD = @REPLACE_GETCWD@
6ad6792b 547REPLACE_GETDELIM = @REPLACE_GETDELIM@
e275c824
PE
548REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@
549REPLACE_GETGROUPS = @REPLACE_GETGROUPS@
6ad6792b 550REPLACE_GETLINE = @REPLACE_GETLINE@
e275c824
PE
551REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@
552REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@
553REPLACE_LCHOWN = @REPLACE_LCHOWN@
554REPLACE_LINK = @REPLACE_LINK@
555REPLACE_LINKAT = @REPLACE_LINKAT@
1fd182f0 556REPLACE_LOCALTIME_R = @REPLACE_LOCALTIME_R@
e275c824 557REPLACE_LSEEK = @REPLACE_LSEEK@
5fa4ac76 558REPLACE_LSTAT = @REPLACE_LSTAT@
79ab4b7f 559REPLACE_MALLOC = @REPLACE_MALLOC@
ae0d7250 560REPLACE_MBTOWC = @REPLACE_MBTOWC@
5fa4ac76
PE
561REPLACE_MKDIR = @REPLACE_MKDIR@
562REPLACE_MKFIFO = @REPLACE_MKFIFO@
563REPLACE_MKNOD = @REPLACE_MKNOD@
79ab4b7f 564REPLACE_MKSTEMP = @REPLACE_MKSTEMP@
1fd182f0
PE
565REPLACE_MKTIME = @REPLACE_MKTIME@
566REPLACE_NANOSLEEP = @REPLACE_NANOSLEEP@
567REPLACE_NULL = @REPLACE_NULL@
6ad6792b
GM
568REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@
569REPLACE_PERROR = @REPLACE_PERROR@
570REPLACE_POPEN = @REPLACE_POPEN@
e275c824 571REPLACE_PREAD = @REPLACE_PREAD@
6ad6792b 572REPLACE_PRINTF = @REPLACE_PRINTF@
79ab4b7f 573REPLACE_PUTENV = @REPLACE_PUTENV@
e275c824 574REPLACE_PWRITE = @REPLACE_PWRITE@
ca36e0ff 575REPLACE_READ = @REPLACE_READ@
e275c824 576REPLACE_READLINK = @REPLACE_READLINK@
79ab4b7f
PE
577REPLACE_REALLOC = @REPLACE_REALLOC@
578REPLACE_REALPATH = @REPLACE_REALPATH@
6ad6792b
GM
579REPLACE_REMOVE = @REPLACE_REMOVE@
580REPLACE_RENAME = @REPLACE_RENAME@
581REPLACE_RENAMEAT = @REPLACE_RENAMEAT@
e275c824 582REPLACE_RMDIR = @REPLACE_RMDIR@
79ab4b7f 583REPLACE_SETENV = @REPLACE_SETENV@
e275c824 584REPLACE_SLEEP = @REPLACE_SLEEP@
6ad6792b
GM
585REPLACE_SNPRINTF = @REPLACE_SNPRINTF@
586REPLACE_SPRINTF = @REPLACE_SPRINTF@
5fa4ac76 587REPLACE_STAT = @REPLACE_STAT@
ca36e0ff 588REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@
6ad6792b 589REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@
79ab4b7f 590REPLACE_STRTOD = @REPLACE_STRTOD@
e275c824 591REPLACE_SYMLINK = @REPLACE_SYMLINK@
1fd182f0 592REPLACE_TIMEGM = @REPLACE_TIMEGM@
6ad6792b 593REPLACE_TMPFILE = @REPLACE_TMPFILE@
e275c824
PE
594REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@
595REPLACE_UNLINK = @REPLACE_UNLINK@
596REPLACE_UNLINKAT = @REPLACE_UNLINKAT@
79ab4b7f 597REPLACE_UNSETENV = @REPLACE_UNSETENV@
e275c824 598REPLACE_USLEEP = @REPLACE_USLEEP@
5fa4ac76 599REPLACE_UTIMENSAT = @REPLACE_UTIMENSAT@
6ad6792b
GM
600REPLACE_VASPRINTF = @REPLACE_VASPRINTF@
601REPLACE_VDPRINTF = @REPLACE_VDPRINTF@
602REPLACE_VFPRINTF = @REPLACE_VFPRINTF@
603REPLACE_VPRINTF = @REPLACE_VPRINTF@
604REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@
605REPLACE_VSPRINTF = @REPLACE_VSPRINTF@
ae0d7250 606REPLACE_WCTOMB = @REPLACE_WCTOMB@
e275c824 607REPLACE_WRITE = @REPLACE_WRITE@
743c80a7
PE
608RSVG_CFLAGS = @RSVG_CFLAGS@
609RSVG_LIBS = @RSVG_LIBS@
610SET_MAKE = @SET_MAKE@
611SHELL = @SHELL@
5f90be1b
PE
612SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
613SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
743c80a7 614START_FILES = @START_FILES@
16c3e636 615STDBOOL_H = @STDBOOL_H@
1fd182f0 616STDDEF_H = @STDDEF_H@
5f90be1b 617STDINT_H = @STDINT_H@
743c80a7 618STRIP = @STRIP@
1fd182f0 619SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
743c80a7
PE
620S_FILE = @S_FILE@
621TEMACS_LDFLAGS2 = @TEMACS_LDFLAGS2@
622TERMCAP_OBJ = @TERMCAP_OBJ@
1fd182f0 623TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
743c80a7
PE
624TOOLKIT_LIBW = @TOOLKIT_LIBW@
625TOOLTIP_SUPPORT = @TOOLTIP_SUPPORT@
4fda9c95
GM
626UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@
627UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@
743c80a7 628UNEXEC_OBJ = @UNEXEC_OBJ@
e275c824
PE
629UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@
630UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@
743c80a7
PE
631VERSION = @VERSION@
632VMLIMIT_OBJ = @VMLIMIT_OBJ@
5f90be1b 633WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
743c80a7
PE
634WIDGET_OBJ = @WIDGET_OBJ@
635WINDOW_SUPPORT = @WINDOW_SUPPORT@
5f90be1b 636WINT_T_SUFFIX = @WINT_T_SUFFIX@
743c80a7
PE
637XFT_CFLAGS = @XFT_CFLAGS@
638XFT_LIBS = @XFT_LIBS@
639XMENU_OBJ = @XMENU_OBJ@
640XMKMF = @XMKMF@
641XOBJ = @XOBJ@
642X_TOOLKIT_TYPE = @X_TOOLKIT_TYPE@
643abs_builddir = @abs_builddir@
644abs_srcdir = @abs_srcdir@
645abs_top_builddir = @abs_top_builddir@
646abs_top_srcdir = @abs_top_srcdir@
647ac_ct_CC = @ac_ct_CC@
648am__include = @am__include@
649am__leading_dot = @am__leading_dot@
650am__quote = @am__quote@
651am__tar = @am__tar@
652am__untar = @am__untar@
653archlibdir = @archlibdir@
654bindir = @bindir@
655bitmapdir = @bitmapdir@
656build = @build@
657build_alias = @build_alias@
658build_cpu = @build_cpu@
659build_os = @build_os@
660build_vendor = @build_vendor@
661builddir = @builddir@
662canonical = @canonical@
663configuration = @configuration@
664datadir = @datadir@
665datarootdir = @datarootdir@
666docdir = @docdir@
667dvidir = @dvidir@
668etcdir = @etcdir@
669exec_prefix = @exec_prefix@
670gamedir = @gamedir@
671gameuser = @gameuser@
672gl_LIBOBJS = @gl_LIBOBJS@
673gl_LTLIBOBJS = @gl_LTLIBOBJS@
674gltests_LIBOBJS = @gltests_LIBOBJS@
675gltests_LTLIBOBJS = @gltests_LTLIBOBJS@
676gltests_WITNESS = @gltests_WITNESS@
677host = @host@
678host_alias = @host_alias@
679host_cpu = @host_cpu@
680host_os = @host_os@
681host_vendor = @host_vendor@
682htmldir = @htmldir@
683includedir = @includedir@
684infodir = @infodir@
685install_sh = @install_sh@
686libdir = @libdir@
687libexecdir = @libexecdir@
688liblockfile = @liblockfile@
689lispdir = @lispdir@
690lisppath = @lisppath@
691localedir = @localedir@
692locallisppath = @locallisppath@
693localstatedir = @localstatedir@
694mandir = @mandir@
695mkdir_p = @mkdir_p@
696ns_appbindir = @ns_appbindir@
697ns_appdir = @ns_appdir@
698ns_appresdir = @ns_appresdir@
699ns_appsrc = @ns_appsrc@
700oldincludedir = @oldincludedir@
701pdfdir = @pdfdir@
702prefix = @prefix@
703program_transform_name = @program_transform_name@
704psdir = @psdir@
705sbindir = @sbindir@
706sharedstatedir = @sharedstatedir@
707srcdir = @srcdir@
708sysconfdir = @sysconfdir@
709target_alias = @target_alias@
710top_build_prefix = @top_build_prefix@
711top_builddir = @top_builddir@
712top_srcdir = @top_srcdir@
713version = @version@
714x_default_search_path = @x_default_search_path@
1fd182f0
PE
715
716# The BUILT_SOURCES created by this Makefile snippet are not used via #include
717# statements but through direct file reference. Therefore this snippet must be
718# present in all Makefile.am that need it. This is ensured by the applicability
719# 'all' defined above.
720
721# The BUILT_SOURCES created by this Makefile snippet are not used via #include
722# statements but through direct file reference. Therefore this snippet must be
723# present in all Makefile.am that need it. This is ensured by the applicability
724# 'all' defined above.
4fda9c95
GM
725BUILT_SOURCES = arg-nonnull.h c++defs.h $(GETOPT_H) inttypes.h \
726 $(STDBOOL_H) $(STDDEF_H) $(STDINT_H) stdio.h stdlib.h \
727 sys/stat.h time.h unistd.h warn-on-use.h
8d8af66d
GM
728EXTRA_DIST = allocator.h $(top_srcdir)/./arg-nonnull.h \
729 $(top_srcdir)/./c++defs.h careadlinkat.h md5.c md5.h dosname.h \
730 ftoastr.c ftoastr.h filemode.c filemode.h getloadavg.c \
4fda9c95
GM
731 getopt.c getopt.in.h getopt1.c getopt_int.h intprops.h \
732 inttypes.in.h lstat.c mktime-internal.h mktime.c readlink.c \
733 stat.c stdbool.in.h stddef.in.h stdint.in.h stdio.in.h \
734 stdlib.in.h strftime.c strftime.h strtol.c strtoul.c \
735 strtoull.c strtoimax.c strtoumax.c symlink.c sys_stat.in.h \
736 time.in.h time_r.c unistd.in.h $(top_srcdir)/./warn-on-use.h
5fa4ac76 737MOSTLYCLEANDIRS = sys
1fd182f0 738MOSTLYCLEANFILES = core *.stackdump arg-nonnull.h arg-nonnull.h-t \
4fda9c95
GM
739 c++defs.h c++defs.h-t getopt.h getopt.h-t inttypes.h \
740 inttypes.h-t stdbool.h stdbool.h-t stddef.h stddef.h-t \
741 stdint.h stdint.h-t stdio.h stdio.h-t stdlib.h stdlib.h-t \
742 sys/stat.h sys/stat.h-t time.h time.h-t unistd.h unistd.h-t \
743 warn-on-use.h warn-on-use.h-t
743c80a7
PE
744noinst_LIBRARIES = libgnu.a
745DEFAULT_INCLUDES = -I. -I../src -I$(top_srcdir)/src
8d8af66d 746libgnu_a_SOURCES = allocator.c careadlinkat.c dtoastr.c gettext.h \
4fda9c95 747 ignore-value.h verify.h
743c80a7
PE
748libgnu_a_LIBADD = $(gl_LIBOBJS)
749libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
5fa4ac76 750EXTRA_libgnu_a_SOURCES = md5.c ftoastr.c filemode.c getloadavg.c \
ae0d7250 751 getopt.c getopt1.c lstat.c mktime.c readlink.c stat.c \
4fda9c95
GM
752 strftime.c strtol.c strtoul.c strtoull.c strtoimax.c \
753 strtoumax.c symlink.c time_r.c
1fd182f0
PE
754ARG_NONNULL_H = arg-nonnull.h
755CXXDEFS_H = c++defs.h
756WARN_ON_USE_H = warn-on-use.h
743c80a7
PE
757all: $(BUILT_SOURCES)
758 $(MAKE) $(AM_MAKEFLAGS) all-am
759
760.SUFFIXES:
761.SUFFIXES: .c .o .obj
762$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/gnulib.mk $(am__configure_deps)
763 @for dep in $?; do \
764 case '$(am__configure_deps)' in \
765 *$$dep*) \
766 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
767 && { if test -f $@; then exit 0; else break; fi; }; \
768 exit 1;; \
769 esac; \
770 done; \
771 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
772 $(am__cd) $(top_srcdir) && \
773 $(AUTOMAKE) --gnu lib/Makefile
774.PRECIOUS: Makefile
775Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
776 @case '$?' in \
777 *config.status*) \
778 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
779 *) \
780 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
781 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
782 esac;
783
784$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
785 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
786
787$(top_srcdir)/configure: $(am__configure_deps)
788 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
789$(ACLOCAL_M4): $(am__aclocal_m4_deps)
790 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
791$(am__aclocal_m4_deps):
792
793clean-noinstLIBRARIES:
794 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
795libgnu.a: $(libgnu_a_OBJECTS) $(libgnu_a_DEPENDENCIES)
796 -rm -f libgnu.a
797 $(libgnu_a_AR) libgnu.a $(libgnu_a_OBJECTS) $(libgnu_a_LIBADD)
798 $(RANLIB) libgnu.a
799
800mostlyclean-compile:
801 -rm -f *.$(OBJEXT)
802
803distclean-compile:
804 -rm -f *.tab.c
805
8d8af66d 806@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/allocator.Po@am__quote@
6c051bab 807@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/careadlinkat.Po@am__quote@
a451f14b 808@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dtoastr.Po@am__quote@
5fa4ac76 809@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filemode.Po@am__quote@
a451f14b 810@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ftoastr.Po@am__quote@
79ab4b7f 811@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getloadavg.Po@am__quote@
e275c824
PE
812@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
813@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
ae0d7250 814@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lstat.Po@am__quote@
942f733f 815@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Po@am__quote@
1fd182f0 816@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mktime.Po@am__quote@
ae0d7250
PE
817@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readlink.Po@am__quote@
818@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stat.Po@am__quote@
16c3e636 819@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strftime.Po@am__quote@
4fda9c95
GM
820@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtoimax.Po@am__quote@
821@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtol.Po@am__quote@
822@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtoul.Po@am__quote@
823@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtoull.Po@am__quote@
824@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtoumax.Po@am__quote@
ae0d7250 825@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symlink.Po@am__quote@
1fd182f0 826@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time_r.Po@am__quote@
743c80a7
PE
827
828.c.o:
829@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
830@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
831@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
832@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
833@am__fastdepCC_FALSE@ $(COMPILE) -c $<
834
835.c.obj:
836@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
837@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
838@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
839@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
840@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
841
842ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
843 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
844 unique=`for i in $$list; do \
845 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
846 done | \
847 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
848 END { if (nonempty) { for (i in files) print i; }; }'`; \
849 mkid -fID $$unique
850tags: TAGS
851
852TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
853 $(TAGS_FILES) $(LISP)
854 set x; \
855 here=`pwd`; \
856 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
857 unique=`for i in $$list; do \
858 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
859 done | \
860 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
861 END { if (nonempty) { for (i in files) print i; }; }'`; \
862 shift; \
863 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
864 test -n "$$unique" || unique=$$empty_fix; \
865 if test $$# -gt 0; then \
866 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
867 "$$@" $$unique; \
868 else \
869 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
870 $$unique; \
871 fi; \
872 fi
873ctags: CTAGS
874CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
875 $(TAGS_FILES) $(LISP)
876 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
877 unique=`for i in $$list; do \
878 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
879 done | \
880 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
881 END { if (nonempty) { for (i in files) print i; }; }'`; \
882 test -z "$(CTAGS_ARGS)$$unique" \
883 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
884 $$unique
885
886GTAGS:
887 here=`$(am__cd) $(top_builddir) && pwd` \
888 && $(am__cd) $(top_srcdir) \
889 && gtags -i $(GTAGS_ARGS) "$$here"
890
891distclean-tags:
892 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
893
894distdir: $(DISTFILES)
895 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
896 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
897 list='$(DISTFILES)'; \
898 dist_files=`for file in $$list; do echo $$file; done | \
899 sed -e "s|^$$srcdirstrip/||;t" \
900 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
901 case $$dist_files in \
902 */*) $(MKDIR_P) `echo "$$dist_files" | \
903 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
904 sort -u` ;; \
905 esac; \
906 for file in $$dist_files; do \
907 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
908 if test -d $$d/$$file; then \
909 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
910 if test -d "$(distdir)/$$file"; then \
911 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
912 fi; \
913 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
914 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
915 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
916 fi; \
917 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
918 else \
919 test -f "$(distdir)/$$file" \
920 || cp -p $$d/$$file "$(distdir)/$$file" \
921 || exit 1; \
922 fi; \
923 done
924check-am: all-am
925check: $(BUILT_SOURCES)
926 $(MAKE) $(AM_MAKEFLAGS) check-am
e765a388 927all-am: Makefile $(LIBRARIES)
743c80a7
PE
928installdirs:
929install: $(BUILT_SOURCES)
930 $(MAKE) $(AM_MAKEFLAGS) install-am
931install-exec: install-exec-am
932install-data: install-data-am
933uninstall: uninstall-am
934
935install-am: all-am
936 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
937
938installcheck: installcheck-am
939install-strip:
940 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
941 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
942 `test -z '$(STRIP)' || \
943 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
944mostlyclean-generic:
945 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
946
947clean-generic:
948
949distclean-generic:
950 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
951 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
952
953maintainer-clean-generic:
954 @echo "This command is intended for maintainers to use"
955 @echo "it deletes files that may require special tools to rebuild."
956 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
957clean: clean-am
958
959clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
960
961distclean: distclean-am
962 -rm -rf ./$(DEPDIR)
963 -rm -f Makefile
964distclean-am: clean-am distclean-compile distclean-generic \
965 distclean-tags
966
967dvi: dvi-am
968
969dvi-am:
970
971html: html-am
972
973html-am:
974
975info: info-am
976
977info-am:
978
e765a388 979install-data-am:
743c80a7
PE
980
981install-dvi: install-dvi-am
982
983install-dvi-am:
984
985install-exec-am:
986
987install-html: install-html-am
988
989install-html-am:
990
991install-info: install-info-am
992
993install-info-am:
994
995install-man:
996
997install-pdf: install-pdf-am
998
999install-pdf-am:
1000
1001install-ps: install-ps-am
1002
1003install-ps-am:
1004
1005installcheck-am:
1006
1007maintainer-clean: maintainer-clean-am
1008 -rm -rf ./$(DEPDIR)
1009 -rm -f Makefile
1010maintainer-clean-am: distclean-am maintainer-clean-generic
1011
1012mostlyclean: mostlyclean-am
1013
1014mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1015 mostlyclean-local
1016
1017pdf: pdf-am
1018
1019pdf-am:
1020
1021ps: ps-am
1022
1023ps-am:
1024
e765a388 1025uninstall-am:
743c80a7
PE
1026
1027.MAKE: all check install install-am install-strip
1028
1029.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1030 clean-noinstLIBRARIES ctags distclean distclean-compile \
1031 distclean-generic distclean-tags distdir dvi dvi-am html \
1032 html-am info info-am install install-am install-data \
1033 install-data-am install-dvi install-dvi-am install-exec \
1034 install-exec-am install-html install-html-am install-info \
e765a388
PE
1035 install-info-am install-man install-pdf install-pdf-am \
1036 install-ps install-ps-am install-strip installcheck \
1037 installcheck-am installdirs maintainer-clean \
1038 maintainer-clean-generic mostlyclean mostlyclean-compile \
1039 mostlyclean-generic mostlyclean-local pdf pdf-am ps ps-am tags \
1040 uninstall uninstall-am
743c80a7 1041
1fd182f0
PE
1042# The arg-nonnull.h that gets inserted into generated .h files is the same as
1043# build-aux/arg-nonnull.h, except that it has the copyright header cut off.
1044arg-nonnull.h: $(top_srcdir)/./arg-nonnull.h
1045 $(AM_V_GEN)rm -f $@-t $@ && \
1046 sed -n -e '/GL_ARG_NONNULL/,$$p' \
1047 < $(top_srcdir)/./arg-nonnull.h \
1048 > $@-t && \
1049 mv $@-t $@
1050# The c++defs.h that gets inserted into generated .h files is the same as
1051# build-aux/c++defs.h, except that it has the copyright header cut off.
1052c++defs.h: $(top_srcdir)/./c++defs.h
1053 $(AM_V_GEN)rm -f $@-t $@ && \
1054 sed -n -e '/_GL_CXXDEFS/,$$p' \
1055 < $(top_srcdir)/./c++defs.h \
1056 > $@-t && \
1057 mv $@-t $@
1058
e275c824
PE
1059# We need the following in order to create <getopt.h> when the system
1060# doesn't have one that works with the given compiler.
6c051bab 1061getopt.h: getopt.in.h $(top_builddir)/config.status $(ARG_NONNULL_H)
e275c824
PE
1062 $(AM_V_GEN)rm -f $@-t $@ && \
1063 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1064 sed -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \
1065 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1066 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1067 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1068 -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \
1069 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1070 < $(srcdir)/getopt.in.h; \
1071 } > $@-t && \
1072 mv -f $@-t $@
1073
4fda9c95
GM
1074# We need the following in order to create <inttypes.h> when the system
1075# doesn't have one that works with the given compiler.
1076inttypes.h: inttypes.in.h $(top_builddir)/config.status $(WARN_ON_USE_H) $(ARG_NONNULL_H)
1077 $(AM_V_GEN)rm -f $@-t $@ && \
1078 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1079 sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
1080 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1081 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1082 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1083 -e 's|@''NEXT_INTTYPES_H''@|$(NEXT_INTTYPES_H)|g' \
1084 -e 's/@''PRI_MACROS_BROKEN''@/$(PRI_MACROS_BROKEN)/g' \
1085 -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
1086 -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
1087 -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
1088 -e 's/@''PRIPTR_PREFIX''@/$(PRIPTR_PREFIX)/g' \
1089 -e 's/@''GNULIB_IMAXABS''@/$(GNULIB_IMAXABS)/g' \
1090 -e 's/@''GNULIB_IMAXDIV''@/$(GNULIB_IMAXDIV)/g' \
1091 -e 's/@''GNULIB_STRTOIMAX''@/$(GNULIB_STRTOIMAX)/g' \
1092 -e 's/@''GNULIB_STRTOUMAX''@/$(GNULIB_STRTOUMAX)/g' \
1093 -e 's/@''HAVE_DECL_IMAXABS''@/$(HAVE_DECL_IMAXABS)/g' \
1094 -e 's/@''HAVE_DECL_IMAXDIV''@/$(HAVE_DECL_IMAXDIV)/g' \
1095 -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \
1096 -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \
1097 -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/$(INT32_MAX_LT_INTMAX_MAX)/g' \
1098 -e 's/@''INT64_MAX_EQ_LONG_MAX''@/$(INT64_MAX_EQ_LONG_MAX)/g' \
1099 -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/$(UINT32_MAX_LT_UINTMAX_MAX)/g' \
1100 -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/$(UINT64_MAX_EQ_ULONG_MAX)/g' \
1101 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1102 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1103 < $(srcdir)/inttypes.in.h; \
1104 } > $@-t && \
1105 mv $@-t $@
1106
16c3e636
PE
1107# We need the following in order to create <stdbool.h> when the system
1108# doesn't have one that works.
6c051bab
GM
1109@GL_GENERATE_STDBOOL_H_TRUE@stdbool.h: stdbool.in.h $(top_builddir)/config.status
1110@GL_GENERATE_STDBOOL_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \
1111@GL_GENERATE_STDBOOL_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1112@GL_GENERATE_STDBOOL_H_TRUE@ sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
1113@GL_GENERATE_STDBOOL_H_TRUE@ } > $@-t && \
1114@GL_GENERATE_STDBOOL_H_TRUE@ mv $@-t $@
1115@GL_GENERATE_STDBOOL_H_FALSE@stdbool.h: $(top_builddir)/config.status
1116@GL_GENERATE_STDBOOL_H_FALSE@ rm -f $@
16c3e636 1117
1fd182f0
PE
1118# We need the following in order to create <stddef.h> when the system
1119# doesn't have one that works with the given compiler.
6c051bab
GM
1120@GL_GENERATE_STDDEF_H_TRUE@stddef.h: stddef.in.h $(top_builddir)/config.status
1121@GL_GENERATE_STDDEF_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \
1122@GL_GENERATE_STDDEF_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1123@GL_GENERATE_STDDEF_H_TRUE@ sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1124@GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1125@GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1126@GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
1127@GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
1128@GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
1129@GL_GENERATE_STDDEF_H_TRUE@ < $(srcdir)/stddef.in.h; \
1130@GL_GENERATE_STDDEF_H_TRUE@ } > $@-t && \
1131@GL_GENERATE_STDDEF_H_TRUE@ mv $@-t $@
1132@GL_GENERATE_STDDEF_H_FALSE@stddef.h: $(top_builddir)/config.status
1133@GL_GENERATE_STDDEF_H_FALSE@ rm -f $@
1fd182f0 1134
5f90be1b
PE
1135# We need the following in order to create <stdint.h> when the system
1136# doesn't have one that works with the given compiler.
6c051bab
GM
1137@GL_GENERATE_STDINT_H_TRUE@stdint.h: stdint.in.h $(top_builddir)/config.status
1138@GL_GENERATE_STDINT_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \
1139@GL_GENERATE_STDINT_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1140@GL_GENERATE_STDINT_H_TRUE@ sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
1141@GL_GENERATE_STDINT_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1142@GL_GENERATE_STDINT_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1143@GL_GENERATE_STDINT_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1144@GL_GENERATE_STDINT_H_TRUE@ -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
1145@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
1146@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
1147@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
1148@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
1149@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
1150@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
1151@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
1152@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
1153@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
1154@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
1155@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
1156@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
1157@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
1158@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
1159@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
1160@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
1161@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
1162@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
1163@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
1164@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
1165@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
1166@GL_GENERATE_STDINT_H_TRUE@ < $(srcdir)/stdint.in.h; \
1167@GL_GENERATE_STDINT_H_TRUE@ } > $@-t && \
1168@GL_GENERATE_STDINT_H_TRUE@ mv $@-t $@
1169@GL_GENERATE_STDINT_H_FALSE@stdint.h: $(top_builddir)/config.status
1170@GL_GENERATE_STDINT_H_FALSE@ rm -f $@
5f90be1b 1171
6ad6792b
GM
1172# We need the following in order to create <stdio.h> when the system
1173# doesn't have one that works with the given compiler.
6c051bab 1174stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
6ad6792b
GM
1175 $(AM_V_GEN)rm -f $@-t $@ && \
1176 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1177 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1178 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1179 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1180 -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
1181 -e 's|@''GNULIB_DPRINTF''@|$(GNULIB_DPRINTF)|g' \
1182 -e 's|@''GNULIB_FCLOSE''@|$(GNULIB_FCLOSE)|g' \
1183 -e 's|@''GNULIB_FFLUSH''@|$(GNULIB_FFLUSH)|g' \
ca36e0ff
GM
1184 -e 's|@''GNULIB_FGETC''@|$(GNULIB_FGETC)|g' \
1185 -e 's|@''GNULIB_FGETS''@|$(GNULIB_FGETS)|g' \
6ad6792b
GM
1186 -e 's|@''GNULIB_FOPEN''@|$(GNULIB_FOPEN)|g' \
1187 -e 's|@''GNULIB_FPRINTF''@|$(GNULIB_FPRINTF)|g' \
1188 -e 's|@''GNULIB_FPRINTF_POSIX''@|$(GNULIB_FPRINTF_POSIX)|g' \
1189 -e 's|@''GNULIB_FPURGE''@|$(GNULIB_FPURGE)|g' \
1190 -e 's|@''GNULIB_FPUTC''@|$(GNULIB_FPUTC)|g' \
1191 -e 's|@''GNULIB_FPUTS''@|$(GNULIB_FPUTS)|g' \
ca36e0ff 1192 -e 's|@''GNULIB_FREAD''@|$(GNULIB_FREAD)|g' \
6ad6792b 1193 -e 's|@''GNULIB_FREOPEN''@|$(GNULIB_FREOPEN)|g' \
ca36e0ff 1194 -e 's|@''GNULIB_FSCANF''@|$(GNULIB_FSCANF)|g' \
6ad6792b
GM
1195 -e 's|@''GNULIB_FSEEK''@|$(GNULIB_FSEEK)|g' \
1196 -e 's|@''GNULIB_FSEEKO''@|$(GNULIB_FSEEKO)|g' \
1197 -e 's|@''GNULIB_FTELL''@|$(GNULIB_FTELL)|g' \
1198 -e 's|@''GNULIB_FTELLO''@|$(GNULIB_FTELLO)|g' \
1199 -e 's|@''GNULIB_FWRITE''@|$(GNULIB_FWRITE)|g' \
ca36e0ff
GM
1200 -e 's|@''GNULIB_GETC''@|$(GNULIB_GETC)|g' \
1201 -e 's|@''GNULIB_GETCHAR''@|$(GNULIB_GETCHAR)|g' \
6ad6792b
GM
1202 -e 's|@''GNULIB_GETDELIM''@|$(GNULIB_GETDELIM)|g' \
1203 -e 's|@''GNULIB_GETLINE''@|$(GNULIB_GETLINE)|g' \
ca36e0ff 1204 -e 's|@''GNULIB_GETS''@|$(GNULIB_GETS)|g' \
6ad6792b
GM
1205 -e 's|@''GNULIB_OBSTACK_PRINTF''@|$(GNULIB_OBSTACK_PRINTF)|g' \
1206 -e 's|@''GNULIB_OBSTACK_PRINTF_POSIX''@|$(GNULIB_OBSTACK_PRINTF_POSIX)|g' \
1207 -e 's|@''GNULIB_PERROR''@|$(GNULIB_PERROR)|g' \
1208 -e 's|@''GNULIB_POPEN''@|$(GNULIB_POPEN)|g' \
1209 -e 's|@''GNULIB_PRINTF''@|$(GNULIB_PRINTF)|g' \
1210 -e 's|@''GNULIB_PRINTF_POSIX''@|$(GNULIB_PRINTF_POSIX)|g' \
1211 -e 's|@''GNULIB_PUTC''@|$(GNULIB_PUTC)|g' \
1212 -e 's|@''GNULIB_PUTCHAR''@|$(GNULIB_PUTCHAR)|g' \
1213 -e 's|@''GNULIB_PUTS''@|$(GNULIB_PUTS)|g' \
1214 -e 's|@''GNULIB_REMOVE''@|$(GNULIB_REMOVE)|g' \
1215 -e 's|@''GNULIB_RENAME''@|$(GNULIB_RENAME)|g' \
1216 -e 's|@''GNULIB_RENAMEAT''@|$(GNULIB_RENAMEAT)|g' \
ca36e0ff 1217 -e 's|@''GNULIB_SCANF''@|$(GNULIB_SCANF)|g' \
6ad6792b
GM
1218 -e 's|@''GNULIB_SNPRINTF''@|$(GNULIB_SNPRINTF)|g' \
1219 -e 's|@''GNULIB_SPRINTF_POSIX''@|$(GNULIB_SPRINTF_POSIX)|g' \
ca36e0ff 1220 -e 's|@''GNULIB_STDIO_H_NONBLOCKING''@|$(GNULIB_STDIO_H_NONBLOCKING)|g' \
6ad6792b
GM
1221 -e 's|@''GNULIB_STDIO_H_SIGPIPE''@|$(GNULIB_STDIO_H_SIGPIPE)|g' \
1222 -e 's|@''GNULIB_TMPFILE''@|$(GNULIB_TMPFILE)|g' \
1223 -e 's|@''GNULIB_VASPRINTF''@|$(GNULIB_VASPRINTF)|g' \
1224 -e 's|@''GNULIB_VDPRINTF''@|$(GNULIB_VDPRINTF)|g' \
1225 -e 's|@''GNULIB_VFPRINTF''@|$(GNULIB_VFPRINTF)|g' \
1226 -e 's|@''GNULIB_VFPRINTF_POSIX''@|$(GNULIB_VFPRINTF_POSIX)|g' \
ca36e0ff
GM
1227 -e 's|@''GNULIB_VFSCANF''@|$(GNULIB_VFSCANF)|g' \
1228 -e 's|@''GNULIB_VSCANF''@|$(GNULIB_VSCANF)|g' \
6ad6792b
GM
1229 -e 's|@''GNULIB_VPRINTF''@|$(GNULIB_VPRINTF)|g' \
1230 -e 's|@''GNULIB_VPRINTF_POSIX''@|$(GNULIB_VPRINTF_POSIX)|g' \
1231 -e 's|@''GNULIB_VSNPRINTF''@|$(GNULIB_VSNPRINTF)|g' \
1232 -e 's|@''GNULIB_VSPRINTF_POSIX''@|$(GNULIB_VSPRINTF_POSIX)|g' \
1233 < $(srcdir)/stdio.in.h | \
1234 sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
1235 -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \
1236 -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \
1237 -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
1238 -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
1239 -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
1240 -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
1241 -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
1242 -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
1243 -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
1244 -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
1245 -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
1246 -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
1247 -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
1248 -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
1249 -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
1250 -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
1251 -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
1252 -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
1253 -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
1254 -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
1255 -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
1256 -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
1257 -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
1258 -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
1259 -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \
1260 -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
1261 -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
1262 -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
1263 -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \
1264 -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
1265 -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \
1266 -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \
1267 -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \
1268 -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
1269 -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
ca36e0ff 1270 -e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \
6ad6792b
GM
1271 -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
1272 -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \
1273 -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
1274 -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
1275 -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
1276 -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
1277 -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
1278 -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
1279 -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \
1280 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1281 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1282 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1283 } > $@-t && \
1284 mv $@-t $@
1285
79ab4b7f
PE
1286# We need the following in order to create <stdlib.h> when the system
1287# doesn't have one that works with the given compiler.
6c051bab 1288stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
79ab4b7f
PE
1289 $(AM_V_GEN)rm -f $@-t $@ && \
1290 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1291 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1292 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1293 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1294 -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
1295 -e 's|@''GNULIB__EXIT''@|$(GNULIB__EXIT)|g' \
1296 -e 's|@''GNULIB_ATOLL''@|$(GNULIB_ATOLL)|g' \
1297 -e 's|@''GNULIB_CALLOC_POSIX''@|$(GNULIB_CALLOC_POSIX)|g' \
1298 -e 's|@''GNULIB_CANONICALIZE_FILE_NAME''@|$(GNULIB_CANONICALIZE_FILE_NAME)|g' \
1299 -e 's|@''GNULIB_GETLOADAVG''@|$(GNULIB_GETLOADAVG)|g' \
1300 -e 's|@''GNULIB_GETSUBOPT''@|$(GNULIB_GETSUBOPT)|g' \
1301 -e 's|@''GNULIB_GRANTPT''@|$(GNULIB_GRANTPT)|g' \
1302 -e 's|@''GNULIB_MALLOC_POSIX''@|$(GNULIB_MALLOC_POSIX)|g' \
ae0d7250 1303 -e 's|@''GNULIB_MBTOWC''@|$(GNULIB_MBTOWC)|g' \
79ab4b7f
PE
1304 -e 's|@''GNULIB_MKDTEMP''@|$(GNULIB_MKDTEMP)|g' \
1305 -e 's|@''GNULIB_MKOSTEMP''@|$(GNULIB_MKOSTEMP)|g' \
1306 -e 's|@''GNULIB_MKOSTEMPS''@|$(GNULIB_MKOSTEMPS)|g' \
1307 -e 's|@''GNULIB_MKSTEMP''@|$(GNULIB_MKSTEMP)|g' \
1308 -e 's|@''GNULIB_MKSTEMPS''@|$(GNULIB_MKSTEMPS)|g' \
1309 -e 's|@''GNULIB_PTSNAME''@|$(GNULIB_PTSNAME)|g' \
1310 -e 's|@''GNULIB_PUTENV''@|$(GNULIB_PUTENV)|g' \
1311 -e 's|@''GNULIB_RANDOM_R''@|$(GNULIB_RANDOM_R)|g' \
1312 -e 's|@''GNULIB_REALLOC_POSIX''@|$(GNULIB_REALLOC_POSIX)|g' \
1313 -e 's|@''GNULIB_REALPATH''@|$(GNULIB_REALPATH)|g' \
1314 -e 's|@''GNULIB_RPMATCH''@|$(GNULIB_RPMATCH)|g' \
1315 -e 's|@''GNULIB_SETENV''@|$(GNULIB_SETENV)|g' \
1316 -e 's|@''GNULIB_STRTOD''@|$(GNULIB_STRTOD)|g' \
1317 -e 's|@''GNULIB_STRTOLL''@|$(GNULIB_STRTOLL)|g' \
1318 -e 's|@''GNULIB_STRTOULL''@|$(GNULIB_STRTOULL)|g' \
1319 -e 's|@''GNULIB_SYSTEM_POSIX''@|$(GNULIB_SYSTEM_POSIX)|g' \
1320 -e 's|@''GNULIB_UNLOCKPT''@|$(GNULIB_UNLOCKPT)|g' \
1321 -e 's|@''GNULIB_UNSETENV''@|$(GNULIB_UNSETENV)|g' \
ae0d7250 1322 -e 's|@''GNULIB_WCTOMB''@|$(GNULIB_WCTOMB)|g' \
dd463884
PE
1323 < $(srcdir)/stdlib.in.h | \
1324 sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
79ab4b7f
PE
1325 -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
1326 -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
1327 -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
1328 -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
1329 -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
1330 -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
1331 -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
1332 -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
1333 -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
1334 -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
1335 -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
1336 -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
1337 -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
1338 -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
1339 -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
1340 -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
1341 -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
1342 -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
1343 -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
1344 -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
1345 -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
1346 -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
1347 -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \
1348 -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \
1349 -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
1350 -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
ae0d7250 1351 -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \
79ab4b7f
PE
1352 -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
1353 -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
1354 -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \
1355 -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
1356 -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
1357 -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
1358 -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
ae0d7250 1359 -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \
79ab4b7f
PE
1360 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1361 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
dd463884 1362 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
79ab4b7f
PE
1363 } > $@-t && \
1364 mv $@-t $@
1365
5fa4ac76
PE
1366# We need the following in order to create <sys/stat.h> when the system
1367# has one that is incomplete.
6c051bab 1368sys/stat.h: sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
5fa4ac76
PE
1369 $(AM_V_at)$(MKDIR_P) sys
1370 $(AM_V_GEN)rm -f $@-t $@ && \
1371 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1372 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1373 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1374 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1375 -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
1376 -e 's|@''GNULIB_FCHMODAT''@|$(GNULIB_FCHMODAT)|g' \
1377 -e 's|@''GNULIB_FSTATAT''@|$(GNULIB_FSTATAT)|g' \
1378 -e 's|@''GNULIB_FUTIMENS''@|$(GNULIB_FUTIMENS)|g' \
1379 -e 's|@''GNULIB_LCHMOD''@|$(GNULIB_LCHMOD)|g' \
1380 -e 's|@''GNULIB_LSTAT''@|$(GNULIB_LSTAT)|g' \
1381 -e 's|@''GNULIB_MKDIRAT''@|$(GNULIB_MKDIRAT)|g' \
1382 -e 's|@''GNULIB_MKFIFO''@|$(GNULIB_MKFIFO)|g' \
1383 -e 's|@''GNULIB_MKFIFOAT''@|$(GNULIB_MKFIFOAT)|g' \
1384 -e 's|@''GNULIB_MKNOD''@|$(GNULIB_MKNOD)|g' \
1385 -e 's|@''GNULIB_MKNODAT''@|$(GNULIB_MKNODAT)|g' \
1386 -e 's|@''GNULIB_STAT''@|$(GNULIB_STAT)|g' \
1387 -e 's|@''GNULIB_UTIMENSAT''@|$(GNULIB_UTIMENSAT)|g' \
1388 -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \
1389 -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \
1390 -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \
1391 -e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \
1392 -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
1393 -e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \
1394 -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \
1395 -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \
1396 -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \
1397 -e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \
1398 -e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \
1399 -e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \
1400 -e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \
1401 -e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \
1402 -e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \
1403 -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \
1404 -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \
1405 -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \
1406 -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \
1407 -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \
1408 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1409 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1410 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1411 < $(srcdir)/sys_stat.in.h; \
1412 } > $@-t && \
1413 mv $@-t $@
1414
1fd182f0
PE
1415# We need the following in order to create <time.h> when the system
1416# doesn't have one that works with the given compiler.
6c051bab 1417time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1fd182f0
PE
1418 $(AM_V_GEN)rm -f $@-t $@ && \
1419 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1420 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1421 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1422 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1423 -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
1424 -e 's|@''GNULIB_MKTIME''@|$(GNULIB_MKTIME)|g' \
1425 -e 's|@''GNULIB_NANOSLEEP''@|$(GNULIB_NANOSLEEP)|g' \
1426 -e 's|@''GNULIB_STRPTIME''@|$(GNULIB_STRPTIME)|g' \
1427 -e 's|@''GNULIB_TIMEGM''@|$(GNULIB_TIMEGM)|g' \
1428 -e 's|@''GNULIB_TIME_R''@|$(GNULIB_TIME_R)|g' \
1429 -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \
1430 -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
1431 -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
1432 -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
1433 -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
1434 -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
1435 -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
1436 -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
1437 -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
1438 -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1439 -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1440 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1441 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1442 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1443 < $(srcdir)/time.in.h; \
1444 } > $@-t && \
1445 mv $@-t $@
e275c824
PE
1446
1447# We need the following in order to create an empty placeholder for
1448# <unistd.h> when the system doesn't have one.
6c051bab 1449unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
e275c824
PE
1450 $(AM_V_GEN)rm -f $@-t $@ && \
1451 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1452 sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
1453 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1454 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1455 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1456 -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
1457 -e 's|@''GNULIB_CHOWN''@|$(GNULIB_CHOWN)|g' \
1458 -e 's|@''GNULIB_CLOSE''@|$(GNULIB_CLOSE)|g' \
1459 -e 's|@''GNULIB_DUP2''@|$(GNULIB_DUP2)|g' \
1460 -e 's|@''GNULIB_DUP3''@|$(GNULIB_DUP3)|g' \
1461 -e 's|@''GNULIB_ENVIRON''@|$(GNULIB_ENVIRON)|g' \
1462 -e 's|@''GNULIB_EUIDACCESS''@|$(GNULIB_EUIDACCESS)|g' \
1463 -e 's|@''GNULIB_FACCESSAT''@|$(GNULIB_FACCESSAT)|g' \
1464 -e 's|@''GNULIB_FCHDIR''@|$(GNULIB_FCHDIR)|g' \
1465 -e 's|@''GNULIB_FCHOWNAT''@|$(GNULIB_FCHOWNAT)|g' \
1466 -e 's|@''GNULIB_FSYNC''@|$(GNULIB_FSYNC)|g' \
1467 -e 's|@''GNULIB_FTRUNCATE''@|$(GNULIB_FTRUNCATE)|g' \
1468 -e 's|@''GNULIB_GETCWD''@|$(GNULIB_GETCWD)|g' \
1469 -e 's|@''GNULIB_GETDOMAINNAME''@|$(GNULIB_GETDOMAINNAME)|g' \
1470 -e 's|@''GNULIB_GETDTABLESIZE''@|$(GNULIB_GETDTABLESIZE)|g' \
1471 -e 's|@''GNULIB_GETGROUPS''@|$(GNULIB_GETGROUPS)|g' \
1472 -e 's|@''GNULIB_GETHOSTNAME''@|$(GNULIB_GETHOSTNAME)|g' \
1473 -e 's|@''GNULIB_GETLOGIN''@|$(GNULIB_GETLOGIN)|g' \
1474 -e 's|@''GNULIB_GETLOGIN_R''@|$(GNULIB_GETLOGIN_R)|g' \
1475 -e 's|@''GNULIB_GETPAGESIZE''@|$(GNULIB_GETPAGESIZE)|g' \
1476 -e 's|@''GNULIB_GETUSERSHELL''@|$(GNULIB_GETUSERSHELL)|g' \
1477 -e 's|@''GNULIB_LCHOWN''@|$(GNULIB_LCHOWN)|g' \
1478 -e 's|@''GNULIB_LINK''@|$(GNULIB_LINK)|g' \
1479 -e 's|@''GNULIB_LINKAT''@|$(GNULIB_LINKAT)|g' \
1480 -e 's|@''GNULIB_LSEEK''@|$(GNULIB_LSEEK)|g' \
1481 -e 's|@''GNULIB_PIPE''@|$(GNULIB_PIPE)|g' \
1482 -e 's|@''GNULIB_PIPE2''@|$(GNULIB_PIPE2)|g' \
1483 -e 's|@''GNULIB_PREAD''@|$(GNULIB_PREAD)|g' \
1484 -e 's|@''GNULIB_PWRITE''@|$(GNULIB_PWRITE)|g' \
ca36e0ff 1485 -e 's|@''GNULIB_READ''@|$(GNULIB_READ)|g' \
e275c824
PE
1486 -e 's|@''GNULIB_READLINK''@|$(GNULIB_READLINK)|g' \
1487 -e 's|@''GNULIB_READLINKAT''@|$(GNULIB_READLINKAT)|g' \
1488 -e 's|@''GNULIB_RMDIR''@|$(GNULIB_RMDIR)|g' \
1489 -e 's|@''GNULIB_SLEEP''@|$(GNULIB_SLEEP)|g' \
1490 -e 's|@''GNULIB_SYMLINK''@|$(GNULIB_SYMLINK)|g' \
1491 -e 's|@''GNULIB_SYMLINKAT''@|$(GNULIB_SYMLINKAT)|g' \
1492 -e 's|@''GNULIB_TTYNAME_R''@|$(GNULIB_TTYNAME_R)|g' \
1493 -e 's|@''GNULIB_UNISTD_H_GETOPT''@|$(GNULIB_UNISTD_H_GETOPT)|g' \
ca36e0ff 1494 -e 's|@''GNULIB_UNISTD_H_NONBLOCKING''@|$(GNULIB_UNISTD_H_NONBLOCKING)|g' \
e275c824
PE
1495 -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|$(GNULIB_UNISTD_H_SIGPIPE)|g' \
1496 -e 's|@''GNULIB_UNLINK''@|$(GNULIB_UNLINK)|g' \
1497 -e 's|@''GNULIB_UNLINKAT''@|$(GNULIB_UNLINKAT)|g' \
1498 -e 's|@''GNULIB_USLEEP''@|$(GNULIB_USLEEP)|g' \
1499 -e 's|@''GNULIB_WRITE''@|$(GNULIB_WRITE)|g' \
1500 < $(srcdir)/unistd.in.h | \
1501 sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
1502 -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
1503 -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
1504 -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
1505 -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
1506 -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
1507 -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
1508 -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
1509 -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
1510 -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
1511 -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
1512 -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
1513 -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \
1514 -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
1515 -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
1516 -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
1517 -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
1518 -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \
1519 -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
1520 -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
1521 -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
1522 -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
1523 -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
1524 -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
1525 -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
1526 -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
1527 -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
1528 -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
1529 -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
1530 -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
1531 -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
1532 -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
1533 -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
1534 -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
1535 -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
1536 -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
1537 -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
dd463884
PE
1538 | \
1539 sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
e275c824
PE
1540 -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
1541 -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
1542 -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
1543 -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
1544 -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
1545 -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
1546 -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
1547 -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
1548 -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
1549 -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
1550 -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
1551 -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
1552 -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
1553 -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
1554 -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
ca36e0ff 1555 -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \
e275c824
PE
1556 -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
1557 -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
1558 -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
1559 -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
1560 -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
1561 -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
1562 -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
1563 -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
1564 -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
1565 -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
1566 -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
1567 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1568 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1569 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1570 } > $@-t && \
1571 mv $@-t $@
1fd182f0
PE
1572# The warn-on-use.h that gets inserted into generated .h files is the same as
1573# build-aux/warn-on-use.h, except that it has the copyright header cut off.
1574warn-on-use.h: $(top_srcdir)/./warn-on-use.h
1575 $(AM_V_GEN)rm -f $@-t $@ && \
1576 sed -n -e '/^.ifndef/,$$p' \
1577 < $(top_srcdir)/./warn-on-use.h \
1578 > $@-t && \
1579 mv $@-t $@
743c80a7
PE
1580
1581mostlyclean-local: mostlyclean-generic
1582 @for dir in '' $(MOSTLYCLEANDIRS); do \
1583 if test -n "$$dir" && test -d $$dir; then \
1584 echo "rmdir $$dir"; rmdir $$dir; \
1585 fi; \
1586 done; \
1587 :
1588
1589# Tell versions [3.59,3.63) of GNU make to not export all variables.
1590# Otherwise a system limit (for SysV at least) may be exceeded.
1591.NOEXPORT: