~darkmuggle-deactivatedaccount/ubuntu/quantal/grub2/fix-872244

« back to all changes in this revision

Viewing changes to grub-core/gnulib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson, Colin Watson, Evan Broder, Mario Limonciello
  • Date: 2010-11-24 13:59:55 UTC
  • mfrom: (1.17.6 upstream) (17.6.15 experimental)
  • Revision ID: james.westby@ubuntu.com-20101124135955-r6ii5sepayr7jt53
Tags: 1.99~20101124-1ubuntu1
[ Colin Watson ]
* Resynchronise with Debian experimental.  Remaining changes:
  - Adjust for default Ubuntu boot options ("quiet splash").
  - Default to hiding the menu; holding down Shift at boot will show it.
  - Set a monochromatic theme for Ubuntu.
  - Apply Ubuntu GRUB Legacy changes to legacy update-grub script: title,
    recovery mode, quiet option, tweak how memtest86+ is displayed, and
    use UUIDs where appropriate.
  - Fix backslash-escaping in merge_debconf_into_conf.
  - Remove "GNU/Linux" from default distributor string.
  - Add crashkernel= options if kdump and makedumpfile are available.
  - If other operating systems are installed, then automatically unhide
    the menu.  Otherwise, if GRUB_HIDDEN_TIMEOUT is 0, then use keystatus
    if available to check whether Shift is pressed.  If it is, show the
    menu, otherwise boot immediately.  If keystatus is not available, then
    fall back to a short delay interruptible with Escape.
  - Allow Shift to interrupt 'sleep --interruptible'.
  - Don't display introductory message about line editing unless we're
    actually offering a shell prompt.  Don't clear the screen just before
    booting if we never drew the menu in the first place.
  - Remove some verbose messages printed before reading the configuration
    file.
  - Suppress progress messages as the kernel and initrd load for
    non-recovery kernel menu entries.
  - Change prepare_grub_to_access_device to handle filesystems
    loop-mounted on file images.
  - Ignore devices loop-mounted from files in 10_linux.
  - Show the boot menu if the previous boot failed, that is if it failed
    to get to the end of one of the normal runlevels.
  - Don't generate /boot/grub/device.map during grub-install or
    grub-mkconfig by default.
  - Adjust upgrade version checks for Ubuntu.
  - Don't display "GRUB loading" unless Shift is held down.
  - Adjust versions of grub-doc and grub-legacy-doc conflicts to tolerate
    our backport of the grub-doc split.
  - Fix LVM/RAID probing in the absence of /boot/grub/device.map.
  - Look for .mo files in /usr/share/locale-langpack as well, in
    preference.
  - Make sure GRUB_TIMEOUT isn't quoted unnecessarily.
  - Probe all devices in 'grub-probe --target=drive' if
    /boot/grub/device.map is missing.
  - Build-depend on qemu-kvm rather than qemu-system for grub-pc tests.
  - Use qemu rather than qemu-system-i386.
  - Program vesafb on BIOS systems rather than efifb.
  - Add a grub-rescue-efi-amd64 package containing a rescue CD-ROM image
    for EFI-AMD64.
  - On Wubi, don't ask for an install device, but just update wubildr
    using the diverted grub-install.
  - When embedding the core image in a post-MBR gap, check for and avoid
    sectors matching any of a list of known signatures.
  - Disable video_bochs and video_cirrus on PC BIOS systems, as probing
    PCI space seems to break on some systems.
* Downgrade "ACPI shutdown failed" error to a debug message, since it can
  cause spurious test failures.

[ Evan Broder ]
* Enable lua from grub-extras.
* Incorporate the bitop library into lua.
* Add enum_pci function to grub module in lua.
* Switch back to gfxpayload=keep by default, unless the video hardware
  is known to not support it.

[ Mario Limonciello ]
* Built part_msdos and vfat into bootx64.efi (LP: #677758)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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-2010 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.
 
27
# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=grub-core/gnulib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-libtool --macro-prefix=gl --no-vc-files argp error fnmatch getdelim getline gettext progname regex
 
28
 
 
29
 
 
30
 
 
31
VPATH = @srcdir@
 
32
pkgdatadir = $(datadir)/@PACKAGE@
 
33
pkgincludedir = $(includedir)/@PACKAGE@
 
34
pkglibdir = $(libdir)/@PACKAGE@
 
35
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
36
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
37
install_sh_DATA = $(install_sh) -c -m 644
 
38
install_sh_PROGRAM = $(install_sh) -c
 
39
install_sh_SCRIPT = $(install_sh) -c
 
40
INSTALL_HEADER = $(INSTALL_DATA)
 
41
transform = $(program_transform_name)
 
42
NORMAL_INSTALL = :
 
43
PRE_INSTALL = :
 
44
POST_INSTALL = :
 
45
NORMAL_UNINSTALL = :
 
46
PRE_UNINSTALL = :
 
47
POST_UNINSTALL = :
 
48
build_triplet = @build@
 
49
host_triplet = @host@
 
50
target_triplet = @target@
 
51
subdir = grub-core/gnulib
 
52
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
 
53
        $(srcdir)/Makefile.in alloca.c
 
54
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
55
am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
 
56
        $(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/argp.m4 \
 
57
        $(top_srcdir)/m4/asm-underscore.m4 $(top_srcdir)/m4/btowc.m4 \
 
58
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/dirname.m4 \
 
59
        $(top_srcdir)/m4/dos.m4 $(top_srcdir)/m4/double-slash-root.m4 \
 
60
        $(top_srcdir)/m4/errno_h.m4 $(top_srcdir)/m4/error.m4 \
 
61
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-o.m4 \
 
62
        $(top_srcdir)/m4/float_h.m4 $(top_srcdir)/m4/fnmatch.m4 \
 
63
        $(top_srcdir)/m4/getdelim.m4 $(top_srcdir)/m4/getline.m4 \
 
64
        $(top_srcdir)/m4/getopt.m4 $(top_srcdir)/m4/gettext.m4 \
 
65
        $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/gnulib-common.m4 \
 
66
        $(top_srcdir)/m4/gnulib-comp.m4 $(top_srcdir)/m4/iconv.m4 \
 
67
        $(top_srcdir)/m4/include_next.m4 \
 
68
        $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/intmax_t.m4 \
 
69
        $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/langinfo_h.m4 \
 
70
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
 
71
        $(top_srcdir)/m4/lib-prefix.m4 \
 
72
        $(top_srcdir)/m4/localcharset.m4 $(top_srcdir)/m4/locale-fr.m4 \
 
73
        $(top_srcdir)/m4/locale-ja.m4 $(top_srcdir)/m4/locale-zh.m4 \
 
74
        $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/malloc.m4 \
 
75
        $(top_srcdir)/m4/mbrtowc.m4 $(top_srcdir)/m4/mbsinit.m4 \
 
76
        $(top_srcdir)/m4/mbsrtowcs.m4 $(top_srcdir)/m4/mbstate_t.m4 \
 
77
        $(top_srcdir)/m4/memchr.m4 $(top_srcdir)/m4/mempcpy.m4 \
 
78
        $(top_srcdir)/m4/mmap-anon.m4 $(top_srcdir)/m4/multiarch.m4 \
 
79
        $(top_srcdir)/m4/nl_langinfo.m4 $(top_srcdir)/m4/nls.m4 \
 
80
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/printf.m4 \
 
81
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/rawmemchr.m4 \
 
82
        $(top_srcdir)/m4/realloc.m4 $(top_srcdir)/m4/regex.m4 \
 
83
        $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/sleep.m4 \
 
84
        $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/stdbool.m4 \
 
85
        $(top_srcdir)/m4/stddef_h.m4 $(top_srcdir)/m4/stdint.m4 \
 
86
        $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/stdio_h.m4 \
 
87
        $(top_srcdir)/m4/stdlib_h.m4 $(top_srcdir)/m4/strcase.m4 \
 
88
        $(top_srcdir)/m4/strchrnul.m4 $(top_srcdir)/m4/strerror.m4 \
 
89
        $(top_srcdir)/m4/string_h.m4 $(top_srcdir)/m4/strings_h.m4 \
 
90
        $(top_srcdir)/m4/strndup.m4 $(top_srcdir)/m4/strnlen.m4 \
 
91
        $(top_srcdir)/m4/sys_wait_h.m4 $(top_srcdir)/m4/sysexits.m4 \
 
92
        $(top_srcdir)/m4/unistd_h.m4 $(top_srcdir)/m4/vasnprintf.m4 \
 
93
        $(top_srcdir)/m4/vsnprintf.m4 $(top_srcdir)/m4/warn-on-use.m4 \
 
94
        $(top_srcdir)/m4/wchar_h.m4 $(top_srcdir)/m4/wchar_t.m4 \
 
95
        $(top_srcdir)/m4/wcrtomb.m4 $(top_srcdir)/m4/wctype_h.m4 \
 
96
        $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \
 
97
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
 
98
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
99
        $(ACLOCAL_M4)
 
100
mkinstalldirs = $(install_sh) -d
 
101
CONFIG_HEADER = $(top_builddir)/config-util.h
 
102
CONFIG_CLEAN_FILES =
 
103
CONFIG_CLEAN_VPATH_FILES =
 
104
LIBRARIES = $(noinst_LIBRARIES)
 
105
AR = ar
 
106
ARFLAGS = cru
 
107
libgnu_a_AR = $(AR) $(ARFLAGS)
 
108
am__DEPENDENCIES_1 =
 
109
am_libgnu_a_OBJECTS = argp-ba.$(OBJEXT) argp-eexst.$(OBJEXT) \
 
110
        argp-fmtstream.$(OBJEXT) argp-fs-xinl.$(OBJEXT) \
 
111
        argp-help.$(OBJEXT) argp-parse.$(OBJEXT) argp-pin.$(OBJEXT) \
 
112
        argp-pv.$(OBJEXT) argp-pvh.$(OBJEXT) argp-xinl.$(OBJEXT) \
 
113
        localcharset.$(OBJEXT) progname.$(OBJEXT) strnlen1.$(OBJEXT)
 
114
libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS)
 
115
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
116
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
117
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
 
118
am__depfiles_maybe = depfiles
 
119
am__mv = mv -f
 
120
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
121
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
122
CCLD = $(CC)
 
123
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
124
SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES)
 
125
DIST_SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES)
 
126
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
127
        html-recursive info-recursive install-data-recursive \
 
128
        install-dvi-recursive install-exec-recursive \
 
129
        install-html-recursive install-info-recursive \
 
130
        install-pdf-recursive install-ps-recursive install-recursive \
 
131
        installcheck-recursive installdirs-recursive pdf-recursive \
 
132
        ps-recursive uninstall-recursive
 
133
HEADERS = $(noinst_HEADERS)
 
134
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
135
  distclean-recursive maintainer-clean-recursive
 
136
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
137
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
138
        distdir
 
139
ETAGS = etags
 
140
CTAGS = ctags
 
141
DIST_SUBDIRS = $(SUBDIRS)
 
142
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
143
am__relativize = \
 
144
  dir0=`pwd`; \
 
145
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
146
  sed_rest='s,^[^/]*/*,,'; \
 
147
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
148
  sed_butlast='s,/*[^/]*$$,,'; \
 
149
  while test -n "$$dir1"; do \
 
150
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
151
    if test "$$first" != "."; then \
 
152
      if test "$$first" = ".."; then \
 
153
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
154
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
155
      else \
 
156
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
157
        if test "$$first2" = "$$first"; then \
 
158
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
159
        else \
 
160
          dir2="../$$dir2"; \
 
161
        fi; \
 
162
        dir0="$$dir0"/"$$first"; \
 
163
      fi; \
 
164
    fi; \
 
165
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
166
  done; \
 
167
  reldir="$$dir2"
 
168
ACLOCAL = @ACLOCAL@
 
169
ADDR32 = @ADDR32@
 
170
ALLOCA = @ALLOCA@
 
171
ALLOCA_H = @ALLOCA_H@
 
172
AMTAR = @AMTAR@
 
173
APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
 
174
ASM_SYMBOL_PREFIX = @ASM_SYMBOL_PREFIX@
 
175
AUTOCONF = @AUTOCONF@
 
176
AUTOHEADER = @AUTOHEADER@
 
177
AUTOMAKE = @AUTOMAKE@
 
178
AWK = @AWK@
 
179
BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
 
180
BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
 
181
BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
 
182
BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
 
183
BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
 
184
BSS_START_SYMBOL = @BSS_START_SYMBOL@
 
185
BUILD_CC = @BUILD_CC@
 
186
CC = @CC@
 
187
CCAS = @CCAS@
 
188
CCASDEPMODE = @CCASDEPMODE@
 
189
CCASFLAGS = @CCASFLAGS@
 
190
CCDEPMODE = @CCDEPMODE@
 
191
CFLAGS = @CFLAGS@
 
192
CMP = @CMP@
 
193
CPP = @CPP@
 
194
CPPFLAGS = @CPPFLAGS@
 
195
CYGPATH_W = @CYGPATH_W@
 
196
DATA32 = @DATA32@
 
197
DEFS = @DEFS@
 
198
DEPDIR = @DEPDIR@
 
199
ECHO_C = @ECHO_C@
 
200
ECHO_N = @ECHO_N@
 
201
ECHO_T = @ECHO_T@
 
202
EGREP = @EGREP@
 
203
EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@
 
204
EMULTIHOP_VALUE = @EMULTIHOP_VALUE@
 
205
END_SYMBOL = @END_SYMBOL@
 
206
ENOLINK_HIDDEN = @ENOLINK_HIDDEN@
 
207
ENOLINK_VALUE = @ENOLINK_VALUE@
 
208
EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@
 
209
EOVERFLOW_VALUE = @EOVERFLOW_VALUE@
 
210
ERRNO_H = @ERRNO_H@
 
211
EXEEXT = @EXEEXT@
 
212
FLOAT_H = @FLOAT_H@
 
213
FNMATCH_H = @FNMATCH_H@
 
214
FONT_SOURCE = @FONT_SOURCE@
 
215
FREETYPE = @FREETYPE@
 
216
GETOPT_H = @GETOPT_H@
 
217
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
 
218
GLIBC21 = @GLIBC21@
 
219
GMSGFMT = @GMSGFMT@
 
