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