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