~ubuntu-branches/ubuntu/jaunty/gnupg2/jaunty-security

« back to all changes in this revision

Viewing changes to gl/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Viehmann
  • Date: 2008-10-04 10:25:53 UTC
  • mfrom: (5.1.15 intrepid)
  • Revision ID: james.westby@ubuntu.com-20081004102553-fv62pp8dsitxli47
Tags: 2.0.9-3.1
* Non-maintainer upload.
* agent/gpg-agent.c: Deinit the threading library before exec'ing
  the command to run in --daemon mode. And because that still doesn't
  restore the sigprocmask, do that manually. Closes: #499569

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
# Copyright (C) 2004 Free Software Foundation, Inc.
 
17
# Copyright (C) 2004-2006 Free Software Foundation, Inc.
18
18
#
19
19
# This file is free software, distributed under the terms of the GNU
20
20
# General Public License.  As a special exception to the GNU General
21
21
# Public License, this file may be distributed as part of a program
22
 
# that contains a configuration script generated by Automake, under
 
22
# that contains a configuration script generated by Autoconf, under
23
23
# the same distribution terms as the rest of that program.
24
24
#
25
25
# Generated by gnulib-tool.
26
 
# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --aux-dir=. --macro-prefix=gl alloca-opt allocsa mkdtemp setenv strpbrk strsep vasnprintf vasprintf xsize
27
 
 
28
 
srcdir = @srcdir@
29
 
top_srcdir = @top_srcdir@
 
26
# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --aux-dir=scripts --no-libtool --macro-prefix=gl alloca-opt allocsa mkdtemp setenv strpbrk xsize
 
27
 
 
28
 
30
29
VPATH = @srcdir@
31
30
pkgdatadir = $(datadir)/@PACKAGE@
32
31
pkglibdir = $(libdir)/@PACKAGE@
33
32
pkgincludedir = $(includedir)/@PACKAGE@
34
 
top_builddir = ..
35
33
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
36
 
INSTALL = @INSTALL@
37
34
install_sh_DATA = $(install_sh) -c -m 644
38
35
install_sh_PROGRAM = $(install_sh) -c
39
36
install_sh_SCRIPT = $(install_sh) -c
47
44
POST_UNINSTALL = :
48
45
build_triplet = @build@
49
46
host_triplet = @host@
50
 
target_triplet = @target@
51
47
subdir = gl
52
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in asnprintf.c \
53
 
        asprintf.c mkdtemp.c printf-args.c printf-parse.c setenv.c \
54
 
        strpbrk.c strsep.c unsetenv.c vasnprintf.c vasprintf.c
 
48
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
 
49
        $(srcdir)/Makefile.in mkdtemp.c setenv.c strpbrk.c unsetenv.c
55
50
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56
 
am__aclocal_m4_deps = $(top_srcdir)/gl/m4/alloca.m4 \
57
 
        $(top_srcdir)/gl/m4/allocsa.m4 $(top_srcdir)/gl/m4/eealloc.m4 \
58
 
        $(top_srcdir)/gl/m4/eoverflow.m4 \
 
51
am__aclocal_m4_deps = $(top_srcdir)/gl/m4/absolute-header.m4 \
 
52
        $(top_srcdir)/gl/m4/alloca.m4 $(top_srcdir)/gl/m4/allocsa.m4 \
 
53
        $(top_srcdir)/gl/m4/eealloc.m4 \
59
54
        $(top_srcdir)/gl/m4/gnulib-comp.m4 \
60
55
        $(top_srcdir)/gl/m4/gnulib-tool.m4 \
61
 
        $(top_srcdir)/gl/m4/intmax_t.m4 \
62
 
        $(top_srcdir)/gl/m4/inttypes_h.m4 \
63
 
        $(top_srcdir)/gl/m4/longlong.m4 $(top_srcdir)/gl/m4/mkdtemp.m4 \
64
 
        $(top_srcdir)/gl/m4/onceonly_2_57.m4 \
65
 
        $(top_srcdir)/gl/m4/setenv.m4 $(top_srcdir)/gl/m4/stdint_h.m4 \
66
 
        $(top_srcdir)/gl/m4/strpbrk.m4 $(top_srcdir)/gl/m4/strsep.m4 \
67
 
        $(top_srcdir)/gl/m4/uintmax_t.m4 \
68
 
        $(top_srcdir)/gl/m4/ulonglong.m4 \
69
 
        $(top_srcdir)/gl/m4/vasnprintf.m4 \
70
 
        $(top_srcdir)/gl/m4/vasprintf.m4 $(top_srcdir)/m4/codeset.m4 \
71
 
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \
 
56
        $(top_srcdir)/gl/m4/mkdtemp.m4 $(top_srcdir)/gl/m4/setenv.m4 \
 
57
        $(top_srcdir)/gl/m4/stdint.m4 $(top_srcdir)/gl/m4/strpbrk.m4 \
 
58
        $(top_srcdir)/gl/m4/unistd_h.m4 $(top_srcdir)/m4/autobuild.m4 \
 
59
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/estream.m4 \
 
60
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gnupg-pth.m4 \
72
61
        $(top_srcdir)/m4/gpg-error.m4 $(top_srcdir)/m4/iconv.m4 \
73
 
        $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/intmax.m4 \
74
 
        $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \
75
 
        $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/ksba.m4 \
76
 
        $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \
77
 
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
78
 
        $(top_srcdir)/m4/libassuan.m4 $(top_srcdir)/m4/libgcrypt.m4 \
79
 
        $(top_srcdir)/m4/longdouble.m4 $(top_srcdir)/m4/longlong.m4 \
80
 
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
81
 
        $(top_srcdir)/m4/printf-posix.m4 $(top_srcdir)/m4/progtest.m4 \
82
 
        $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/size_max.m4 \
83
 
        $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/uintmax_t.m4 \
84
 
        $(top_srcdir)/m4/ulonglong.m4 $(top_srcdir)/m4/wchar_t.m4 \
85
 
        $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \
 
62
        $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/ksba.m4 \
 
63
        $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/ldap.m4 \
 
64
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
 
65
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libassuan.m4 \
 
66
        $(top_srcdir)/m4/libcurl.m4 $(top_srcdir)/m4/libgcrypt.m4 \
 
67
        $(top_srcdir)/m4/longdouble.m4 $(top_srcdir)/m4/nls.m4 \
 
68
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
 
69
        $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/size_max.m4 \
 
70
        $(top_srcdir)/m4/tar-ustar.m4 $(top_srcdir)/m4/xsize.m4 \
86
71
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
87
72
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
88
73
        $(ACLOCAL_M4)
92
77
LIBRARIES = $(noinst_LIBRARIES)
93
78
ARFLAGS = cru
94
79
libgnu_a_AR = $(AR) $(ARFLAGS)
95
 
libgnu_a_DEPENDENCIES = @LIBOBJS@
 
80
libgnu_a_DEPENDENCIES = $(LIBOBJS)
96
81
am_libgnu_a_OBJECTS = allocsa.$(OBJEXT)
97
82
libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS)
98
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
99
 
depcomp =
100
 
am__depfiles_maybe =
 
83
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
84
depcomp = $(SHELL) $(top_srcdir)/scripts/depcomp
 
85
am__depfiles_maybe = depfiles
101
86
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
102
87
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
103
88
CCLD = $(CC)
104
89
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
105
90
SOURCES = $(libgnu_a_SOURCES)
106
91
DIST_SOURCES = $(libgnu_a_SOURCES)
 
92
HEADERS = $(noinst_HEADERS)
107
93
ETAGS = etags
108
94
CTAGS = ctags
109
95
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
96
ABSOLUTE_STDINT_H = @ABSOLUTE_STDINT_H@
110
97
ACLOCAL = @ACLOCAL@
111
98
ALLOCA = @ALLOCA@
112
99
ALLOCA_H = @ALLOCA_H@
113
 
AMDEP_FALSE = @AMDEP_FALSE@
114
 
AMDEP_TRUE = @AMDEP_TRUE@
115
100
AMTAR = @AMTAR@
116
101
AR = @AR@
117
102
AUTOCONF = @AUTOCONF@
118
103
AUTOHEADER = @AUTOHEADER@
119
104
AUTOMAKE = @AUTOMAKE@
120
105
AWK = @AWK@
121
 
BUILD_AGENT_FALSE = @BUILD_AGENT_FALSE@
122
 
BUILD_AGENT_TRUE = @BUILD_AGENT_TRUE@
123
 
BUILD_GPGSM_FALSE = @BUILD_GPGSM_FALSE@
124
 