220
GMSGFMT_015 = @GMSGFMT_015@
 
221
GNULIB_ATOLL = @GNULIB_ATOLL@
 
222
GNULIB_BTOWC = @GNULIB_BTOWC@
 
223
GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@
 
224
GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@
 
225
GNULIB_CHOWN = @GNULIB_CHOWN@
 
226
GNULIB_CLOSE = @GNULIB_CLOSE@
 
227
GNULIB_DPRINTF = @GNULIB_DPRINTF@
 
228
GNULIB_DUP2 = @GNULIB_DUP2@
 
229
GNULIB_DUP3 = @GNULIB_DUP3@
 
230
GNULIB_ENVIRON = @GNULIB_ENVIRON@
 
231
GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@
 
232
GNULIB_FACCESSAT = @GNULIB_FACCESSAT@
 
233
GNULIB_FCHDIR = @GNULIB_FCHDIR@
 
234
GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@
 
235
GNULIB_FCLOSE = @GNULIB_FCLOSE@
 
236
GNULIB_FFLUSH = @GNULIB_FFLUSH@
 
237
GNULIB_FOPEN = @GNULIB_FOPEN@
 
238
GNULIB_FPRINTF = @GNULIB_FPRINTF@
 
239
GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@
 
240
GNULIB_FPURGE = @GNULIB_FPURGE@
 
241
GNULIB_FPUTC = @GNULIB_FPUTC@
 
242
GNULIB_FPUTS = @GNULIB_FPUTS@
 
243
GNULIB_FREOPEN = @GNULIB_FREOPEN@
 
244
GNULIB_FSEEK = @GNULIB_FSEEK@
 
245
GNULIB_FSEEKO = @GNULIB_FSEEKO@
 
246
GNULIB_FSYNC = @GNULIB_FSYNC@
 
247
GNULIB_FTELL = @GNULIB_FTELL@
 
248
GNULIB_FTELLO = @GNULIB_FTELLO@
 
249
GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@
 
250
GNULIB_FWRITE = @GNULIB_FWRITE@
 
251
GNULIB_GETCWD = @GNULIB_GETCWD@
 
252
GNULIB_GETDELIM = @GNULIB_GETDELIM@
 
253
GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@
 
254
GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@
 
255
GNULIB_GETGROUPS = @GNULIB_GETGROUPS@
 
256
GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@
 
257
GNULIB_GETLINE = @GNULIB_GETLINE@
 
258
GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@
 
259
GNULIB_GETLOGIN = @GNULIB_GETLOGIN@
 
260
GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
 
261
GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@
 
262
GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@
 
263
GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@
 
264
GNULIB_GRANTPT = @GNULIB_GRANTPT@
 
265
GNULIB_LCHOWN = @GNULIB_LCHOWN@
 
266
GNULIB_LINK = @GNULIB_LINK@
 
267
GNULIB_LINKAT = @GNULIB_LINKAT@
 
268
GNULIB_LSEEK = @GNULIB_LSEEK@
 
269
GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@
 
270
GNULIB_MBRLEN = @GNULIB_MBRLEN@
 
271
GNULIB_MBRTOWC = @GNULIB_MBRTOWC@
 
272
GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@
 
273
GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@
 
274
GNULIB_MBSCHR = @GNULIB_MBSCHR@
 
275
GNULIB_MBSCSPN = @GNULIB_MBSCSPN@
 
276
GNULIB_MBSINIT = @GNULIB_MBSINIT@
 
277
GNULIB_MBSLEN = @GNULIB_MBSLEN@
 
278
GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@
 
279
GNULIB_MBSNLEN = @GNULIB_MBSNLEN@
 
280
GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@
 
281
GNULIB_MBSPBRK = @GNULIB_MBSPBRK@
 
282
GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@
 
283
GNULIB_MBSRCHR = @GNULIB_MBSRCHR@
 
284
GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@
 
285
GNULIB_MBSSEP = @GNULIB_MBSSEP@
 
286
GNULIB_MBSSPN = @GNULIB_MBSSPN@
 
287
GNULIB_MBSSTR = @GNULIB_MBSSTR@
 
288
GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@
 
289
GNULIB_MEMCHR = @GNULIB_MEMCHR@
 
290
GNULIB_MEMMEM = @GNULIB_MEMMEM@
 
291
GNULIB_MEMPCPY = @GNULIB_MEMPCPY@
 
292
GNULIB_MEMRCHR = @GNULIB_MEMRCHR@
 
293
GNULIB_MKDTEMP = @GNULIB_MKDTEMP@
 
294
GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@
 
295
GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@
 
296
GNULIB_MKSTEMP = @GNULIB_MKSTEMP@
 
297
GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@
 
298
GNULIB_NL_LANGINFO = @GNULIB_NL_LANGINFO@
 
299
GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@
 
300
GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@
 
301
GNULIB_PERROR = @GNULIB_PERROR@
 
302
GNULIB_PIPE2 = @GNULIB_PIPE2@
 
303
GNULIB_POPEN = @GNULIB_POPEN@
 
304
GNULIB_PREAD = @GNULIB_PREAD@
 
305
GNULIB_PRINTF = @GNULIB_PRINTF@
 
306
GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@
 
307
GNULIB_PTSNAME = @GNULIB_PTSNAME@
 
308
GNULIB_PUTC = @GNULIB_PUTC@
 
309
GNULIB_PUTCHAR = @GNULIB_PUTCHAR@
 
310
GNULIB_PUTENV = @GNULIB_PUTENV@
 
311
GNULIB_PUTS = @GNULIB_PUTS@
 
312
GNULIB_PWRITE = @GNULIB_PWRITE@
 
313
GNULIB_RANDOM_R = @GNULIB_RANDOM_R@
 
314
GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@
 
315
GNULIB_READLINK = @GNULIB_READLINK@
 
316
GNULIB_READLINKAT = @GNULIB_READLINKAT@
 
317
GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@
 
318
GNULIB_REALPATH = @GNULIB_REALPATH@
 
319
GNULIB_REMOVE = @GNULIB_REMOVE@
 
320
GNULIB_RENAME = @GNULIB_RENAME@
 
321
GNULIB_RENAMEAT = @GNULIB_RENAMEAT@
 
322
GNULIB_RMDIR = @GNULIB_RMDIR@
 
323
GNULIB_RPMATCH = @GNULIB_RPMATCH@
 
324
GNULIB_SETENV = @GNULIB_SETENV@
 
325
GNULIB_SLEEP = @GNULIB_SLEEP@
 
326
GNULIB_SNPRINTF = @GNULIB_SNPRINTF@
 
327
GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@
 
328
GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@
 
329
GNULIB_STPCPY = @GNULIB_STPCPY@
 
330
GNULIB_STPNCPY = @GNULIB_STPNCPY@
 
331
GNULIB_STRCASESTR = @GNULIB_STRCASESTR@
 
332
GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@
 
333
GNULIB_STRDUP = @GNULIB_STRDUP@
 
334
GNULIB_STRERROR = @GNULIB_STRERROR@
 
335
GNULIB_STRNCAT = @GNULIB_STRNCAT@
 
336
GNULIB_STRNDUP = @GNULIB_STRNDUP@
 
337
GNULIB_STRNLEN = @GNULIB_STRNLEN@
 
338
GNULIB_STRPBRK = @GNULIB_STRPBRK@
 
339
GNULIB_STRSEP = @GNULIB_STRSEP@
 
340
GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@
 
341
GNULIB_STRSTR = @GNULIB_STRSTR@
 
342
GNULIB_STRTOD = @GNULIB_STRTOD@
 
343
GNULIB_STRTOK_R = @GNULIB_STRTOK_R@
 
344
GNULIB_STRTOLL = @GNULIB_STRTOLL@
 
345
GNULIB_STRTOULL = @GNULIB_STRTOULL@
 
346
GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@
 
347
GNULIB_SYMLINK = @GNULIB_SYMLINK@
 
348
GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@
 
349
GNULIB_TMPFILE = @GNULIB_TMPFILE@
 
350
GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@
 
351
GNULIB_UNISTD_H_GETOPT = @GNULIB_UNISTD_H_GETOPT@
 
352
GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@
 
353
GNULIB_UNLINK = @GNULIB_UNLINK@
 
354
GNULIB_UNLINKAT = @GNULIB_UNLINKAT@
 
355
GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@
 
356
GNULIB_UNSETENV = @GNULIB_UNSETENV@
 
357
GNULIB_USLEEP = @GNULIB_USLEEP@
 
358
GNULIB_VASPRINTF = @GNULIB_VASPRINTF@
 
359
GNULIB_VDPRINTF = @GNULIB_VDPRINTF@
 
360
GNULIB_VFPRINTF = @GNULIB_VFPRINTF@
 
361
GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@
 
362
GNULIB_VPRINTF = @GNULIB_VPRINTF@
 
363
GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@
 
364
GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@
 
365
GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@
 
366
GNULIB_WCRTOMB = @GNULIB_WCRTOMB@
 
367
GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@
 
368
GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@
 
369
GNULIB_WCTOB = @GNULIB_WCTOB@
 
370
GNULIB_WCWIDTH = @GNULIB_WCWIDTH@
 
371
GNULIB_WRITE = @GNULIB_WRITE@
 
372
GNULIB__EXIT = @GNULIB__EXIT@
 
373
GREP = @GREP@
 
374
GRUB_BOOT_MACHINE_LINK_ADDR = @GRUB_BOOT_MACHINE_LINK_ADDR@
 
375
HAVE_ASM_USCORE = @HAVE_ASM_USCORE@
 
376
HAVE_ATOLL = @HAVE_ATOLL@
 
377
HAVE_BTOWC = @HAVE_BTOWC@
 
378
HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@
 
379
HAVE_CHOWN = @HAVE_CHOWN@
 
380
HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@
 
381
HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@
 
382
HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@
 
383
HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@
 
384
HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@
 
385
HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
 
386
HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@
 
387
HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@
 
388
HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@
 
389
HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@
 
390
HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@
 
391
HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@
 
392
HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@
 
393
HAVE_DECL_STRNCASECMP = @HAVE_DECL_STRNCASECMP@
 
394
HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@
 
395
HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@
 
396
HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@
 
397
HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@
 
398
HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@
 
399
HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@
 
400
HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@
 
401
HAVE_DPRINTF = @HAVE_DPRINTF@
 
402
HAVE_DUP2 = @HAVE_DUP2@
 
403
HAVE_DUP3 = @HAVE_DUP3@
 
404
HAVE_EUIDACCESS = @HAVE_EUIDACCESS@
 
405
HAVE_FACCESSAT = @HAVE_FACCESSAT@
 
406
HAVE_FCHDIR = @HAVE_FCHDIR@
 
407
HAVE_FCHOWNAT = @HAVE_FCHOWNAT@
 
408
HAVE_FSEEKO = @HAVE_FSEEKO@
 
409
HAVE_FSYNC = @HAVE_FSYNC@
 
410
HAVE_FTELLO = @HAVE_FTELLO@
 
411
HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
 
412
HAVE_GETDOMAINNAME = @HAVE_GETDOMAINNAME@
 
413
HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@
 
414
HAVE_GETGROUPS = @HAVE_GETGROUPS@
 
415
HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@
 
416
HAVE_GETLOGIN = @HAVE_GETLOGIN@
 
417
HAVE_GETOPT_H = @HAVE_GETOPT_H@
 
418
HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@
 
419
HAVE_GETSUBOPT = @HAVE_GETSUBOPT@
 
420
HAVE_GRANTPT = @HAVE_GRANTPT@
 
421
HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
 
422
HAVE_ISWBLANK = @HAVE_ISWBLANK@
 
423
HAVE_ISWCNTRL = @HAVE_ISWCNTRL@
 
424
HAVE_LANGINFO_CODESET = @HAVE_LANGINFO_CODESET@
 
425
HAVE_LANGINFO_ERA = @HAVE_LANGINFO_ERA@
 
426
HAVE_LANGINFO_H = @HAVE_LANGINFO_H@
 
427
HAVE_LANGINFO_T_FMT_AMPM = @HAVE_LANGINFO_T_FMT_AMPM@
 
428
HAVE_LANGINFO_YESEXPR = @HAVE_LANGINFO_YESEXPR@
 
429
HAVE_LCHOWN = @HAVE_LCHOWN@
 
430
HAVE_LINK = @HAVE_LINK@
 
431
HAVE_LINKAT = @HAVE_LINKAT@
 
432
HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
 
433
HAVE_MBRLEN = @HAVE_MBRLEN@
 
434
HAVE_MBRTOWC = @HAVE_MBRTOWC@
 
435
HAVE_MBSINIT = @HAVE_MBSINIT@
 
436
HAVE_MBSLEN = @HAVE_MBSLEN@
 
437
HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@
 
438
HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@
 
439
HAVE_MEMCHR = @HAVE_MEMCHR@
 
440
HAVE_MEMPCPY = @HAVE_MEMPCPY@
 
441
HAVE_MKDTEMP = @HAVE_MKDTEMP@
 
442
HAVE_MKOSTEMP = @HAVE_MKOSTEMP@
 
443
HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@
 
444
HAVE_MKSTEMP = @HAVE_MKSTEMP@
 
445
HAVE_MKSTEMPS = @HAVE_MKSTEMPS@
 
446
HAVE_NL_LANGINFO = @HAVE_NL_LANGINFO@
 
447
HAVE_OS_H = @HAVE_OS_H@
 
448
HAVE_PIPE2 = @HAVE_PIPE2@
 
449
HAVE_PREAD = @HAVE_PREAD@
 
450
HAVE_PTSNAME = @HAVE_PTSNAME@
 
451
HAVE_PWRITE = @HAVE_PWRITE@
 
452
HAVE_RANDOM_H = @HAVE_RANDOM_H@
 
453
HAVE_RANDOM_R = @HAVE_RANDOM_R@
 
454
HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@
 
455
HAVE_READLINK = @HAVE_READLINK@
 
456
HAVE_READLINKAT = @HAVE_READLINKAT@
 
457
HAVE_REALPATH = @HAVE_REALPATH@
 
458
HAVE_RENAMEAT = @HAVE_RENAMEAT@
 
459
HAVE_RPMATCH = @HAVE_RPMATCH@
 
460
HAVE_SETENV = @HAVE_SETENV@
 
461
HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
 
462
HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
 
463
HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
 
464
HAVE_SLEEP = @HAVE_SLEEP@
 
465
HAVE_STDINT_H = @HAVE_STDINT_H@
 
466
HAVE_STPCPY = @HAVE_STPCPY@
 
467
HAVE_STPNCPY = @HAVE_STPNCPY@
 
468
HAVE_STRCASECMP = @HAVE_STRCASECMP@
 
469
HAVE_STRCASESTR = @HAVE_STRCASESTR@
 
470
HAVE_STRCHRNUL = @HAVE_STRCHRNUL@
 
471
HAVE_STRPBRK = @HAVE_STRPBRK@
 
472
HAVE_STRSEP = @HAVE_STRSEP@
 
473
HAVE_STRTOD = @HAVE_STRTOD@
 
474
HAVE_STRTOLL = @HAVE_STRTOLL@
 
475
HAVE_STRTOULL = @HAVE_STRTOULL@
 
476
HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@
 
477
HAVE_STRVERSCMP = @HAVE_STRVERSCMP@
 
478
HAVE_SYMLINK = @HAVE_SYMLINK@
 
479
HAVE_SYMLINKAT = @HAVE_SYMLINKAT@
 
480
HAVE_SYSEXITS_H = @HAVE_SYSEXITS_H@
 
481
HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
 
482
HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
 
483
HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@
 
484
HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@
 
485
HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
 
486
HAVE_TTYNAME_R = @HAVE_TTYNAME_R@
 
487
HAVE_UNISTD_H = @HAVE_UNISTD_H@
 
488
HAVE_UNLINKAT = @HAVE_UNLINKAT@
 
489
HAVE_UNLOCKPT = @HAVE_UNLOCKPT@
 
490
HAVE_UNSETENV = @HAVE_UNSETENV@
 
491
HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
 
492
HAVE_USLEEP = @HAVE_USLEEP@
 
493
HAVE_VASPRINTF = @HAVE_VASPRINTF@
 
494
HAVE_VDPRINTF = @HAVE_VDPRINTF@
 
495
HAVE_WCHAR_H = @HAVE_WCHAR_H@
 
496
HAVE_WCHAR_T = @HAVE_WCHAR_T@
 
497
HAVE_WCRTOMB = @HAVE_WCRTOMB@
 
498
HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@
 
499
HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@
 
500
HAVE_WCTYPE_H = @HAVE_WCTYPE_H@
 
501
HAVE_WINT_T = @HAVE_WINT_T@
 
502
HAVE__BOOL = @HAVE__BOOL@
 
503
HAVE__EXIT = @HAVE__EXIT@
 
504
HELP2MAN = @HELP2MAN@
 
505
HOST_CC = @HOST_CC@
 
506
HOST_CCASFLAGS = @HOST_CCASFLAGS@
 
507
HOST_CFLAGS = @HOST_CFLAGS@
 
508
HOST_CPPFLAGS = @HOST_CPPFLAGS@
 
509
HOST_LDFLAGS = @HOST_LDFLAGS@
 
510
INCLUDE_NEXT = @INCLUDE_NEXT@
 
511
INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
 
512
INSTALL = @INSTALL@
 
513
INSTALL_DATA = @INSTALL_DATA@
 
514
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
515
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
516
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
517
INTLLIBS = @INTLLIBS@
 
518
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
519
LDFLAGS = @LDFLAGS@
 
520
LEX = @LEX@
 
521
LEXLIB = @LEXLIB@
 
522
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 
523
LIBCURSES = @LIBCURSES@
 
524
LIBDEVMAPPER = @LIBDEVMAPPER@
 
525
LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
 
526
LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
 
527
LIBICONV = @LIBICONV@
 
528
LIBINTL = @LIBINTL@
 
529
LIBLZMA = @LIBLZMA@
 
530
LIBNVPAIR = @LIBNVPAIR@
 
531
LIBOBJS = @LIBOBJS@
 
532
LIBPCIACCESS = @LIBPCIACCESS@
 
533
LIBS = @LIBS@
 
534
LIBSDL = @LIBSDL@
 
535
LIBUSB = @LIBUSB@
 
536
LIBUTIL = @LIBUTIL@
 
537
LIBZFS = @LIBZFS@
 
538
LN_S = @LN_S@
 
539
LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@
 
540
LOCALE_FR = @LOCALE_FR@
 
541
LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@
 
542
LOCALE_JA = @LOCALE_JA@
 
543
LOCALE_ZH_CN = @LOCALE_ZH_CN@
 
544
LTLIBICONV = @LTLIBICONV@
 
545
LTLIBINTL = @LTLIBINTL@
 
546
LTLIBOBJS = @LTLIBOBJS@
 
547
MAKEINFO = @MAKEINFO@
 
548
MKDIR_P = @MKDIR_P@
 
549
MSGFMT = @MSGFMT@
 
550
MSGFMT_015 = @MSGFMT_015@
 
551
MSGMERGE = @MSGMERGE@
 
552
NEED_ENABLE_EXECUTE_STACK = @NEED_ENABLE_EXECUTE_STACK@
 
553
NEED_REGISTER_FRAME_INFO = @NEED_REGISTER_FRAME_INFO@
 
554
NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@
 
555
NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@
 
556
NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = @NEXT_AS_FIRST_DIRECTIVE_GETOPT_H@
 
557
NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H = @NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H@
 
558
NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@
 
559
NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@
 
560
NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@
 
561
NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@
 
562
NEXT_AS_FIRST_DIRECTIVE_STRINGS_H = @NEXT_AS_FIRST_DIRECTIVE_STRINGS_H@
 
563
NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@
 
564
NEXT_AS_FIRST_DIRECTIVE_SYSEXITS_H = @NEXT_AS_FIRST_DIRECTIVE_SYSEXITS_H@
 
565
NEXT_AS_FIRST_DIRECTIVE_SYS_WAIT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_WAIT_H@
 
566
NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@
 
567
NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@
 
568
NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = @NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H@
 
569
NEXT_ERRNO_H = @NEXT_ERRNO_H@
 
570
NEXT_FLOAT_H = @NEXT_FLOAT_H@
 
571
NEXT_GETOPT_H = @NEXT_GETOPT_H@
 
572
NEXT_LANGINFO_H = @NEXT_LANGINFO_H@
 
573
NEXT_STDDEF_H = @NEXT_STDDEF_H@
 
574
NEXT_STDINT_H = @NEXT_STDINT_H@
 
575
NEXT_STDIO_H = @NEXT_STDIO_H@
 
576
NEXT_STDLIB_H = @NEXT_STDLIB_H@
 
577
NEXT_STRINGS_H = @NEXT_STRINGS_H@
 
578
NEXT_STRING_H = @NEXT_STRING_H@
 
579
NEXT_SYSEXITS_H = @NEXT_SYSEXITS_H@
 
580
NEXT_SYS_WAIT_H = @NEXT_SYS_WAIT_H@
 
581
NEXT_UNISTD_H = @NEXT_UNISTD_H@
 
582
NEXT_WCHAR_H = @NEXT_WCHAR_H@
 
583
NEXT_WCTYPE_H = @NEXT_WCTYPE_H@
 
584
NM = @NM@
 
585
OBJCONV = @OBJCONV@
 
586
OBJCOPY = @OBJCOPY@
 
587
OBJEXT = @OBJEXT@
 
588
PACKAGE = @PACKAGE@
 
589
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
590
PACKAGE_NAME = @PACKAGE_NAME@
 
591
PACKAGE_STRING = @PACKAGE_STRING@
 
592
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
593
PACKAGE_URL = @PACKAGE_URL@
 
594
PACKAGE_VERSION = @PACKAGE_VERSION@
 
595
PATH_SEPARATOR = @PATH_SEPARATOR@
 
596
POSUB = @POSUB@
 
597
PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
 
598
PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
 
599
RANLIB = @RANLIB@
 
600
REPLACE_BTOWC = @REPLACE_BTOWC@
 
601
REPLACE_CALLOC = @REPLACE_CALLOC@
 
602
REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@
 
603
REPLACE_CHOWN = @REPLACE_CHOWN@
 
604
REPLACE_CLOSE = @REPLACE_CLOSE@
 
605
REPLACE_DPRINTF = @REPLACE_DPRINTF@
 
606
REPLACE_DUP = @REPLACE_DUP@
 
607
REPLACE_DUP2 = @REPLACE_DUP2@
 
608
REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@
 
609
REPLACE_FCLOSE = @REPLACE_FCLOSE@
 
610
REPLACE_FFLUSH = @REPLACE_FFLUSH@
 
611
REPLACE_FOPEN = @REPLACE_FOPEN@
 
612
REPLACE_FPRINTF = @REPLACE_FPRINTF@
 
613
REPLACE_FPURGE = @REPLACE_FPURGE@
 
614
REPLACE_FREOPEN = @REPLACE_FREOPEN@
 
615
REPLACE_FSEEK = @REPLACE_FSEEK@
 
616
REPLACE_FSEEKO = @REPLACE_FSEEKO@
 
617
REPLACE_FTELL = @REPLACE_FTELL@
 
618
REPLACE_FTELLO = @REPLACE_FTELLO@
 
619
REPLACE_GETCWD = @REPLACE_GETCWD@
 
620
REPLACE_GETDELIM = @REPLACE_GETDELIM@
 
621
REPLACE_GETGROUPS = @REPLACE_GETGROUPS@
 
622
REPLACE_GETLINE = @REPLACE_GETLINE@
 
623
REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@
 
624
REPLACE_ISWBLANK = @REPLACE_ISWBLANK@
 
625
REPLACE_ISWCNTRL = @REPLACE_ISWCNTRL@
 
626
REPLACE_LCHOWN = @REPLACE_LCHOWN@
 
627
REPLACE_LINK = @REPLACE_LINK@
 
628
REPLACE_LINKAT = @REPLACE_LINKAT@
 
629
REPLACE_LSEEK = @REPLACE_LSEEK@
 
630
REPLACE_MALLOC = @REPLACE_MALLOC@
 
631
REPLACE_MBRLEN = @REPLACE_MBRLEN@
 
632
REPLACE_MBRTOWC = @REPLACE_MBRTOWC@
 
633
REPLACE_MBSINIT = @REPLACE_MBSINIT@
 
634
REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@
 
635
REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@
 
636
REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@
 
637
REPLACE_MEMCHR = @REPLACE_MEMCHR@
 
638
REPLACE_MEMMEM = @REPLACE_MEMMEM@
 
639
REPLACE_MKSTEMP = @REPLACE_MKSTEMP@
 
640
REPLACE_NL_LANGINFO = @REPLACE_NL_LANGINFO@
 
641
REPLACE_NULL = @REPLACE_NULL@
 
642
REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@
 
643
REPLACE_PERROR = @REPLACE_PERROR@
 
644
REPLACE_POPEN = @REPLACE_POPEN@
 
645
REPLACE_PREAD = @REPLACE_PREAD@
 
646
REPLACE_PRINTF = @REPLACE_PRINTF@
 
647
REPLACE_PUTENV = @REPLACE_PUTENV@
 
648
REPLACE_PWRITE = @REPLACE_PWRITE@
 
649
REPLACE_READLINK = @REPLACE_READLINK@
 
650
REPLACE_REALLOC = @REPLACE_REALLOC@
 
651
REPLACE_REALPATH = @REPLACE_REALPATH@
 
652
REPLACE_REMOVE = @REPLACE_REMOVE@
 
653
REPLACE_RENAME = @REPLACE_RENAME@
 
654
REPLACE_RENAMEAT = @REPLACE_RENAMEAT@
 
655
REPLACE_RMDIR = @REPLACE_RMDIR@
 
656
REPLACE_SETENV = @REPLACE_SETENV@
 
657
REPLACE_SLEEP = @REPLACE_SLEEP@
 
658
REPLACE_SNPRINTF = @REPLACE_SNPRINTF@
 
659
REPLACE_SPRINTF = @REPLACE_SPRINTF@
 
660
REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@
 
661
REPLACE_STPNCPY = @REPLACE_STPNCPY@
 
662
REPLACE_STRCASESTR = @REPLACE_STRCASESTR@
 
663
REPLACE_STRDUP = @REPLACE_STRDUP@
 
664
REPLACE_STRERROR = @REPLACE_STRERROR@
 
665
REPLACE_STRNCAT = @REPLACE_STRNCAT@
 
666
REPLACE_STRNDUP = @REPLACE_STRNDUP@
 
667
REPLACE_STRNLEN = @REPLACE_STRNLEN@
 
668
REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@
 
669
REPLACE_STRSTR = @REPLACE_STRSTR@
 
670
REPLACE_STRTOD = @REPLACE_STRTOD@
 
671
REPLACE_STRTOK_R = @REPLACE_STRTOK_R@
 
672
REPLACE_SYMLINK = @REPLACE_SYMLINK@
 
673
REPLACE_TMPFILE = @REPLACE_TMPFILE@
 
674
REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@
 
675
REPLACE_UNLINK = @REPLACE_UNLINK@
 
676
REPLACE_UNLINKAT = @REPLACE_UNLINKAT@
 
677
REPLACE_UNSETENV = @REPLACE_UNSETENV@
 
678
REPLACE_USLEEP = @REPLACE_USLEEP@
 
679
REPLACE_VASPRINTF = @REPLACE_VASPRINTF@
 
680
REPLACE_VDPRINTF = @REPLACE_VDPRINTF@
 
681
REPLACE_VFPRINTF = @REPLACE_VFPRINTF@
 
682
REPLACE_VPRINTF = @REPLACE_VPRINTF@
 
683
REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@
 
684
REPLACE_VSPRINTF = @REPLACE_VSPRINTF@
 
685
REPLACE_WCRTOMB = @REPLACE_WCRTOMB@
 
686
REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@
 
687
REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@
 
688
REPLACE_WCTOB = @REPLACE_WCTOB@
 
689
REPLACE_WCWIDTH = @REPLACE_WCWIDTH@
 
690
REPLACE_WRITE = @REPLACE_WRITE@
 
691
SET_MAKE = @SET_MAKE@
 
692
SHELL = @SHELL@
 
693
SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
 
694
SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
 
695
STDBOOL_H = @STDBOOL_H@
 
696
STDDEF_H = @STDDEF_H@
 
697
STDINT_H = @STDINT_H@
 
698
STRIP = @STRIP@
 
699
SYSEXITS_H = @SYSEXITS_H@
 
700
TARGET_APPLE_CC = @TARGET_APPLE_CC@
 
701
TARGET_CC = @TARGET_CC@
 
702
TARGET_CCAS = @TARGET_CCAS@
 
703
TARGET_CCASFLAGS = @TARGET_CCASFLAGS@
 
704
TARGET_CFLAGS = @TARGET_CFLAGS@
 
705
TARGET_CPP = @TARGET_CPP@
 
706
TARGET_CPPFLAGS = @TARGET_CPPFLAGS@
 
707
TARGET_IMG_BASE_LDOPT = @TARGET_IMG_BASE_LDOPT@
 
708
TARGET_IMG_CFLAGS = @TARGET_IMG_CFLAGS@
 
709
TARGET_IMG_LDFLAGS = @TARGET_IMG_LDFLAGS@
 
710
TARGET_IMG_LDSCRIPT = @TARGET_IMG_LDSCRIPT@
 
711
TARGET_LDFLAGS = @TARGET_LDFLAGS@
 
712
TARGET_MODULE_FORMAT = @TARGET_MODULE_FORMAT@
 
713
TARGET_OBJ2ELF = @TARGET_OBJ2ELF@
 
714
UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
 
715
UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@
 
716
UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@
 
717
USE_APPLE_CC_FIXES = @USE_APPLE_CC_FIXES@
 
718
USE_NLS = @USE_NLS@
 
719
VERSION = @VERSION@
 
720
WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
 
721
WINT_T_SUFFIX = @WINT_T_SUFFIX@
 
722
XGETTEXT = @XGETTEXT@
 
723
XGETTEXT_015 = @XGETTEXT_015@
 
724
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
 
725
YACC = @YACC@
 
726
YFLAGS = @YFLAGS@
 
727
abs_builddir = @abs_builddir@
 
728
abs_srcdir = @abs_srcdir@
 
729
abs_top_builddir = @abs_top_builddir@
 
730
abs_top_srcdir = @abs_top_srcdir@
 
731
ac_ct_CC = @ac_ct_CC@
 
732
ac_ct_TARGET_CC = @ac_ct_TARGET_CC@
 
733
am__include = @am__include@
 
734
am__leading_dot = @am__leading_dot@
 
735
am__quote = @am__quote@
 
736
am__tar = @am__tar@
 
737
am__untar = @am__untar@
 
738
bindir = @bindir@
 
739
bootdirname = @bootdirname@
 
740
build = @build@
 
741
build_alias = @build_alias@
 
742
build_cpu = @build_cpu@
 
743
build_os = @build_os@
 
744
build_vendor = @build_vendor@
 
745
builddir = @builddir@
 
746
datadir = @datadir@
 
747
datarootdir = @datarootdir@
 
748
docdir = @docdir@
 
749
dvidir = @dvidir@
 
750
enable_efiemu = @enable_efiemu@
 
751
enable_grub_emu_pci = @enable_grub_emu_pci@
 
752
enable_grub_emu_sdl = @enable_grub_emu_sdl@
 
753
enable_grub_emu_usb = @enable_grub_emu_usb@
 
754
enable_grub_mkfont = @enable_grub_mkfont@
 
755
exec_prefix = @exec_prefix@
 
756
freetype_cflags = @freetype_cflags@
 
757
freetype_libs = @freetype_libs@
 
758
gl_LIBOBJS = @gl_LIBOBJS@
 
759
gl_LTLIBOBJS = @gl_LTLIBOBJS@
 
760
gltests_LIBOBJS = @gltests_LIBOBJS@
 
761
gltests_LTLIBOBJS = @gltests_LTLIBOBJS@
 
762
gltests_WITNESS = @gltests_WITNESS@
 
763
grubdirname = @grubdirname@
 
764
host = @host@
 
765
host_alias = @host_alias@
 
766
host_cpu = @host_cpu@
 
767
host_kernel = @host_kernel@
 
768
host_os = @host_os@
 
769
host_vendor = @host_vendor@
 
770
htmldir = @htmldir@
 
771
includedir = @includedir@
 
772
infodir = @infodir@
 
773
install_sh = @install_sh@
 
774
libdir = @libdir@
 
775
libexecdir = @libexecdir@
 
776
localedir = @localedir@
 
777
localstatedir = @localstatedir@
 
778
mandir = @mandir@
 
779
mkdir_p = @mkdir_p@
 
780
oldincludedir = @oldincludedir@
 
781
pdfdir = @pdfdir@
 
782
pkglibrootdir = @pkglibrootdir@
 
783
platform = @platform@
 
784
prefix = @prefix@
 
785
program_transform_name = @program_transform_name@
 
786
psdir = @psdir@
 
787
sbindir = @sbindir@
 
788
sharedstatedir = @sharedstatedir@
 
789
srcdir = @srcdir@
 
790
sysconfdir = @sysconfdir@
 
791
target = @target@
 
792
target_alias = @target_alias@
 
793
target_cpu = @target_cpu@
 
794
target_os = @target_os@
 
795
target_vendor = @target_vendor@
 
796
top_build_prefix = @top_build_prefix@
 
797
top_builddir = @top_builddir@
 
798
top_srcdir = @top_srcdir@
 
799
AUTOMAKE_OPTIONS = 1.5 gnits
 
800
SUBDIRS = 
 
801
noinst_HEADERS = 
 
802
noinst_LIBRARIES = libgnu.a
 
803
noinst_LTLIBRARIES = 
 
804
EXTRA_DIST = alloca.c alloca.in.h \
 
805
        $(top_srcdir)/build-aux/arg-nonnull.h btowc.c \
 
806
        $(top_srcdir)/build-aux/c++defs.h basename-lgpl.c \
 
807
        dirname-lgpl.c dirname.h stripslash.c errno.in.h error.c \
 
808
        error.h float.in.h fnmatch.c fnmatch.in.h fnmatch_loop.c \
 
809
        getdelim.c getline.c getopt.c getopt.in.h getopt1.c \
 
810
        getopt_int.h $(top_srcdir)/build-aux/config.rpath \
 
811
        $(top_srcdir)/build-aux/config.rpath intprops.h langinfo.in.h \
 
812
        config.charset ref-add.sin ref-del.sin malloc.c malloc.c \
 
813
        mbrtowc.c mbsinit.c mbsrtowcs-state.c mbsrtowcs.c memchr.c \
 
814
        memchr.valgrind mempcpy.c nl_langinfo.c rawmemchr.c \
 
815
        rawmemchr.valgrind realloc.c regcomp.c regex.c regex.h \
 
816
        regex_internal.c regex_internal.h regexec.c sleep.c \
 
817
        stdbool.in.h stddef.in.h stdint.in.h stdio-write.c stdio.in.h \
 
818
        stdlib.in.h strcasecmp.c strncasecmp.c strchrnul.c \
 
819
        strchrnul.valgrind streq.h strerror.c string.in.h strings.in.h \
 
820
        strndup.c strnlen.c sys_wait.in.h sysexits.in.h unistd.in.h \
 
821
        asnprintf.c float+.h printf-args.c printf-args.h \
 
822
        printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h \
 
823
        vsnprintf.c $(top_srcdir)/build-aux/warn-on-use.h wchar.in.h \
 
824
        wcrtomb.c wctype.in.h
 
825
 
 
826
# The BUILT_SOURCES created by this Makefile snippet are not used via #include
 
827
# statements but through direct file reference. Therefore this snippet must be
 
828
# present in all Makefile.am that need it. This is ensured by the applicability
 
829
# 'all' defined above.
 
830
 
 
831
# The BUILT_SOURCES created by this Makefile snippet are not used via #include
 
832
# statements but through direct file reference. Therefore this snippet must be
 
833
# present in all Makefile.am that need it. This is ensured by the applicability
 
834
# 'all' defined above.
 
835
BUILT_SOURCES = $(ALLOCA_H) arg-nonnull.h c++defs.h configmake.h \
 
836
        $(ERRNO_H) $(FLOAT_H) $(FNMATCH_H) $(GETOPT_H) langinfo.h \
 
837
        $(STDBOOL_H) $(STDDEF_H) $(STDINT_H) stdio.h stdlib.h string.h \
 
838
        strings.h sys/wait.h $(SYSEXITS_H) unistd.h warn-on-use.h \
 
839
        wchar.h wctype.h
 
840
SUFFIXES = .sed .sin
 
841
MOSTLYCLEANFILES = core *.stackdump alloca.h alloca.h-t arg-nonnull.h \
 
842
        arg-nonnull.h-t c++defs.h c++defs.h-t errno.h errno.h-t \
 
843
        float.h float.h-t fnmatch.h fnmatch.h-t getopt.h getopt.h-t \
 
844
        langinfo.h langinfo.h-t stdbool.h stdbool.h-t stddef.h \
 
845
        stddef.h-t stdint.h stdint.h-t stdio.h stdio.h-t stdlib.h \
 
846
        stdlib.h-t string.h string.h-t strings.h strings.h-t \
 
847
        sys/wait.h sys/wait.h-t sysexits.h sysexits.h-t unistd.h \
 
848
        unistd.h-t warn-on-use.h warn-on-use.h-t wchar.h wchar.h-t \
 
849
        wctype.h wctype.h-t
 
850
MOSTLYCLEANDIRS = sys
 
851
CLEANFILES = configmake.h configmake.h-t charset.alias ref-add.sed \
 
852
        ref-del.sed
 
853
DISTCLEANFILES = 
 
854
MAINTAINERCLEANFILES = 
 
855
 
 
856
# This is for those projects which use "gettextize --intl" to put a source-code
 
857
# copy of libintl into their package. In such projects, every Makefile.am needs
 
858
# -I$(top_builddir)/intl, so that <libintl.h> can be found in this directory.
 
859
# For the Makefile.ams in other directories it is the maintainer's
 
860
# responsibility; for the one from gnulib we do it here.
 
861
# This option has no effect when the user disables NLS (because then the intl
 
862
# directory contains no libintl.h file) or when the project does not use
 
863
# "gettextize --intl".
 
864
AM_CPPFLAGS = -I$(top_builddir)/intl
 
865
AM_CFLAGS = 
 
866
libgnu_a_SOURCES = argp.h argp-ba.c argp-eexst.c argp-fmtstream.c \
 
867
        argp-fmtstream.h argp-fs-xinl.c argp-help.c argp-namefrob.h \
 
868
        argp-parse.c argp-pin.c argp-pv.c argp-pvh.c argp-xinl.c \
 
869
        gettext.h localcharset.h localcharset.c progname.h progname.c \
 
870
        size_max.h strnlen1.h strnlen1.c verify.h xsize.h
 
871
libgnu_a_LIBADD = $(gl_LIBOBJS) @ALLOCA@
 
872
libgnu_a_DEPENDENCIES = $(gl_LIBOBJS) @ALLOCA@
 
873
EXTRA_libgnu_a_SOURCES = alloca.c btowc.c basename-lgpl.c \
 
874
        dirname-lgpl.c stripslash.c error.c fnmatch.c fnmatch_loop.c \
 
875
        getdelim.c getline.c getopt.c getopt1.c malloc.c malloc.c \
 
876
        mbrtowc.c mbsinit.c mbsrtowcs-state.c mbsrtowcs.c memchr.c \
 
877
        mempcpy.c nl_langinfo.c rawmemchr.c realloc.c regcomp.c \
 
878
        regex.c regex_internal.c regexec.c sleep.c stdio-write.c \
 
879
        strcasecmp.c strncasecmp.c strchrnul.c strerror.c strndup.c \
 
880
        strnlen.c asnprintf.c printf-args.c printf-parse.c \
 
881
        vasnprintf.c vsnprintf.c wcrtomb.c
 
882
ARG_NONNULL_H = arg-nonnull.h
 
883
CXXDEFS_H = c++defs.h
 
884
charset_alias = $(DESTDIR)$(libdir)/charset.alias
 
885
charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
 
886
WARN_ON_USE_H = warn-on-use.h
 
887
all: $(BUILT_SOURCES)
 
888
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
889
 
 
890
.SUFFIXES:
 
891
.SUFFIXES: .sed .sin .c .o .obj
 
892
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
893
        @for dep in $?; do \
 
894
          case '$(am__configure_deps)' in \
 
895
            *$$dep*) \
 
896
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
897
                && { if test -f $@; then exit 0; else break; fi; }; \
 
898
              exit 1;; \
 
899
          esac; \
 
900
        done; \
 
901
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits grub-core/gnulib/Makefile'; \
 
902
        $(am__cd) $(top_srcdir) && \
 
903
          $(AUTOMAKE) --gnits grub-core/gnulib/Makefile
 
904
.PRECIOUS: Makefile
 
905
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
906
        @case '$?' in \
 
907
          *config.status*) \
 
908
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
909
          *) \
 
910
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
911
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
912
        esac;
 
913
 
 
914
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
915
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
916
 
 
917
$(top_srcdir)/configure:  $(am__configure_deps)
 
918
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
919
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
920
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
921
$(am__aclocal_m4_deps):
 
922
 
 
923
clean-noinstLIBRARIES:
 
924
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
925
libgnu.a: $(libgnu_a_OBJECTS) $(libgnu_a_DEPENDENCIES) 
 
926
        -rm -f libgnu.a
 
927
        $(libgnu_a_AR) libgnu.a $(libgnu_a_OBJECTS) $(libgnu_a_LIBADD)
 
928
        $(RANLIB) libgnu.a
 
929
 
 
930
clean-noinstLTLIBRARIES:
 
931
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
932
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
933
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
934
          test "$$dir" != "$$p" || dir=.; \
 
935
          echo "rm -f \"$${dir}/so_locations\""; \
 
936
          rm -f "$${dir}/so_locations"; \
 
937
        done
 
938
 
 
939
mostlyclean-compile:
 
940
        -rm -f *.$(OBJEXT)
 
941
 
 
942
distclean-compile:
 
943
        -rm -f *.tab.c
 
944
 
 
945
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/alloca.Po@am__quote@
 
946
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloca.Po@am__quote@
 
947
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/argp-ba.Po@am__quote@
 
948
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/argp-eexst.Po@am__quote@
 
949
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/argp-fmtstream.Po@am__quote@
 
950
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/argp-fs-xinl.Po@am__quote@
 
951
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/argp-help.Po@am__quote@
 
952
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/argp-parse.Po@am__quote@
 
953
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/argp-pin.Po@am__quote@
 
954
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/argp-pv.Po@am__quote@
 
955
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/argp-pvh.Po@am__quote@
 
956
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/argp-xinl.Po@am__quote@
 
957
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asnprintf.Po@am__quote@
 
958
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basename-lgpl.Po@am__quote@
 
959
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/btowc.Po@am__quote@
 
960
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirname-lgpl.Po@am__quote@
 
961
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Po@am__quote@
 
962
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fnmatch.Po@am__quote@
 
963
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fnmatch_loop.Po@am__quote@
 
964
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getdelim.Po@am__quote@
 
965
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getline.Po@am__quote@
 
966
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
 
967
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
 
968
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/localcharset.Po@am__quote@
 
969
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloc.Po@am__quote@
 
970
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbrtowc.Po@am__quote@
 
971
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbsinit.Po@am__quote@
 
972
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbsrtowcs-state.Po@am__quote@
 
973
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbsrtowcs.Po@am__quote@
 
974
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memchr.Po@am__quote@
 
975
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mempcpy.Po@am__quote@
 
976
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nl_langinfo.Po@am__quote@
 
977
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printf-args.Po@am__quote@
 
978
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printf-parse.Po@am__quote@
 
979
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/progname.Po@am__quote@
 
980
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawmemchr.Po@am__quote@
 
981
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/realloc.Po@am__quote@
 
982
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regcomp.Po@am__quote@
 
983
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regex.Po@am__quote@
 
984
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regex_internal.Po@am__quote@
 
985
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regexec.Po@am__quote@
 
986
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sleep.Po@am__quote@
 
987
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stdio-write.Po@am__quote@
 
988
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcasecmp.Po@am__quote@
 
989
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strchrnul.Po@am__quote@
 
990
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror.Po@am__quote@
 
991
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stripslash.Po@am__quote@
 
992
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncasecmp.Po@am__quote@
 
993
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strndup.Po@am__quote@
 
994
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnlen.Po@am__quote@
 
995
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnlen1.Po@am__quote@
 
996
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vasnprintf.Po@am__quote@
 
997
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vsnprintf.Po@am__quote@
 
998
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wcrtomb.Po@am__quote@
 
999
 
 
1000
.c.o:
 
1001
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
1002
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
1003
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
1004
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1005
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
1006
 
 
1007
.c.obj:
 
1008
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
1009
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
1010
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
1011
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1012
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
1013
 
 
1014
# This directory's subdirectories are mostly independent; you can cd
 
1015
# into them and run `make' without going through this Makefile.
 
1016
# To change the values of `make' variables: instead of editing Makefiles,
 
1017
# (1) if the variable is set in `config.status', edit `config.status'
 
1018
#     (which will cause the Makefiles to be regenerated when you run `make');
 
1019
# (2) otherwise, pass the desired values on the `make' command line.
 
1020
$(RECURSIVE_TARGETS):
 
1021
        @fail= failcom='exit 1'; \
 
1022
        for f in x $$MAKEFLAGS; do \
 
1023
          case $$f in \
 
1024
            *=* | --[!k]*);; \
 
1025
            *k*) failcom='fail=yes';; \
 
1026
          esac; \
 
1027
        done; \
 
1028
        dot_seen=no; \
 
1029
        target=`echo $@ | sed s/-recursive//`; \
 
1030
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
1031
          echo "Making $$target in $$subdir"; \
 
1032
          if test "$$subdir" = "."; then \
 
1033
            dot_seen=yes; \
 
1034
            local_target="$$target-am"; \
 
1035
          else \
 
1036
            local_target="$$target"; \
 
1037
          fi; \
 
1038
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
1039
          || eval $$failcom; \
 
1040
        done; \
 
1041
        if test "$$dot_seen" = "no"; then \
 
1042
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
1043
        fi; test -z "$$fail"
 
1044
 
 
1045
$(RECURSIVE_CLEAN_TARGETS):
 
1046
        @fail= failcom='exit 1'; \
 
1047
        for f in x $$MAKEFLAGS; do \
 
1048
          case $$f in \
 
1049
            *=* | --[!k]*);; \
 
1050
            *k*) failcom='fail=yes';; \
 
1051
          esac; \
 
1052
        done; \
 
1053
        dot_seen=no; \
 
1054
        case "$@" in \
 
1055
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
1056
          *) list='$(SUBDIRS)' ;; \
 
1057
        esac; \
 
1058
        rev=''; for subdir in $$list; do \
 
1059
          if test "$$subdir" = "."; then :; else \
 
1060
            rev="$$subdir $$rev"; \
 
1061
          fi; \
 
1062
        done; \
 
1063
        rev="$$rev ."; \
 
1064
        target=`echo $@ | sed s/-recursive//`; \
 
1065
        for subdir in $$rev; do \
 
1066
          echo "Making $$target in $$subdir"; \
 
1067
          if test "$$subdir" = "."; then \
 
1068
            local_target="$$target-am"; \
 
1069
          else \
 
1070
            local_target="$$target"; \
 
1071
          fi; \
 
1072
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
1073
          || eval $$failcom; \
 
1074
        done && test -z "$$fail"
 
1075
tags-recursive:
 
1076
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
1077
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
1078
        done
 
1079
ctags-recursive:
 
1080
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
1081
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
1082
        done
 
1083
 
 
1084
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
1085
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
1086
        unique=`for i in $$list; do \
 
1087
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
1088
          done | \
 
1089
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
1090
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
1091
        mkid -fID $$unique
 
1092
tags: TAGS
 
1093
 
 
1094
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
1095
                $(TAGS_FILES) $(LISP)
 
1096
        set x; \
 
1097
        here=`pwd`; \
 
1098
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
1099
          include_option=--etags-include; \
 
1100
          empty_fix=.; \
 
1101
        else \
 
1102
          include_option=--include; \
 
1103
          empty_fix=; \
 
1104
        fi; \
 
1105
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
1106
          if test "$$subdir" = .; then :; else \
 
1107
            test ! -f $$subdir/TAGS || \
 
1108
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
1109
          fi; \
 
1110
        done; \
 
1111
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
1112
        unique=`for i in $$list; do \
 
1113
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
1114
          done | \
 
1115
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
1116
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
1117
        shift; \
 
1118
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
1119
          test -n "$$unique" || unique=$$empty_fix; \
 
1120
          if test $$# -gt 0; then \
 
1121
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
1122
              "$$@" $$unique; \
 
1123
          else \
 
1124
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
1125
              $$unique; \
 
1126
          fi; \
 
1127
        fi
 
1128
ctags: CTAGS
 
1129
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
1130
                $(TAGS_FILES) $(LISP)
 
1131
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
1132
        unique=`for i in $$list; do \
 
1133
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
1134
          done | \
 
1135
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
1136
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
1137
        test -z "$(CTAGS_ARGS)$$unique" \
 
1138
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
1139
             $$unique
 
1140
 
 
1141
GTAGS:
 
1142
        here=`$(am__cd) $(top_builddir) && pwd` \
 
1143
          && $(am__cd) $(top_srcdir) \
 
1144
          && gtags -i $(GTAGS_ARGS) "$$here"
 
1145
 
 
1146
distclean-tags:
 
1147
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
1148
 
 
1149
distdir: $(DISTFILES)
 
1150
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
1151
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
1152
        list='$(DISTFILES)'; \
 
1153
          dist_files=`for file in $$list; do echo $$file; done | \
 
1154
          sed -e "s|^$$srcdirstrip/||;t" \
 
1155
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
1156
        case $$dist_files in \
 
1157
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
1158
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
1159
                           sort -u` ;; \
 
1160
        esac; \
 
1161
        for file in $$dist_files; do \
 
1162
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
1163
          if test -d $$d/$$file; then \
 
1164
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
1165
            if test -d "$(distdir)/$$file"; then \
 
1166
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
1167
            fi; \
 
1168
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
1169
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
1170
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
1171
            fi; \
 
1172
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
1173
          else \
 
1174
            test -f "$(distdir)/$$file" \
 
1175
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
1176
            || exit 1; \
 
1177
          fi; \
 
1178
        done
 
1179
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
1180
          if test "$$subdir" = .; then :; else \
 
1181
            test -d "$(distdir)/$$subdir" \
 
1182
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
1183
            || exit 1; \
 
1184
          fi; \
 
1185
        done
 
1186
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
1187
          if test "$$subdir" = .; then :; else \
 
1188
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
1189
            $(am__relativize); \
 
1190
            new_distdir=$$reldir; \
 
1191
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
1192
            $(am__relativize); \
 
1193
            new_top_distdir=$$reldir; \
 
1194
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
1195
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
1196
            ($(am__cd) $$subdir && \
 
1197
              $(MAKE) $(AM_MAKEFLAGS) \
 
1198
                top_distdir="$$new_top_distdir" \
 
1199
                distdir="$$new_distdir" \
 
1200
                am__remove_distdir=: \
 
1201
                am__skip_length_check=: \
 
1202
                am__skip_mode_fix=: \
 
1203
                distdir) \
 
1204
              || exit 1; \
 
1205
          fi; \
 
1206
        done
 
1207
check-am: all-am
 
1208
check: $(BUILT_SOURCES)
 
1209
        $(MAKE) $(AM_MAKEFLAGS) check-recursive
 
1210
all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(HEADERS) all-local
 
1211
installdirs: installdirs-recursive
 
1212
installdirs-am:
 
1213
install: $(BUILT_SOURCES)
 
1214
        $(MAKE) $(AM_MAKEFLAGS) install-recursive
 
1215
install-exec: install-exec-recursive
 
1216
install-data: install-data-recursive
 
1217
uninstall: uninstall-recursive
 
1218
 
 
1219
install-am: all-am
 
1220
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
1221
 
 
1222
installcheck: installcheck-recursive
 
1223
install-strip:
 
1224
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
1225
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
1226
          `test -z '$(STRIP)' || \
 
1227
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
1228
mostlyclean-generic:
 
1229
        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
 
1230
 
 
1231
clean-generic:
 
1232
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
1233
 
 
1234
distclean-generic:
 
1235
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
1236
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
1237
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
1238
 
 
1239
maintainer-clean-generic:
 
1240
        @echo "This command is intended for maintainers to use"
 
1241
        @echo "it deletes files that may require special tools to rebuild."
 
1242
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
 
1243
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
1244
clean: clean-recursive
 
1245
 
 
1246
clean-am: clean-generic clean-noinstLIBRARIES clean-noinstLTLIBRARIES \
 
1247
        mostlyclean-am
 
1248
 
 
1249
distclean: distclean-recursive
 
1250
        -rm -rf $(DEPDIR) ./$(DEPDIR)
 
1251
        -rm -f Makefile
 
1252
distclean-am: clean-am distclean-compile distclean-generic \
 
1253
        distclean-tags
 
1254
 
 
1255
dvi: dvi-recursive
 
1256
 
 
1257
dvi-am:
 
1258
 
 
1259
html: html-recursive
 
1260
 
 
1261
html-am:
 
1262
 
 
1263
info: info-recursive
 
1264
 
 
1265
info-am:
 
1266
 
 
1267
install-data-am:
 
1268
 
 
1269
install-dvi: install-dvi-recursive
 
1270
 
 
1271
install-dvi-am:
 
1272
 
 
1273
install-exec-am: install-exec-local
 
1274
 
 
1275
install-html: install-html-recursive
 
1276
 
 
1277
install-html-am:
 
1278
 
 
1279
install-info: install-info-recursive
 
1280
 
 
1281
install-info-am:
 
1282
 
 
1283
install-man:
 
1284
 
 
1285
install-pdf: install-pdf-recursive
 
1286
 
 
1287
install-pdf-am:
 
1288
 
 
1289
install-ps: install-ps-recursive
 
1290
 
 
1291
install-ps-am:
 
1292
 
 
1293
installcheck-am:
 
1294
 
 
1295
maintainer-clean: maintainer-clean-recursive
 
1296
        -rm -rf $(DEPDIR) ./$(DEPDIR)
 
1297
        -rm -f Makefile
 
1298
maintainer-clean-am: distclean-am maintainer-clean-generic
 
1299
 
 
1300
mostlyclean: mostlyclean-recursive
 
1301
 
 
1302
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
1303
        mostlyclean-local
 
1304
 
 
1305
pdf: pdf-recursive
 
1306
 
 
1307
pdf-am:
 
1308
 
 
1309
ps: ps-recursive
 
1310
 
 
1311
ps-am:
 
1312
 
 
1313
uninstall-am: uninstall-local
 
1314
 
 
1315
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
 
1316
        ctags-recursive install install-am install-strip \
 
1317
        tags-recursive
 
1318
 
 
1319
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
1320
        all all-am all-local check check-am clean clean-generic \
 
1321
        clean-noinstLIBRARIES clean-noinstLTLIBRARIES ctags \
 
1322
        ctags-recursive distclean distclean-compile distclean-generic \
 
1323
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
1324
        install install-am install-data install-data-am install-dvi \
 
1325
        install-dvi-am install-exec install-exec-am install-exec-local \
 
1326
        install-html install-html-am install-info install-info-am \
 
1327
        install-man install-pdf install-pdf-am install-ps \
 
1328
        install-ps-am install-strip installcheck installcheck-am \
 
1329
        installdirs installdirs-am maintainer-clean \
 
1330
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
1331
        mostlyclean-generic mostlyclean-local pdf pdf-am ps ps-am tags \
 
1332
        tags-recursive uninstall uninstall-am uninstall-local
 
1333
 
 
1334
 
 
1335
# We need the following in order to create <alloca.h> when the system
 
1336
# doesn't have one that works with the given compiler.
 
1337
alloca.h: alloca.in.h
 
1338
        $(AM_V_GEN)rm -f $@-t $@ && \
 
1339
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
1340
          cat $(srcdir)/alloca.in.h; \
 
1341
        } > $@-t && \
 
1342
        mv -f $@-t $@
 
1343
# The arg-nonnull.h that gets inserted into generated .h files is the same as
 
1344
# build-aux/arg-nonnull.h, except that it has the copyright header cut off.
 
1345
arg-nonnull.h: $(top_srcdir)/build-aux/arg-nonnull.h
 
1346
        $(AM_V_GEN)rm -f $@-t $@ && \
 
1347
        sed -n -e '/GL_ARG_NONNULL/,$$p' \
 
1348
          < $(top_srcdir)/build-aux/arg-nonnull.h \
 
1349
          > $@-t && \
 
1350
        mv $@-t $@
 
1351
# The c++defs.h that gets inserted into generated .h files is the same as
 
1352
# build-aux/c++defs.h, except that it has the copyright header cut off.
 
1353
c++defs.h: $(top_srcdir)/build-aux/c++defs.h
 
1354
        $(AM_V_GEN)rm -f $@-t $@ && \
 
1355
        sed -n -e '/_GL_CXXDEFS/,$$p' \
 
1356
          < $(top_srcdir)/build-aux/c++defs.h \
 
1357
          > $@-t && \
 
1358
        mv $@-t $@
 
1359
 
 
1360
# Retrieve values of the variables through 'configure' followed by
 
1361
# 'make', not directly through 'configure', so that a user who
 
1362
# sets some of these variables consistently on the 'make' command
 
1363
# line gets correct results.
 
1364
#
 
1365
# One advantage of this approach, compared to the classical
 
1366
# approach of adding -DLIBDIR=\"$(libdir)\" etc. to AM_CPPFLAGS,
 
1367
# is that it protects against the use of undefined variables.
 
1368
# If, say, $(libdir) is not set in the Makefile, LIBDIR is not
 
1369
# defined by this module, and code using LIBDIR gives a
 
1370
# compilation error.
 
1371
#
 
1372
# Another advantage is that 'make' output is shorter.
 
1373
#
 
1374
# Listed in the same order as the GNU makefile conventions.
 
1375
# The Automake-defined pkg* macros are appended, in the order
 
1376
# listed in the Automake 1.10a+ documentation.
 
1377
configmake.h: Makefile
 
1378
        $(AM_V_GEN)rm -f $@-t && \
 
1379
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
1380
          echo '#define PREFIX "$(prefix)"'; \
 
1381
          echo '#define EXEC_PREFIX "$(exec_prefix)"'; \
 
1382
          echo '#define BINDIR "$(bindir)"'; \
 
1383
          echo '#define SBINDIR "$(sbindir)"'; \
 
1384
          echo '#define LIBEXECDIR "$(libexecdir)"'; \
 
1385
          echo '#define DATAROOTDIR "$(datarootdir)"'; \
 
1386
          echo '#define DATADIR "$(datadir)"'; \
 
1387
          echo '#define SYSCONFDIR "$(sysconfdir)"'; \
 
1388
          echo '#define SHAREDSTATEDIR "$(sharedstatedir)"'; \
 
1389
          echo '#define LOCALSTATEDIR "$(localstatedir)"'; \
 
1390
          echo '#define INCLUDEDIR "$(includedir)"'; \
 
1391
          echo '#define OLDINCLUDEDIR "$(oldincludedir)"'; \
 
1392
          echo '#define DOCDIR "$(docdir)"'; \
 
1393
          echo '#define INFODIR "$(infodir)"'; \
 
1394
          echo '#define HTMLDIR "$(htmldir)"'; \
 
1395
          echo '#define DVIDIR "$(dvidir)"'; \
 
1396
          echo '#define PDFDIR "$(pdfdir)"'; \
 
1397
          echo '#define PSDIR "$(psdir)"'; \
 
1398
          echo '#define LIBDIR "$(libdir)"'; \
 
1399
          echo '#define LISPDIR "$(lispdir)"'; \
 
1400
          echo '#define LOCALEDIR "$(localedir)"'; \
 
1401
          echo '#define MANDIR "$(mandir)"'; \
 
1402
          echo '#define MANEXT "$(manext)"'; \
 
1403
          echo '#define PKGDATADIR "$(pkgdatadir)"'; \
 
1404
          echo '#define PKGINCLUDEDIR "$(pkgincludedir)"'; \
 
1405
          echo '#define PKGLIBDIR "$(pkglibdir)"'; \
 
1406
          echo '#define PKGLIBEXECDIR "$(pkglibexecdir)"'; \
 
1407
        } | sed '/""/d' > $@-t && \
 
1408
        if test -f $@ && cmp $@-t $@ > /dev/null; then \
 
1409
          rm -f $@-t; \
 
1410
        else \
 
1411
          rm -f $@; mv $@-t $@; \
 
1412
        fi
 
1413
 
 
1414
# We need the following in order to create <errno.h> when the system
 
1415
# doesn't have one that is POSIX compliant.
 
1416
errno.h: errno.in.h
 
1417
        $(AM_V_GEN)rm -f $@-t $@ && \
 
1418
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
 
1419
          sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
1420
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
1421
              -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
 
1422
              -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
 
1423
              -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
 
1424
              -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
 
1425
              -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
 
1426
              -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
 
1427
              -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
 
1428
              < $(srcdir)/errno.in.h; \
 
1429
        } > $@-t && \
 
1430
        mv $@-t $@
 
1431
 
 
1432
# We need the following in order to create <float.h> when the system
 
1433
# doesn't have one that works with the given compiler.
 
1434
float.h: float.in.h
 
1435
        $(AM_V_GEN)rm -f $@-t $@ && \
 
1436
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
 
1437
          sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
1438
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
1439
              -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
 
1440
              < $(srcdir)/float.in.h; \
 
1441
        } > $@-t && \
 
1442
        mv $@-t $@
 
1443
 
 
1444
# We need the following in order to create <fnmatch.h> when the system
 
1445
# doesn't have one that supports the required API.
 
1446
fnmatch.h: fnmatch.in.h $(ARG_NONNULL_H)
 
1447
        $(AM_V_GEN)rm -f $@-t $@ && \
 
1448
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
1449
          sed -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
 
1450
              < $(srcdir)/fnmatch.in.h; \
 
1451
        } > $@-t && \
 
1452
        mv -f $@-t $@
 
1453
 
 
1454
# We need the following in order to create <getopt.h> when the system
 
1455
# doesn't have one that works with the given compiler.
 
1456
getopt.h: getopt.in.h $(ARG_NONNULL_H)
 
1457
        $(AM_V_GEN)rm -f $@-t $@ && \
 
1458
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
1459
          sed -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \
 
1460
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
1461
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
1462
              -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \
 
1463
              -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
 
1464
              < $(srcdir)/getopt.in.h; \
 
1465
        } > $@-t && \
 
1466
        mv -f $@-t $@
 
1467
 
 
1468
# We need the following in order to create an empty placeholder for
 
1469
# <langinfo.h> when the system doesn't have one.
 
1470
langinfo.h: langinfo.in.h $(CXXDEFS_H) $(WARN_ON_USE_H)
 
1471
        $(AM_V_GEN)rm -f $@-t $@ && \
 
1472
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
1473
          sed -e 's|@''HAVE_LANGINFO_H''@|$(HAVE_LANGINFO_H)|g' \
 
1474
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
1475
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
1476
              -e 's|@''NEXT_LANGINFO_H''@|$(NEXT_LANGINFO_H)|g' \
 
1477
              -e 's|@''GNULIB_NL_LANGINFO''@|$(GNULIB_NL_LANGINFO)|g' \
 
1478
              -e 's|@''HAVE_LANGINFO_CODESET''@|$(HAVE_LANGINFO_CODESET)|g' \
 
1479
              -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|$(HAVE_LANGINFO_T_FMT_AMPM)|g' \
 
1480
              -e 's|@''HAVE_LANGINFO_ERA''@|$(HAVE_LANGINFO_ERA)|g' \
 
1481
              -e 's|@''HAVE_LANGINFO_YESEXPR''@|$(HAVE_LANGINFO_YESEXPR)|g' \
 
1482
              -e 's|@''HAVE_NL_LANGINFO''@|$(HAVE_NL_LANGINFO)|g' \
 
1483
              -e 's|@''REPLACE_NL_LANGINFO''@|$(REPLACE_NL_LANGINFO)|g' \
 
1484
              -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
 
1485
              -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
 
1486
              < $(srcdir)/langinfo.in.h; \
 
1487
        } > $@-t && \
 
1488
        mv $@-t $@
 
1489
 
 
1490
# We need the following in order to install a simple file in $(libdir)
 
1491
# which is shared with other installed packages. We use a list of referencing
 
1492
# packages so that "make uninstall" will remove the file if and only if it
 
1493
# is not used by another installed package.
 
1494
# On systems with glibc-2.1 or newer, the file is redundant, therefore we
 
1495
# avoid installing it.
 
1496
 
 
1497
all-local: charset.alias ref-add.sed ref-del.sed
 
1498
install-exec-local: install-exec-localcharset
 
1499
install-exec-localcharset: all-local
 
1500
        if test $(GLIBC21) = no; then \
 
1501
          case '$(host_os)' in \
 
1502
            darwin[56]*) \
 
1503
              need_charset_alias=true ;; \
 
1504
            darwin* | cygwin* | mingw* | pw32* | cegcc*) \
 
1505
              need_charset_alias=false ;; \
 
1506
            *) \
 
1507
              need_charset_alias=true ;; \
 
1508
          esac ; \
 
1509
        else \
 
1510
          need_charset_alias=false ; \
 
1511
        fi ; \
 
1512
        if $$need_charset_alias; then \
 
1513
          $(mkinstalldirs) $(DESTDIR)$(libdir) ; \
 
1514
        fi ; \
 
1515
        if test -f $(charset_alias); then \
 
1516
          sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
 
1517
          $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
 
1518
          rm -f $(charset_tmp) ; \
 
1519
        else \
 
1520
          if $$need_charset_alias; then \
 
1521
            sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
 
1522
            $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
 
1523
            rm -f $(charset_tmp) ; \
 
1524
          fi ; \
 
1525
        fi
 
1526
 
 
1527
uninstall-local: uninstall-localcharset
 
1528
uninstall-localcharset: all-local
 
1529
        if test -f $(charset_alias); then \
 
1530
          sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \
 
1531
          if grep '^# Packages using this file: $$' $(charset_tmp) \
 
1532
              > /dev/null; then \
 
1533
            rm -f $(charset_alias); \
 
1534
          else \
 
1535
            $(INSTALL_DATA) $(charset_tmp) $(charset_alias); \
 
1536
          fi; \
 
1537
          rm -f $(charset_tmp); \
 
1538
        fi
 
1539
 
 
1540
charset.alias: config.charset
 
1541
        $(AM_V_GEN)rm -f t-$@ $@ && \
 
1542
        $(SHELL) $(srcdir)/config.charset '$(host)' > t-$@ && \
 
1543
        mv t-$@ $@
 
1544
.sin.sed:
 
1545
        $(AM_V_GEN)rm -f t-$@ $@ && \
 
1546
        sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@ && \
 
1547
        mv t-$@ $@
 
1548
 
 
1549
# We need the following in order to create <stdbool.h> when the system
 
1550
# doesn't have one that works.
 
1551
stdbool.h: stdbool.in.h
 
1552
        $(AM_V_GEN)rm -f $@-t $@ && \
 
1553
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
1554
          sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
 
1555
        } > $@-t && \
 
1556
        mv $@-t $@
 
1557
 
 
1558
# We need the following in order to create <stddef.h> when the system
 
1559
# doesn't have one that works with the given compiler.
 
1560
stddef.h: stddef.in.h
 
1561
        $(AM_V_GEN)rm -f $@-t $@ && \
 
1562
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
 
1563
          sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
1564
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
1565
              -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
 
1566
              -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
 
1567
              -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
 
1568
              < $(srcdir)/stddef.in.h; \
 
1569
        } > $@-t && \
 
1570
        mv $@-t $@
 
1571
 
 
1572
# We need the following in order to create <stdint.h> when the system
 
1573
# doesn't have one that works with the given compiler.
 
1574
stdint.h: stdint.in.h
 
1575
        $(AM_V_GEN)rm -f $@-t $@ && \
 
1576
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
1577
          sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
 
1578
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
1579
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
1580
              -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
 
1581
              -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
 
1582
              -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
 
1583
              -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
 
1584
              -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
 
1585
              -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
 
1586
              -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
 
1587
              -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
 
1588
              -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
 
1589
              -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
 
1590
              -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
 
1591
              -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
 
1592
              -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
 
1593
              -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
 
1594
              -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
 
1595
              -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
 
1596
              -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
 
1597
              -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
 
1598
              -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
 
1599
              -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
 
1600
              -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
 
1601
              < $(srcdir)/stdint.in.h; \
 
1602
        } > $@-t && \
 
1603
        mv $@-t $@
 
1604
 
 
1605
# We need the following in order to create <stdio.h> when the system
 
1606
# doesn't have one that works with the given compiler.
 
1607
stdio.h: stdio.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
 
1608
        $(AM_V_GEN)rm -f $@-t $@ && \
 
1609
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
 
1610
          sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
1611
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
1612
              -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
 
1613
              -e 's|@''GNULIB_DPRINTF''@|$(GNULIB_DPRINTF)|g' \
 
1614
              -e 's|@''GNULIB_FCLOSE''@|$(GNULIB_FCLOSE)|g' \
 
1615
              -e 's|@''GNULIB_FFLUSH''@|$(GNULIB_FFLUSH)|g' \
 
1616
              -e 's|@''GNULIB_FOPEN''@|$(GNULIB_FOPEN)|g' \
 
1617
              -e 's|@''GNULIB_FPRINTF''@|$(GNULIB_FPRINTF)|g' \
 
1618
              -e 's|@''GNULIB_FPRINTF_POSIX''@|$(GNULIB_FPRINTF_POSIX)|g' \
 
1619
              -e 's|@''GNULIB_FPURGE''@|$(GNULIB_FPURGE)|g' \
 
1620
              -e 's|@''GNULIB_FPUTC''@|$(GNULIB_FPUTC)|g' \
 
1621
              -e 's|@''GNULIB_FPUTS''@|$(GNULIB_FPUTS)|g' \
 
1622
              -e 's|@''GNULIB_FREOPEN''@|$(GNULIB_FREOPEN)|g' \
 
1623
              -e 's|@''GNULIB_FSEEK''@|$(GNULIB_FSEEK)|g' \
 
1624
              -e 's|@''GNULIB_FSEEKO''@|$(GNULIB_FSEEKO)|g' \
 
1625
              -e 's|@''GNULIB_FTELL''@|$(GNULIB_FTELL)|g' \
 
1626
              -e 's|@''GNULIB_FTELLO''@|$(GNULIB_FTELLO)|g' \
 
1627
              -e 's|@''GNULIB_FWRITE''@|$(GNULIB_FWRITE)|g' \
 
1628
              -e 's|@''GNULIB_GETDELIM''@|$(GNULIB_GETDELIM)|g' \
 
1629
              -e 's|@''GNULIB_GETLINE''@|$(GNULIB_GETLINE)|g' \
 
1630
              -e 's|@''GNULIB_OBSTACK_PRINTF''@|$(GNULIB_OBSTACK_PRINTF)|g' \
 
1631
              -e 's|@''GNULIB_OBSTACK_PRINTF_POSIX''@|$(GNULIB_OBSTACK_PRINTF_POSIX)|g' \
 
1632
              -e 's|@''GNULIB_PERROR''@|$(GNULIB_PERROR)|g' \
 
1633
              -e 's|@''GNULIB_POPEN''@|$(GNULIB_POPEN)|g' \
 
1634
              -e 's|@''GNULIB_PRINTF''@|$(GNULIB_PRINTF)|g' \
 
1635
              -e 's|@''GNULIB_PRINTF_POSIX''@|$(GNULIB_PRINTF_POSIX)|g' \
 
1636
              -e 's|@''GNULIB_PUTC''@|$(GNULIB_PUTC)|g' \
 
1637
              -e 's|@''GNULIB_PUTCHAR''@|$(GNULIB_PUTCHAR)|g' \
 
1638
              -e 's|@''GNULIB_PUTS''@|$(GNULIB_PUTS)|g' \
 
1639
              -e 's|@''GNULIB_REMOVE''@|$(GNULIB_REMOVE)|g' \
 
1640
              -e 's|@''GNULIB_RENAME''@|$(GNULIB_RENAME)|g' \
 
1641
              -e 's|@''GNULIB_RENAMEAT''@|$(GNULIB_RENAMEAT)|g' \
 
1642
              -e 's|@''GNULIB_SNPRINTF''@|$(GNULIB_SNPRINTF)|g' \
 
1643
              -e 's|@''GNULIB_SPRINTF_POSIX''@|$(GNULIB_SPRINTF_POSIX)|g' \
 
1644
              -e 's|@''GNULIB_STDIO_H_SIGPIPE''@|$(GNULIB_STDIO_H_SIGPIPE)|g' \
 
1645
              -e 's|@''GNULIB_TMPFILE''@|$(GNULIB_TMPFILE)|g' \
 
1646
              -e 's|@''GNULIB_VASPRINTF''@|$(GNULIB_VASPRINTF)|g' \
 
1647
              -e 's|@''GNULIB_VDPRINTF''@|$(GNULIB_VDPRINTF)|g' \
 
1648
              -e 's|@''GNULIB_VFPRINTF''@|$(GNULIB_VFPRINTF)|g' \
 
1649
              -e 's|@''GNULIB_VFPRINTF_POSIX''@|$(GNULIB_VFPRINTF_POSIX)|g' \
 
1650
              -e 's|@''GNULIB_VPRINTF''@|$(GNULIB_VPRINTF)|g' \
 
1651
              -e 's|@''GNULIB_VPRINTF_POSIX''@|$(GNULIB_VPRINTF_POSIX)|g' \
 
1652
              -e 's|@''GNULIB_VSNPRINTF''@|$(GNULIB_VSNPRINTF)|g' \
 
1653
              -e 's|@''GNULIB_VSPRINTF_POSIX''@|$(GNULIB_VSPRINTF_POSIX)|g' \
 
1654
              < $(srcdir)/stdio.in.h | \
 
1655
          sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
 
1656
              -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
 
1657
              -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
 
1658
              -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
 
1659
              -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
 
1660
              -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
 
1661
              -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
 
1662
              -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
 
1663
              -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
 
1664
              -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
 
1665
              -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
 
1666
              -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
 
1667
              -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
 
1668
              -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
 
1669
              -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
 
1670
              -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
 
1671
              -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
 
1672
              -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
 
1673
              -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
 
1674
              -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
 
1675
              -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
 
1676
              -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
 
1677
              -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
 
1678
              -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \
 
1679
              -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
 
1680
              -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
 
1681
              -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
 
1682
              -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \
 
1683
              -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
 
1684
              -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \
 
1685
              -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \
 
1686
              -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \
 
1687
              -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
 
1688
              -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
 
1689
              -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
 
1690
              -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \
 
1691
              -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
 
1692
              -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
 
1693
              -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
 
1694
              -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
 
1695
              -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
 
1696
              -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
 
1697
              -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \
 
1698
              -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
 
1699
              -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
 
1700
              -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
 
1701
        } > $@-t && \
 
1702
        mv $@-t $@
 
1703
 
 
1704
# We need the following in order to create <stdlib.h> when the system
 
1705
# doesn't have one that works with the given compiler.
 
1706
stdlib.h: stdlib.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
 
1707
        $(AM_V_GEN)rm -f $@-t $@ && \
 
1708
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
 
1709
          sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
1710
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
1711
              -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
 
1712
              -e 's|@''GNULIB__EXIT''@|$(GNULIB__EXIT)|g' \
 
1713
              -e 's|@''GNULIB_ATOLL''@|$(GNULIB_ATOLL)|g' \
 
1714
              -e 's|@''GNULIB_CALLOC_POSIX''@|$(GNULIB_CALLOC_POSIX)|g' \
 
1715
              -e 's|@''GNULIB_CANONICALIZE_FILE_NAME''@|$(GNULIB_CANONICALIZE_FILE_NAME)|g' \
 
1716
              -e 's|@''GNULIB_GETLOADAVG''@|$(GNULIB_GETLOADAVG)|g' \
 
1717
              -e 's|@''GNULIB_GETSUBOPT''@|$(GNULIB_GETSUBOPT)|g' \
 
1718
              -e 's|@''GNULIB_GRANTPT''@|$(GNULIB_GRANTPT)|g' \
 
1719
              -e 's|@''GNULIB_MALLOC_POSIX''@|$(GNULIB_MALLOC_POSIX)|g' \
 
1720
              -e 's|@''GNULIB_MKDTEMP''@|$(GNULIB_MKDTEMP)|g' \
 
1721
              -e 's|@''GNULIB_MKOSTEMP''@|$(GNULIB_MKOSTEMP)|g' \
 
1722
              -e 's|@''GNULIB_MKOSTEMPS''@|$(GNULIB_MKOSTEMPS)|g' \
 
1723
              -e 's|@''GNULIB_MKSTEMP''@|$(GNULIB_MKSTEMP)|g' \
 
1724
              -e 's|@''GNULIB_MKSTEMPS''@|$(GNULIB_MKSTEMPS)|g' \
 
1725
              -e 's|@''GNULIB_PTSNAME''@|$(GNULIB_PTSNAME)|g' \
 
1726
              -e 's|@''GNULIB_PUTENV''@|$(GNULIB_PUTENV)|g' \
 
1727
              -e 's|@''GNULIB_RANDOM_R''@|$(GNULIB_RANDOM_R)|g' \
 
1728
              -e 's|@''GNULIB_REALLOC_POSIX''@|$(GNULIB_REALLOC_POSIX)|g' \
 
1729
              -e 's|@''GNULIB_REALPATH''@|$(GNULIB_REALPATH)|g' \
 
1730
              -e 's|@''GNULIB_RPMATCH''@|$(GNULIB_RPMATCH)|g' \
 
1731
              -e 's|@''GNULIB_SETENV''@|$(GNULIB_SETENV)|g' \
 
1732
              -e 's|@''GNULIB_STRTOD''@|$(GNULIB_STRTOD)|g' \
 
1733
              -e 's|@''GNULIB_STRTOLL''@|$(GNULIB_STRTOLL)|g' \
 
1734
              -e 's|@''GNULIB_STRTOULL''@|$(GNULIB_STRTOULL)|g' \
 
1735
              -e 's|@''GNULIB_UNLOCKPT''@|$(GNULIB_UNLOCKPT)|g' \
 
1736
              -e 's|@''GNULIB_UNSETENV''@|$(GNULIB_UNSETENV)|g' \
 
1737
              -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
 
1738
              -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
 
1739
              -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
 
1740
              -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
 
1741
              -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
 
1742
              -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
 
1743
              -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
 
1744
              -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
 
1745
              -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
 
1746
              -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
 
1747
              -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
 
1748
              -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
 
1749
              -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
 
1750
              -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
 
1751
              -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
 
1752
              -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
 
1753
              -e 's|@''HAVE_SETENV''@|$(HAVE_SETENV)|g' \
 
1754
              -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
 
1755
              -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
 
1756
              -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
 
1757
              -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
 
1758
              -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
 
1759
              -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
 
1760
              -e 's|@''HAVE_UNSETENV''@|$(HAVE_UNSETENV)|g' \
 
1761
              -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \
 
1762
              -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
 
1763
              -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
 
1764
              -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
 
1765
              -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
 
1766
              -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \
 
1767
              -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
 
1768
              -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
 
1769
              -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
 
1770
              -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
 
1771
              -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
 
1772
              -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
 
1773
              -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
 
1774
              < $(srcdir)/stdlib.in.h; \
 
1775
        } > $@-t && \
 
1776
        mv $@-t $@
 
1777
 
 
1778
# We need the following in order to create <string.h> when the system
 
1779
# doesn't have one that works with the given compiler.
 
1780
string.h: string.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
 
1781
        $(AM_V_GEN)rm -f $@-t $@ && \
 
1782
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
 
1783
          sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
1784
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
1785
              -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
 
1786
              -e 's|@''GNULIB_MBSLEN''@|$(GNULIB_MBSLEN)|g' \
 
1787
              -e 's|@''GNULIB_MBSNLEN''@|$(GNULIB_MBSNLEN)|g' \
 
1788
              -e 's|@''GNULIB_MBSCHR''@|$(GNULIB_MBSCHR)|g' \
 
1789
              -e 's|@''GNULIB_MBSRCHR''@|$(GNULIB_MBSRCHR)|g' \
 
1790
              -e 's|@''GNULIB_MBSSTR''@|$(GNULIB_MBSSTR)|g' \
 
1791
              -e 's|@''GNULIB_MBSCASECMP''@|$(GNULIB_MBSCASECMP)|g' \
 
1792
              -e 's|@''GNULIB_MBSNCASECMP''@|$(GNULIB_MBSNCASECMP)|g' \
 
1793
              -e 's|@''GNULIB_MBSPCASECMP''@|$(GNULIB_MBSPCASECMP)|g' \
 
1794
              -e 's|@''GNULIB_MBSCASESTR''@|$(GNULIB_MBSCASESTR)|g' \
 
1795
              -e 's|@''GNULIB_MBSCSPN''@|$(GNULIB_MBSCSPN)|g' \
 
1796
              -e 's|@''GNULIB_MBSPBRK''@|$(GNULIB_MBSPBRK)|g' \
 
1797
              -e 's|@''GNULIB_MBSSPN''@|$(GNULIB_MBSSPN)|g' \
 
1798
              -e 's|@''GNULIB_MBSSEP''@|$(GNULIB_MBSSEP)|g' \
 
1799
              -e 's|@''GNULIB_MBSTOK_R''@|$(GNULIB_MBSTOK_R)|g' \
 
1800
              -e 's|@''GNULIB_MEMCHR''@|$(GNULIB_MEMCHR)|g' \
 
1801
              -e 's|@''GNULIB_MEMMEM''@|$(GNULIB_MEMMEM)|g' \
 
1802
              -e 's|@''GNULIB_MEMPCPY''@|$(GNULIB_MEMPCPY)|g' \
 
1803
              -e 's|@''GNULIB_MEMRCHR''@|$(GNULIB_MEMRCHR)|g' \
 
1804
              -e 's|@''GNULIB_RAWMEMCHR''@|$(GNULIB_RAWMEMCHR)|g' \
 
1805
              -e 's|@''GNULIB_STPCPY''@|$(GNULIB_STPCPY)|g' \
 
1806
              -e 's|@''GNULIB_STPNCPY''@|$(GNULIB_STPNCPY)|g' \
 
1807
              -e 's|@''GNULIB_STRCHRNUL''@|$(GNULIB_STRCHRNUL)|g' \
 
1808
              -e 's|@''GNULIB_STRDUP''@|$(GNULIB_STRDUP)|g' \
 
1809
              -e 's|@''GNULIB_STRNCAT''@|$(GNULIB_STRNCAT)|g' \
 
1810
              -e 's|@''GNULIB_STRNDUP''@|$(GNULIB_STRNDUP)|g' \
 
1811
              -e 's|@''GNULIB_STRNLEN''@|$(GNULIB_STRNLEN)|g' \
 
1812
              -e 's|@''GNULIB_STRPBRK''@|$(GNULIB_STRPBRK)|g' \
 
1813
              -e 's|@''GNULIB_STRSEP''@|$(GNULIB_STRSEP)|g' \
 
1814
              -e 's|@''GNULIB_STRSTR''@|$(GNULIB_STRSTR)|g' \
 
1815
              -e 's|@''GNULIB_STRCASESTR''@|$(GNULIB_STRCASESTR)|g' \
 
1816
              -e 's|@''GNULIB_STRTOK_R''@|$(GNULIB_STRTOK_R)|g' \
 
1817
              -e 's|@''GNULIB_STRERROR''@|$(GNULIB_STRERROR)|g' \
 
1818
              -e 's|@''GNULIB_STRSIGNAL''@|$(GNULIB_STRSIGNAL)|g' \
 
1819
              -e 's|@''GNULIB_STRVERSCMP''@|$(GNULIB_STRVERSCMP)|g' \
 
1820
              < $(srcdir)/string.in.h | \
 
1821
          sed -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
 
1822
              -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
 
1823
              -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
 
1824
              -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
 
1825
              -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
 
1826
              -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
 
1827
              -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
 
1828
              -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
 
1829
              -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
 
1830
              -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
 
1831
              -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
 
1832
              -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
 
1833
              -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
 
1834
              -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
 
1835
              -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
 
1836
              -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
 
1837
              -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
 
1838
              -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
 
1839
              -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
 
1840
              -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
 
1841
              -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
 
1842
              -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
 
1843
              -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
 
1844
              -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
 
1845
              -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
 
1846
              -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
 
1847
              -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
 
1848
              -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
 
1849
              -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
 
1850
              -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
 
1851
              -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
 
1852
              -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
 
1853
              -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
 
1854
              -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
 
1855
              < $(srcdir)/string.in.h; \
 
1856
        } > $@-t && \
 
1857
        mv $@-t $@
 
1858
 
 
1859
# We need the following in order to create <strings.h> when the system
 
1860
# doesn't have one that works with the given compiler.
 
1861
strings.h: strings.in.h $(WARN_ON_USE_H) $(ARG_NONNULL_H)
 
1862
        $(AM_V_GEN)rm -f $@-t $@ && \
 
1863
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
 
1864
          sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
1865
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
1866
              -e 's|@''NEXT_STRINGS_H''@|$(NEXT_STRINGS_H)|g' \
 
1867
              -e 's|@''HAVE_STRCASECMP''@|$(HAVE_STRCASECMP)|g' \
 
1868
              -e 's|@''HAVE_DECL_STRNCASECMP''@|$(HAVE_DECL_STRNCASECMP)|g' \
 
1869
              -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
 
1870
              -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
 
1871
              < $(srcdir)/strings.in.h; \
 
1872
        } > $@-t && \
 
1873
        mv $@-t $@
 
1874
 
 
1875
# We need the following in order to create <sys/wait.h> when the system
 
1876
# has one that is incomplete.
 
1877
sys/wait.h: sys_wait.in.h
 
1878
        $(AM_V_at)$(MKDIR_P) sys
 
1879
        $(AM_V_GEN)rm -f $@-t $@ && \
 
1880
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
1881
          sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
1882
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
1883
              -e 's|@''NEXT_SYS_WAIT_H''@|$(NEXT_SYS_WAIT_H)|g' \
 
1884
              < $(srcdir)/sys_wait.in.h; \
 
1885
        } > $@-t && \
 
1886
        mv $@-t $@
 
1887
 
 
1888
# We need the following in order to create <sysexits.h> when the system
 
1889
# doesn't have one that works with the given compiler.
 
1890
sysexits.h: sysexits.in.h
 
1891
        $(AM_V_GEN)rm -f $@-t $@ && \
 
1892
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
1893
          sed -e 's|@''HAVE_SYSEXITS_H''@|$(HAVE_SYSEXITS_H)|g' \
 
1894
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
1895
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
1896
              -e 's|@''NEXT_SYSEXITS_H''@|$(NEXT_SYSEXITS_H)|g' \
 
1897
              < $(srcdir)/sysexits.in.h; \
 
1898
        } > $@-t && \
 
1899
        mv -f $@-t $@
 
1900
 
 
1901
# We need the following in order to create an empty placeholder for
 
1902
# <unistd.h> when the system doesn't have one.
 
1903
unistd.h: unistd.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
 
1904
        $(AM_V_GEN)rm -f $@-t $@ && \
 
1905
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
1906
          sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
 
1907
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
1908
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
1909
              -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
 
1910
              -e 's|@''GNULIB_CHOWN''@|$(GNULIB_CHOWN)|g' \
 
1911
              -e 's|@''GNULIB_CLOSE''@|$(GNULIB_CLOSE)|g' \
 
1912
              -e 's|@''GNULIB_DUP2''@|$(GNULIB_DUP2)|g' \
 
1913
              -e 's|@''GNULIB_DUP3''@|$(GNULIB_DUP3)|g' \
 
1914
              -e 's|@''GNULIB_ENVIRON''@|$(GNULIB_ENVIRON)|g' \
 
1915
              -e 's|@''GNULIB_EUIDACCESS''@|$(GNULIB_EUIDACCESS)|g' \
 
1916
              -e 's|@''GNULIB_FACCESSAT''@|$(GNULIB_FACCESSAT)|g' \
 
1917
              -e 's|@''GNULIB_FCHDIR''@|$(GNULIB_FCHDIR)|g' \
 
1918
              -e 's|@''GNULIB_FCHOWNAT''@|$(GNULIB_FCHOWNAT)|g' \
 
1919
              -e 's|@''GNULIB_FSYNC''@|$(GNULIB_FSYNC)|g' \
 
1920
              -e 's|@''GNULIB_FTRUNCATE''@|$(GNULIB_FTRUNCATE)|g' \
 
1921
              -e 's|@''GNULIB_GETCWD''@|$(GNULIB_GETCWD)|g' \
 
1922
              -e 's|@''GNULIB_GETDOMAINNAME''@|$(GNULIB_GETDOMAINNAME)|g' \
 
1923
              -e 's|@''GNULIB_GETDTABLESIZE''@|$(GNULIB_GETDTABLESIZE)|g' \
 
1924
              -e 's|@''GNULIB_GETGROUPS''@|$(GNULIB_GETGROUPS)|g' \
 
1925
              -e 's|@''GNULIB_GETHOSTNAME''@|$(GNULIB_GETHOSTNAME)|g' \
 
1926
              -e 's|@''GNULIB_GETLOGIN''@|$(GNULIB_GETLOGIN)|g' \
 
1927
              -e 's|@''GNULIB_GETLOGIN_R''@|$(GNULIB_GETLOGIN_R)|g' \
 
1928
              -e 's|@''GNULIB_GETPAGESIZE''@|$(GNULIB_GETPAGESIZE)|g' \
 
1929
              -e 's|@''GNULIB_GETUSERSHELL''@|$(GNULIB_GETUSERSHELL)|g' \
 
1930
              -e 's|@''GNULIB_LCHOWN''@|$(GNULIB_LCHOWN)|g' \
 
1931
              -e 's|@''GNULIB_LINK''@|$(GNULIB_LINK)|g' \
 
1932
              -e 's|@''GNULIB_LINKAT''@|$(GNULIB_LINKAT)|g' \
 
1933
              -e 's|@''GNULIB_LSEEK''@|$(GNULIB_LSEEK)|g' \
 
1934
              -e 's|@''GNULIB_PIPE2''@|$(GNULIB_PIPE2)|g' \
 
1935
              -e 's|@''GNULIB_PREAD''@|$(GNULIB_PREAD)|g' \
 
1936
              -e 's|@''GNULIB_PWRITE''@|$(GNULIB_PWRITE)|g' \
 
1937
              -e 's|@''GNULIB_READLINK''@|$(GNULIB_READLINK)|g' \
 
1938
              -e 's|@''GNULIB_READLINKAT''@|$(GNULIB_READLINKAT)|g' \
 
1939
              -e 's|@''GNULIB_RMDIR''@|$(GNULIB_RMDIR)|g' \
 
1940
              -e 's|@''GNULIB_SLEEP''@|$(GNULIB_SLEEP)|g' \
 
1941
              -e 's|@''GNULIB_SYMLINK''@|$(GNULIB_SYMLINK)|g' \
 
1942
              -e 's|@''GNULIB_SYMLINKAT''@|$(GNULIB_SYMLINKAT)|g' \
 
1943
              -e 's|@''GNULIB_TTYNAME_R''@|$(GNULIB_TTYNAME_R)|g' \
 
1944
              -e 's|@''GNULIB_UNISTD_H_GETOPT''@|$(GNULIB_UNISTD_H_GETOPT)|g' \
 
1945
              -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|$(GNULIB_UNISTD_H_SIGPIPE)|g' \
 
1946
              -e 's|@''GNULIB_UNLINK''@|$(GNULIB_UNLINK)|g' \
 
1947
              -e 's|@''GNULIB_UNLINKAT''@|$(GNULIB_UNLINKAT)|g' \
 
1948
              -e 's|@''GNULIB_USLEEP''@|$(GNULIB_USLEEP)|g' \
 
1949
              -e 's|@''GNULIB_WRITE''@|$(GNULIB_WRITE)|g' \
 
1950
              < $(srcdir)/unistd.in.h | \
 
1951
          sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
 
1952
              -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
 
1953
              -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
 
1954
              -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
 
1955
              -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
 
1956
              -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
 
1957
              -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
 
1958
              -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
 
1959
              -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
 
1960
              -e 's|@''HAVE_GETDOMAINNAME''@|$(HAVE_GETDOMAINNAME)|g' \
 
1961
              -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
 
1962
              -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
 
1963
              -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
 
1964
              -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \
 
1965
              -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
 
1966
              -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
 
1967
              -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
 
1968
              -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
 
1969
              -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
 
1970
              -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
 
1971
              -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
 
1972
              -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
 
1973
              -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
 
1974
              -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
 
1975
              -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
 
1976
              -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
 
1977
              -e 's|@''HAVE_TTYNAME_R''@|$(HAVE_TTYNAME_R)|g' \
 
1978
              -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
 
1979
              -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
 
1980
              -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
 
1981
              -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
 
1982
              -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
 
1983
              -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
 
1984
              -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
 
1985
              -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
 
1986
              -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
 
1987
              -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
 
1988
              -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
 
1989
              -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
 
1990
              -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
 
1991
              -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
 
1992
              -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
 
1993
              -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
 
1994
              -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
 
1995
              -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
 
1996
              -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
 
1997
              -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
 
1998
              -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
 
1999
              -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
 
2000
              -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
 
2001
              -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
 
2002
              -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
 
2003
              -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
 
2004
              -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
 
2005
              -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
 
2006
              -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
 
2007
              -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
 
2008
              -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
 
2009
              -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
 
2010
              -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
 
2011
              -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
 
2012
              -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
 
2013
              -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
 
2014
        } > $@-t && \
 
2015
        mv $@-t $@
 
2016
# The warn-on-use.h that gets inserted into generated .h files is the same as
 
2017
# build-aux/warn-on-use.h, except that it has the copyright header cut off.
 
2018
warn-on-use.h: $(top_srcdir)/build-aux/warn-on-use.h
 
2019
        $(AM_V_GEN)rm -f $@-t $@ && \
 
2020
        sed -n -e '/^.ifndef/,$$p' \
 
2021
          < $(top_srcdir)/build-aux/warn-on-use.h \
 
2022
          > $@-t && \
 
2023
        mv $@-t $@
 
2024
 
 
2025
# We need the following in order to create <wchar.h> when the system
 
2026
# version does not work standalone.
 
2027
wchar.h: wchar.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
 
2028
        $(AM_V_GEN)rm -f $@-t $@ && \
 
2029
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
2030
          sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
2031
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
2032
              -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
 
2033
              -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
 
2034
              -e 's|@''GNULIB_BTOWC''@|$(GNULIB_BTOWC)|g' \
 
2035
              -e 's|@''GNULIB_WCTOB''@|$(GNULIB_WCTOB)|g' \
 
2036
              -e 's|@''GNULIB_MBSINIT''@|$(GNULIB_MBSINIT)|g' \
 
2037
              -e 's|@''GNULIB_MBRTOWC''@|$(GNULIB_MBRTOWC)|g' \
 
2038
              -e 's|@''GNULIB_MBRLEN''@|$(GNULIB_MBRLEN)|g' \
 
2039
              -e 's|@''GNULIB_MBSRTOWCS''@|$(GNULIB_MBSRTOWCS)|g' \
 
2040
              -e 's|@''GNULIB_MBSNRTOWCS''@|$(GNULIB_MBSNRTOWCS)|g' \
 
2041
              -e 's|@''GNULIB_WCRTOMB''@|$(GNULIB_WCRTOMB)|g' \
 
2042
              -e 's|@''GNULIB_WCSRTOMBS''@|$(GNULIB_WCSRTOMBS)|g' \
 
2043
              -e 's|@''GNULIB_WCSNRTOMBS''@|$(GNULIB_WCSNRTOMBS)|g' \
 
2044
              -e 's|@''GNULIB_WCWIDTH''@|$(GNULIB_WCWIDTH)|g' \
 
2045
              -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
 
2046
              -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
 
2047
              -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
 
2048
              -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
 
2049
              -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
 
2050
              -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
 
2051
              -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
 
2052
              -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
 
2053
              -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
 
2054
              -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
 
2055
              -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
 
2056
              -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
 
2057
              -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
 
2058
              -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
 
2059
              -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
 
2060
              -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
 
2061
              -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
 
2062
              -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
 
2063
              -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
 
2064
              -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
 
2065
              -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
 
2066
              -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
 
2067
              -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
 
2068
              -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
 
2069
              -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
 
2070
              -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
 
2071
              -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
 
2072
            < $(srcdir)/wchar.in.h; \
 
2073
        } > $@-t && \
 
2074
        mv $@-t $@
 
2075
 
 
2076
# We need the following in order to create <wctype.h> when the system
 
2077
# doesn't have one that works with the given compiler.
 
2078
wctype.h: wctype.in.h $(CXXDEFS_H) $(WARN_ON_USE_H)
 
2079
        $(AM_V_GEN)rm -f $@-t $@ && \
 
2080
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
2081
          sed -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
 
2082
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
2083
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
2084
              -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \
 
2085
              -e 's/@''HAVE_ISWBLANK''@/$(HAVE_ISWBLANK)/g' \
 
2086
              -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \
 
2087
              -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \
 
2088
              -e 's/@''REPLACE_ISWBLANK''@/$(REPLACE_ISWBLANK)/g' \
 
2089
              -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \
 
2090
              -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
 
2091
              -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
 
2092
              < $(srcdir)/wctype.in.h; \
 
2093
        } > $@-t && \
 
2094
        mv $@-t $@
 
2095
 
 
2096
mostlyclean-local: mostlyclean-generic
 
2097
        @for dir in '' $(MOSTLYCLEANDIRS); do \
 
2098
          if test -n "$$dir" && test -d $$dir; then \
 
2099
            echo "rmdir $$dir"; rmdir $$dir; \
 
2100
          fi; \
 
2101
        done; \
 
2102
        :
 
2103
 
 
2104
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
2105
# Otherwise a system limit (for SysV at least) may be exceeded.
 
2106
.NOEXPORT: