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