BUILD_GPGSM_TRUE = @BUILD_GPGSM_TRUE@
125
 
BUILD_GPG_FALSE = @BUILD_GPG_FALSE@
126
 
BUILD_GPG_TRUE = @BUILD_GPG_TRUE@
 
106
BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
 
107
BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
 
108
BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
 
109
BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
 
110
BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
127
111
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
128
 
BUILD_SCDAEMON_FALSE = @BUILD_SCDAEMON_FALSE@
129
 
BUILD_SCDAEMON_TRUE = @BUILD_SCDAEMON_TRUE@
130
 
BUILD_SYMCRYPTRUN_FALSE = @BUILD_SYMCRYPTRUN_FALSE@
131
 
BUILD_SYMCRYPTRUN_TRUE = @BUILD_SYMCRYPTRUN_TRUE@
132
 
CAPLIBS = @CAPLIBS@
133
 
CATOBJEXT = @CATOBJEXT@
134
112
CC = @CC@
135
113
CCDEPMODE = @CCDEPMODE@
 
114
CC_FOR_BUILD = @CC_FOR_BUILD@
136
115
CFLAGS = @CFLAGS@
137
116
CPP = @CPP@
138
117
CPPFLAGS = @CPPFLAGS@
139
 
CROSS_COMPILING_FALSE = @CROSS_COMPILING_FALSE@
140
 
CROSS_COMPILING_TRUE = @CROSS_COMPILING_TRUE@
141
118
CYGPATH_W = @CYGPATH_W@
142
 
DATADIRNAME = @DATADIRNAME@
143
119
DEFS = @DEFS@
144
120
DEPDIR = @DEPDIR@
145
121
DL_LIBS = @DL_LIBS@
146
 
DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
147
 
DOCBOOK_TO_TEXI = @DOCBOOK_TO_TEXI@
 
122
DNSLIBS = @DNSLIBS@
148
123
ECHO_C = @ECHO_C@
149
124
ECHO_N = @ECHO_N@
150
125
ECHO_T = @ECHO_T@
151
126
EGREP = @EGREP@
152
 
EOVERFLOW = @EOVERFLOW@
153
127
EXEEXT = @EXEEXT@
154
128
FAQPROG = @FAQPROG@
155
 
GENCAT = @GENCAT@
156
 
GLIBC21 = @GLIBC21@
157
 
GL_COND_LIBTOOL_FALSE = @GL_COND_LIBTOOL_FALSE@
158
 
GL_COND_LIBTOOL_TRUE = @GL_COND_LIBTOOL_TRUE@
 
129
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
159
130
GMSGFMT = @GMSGFMT@
 
131
GMSGFMT_015 = @GMSGFMT_015@
160
132
GNUPG_AGENT_PGM = @GNUPG_AGENT_PGM@
161
 
GNUPG_AGENT_PGM_FALSE = @GNUPG_AGENT_PGM_FALSE@
162
 
GNUPG_AGENT_PGM_TRUE = @GNUPG_AGENT_PGM_TRUE@
163
133
GNUPG_DIRMNGR_PGM = @GNUPG_DIRMNGR_PGM@
164
 
GNUPG_DIRMNGR_PGM_FALSE = @GNUPG_DIRMNGR_PGM_FALSE@
165
 
GNUPG_DIRMNGR_PGM_TRUE = @GNUPG_DIRMNGR_PGM_TRUE@
166
134
GNUPG_PINENTRY_PGM = @GNUPG_PINENTRY_PGM@
167
 
GNUPG_PINENTRY_PGM_FALSE = @GNUPG_PINENTRY_PGM_FALSE@
168
 
GNUPG_PINENTRY_PGM_TRUE = @GNUPG_PINENTRY_PGM_TRUE@
169
135
GNUPG_PROTECT_TOOL_PGM = @GNUPG_PROTECT_TOOL_PGM@
170
 
GNUPG_PROTECT_TOOL_PGM_FALSE = @GNUPG_PROTECT_TOOL_PGM_FALSE@
171
 
GNUPG_PROTECT_TOOL_PGM_TRUE = @GNUPG_PROTECT_TOOL_PGM_TRUE@
172
136
GNUPG_SCDAEMON_PGM = @GNUPG_SCDAEMON_PGM@
173
 
GNUPG_SCDAEMON_PGM_FALSE = @GNUPG_SCDAEMON_PGM_FALSE@
174
 
GNUPG_SCDAEMON_PGM_TRUE = @GNUPG_SCDAEMON_PGM_TRUE@
 
137
GPGKEYS_CURL = @GPGKEYS_CURL@
 
138
GPGKEYS_FINGER = @GPGKEYS_FINGER@
175
139
GPGKEYS_HKP = @GPGKEYS_HKP@
176
140
GPGKEYS_LDAP = @GPGKEYS_LDAP@
177
141
GPGKEYS_MAILTO = @GPGKEYS_MAILTO@
178
142
GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
179
143
GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
180
144
GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
181
 
HAVE_ASPRINTF = @HAVE_ASPRINTF@
182
 
HAVE_DOCBOOK_TO_MAN_FALSE = @HAVE_DOCBOOK_TO_MAN_FALSE@
183
 
HAVE_DOCBOOK_TO_MAN_TRUE = @HAVE_DOCBOOK_TO_MAN_TRUE@
184
 
HAVE_DOCBOOK_TO_TEXI_FALSE = @HAVE_DOCBOOK_TO_TEXI_FALSE@
185
 
HAVE_DOCBOOK_TO_TEXI_TRUE = @HAVE_DOCBOOK_TO_TEXI_TRUE@
186
 
HAVE_DOSISH_SYSTEM_FALSE = @HAVE_DOSISH_SYSTEM_FALSE@
187
 
HAVE_DOSISH_SYSTEM_TRUE = @HAVE_DOSISH_SYSTEM_TRUE@
188
 
HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
189
 
HAVE_SNPRINTF = @HAVE_SNPRINTF@
190
 
HAVE_W32_SYSTEM_FALSE = @HAVE_W32_SYSTEM_FALSE@
191
 
HAVE_W32_SYSTEM_TRUE = @HAVE_W32_SYSTEM_TRUE@
192
 
HAVE_WPRINTF = @HAVE_WPRINTF@
 
145
GREP = @GREP@
 
146
HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
 
147
HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
 
148
HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
 
149
HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
 
150
HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
 
151
HAVE_STDINT_H = @HAVE_STDINT_H@
 
152
HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
 
153
HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
 
154
HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
 
155
HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
 
156
HAVE_WCHAR_H = @HAVE_WCHAR_H@
 
157
INSTALL = @INSTALL@
193
158
INSTALL_DATA = @INSTALL_DATA@
194
159
INSTALL_PROGRAM = @INSTALL_PROGRAM@
195
160
INSTALL_SCRIPT = @INSTALL_SCRIPT@
196
161
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
197
 
INSTOBJEXT = @INSTOBJEXT@
198
 
INTLBISON = @INTLBISON@
199
162
INTLLIBS = @INTLLIBS@
200
 
INTLOBJS = @INTLOBJS@
201
 
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
 
163
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
202
164
KSBA_CFLAGS = @KSBA_CFLAGS@
203
165
KSBA_CONFIG = @KSBA_CONFIG@
204
166
KSBA_LIBS = @KSBA_LIBS@
205
167
LDAPLIBS = @LDAPLIBS@
 
168
LDAP_CPPFLAGS = @LDAP_CPPFLAGS@
206
169
LDFLAGS = @LDFLAGS@
207
170
LIBASSUAN_CFLAGS = @LIBASSUAN_CFLAGS@
208
171
LIBASSUAN_CONFIG = @LIBASSUAN_CONFIG@
209
172
LIBASSUAN_LIBS = @LIBASSUAN_LIBS@
 
173
LIBASSUAN_PTH_CFLAGS = @LIBASSUAN_PTH_CFLAGS@
 
174
LIBASSUAN_PTH_LIBS = @LIBASSUAN_PTH_LIBS@
 
175
LIBCURL = @LIBCURL@
 
176
LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
210
177
LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
211
178
LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
212
179
LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
 
180
LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
 
181
LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
213
182
LIBICONV = @LIBICONV@
214
183
LIBINTL = @LIBINTL@
215
184
LIBOBJS = @LIBOBJS@
 
185
LIBREADLINE = @LIBREADLINE@
216
186
LIBS = @LIBS@
217
187
LIBUSB_LIBS = @LIBUSB_LIBS@
218
188
LIBUTIL_LIBS = @LIBUTIL_LIBS@
221
191
LTLIBINTL = @LTLIBINTL@
222
192
LTLIBOBJS = @LTLIBOBJS@
223
193
MAINT = @MAINT@
224
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
225
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
226
194
MAKEINFO = @MAKEINFO@
227
 
MKINSTALLDIRS = @MKINSTALLDIRS@
 
195
MKDIR_P = @MKDIR_P@
228
196
MSGFMT = @MSGFMT@
 
197
MSGFMT_015 = @MSGFMT_015@
229
198
MSGMERGE = @MSGMERGE@
230
199
NETLIBS = @NETLIBS@
231
200
OBJEXT = @OBJEXT@
242
211
PTH_CFLAGS = @PTH_CFLAGS@
243
212
PTH_CONFIG = @PTH_CONFIG@
244
213
PTH_LIBS = @PTH_LIBS@
 
214
PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
245
215
RANLIB = @RANLIB@
246
 
REGEX_O = @REGEX_O@
247
 
RUN_PKITS_TESTS_FALSE = @RUN_PKITS_TESTS_FALSE@
248
 
RUN_PKITS_TESTS_TRUE = @RUN_PKITS_TESTS_TRUE@
249
216
SENDMAIL = @SENDMAIL@
250
217
SET_MAKE = @SET_MAKE@
251
 
SHA512_O = @SHA512_O@
252
218
SHELL = @SHELL@
253
219
SHRED = @SHRED@
254
 
SRVLIBS = @SRVLIBS@
 
220
SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
 
221
SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
 
222
STDINT_H = @STDINT_H@
255
223
STRIP = @STRIP@
 
224
TAR = @TAR@
 
225
UNISTD_H = @UNISTD_H@
256
226
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
257
227
USE_NLS = @USE_NLS@
258
228
VERSION = @VERSION@
259
 
W32LIBS = @W32LIBS@
260
 
WORKING_FAQPROG_FALSE = @WORKING_FAQPROG_FALSE@
261
 
WORKING_FAQPROG_TRUE = @WORKING_FAQPROG_TRUE@
 
229
W32SOCKLIBS = @W32SOCKLIBS@
 
230
WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
 
231
WINDRES = @WINDRES@
 
232
WINT_T_SUFFIX = @WINT_T_SUFFIX@
262
233
XGETTEXT = @XGETTEXT@
263
 
ac_ct_AR = @ac_ct_AR@
 
234
XGETTEXT_015 = @XGETTEXT_015@
 
235
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
 
236
ZLIBS = @ZLIBS@
 
237
_libcurl_config = @_libcurl_config@
 
238
abs_builddir = @abs_builddir@
 
239
abs_srcdir = @abs_srcdir@
 
240
abs_top_builddir = @abs_top_builddir@
 
241
abs_top_srcdir = @abs_top_srcdir@
264
242
ac_ct_CC = @ac_ct_CC@
265
 
ac_ct_RANLIB = @ac_ct_RANLIB@
266
 
ac_ct_STRIP = @ac_ct_STRIP@
267
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
268
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
269
243
am__include = @am__include@
270
244
am__leading_dot = @am__leading_dot@
271
245
am__quote = @am__quote@
277
251
build_cpu = @build_cpu@
278
252
build_os = @build_os@
279
253
build_vendor = @build_vendor@
 
254
builddir = @builddir@
280
255
datadir = @datadir@
 
256
datarootdir = @datarootdir@
 
257
docdir = @docdir@
 
258
dvidir = @dvidir@
281
259
exec_prefix = @exec_prefix@
282
260
host = @host@
283
261
host_alias = @host_alias@
284
262
host_cpu = @host_cpu@
285
263
host_os = @host_os@
286
264
host_vendor = @host_vendor@
 
265
htmldir = @htmldir@
287
266
includedir = @includedir@
288
267
infodir = @infodir@
289
268
install_sh = @install_sh@
290
269
libdir = @libdir@
291
270
libexecdir = @libexecdir@
 
271
localedir = @localedir@
292
272
localstatedir = @localstatedir@
293
273
mandir = @mandir@
294
274
mkdir_p = @mkdir_p@
295
275
oldincludedir = @oldincludedir@
 
276
pdfdir = @pdfdir@
296
277
prefix = @prefix@
297
278
program_transform_name = @program_transform_name@
 
279
psdir = @psdir@
298
280
sbindir = @sbindir@
299
281
sharedstatedir = @sharedstatedir@
 
282
srcdir = @srcdir@
300
283
sysconfdir = @sysconfdir@
301
 
target = @target@
302
284
target_alias = @target_alias@
303
 
target_cpu = @target_cpu@
304
 
target_os = @target_os@
305
 
target_vendor = @target_vendor@
306
 
AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
 
285
top_builddir = @top_builddir@
 
286
top_srcdir = @top_srcdir@
 
287
AUTOMAKE_OPTIONS = 1.5 gnits
307
288
noinst_LIBRARIES = libgnu.a
308
289
libgnu_a_SOURCES = allocsa.h allocsa.c mkdtemp.h setenv.h size_max.h \
309
 
        strpbrk.h strsep.h printf-args.h printf-parse.h vasnprintf.h \
310
 
        vasprintf.h xsize.h
311
 
libgnu_a_LIBADD = @LIBOBJS@
312
 
EXTRA_DIST = alloca_.h allocsa.valgrind
313
 
BUILT_SOURCES = $(ALLOCA_H)
 
290
        strpbrk.h xsize.h
 
291
libgnu_a_LIBADD = $(LIBOBJS)
 
292
noinst_HEADERS = 
 
293
EXTRA_DIST = alloca_.h allocsa.valgrind stdint_.h
 
294
BUILT_SOURCES = $(ALLOCA_H) $(STDINT_H) $(UNISTD_H)
314
295
SUFFIXES = 
315
 
MOSTLYCLEANFILES = alloca.h alloca.h-t
 
296
MOSTLYCLEANFILES = core *.stackdump alloca.h alloca.h-t stdint.h \
 
297
        stdint.h-t unistd.h
 
298
MOSTLYCLEANDIRS = 
316
299
CLEANFILES = 
317
300
DISTCLEANFILES = 
318
301
MAINTAINERCLEANFILES = 
 
302
AM_CPPFLAGS = 
319
303
all: $(BUILT_SOURCES)
320
304
        $(MAKE) $(AM_MAKEFLAGS) all-am
321
305
 
364
348
distclean-compile:
365
349
        -rm -f *.tab.c
366
350
 
 
351
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mkdtemp.Po@am__quote@
 
352
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/setenv.Po@am__quote@
 
353
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strpbrk.Po@am__quote@
 
354
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/unsetenv.Po@am__quote@
 
355
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/allocsa.Po@am__quote@
 
356
 
367
357
.c.o:
368
 
        $(COMPILE) -c $<
 
358
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
359
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
360
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
361
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
362
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
369
363
 
370
364
.c.obj:
371
 
        $(COMPILE) -c `$(CYGPATH_W) '$<'`
372
 
uninstall-info-am:
 
365
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
366
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
367
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
368
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
369
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
373
370
 
374
371
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
375
372
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
420
417
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
421
418
 
422
419
distdir: $(DISTFILES)
423
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
424
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
425
 
        list='$(DISTFILES)'; for file in $$list; do \
426
 
          case $$file in \
427
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
428
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
429
 
          esac; \
 
420
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
421
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
422
        list='$(DISTFILES)'; \
 
423
          dist_files=`for file in $$list; do echo $$file; done | \
 
424
          sed -e "s|^$$srcdirstrip/||;t" \
 
425
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
426
        case $$dist_files in \
 
427
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
428
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
429
                           sort -u` ;; \
 
430
        esac; \
 
431
        for file in $$dist_files; do \
430
432
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
431
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
432
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
433
 
            dir="/$$dir"; \
434
 
            $(mkdir_p) "$(distdir)$$dir"; \
435
 
          else \
436
 
            dir=''; \
437
 
          fi; \
438
433
          if test -d $$d/$$file; then \
 
434
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
439
435
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
440
436
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
441
437
            fi; \
449
445
check-am: all-am
450
446
check: $(BUILT_SOURCES)
451
447
        $(MAKE) $(AM_MAKEFLAGS) check-am
452
 
all-am: Makefile $(LIBRARIES)
 
448
all-am: Makefile $(LIBRARIES) $(HEADERS)
453
449
installdirs:
454
450
install: $(BUILT_SOURCES)
455
451
        $(MAKE) $(AM_MAKEFLAGS) install-am
486
482
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
487
483
 
488
484
distclean: distclean-am
 
485
        -rm -rf $(DEPDIR) ./$(DEPDIR)
489
486
        -rm -f Makefile
490
487
distclean-am: clean-am distclean-compile distclean-generic \
491
488
        distclean-tags
502
499
 
503
500
install-data-am:
504
501
 
 
502
install-dvi: install-dvi-am
 
503
 
505
504
install-exec-am:
506
505
 
 
506
install-html: install-html-am
 
507
 
507
508
install-info: install-info-am
508
509
 
509
510
install-man:
510
511
 
 
512
install-pdf: install-pdf-am
 
513
 
 
514
install-ps: install-ps-am
 
515
 
511
516
installcheck-am:
512
517
 
513
518
maintainer-clean: maintainer-clean-am
 
519
        -rm -rf $(DEPDIR) ./$(DEPDIR)
514
520
        -rm -f Makefile
515
521
maintainer-clean-am: distclean-am maintainer-clean-generic
516
522
 
517
523
mostlyclean: mostlyclean-am
518
524
 
519
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
525
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
526
        mostlyclean-local
520
527
 
521
528
pdf: pdf-am
522
529
 
526
533
 
527
534
ps-am:
528
535
 
529
 
uninstall-am: uninstall-info-am
 
536
uninstall-am:
 
537
 
 
538
.MAKE: install-am install-strip
530
539
 
531
540
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
532
541
        clean-noinstLIBRARIES ctags distclean distclean-compile \
533
542
        distclean-generic distclean-tags distdir dvi dvi-am html \
534
543
        html-am info info-am install install-am install-data \
535
 
        install-data-am install-exec install-exec-am install-info \
536
 
        install-info-am install-man install-strip installcheck \
 
544
        install-data-am install-dvi install-dvi-am install-exec \
 
545
        install-exec-am install-html install-html-am install-info \
 
546
        install-info-am install-man install-pdf install-pdf-am \
 
547
        install-ps install-ps-am install-strip installcheck \
537
548
        installcheck-am installdirs maintainer-clean \
538
549
        maintainer-clean-generic mostlyclean mostlyclean-compile \
539
 
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
540
 
        uninstall-am uninstall-info-am
 
550
        mostlyclean-generic mostlyclean-local pdf pdf-am ps ps-am tags \
 
551
        uninstall uninstall-am
541
552
 
542
553
 
543
554
# We need the following in order to create <alloca.h> when the system
544
555
# doesn't have one that works with the given compiler.
545
556
alloca.h: alloca_.h
546
 
        cp $(srcdir)/alloca_.h $@-t
 
557
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
558
          cat $(srcdir)/alloca_.h; \
 
559
        } > $@-t
 
560
        mv -f $@-t $@
 
561
 
 
562
# We need the following in order to create <stdint.h> when the system
 
563
# doesn't have one that works with the given compiler.
 
564
stdint.h: stdint_.h
 
565
        rm -f $@-t $@
 
566
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
567
          sed -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
 
568
              -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
 
569
              -e 's|@''ABSOLUTE_STDINT_H''@|$(ABSOLUTE_STDINT_H)|g' \
 
570
              -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
 
571
              -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
 
572
              -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
 
573
              -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
 
574
              -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
 
575
              -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
 
576
              -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
 
577
              -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
 
578
              -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
 
579
              -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
 
580
              -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
 
581
              -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
 
582
              -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
 
583
              -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
 
584
              -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
 
585
              -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
 
586
              -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
 
587
              -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
 
588
              -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
 
589
              < $(srcdir)/stdint_.h; \
 
590
        } > $@-t
547
591
        mv $@-t $@
548
592
 
549
 
# Makefile.am ends here
 
593
# We need the following in order to create an empty placeholder for
 
594
# <unistd.h> when the system doesn't have one.
 
595
unistd.h:
 
596
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
597
          echo '/* Empty placeholder for $@.  */'; \
 
598
        } > $@
 
599
 
 
600
mostlyclean-local: mostlyclean-generic
 
601
        @test -z "$(MOSTLYCLEANDIRS)" || \
 
602
          for dir in $(MOSTLYCLEANDIRS); do \
 
603
            if test -d $$dir; then \
 
604
              echo "rmdir $$dir"; rmdir $$dir; \
 
605
            fi; \
 
606
          done
550
607
# Tell versions [3.59,3.63) of GNU make to not export all variables.
551
608
# Otherwise a system limit (for SysV at least) may be exceeded.
552
609
.NOEXPORT: