~ubuntu-branches/ubuntu/oneiric/gnupg2/oneiric-updates

« back to all changes in this revision

Viewing changes to 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.
21
21
22
22
# GnuPG is free software; you can redistribute it and/or modify
23
23
# it under the terms of the GNU General Public License as published by
24
 
# the Free Software Foundation; either version 2 of the License, or
 
24
# the Free Software Foundation; either version 3 of the License, or
25
25
# (at your option) any later version.
26
26
27
27
# GnuPG is distributed in the hope that it will be useful,
30
30
# GNU General Public License for more details.
31
31
32
32
# You should have received a copy of the GNU General Public License
33
 
# along with this program; if not, write to the Free Software
34
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
35
 
srcdir = @srcdir@
36
 
top_srcdir = @top_srcdir@
 
33
# along with this program; if not, see <http://www.gnu.org/licenses/>.
37
34
VPATH = @srcdir@
38
35
pkgdatadir = $(datadir)/@PACKAGE@
39
36
pkglibdir = $(libdir)/@PACKAGE@
40
37
pkgincludedir = $(includedir)/@PACKAGE@
41
 
top_builddir = .
42
38
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
43
 
INSTALL = @INSTALL@
44
39
install_sh_DATA = $(install_sh) -c -m 644
45
40
install_sh_PROGRAM = $(install_sh) -c
46
41
install_sh_SCRIPT = $(install_sh) -c
54
49
POST_UNINSTALL = :
55
50
build_triplet = @build@
56
51
host_triplet = @host@
57
 
target_triplet = @target@
 
52
subdir = .
58
53
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
59
54
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
60
 
        $(top_srcdir)/configure $(top_srcdir)/intl/Makefile.in \
61
 
        ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS THANKS TODO \
62
 
        config.guess config.sub scripts/ChangeLog scripts/compile \
63
 
        scripts/config.guess scripts/config.rpath scripts/config.sub \
64
 
        scripts/depcomp scripts/install-sh scripts/mdate-sh \
65
 
        scripts/missing scripts/mkinstalldirs scripts/texinfo.tex
66
 
subdir = .
 
55
        $(top_srcdir)/configure ABOUT-NLS AUTHORS COPYING COPYING.LIB \
 
56
        ChangeLog INSTALL NEWS THANKS TODO scripts/ChangeLog \
 
57
        scripts/compile scripts/config.guess scripts/config.rpath \
 
58
        scripts/config.sub scripts/depcomp scripts/install-sh \
 
59
        scripts/mdate-sh scripts/missing scripts/mkinstalldirs \
 
60
        scripts/texinfo.tex
67
61
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
68
 
am__aclocal_m4_deps = $(top_srcdir)/gl/m4/alloca.m4 \
69
 
        $(top_srcdir)/gl/m4/allocsa.m4 $(top_srcdir)/gl/m4/eealloc.m4 \
70
 
        $(top_srcdir)/gl/m4/eoverflow.m4 \
 
62
am__aclocal_m4_deps = $(top_srcdir)/gl/m4/absolute-header.m4 \
 
63
        $(top_srcdir)/gl/m4/alloca.m4 $(top_srcdir)/gl/m4/allocsa.m4 \
 
64
        $(top_srcdir)/gl/m4/eealloc.m4 \
71
65
        $(top_srcdir)/gl/m4/gnulib-comp.m4 \
72
66
        $(top_srcdir)/gl/m4/gnulib-tool.m4 \
73
 
        $(top_srcdir)/gl/m4/intmax_t.m4 \
74
 
        $(top_srcdir)/gl/m4/inttypes_h.m4 \
75
 
        $(top_srcdir)/gl/m4/longlong.m4 $(top_srcdir)/gl/m4/mkdtemp.m4 \
76
 
        $(top_srcdir)/gl/m4/onceonly_2_57.m4 \
77
 
        $(top_srcdir)/gl/m4/setenv.m4 $(top_srcdir)/gl/m4/stdint_h.m4 \
78
 
        $(top_srcdir)/gl/m4/strpbrk.m4 $(top_srcdir)/gl/m4/strsep.m4 \
79
 
        $(top_srcdir)/gl/m4/uintmax_t.m4 \
80
 
        $(top_srcdir)/gl/m4/ulonglong.m4 \
81
 
        $(top_srcdir)/gl/m4/vasnprintf.m4 \
82
 
        $(top_srcdir)/gl/m4/vasprintf.m4 $(top_srcdir)/m4/codeset.m4 \
83
 
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \
 
67
        $(top_srcdir)/gl/m4/mkdtemp.m4 $(top_srcdir)/gl/m4/setenv.m4 \
 
68
        $(top_srcdir)/gl/m4/stdint.m4 $(top_srcdir)/gl/m4/strpbrk.m4 \
 
69
        $(top_srcdir)/gl/m4/unistd_h.m4 $(top_srcdir)/m4/autobuild.m4 \
 
70
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/estream.m4 \
 
71
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gnupg-pth.m4 \
84
72
        $(top_srcdir)/m4/gpg-error.m4 $(top_srcdir)/m4/iconv.m4 \
85
 
        $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/intmax.m4 \
86
 
        $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \
87
 
        $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/ksba.m4 \
88
 
        $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \
89
 
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
90
 
        $(top_srcdir)/m4/libassuan.m4 $(top_srcdir)/m4/libgcrypt.m4 \
91
 
        $(top_srcdir)/m4/longdouble.m4 $(top_srcdir)/m4/longlong.m4 \
92
 
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
93
 
        $(top_srcdir)/m4/printf-posix.m4 $(top_srcdir)/m4/progtest.m4 \
94
 
        $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/size_max.m4 \
95
 
        $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/uintmax_t.m4 \
96
 
        $(top_srcdir)/m4/ulonglong.m4 $(top_srcdir)/m4/wchar_t.m4 \
97
 
        $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \
 
73
        $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/ksba.m4 \
 
74
        $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/ldap.m4 \
 
75
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
 
76
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libassuan.m4 \
 
77
        $(top_srcdir)/m4/libcurl.m4 $(top_srcdir)/m4/libgcrypt.m4 \
 
78
        $(top_srcdir)/m4/longdouble.m4 $(top_srcdir)/m4/nls.m4 \
 
79
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
 
80
        $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/size_max.m4 \
 
81
        $(top_srcdir)/m4/tar-ustar.m4 $(top_srcdir)/m4/xsize.m4 \
98
82
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
99
83
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100
84
        $(ACLOCAL_M4)
101
85
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
102
 
 configure.lineno configure.status.lineno
 
86
 configure.lineno config.status.lineno
103
87
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
104
88
CONFIG_HEADER = config.h
105
 
CONFIG_CLEAN_FILES = intl/Makefile pth.h
 
89
CONFIG_CLEAN_FILES =
106
90
SOURCES =
107
91
DIST_SOURCES =
108
92
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
109
93
        html-recursive info-recursive install-data-recursive \
110
 
        install-exec-recursive install-info-recursive \
111
 
        install-recursive installcheck-recursive installdirs-recursive \
112
 
        pdf-recursive ps-recursive uninstall-info-recursive \
113
 
        uninstall-recursive
 
94
        install-dvi-recursive install-exec-recursive \
 
95
        install-html-recursive install-info-recursive \
 
96
        install-pdf-recursive install-ps-recursive install-recursive \
 
97
        installcheck-recursive installdirs-recursive pdf-recursive \
 
98
        ps-recursive uninstall-recursive
 
99
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
100
  distclean-recursive maintainer-clean-recursive
114
101
ETAGS = etags
115
102
CTAGS = ctags
116
 
DIST_SUBDIRS = m4 intl gl jnlib common kbx g10 sm agent scd tools po \
117
 
        doc
 
103
DIST_SUBDIRS = m4 gl include jnlib common kbx g10 keyserver sm agent \
 
104
        scd tools po doc tests
118
105
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
119
106
distdir = $(PACKAGE)-$(VERSION)
120
107
top_distdir = $(distdir)
122
109
  { test ! -d $(distdir) \
123
110
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
124
111
         && rm -fr $(distdir); }; }
125
 
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
126
112
GZIP_ENV = --best
 
113
DIST_ARCHIVES = $(distdir).tar.bz2
127
114
distuninstallcheck_listfiles = find . -type f -print
128
115
distcleancheck_listfiles = find . -type f -print
 
116
ABSOLUTE_STDINT_H = @ABSOLUTE_STDINT_H@
129
117
ACLOCAL = @ACLOCAL@
130
118
ALLOCA = @ALLOCA@
131
119
ALLOCA_H = @ALLOCA_H@
132
 
AMDEP_FALSE = @AMDEP_FALSE@
133
 
AMDEP_TRUE = @AMDEP_TRUE@
134
120
AMTAR = @AMTAR@
135
121
AR = @AR@
136
122
AUTOCONF = @AUTOCONF@
137
123
AUTOHEADER = @AUTOHEADER@
138
124
AUTOMAKE = @AUTOMAKE@
139
125
AWK = @AWK@
140
 
BUILD_AGENT_FALSE = @BUILD_AGENT_FALSE@
141
 
BUILD_AGENT_TRUE = @BUILD_AGENT_TRUE@
142
 
BUILD_GPGSM_FALSE = @BUILD_GPGSM_FALSE@
143
 
BUILD_GPGSM_TRUE = @BUILD_GPGSM_TRUE@
144
 
BUILD_GPG_FALSE = @BUILD_GPG_FALSE@
145
 
BUILD_GPG_TRUE = @BUILD_GPG_TRUE@
 
126
BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
 
127
BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
 
128
BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
 
129
BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
 
130
BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
146
131
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
147
 
BUILD_SCDAEMON_FALSE = @BUILD_SCDAEMON_FALSE@
148
 
BUILD_SCDAEMON_TRUE = @BUILD_SCDAEMON_TRUE@
149
 
BUILD_SYMCRYPTRUN_FALSE = @BUILD_SYMCRYPTRUN_FALSE@
150
 
BUILD_SYMCRYPTRUN_TRUE = @BUILD_SYMCRYPTRUN_TRUE@
151
 
CAPLIBS = @CAPLIBS@
152
 
CATOBJEXT = @CATOBJEXT@
153
132
CC = @CC@
154
133
CCDEPMODE = @CCDEPMODE@
 
134
CC_FOR_BUILD = @CC_FOR_BUILD@
155
135
CFLAGS = @CFLAGS@
156
136
CPP = @CPP@
157
137
CPPFLAGS = @CPPFLAGS@
158
 
CROSS_COMPILING_FALSE = @CROSS_COMPILING_FALSE@
159
 
CROSS_COMPILING_TRUE = @CROSS_COMPILING_TRUE@
160
138
CYGPATH_W = @CYGPATH_W@
161
 
DATADIRNAME = @DATADIRNAME@
162
139
DEFS = @DEFS@
163
140
DEPDIR = @DEPDIR@
164
141
DL_LIBS = @DL_LIBS@
165
 
DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
166
 
DOCBOOK_TO_TEXI = @DOCBOOK_TO_TEXI@
 
142
DNSLIBS = @DNSLIBS@
167
143
ECHO_C = @ECHO_C@
168
144
ECHO_N = @ECHO_N@
169
145
ECHO_T = @ECHO_T@
170
146
EGREP = @EGREP@
171
 
EOVERFLOW = @EOVERFLOW@
172
147
EXEEXT = @EXEEXT@
173
148
FAQPROG = @FAQPROG@
174
 
GENCAT = @GENCAT@
175
 
GLIBC21 = @GLIBC21@
176
 
GL_COND_LIBTOOL_FALSE = @GL_COND_LIBTOOL_FALSE@
177
 
GL_COND_LIBTOOL_TRUE = @GL_COND_LIBTOOL_TRUE@
 
149
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
178
150
GMSGFMT = @GMSGFMT@
 
151
GMSGFMT_015 = @GMSGFMT_015@
179
152
GNUPG_AGENT_PGM = @GNUPG_AGENT_PGM@
180
 
GNUPG_AGENT_PGM_FALSE = @GNUPG_AGENT_PGM_FALSE@
181
 
GNUPG_AGENT_PGM_TRUE = @GNUPG_AGENT_PGM_TRUE@
182
153
GNUPG_DIRMNGR_PGM = @GNUPG_DIRMNGR_PGM@
183
 
GNUPG_DIRMNGR_PGM_FALSE = @GNUPG_DIRMNGR_PGM_FALSE@
184
 
GNUPG_DIRMNGR_PGM_TRUE = @GNUPG_DIRMNGR_PGM_TRUE@
185
154
GNUPG_PINENTRY_PGM = @GNUPG_PINENTRY_PGM@
186
 
GNUPG_PINENTRY_PGM_FALSE = @GNUPG_PINENTRY_PGM_FALSE@
187
 
GNUPG_PINENTRY_PGM_TRUE = @GNUPG_PINENTRY_PGM_TRUE@
188
155
GNUPG_PROTECT_TOOL_PGM = @GNUPG_PROTECT_TOOL_PGM@
189
 
GNUPG_PROTECT_TOOL_PGM_FALSE = @GNUPG_PROTECT_TOOL_PGM_FALSE@
190
 
GNUPG_PROTECT_TOOL_PGM_TRUE = @GNUPG_PROTECT_TOOL_PGM_TRUE@
191
156
GNUPG_SCDAEMON_PGM = @GNUPG_SCDAEMON_PGM@
192
 
GNUPG_SCDAEMON_PGM_FALSE = @GNUPG_SCDAEMON_PGM_FALSE@
193
 
GNUPG_SCDAEMON_PGM_TRUE = @GNUPG_SCDAEMON_PGM_TRUE@
 
157
GPGKEYS_CURL = @GPGKEYS_CURL@
 
158
GPGKEYS_FINGER = @GPGKEYS_FINGER@
194
159
GPGKEYS_HKP = @GPGKEYS_HKP@
195
160
GPGKEYS_LDAP = @GPGKEYS_LDAP@
196
161
GPGKEYS_MAILTO = @GPGKEYS_MAILTO@
197
162
GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
198
163
GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
199
164
GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
200
 
HAVE_ASPRINTF = @HAVE_ASPRINTF@
201
 
HAVE_DOCBOOK_TO_MAN_FALSE = @HAVE_DOCBOOK_TO_MAN_FALSE@
202
 
HAVE_DOCBOOK_TO_MAN_TRUE = @HAVE_DOCBOOK_TO_MAN_TRUE@
203
 
HAVE_DOCBOOK_TO_TEXI_FALSE = @HAVE_DOCBOOK_TO_TEXI_FALSE@
204
 
HAVE_DOCBOOK_TO_TEXI_TRUE = @HAVE_DOCBOOK_TO_TEXI_TRUE@
205
 
HAVE_DOSISH_SYSTEM_FALSE = @HAVE_DOSISH_SYSTEM_FALSE@
206
 
HAVE_DOSISH_SYSTEM_TRUE = @HAVE_DOSISH_SYSTEM_TRUE@
207
 
HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
208
 
HAVE_SNPRINTF = @HAVE_SNPRINTF@
209
 
HAVE_W32_SYSTEM_FALSE = @HAVE_W32_SYSTEM_FALSE@
210
 
HAVE_W32_SYSTEM_TRUE = @HAVE_W32_SYSTEM_TRUE@
211
 
HAVE_WPRINTF = @HAVE_WPRINTF@
 
165
GREP = @GREP@
 
166
HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
 
167
HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
 
168
HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
 
169
HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
 
170
HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
 
171
HAVE_STDINT_H = @HAVE_STDINT_H@
 
172
HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
 
173
HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
 
174
HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
 
175
HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
 
176
HAVE_WCHAR_H = @HAVE_WCHAR_H@
 
177
INSTALL = @INSTALL@
212
178
INSTALL_DATA = @INSTALL_DATA@
213
179
INSTALL_PROGRAM = @INSTALL_PROGRAM@
214
180
INSTALL_SCRIPT = @INSTALL_SCRIPT@
215
181
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
216
 
INSTOBJEXT = @INSTOBJEXT@
217
 
INTLBISON = @INTLBISON@
218
182
INTLLIBS = @INTLLIBS@
219
 
INTLOBJS = @INTLOBJS@
220
 
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
 
183
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
221
184
KSBA_CFLAGS = @KSBA_CFLAGS@
222
185
KSBA_CONFIG = @KSBA_CONFIG@
223
186
KSBA_LIBS = @KSBA_LIBS@
224
187
LDAPLIBS = @LDAPLIBS@
 
188
LDAP_CPPFLAGS = @LDAP_CPPFLAGS@
225
189
LDFLAGS = @LDFLAGS@
226
190
LIBASSUAN_CFLAGS = @LIBASSUAN_CFLAGS@
227
191
LIBASSUAN_CONFIG = @LIBASSUAN_CONFIG@
228
192
LIBASSUAN_LIBS = @LIBASSUAN_LIBS@
 
193
LIBASSUAN_PTH_CFLAGS = @LIBASSUAN_PTH_CFLAGS@
 
194
LIBASSUAN_PTH_LIBS = @LIBASSUAN_PTH_LIBS@
 
195
LIBCURL = @LIBCURL@
 
196
LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
229
197
LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
230
198
LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
231
199
LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
 
200
LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
 
201
LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
232
202
LIBICONV = @LIBICONV@
233
203
LIBINTL = @LIBINTL@
234
204
LIBOBJS = @LIBOBJS@
 
205
LIBREADLINE = @LIBREADLINE@
235
206
LIBS = @LIBS@
236
207
LIBUSB_LIBS = @LIBUSB_LIBS@
237
208
LIBUTIL_LIBS = @LIBUTIL_LIBS@
240
211
LTLIBINTL = @LTLIBINTL@
241
212
LTLIBOBJS = @LTLIBOBJS@
242
213
MAINT = @MAINT@
243
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
244
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
245
214
MAKEINFO = @MAKEINFO@
246
 
MKINSTALLDIRS = @MKINSTALLDIRS@
 
215
MKDIR_P = @MKDIR_P@
247
216
MSGFMT = @MSGFMT@
 
217
MSGFMT_015 = @MSGFMT_015@
248
218
MSGMERGE = @MSGMERGE@
249
219
NETLIBS = @NETLIBS@
250
220
OBJEXT = @OBJEXT@
261
231
PTH_CFLAGS = @PTH_CFLAGS@
262
232
PTH_CONFIG = @PTH_CONFIG@
263
233
PTH_LIBS = @PTH_LIBS@
 
234
PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
264
235
RANLIB = @RANLIB@
265
 
REGEX_O = @REGEX_O@
266
 
RUN_PKITS_TESTS_FALSE = @RUN_PKITS_TESTS_FALSE@
267
 
RUN_PKITS_TESTS_TRUE = @RUN_PKITS_TESTS_TRUE@
268
236
SENDMAIL = @SENDMAIL@
269
237
SET_MAKE = @SET_MAKE@
270
 
SHA512_O = @SHA512_O@
271
238
SHELL = @SHELL@
272
239
SHRED = @SHRED@
273
 
SRVLIBS = @SRVLIBS@
 
240
SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
 
241
SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
 
242
STDINT_H = @STDINT_H@
274
243
STRIP = @STRIP@
 
244
TAR = @TAR@
 
245
UNISTD_H = @UNISTD_H@
275
246
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
276
247
USE_NLS = @USE_NLS@
277
248
VERSION = @VERSION@
278
 
W32LIBS = @W32LIBS@
279
 
WORKING_FAQPROG_FALSE = @WORKING_FAQPROG_FALSE@
280
 
WORKING_FAQPROG_TRUE = @WORKING_FAQPROG_TRUE@
 
249
W32SOCKLIBS = @W32SOCKLIBS@
 
250
WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
 
251
WINDRES = @WINDRES@
 
252
WINT_T_SUFFIX = @WINT_T_SUFFIX@
281
253
XGETTEXT = @XGETTEXT@
282
 
ac_ct_AR = @ac_ct_AR@
 
254
XGETTEXT_015 = @XGETTEXT_015@
 
255
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
 
256
ZLIBS = @ZLIBS@
 
257
_libcurl_config = @_libcurl_config@
 
258
abs_builddir = @abs_builddir@
 
259
abs_srcdir = @abs_srcdir@
 
260
abs_top_builddir = @abs_top_builddir@
 
261
abs_top_srcdir = @abs_top_srcdir@
283
262
ac_ct_CC = @ac_ct_CC@
284
 
ac_ct_RANLIB = @ac_ct_RANLIB@
285
 
ac_ct_STRIP = @ac_ct_STRIP@
286
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
287
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
288
263
am__include = @am__include@
289
264
am__leading_dot = @am__leading_dot@
290
265
am__quote = @am__quote@
296
271
build_cpu = @build_cpu@
297
272
build_os = @build_os@
298
273
build_vendor = @build_vendor@
 
274
builddir = @builddir@
299
275
datadir = @datadir@
 
276
datarootdir = @datarootdir@
 
277
docdir = @docdir@
 
278
dvidir = @dvidir@
300
279
exec_prefix = @exec_prefix@
301
280
host = @host@
302
281
host_alias = @host_alias@
303
282
host_cpu = @host_cpu@
304
283
host_os = @host_os@
305
284
host_vendor = @host_vendor@
 
285
htmldir = @htmldir@
306
286
includedir = @includedir@
307
287
infodir = @infodir@
308
288
install_sh = @install_sh@
309
289
libdir = @libdir@
310
290
libexecdir = @libexecdir@
 
291
localedir = @localedir@
311
292
localstatedir = @localstatedir@
312
293
mandir = @mandir@
313
294
mkdir_p = @mkdir_p@
314
295
oldincludedir = @oldincludedir@
 
296
pdfdir = @pdfdir@
315
297
prefix = @prefix@
316
298
program_transform_name = @program_transform_name@
 
299
psdir = @psdir@
317
300
sbindir = @sbindir@
318
301
sharedstatedir = @sharedstatedir@
 
302
srcdir = @srcdir@
319
303
sysconfdir = @sysconfdir@
320
 
target = @target@
321
304
target_alias = @target_alias@
322
 
target_cpu = @target_cpu@
323
 
target_os = @target_os@
324
 
target_vendor = @target_vendor@
 
305
top_builddir = @top_builddir@
 
306
top_srcdir = @top_srcdir@
325
307
ACLOCAL_AMFLAGS = -I m4 -I gl/m4
326
 
AUTOMAKE_OPTIONS = dist-bzip2
327
 
EXTRA_DIST = scripts/config.rpath autogen.sh README.CVS
 
308
AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip
 
309
DISTCHECK_CONFIGURE_FLAGS = --enable-symcryptrun --enable-mailto
 
310
EXTRA_DIST = scripts/config.rpath autogen.sh README.SVN
328
311
DISTCLEANFILES = g10defs.h 
329
312
@BUILD_GPGSM_FALSE@kbx = 
330
313
@BUILD_GPGSM_TRUE@kbx = kbx
331
314
@BUILD_GPG_FALSE@gpg = 
332
315
@BUILD_GPG_TRUE@gpg = g10
 
316
@BUILD_GPG_FALSE@keyserver = 
 
317
@BUILD_GPG_TRUE@keyserver = keyserver
333
318
@BUILD_GPGSM_FALSE@sm = 
334
319
@BUILD_GPGSM_TRUE@sm = sm
335
320
@BUILD_AGENT_FALSE@agent = 
336
321
@BUILD_AGENT_TRUE@agent = agent
337
322
@BUILD_SCDAEMON_FALSE@scd = 
338
323
@BUILD_SCDAEMON_TRUE@scd = scd
339
 
 
340
 
#if HAVE_W32_SYSTEM
341
 
#tests =
342
 
#else
343
 
#tests = tests
344
 
#endif
345
 
SUBDIRS = m4 intl gl jnlib common ${kbx} \
346
 
 ${gpg} ${sm} ${agent} ${scd} tools po doc ${tests}
 
324
@BUILD_TOOLS_FALSE@tools = 
 
325
@BUILD_TOOLS_TRUE@tools = tools
 
326
@BUILD_DOC_FALSE@doc = 
 
327
@BUILD_DOC_TRUE@doc = doc
 
328
@HAVE_W32_SYSTEM_FALSE@tests = tests
 
329
@HAVE_W32_SYSTEM_TRUE@tests = 
 
330
SUBDIRS = m4 gl include jnlib common ${kbx} \
 
331
 ${gpg} ${keyserver} ${sm} ${agent} ${scd} ${tools} po ${doc} ${tests}
347
332
 
348
333
all: config.h
349
334
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
386
371
config.h: stamp-h1
387
372
        @if test ! -f $@; then \
388
373
          rm -f stamp-h1; \
389
 
          $(MAKE) stamp-h1; \
 
374
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
390
375
        else :; fi
391
376
 
392
377
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
399
384
 
400
385
distclean-hdr:
401
386
        -rm -f config.h stamp-h1
402
 
intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in
403
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
404
 
uninstall-info-am:
405
387
 
406
388
# This directory's subdirectories are mostly independent; you can cd
407
389
# into them and run `make' without going through this Makefile.
434
416
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
435
417
        fi; test -z "$$fail"
436
418
 
437
 
mostlyclean-recursive clean-recursive distclean-recursive \
438
 
maintainer-clean-recursive:
 
419
$(RECURSIVE_CLEAN_TARGETS):
439
420
        @failcom='exit 1'; \
440
421
        for f in x $$MAKEFLAGS; do \
441
422
          case $$f in \
537
518
 
538
519
distdir: $(DISTFILES)
539
520
        $(am__remove_distdir)
540
 
        mkdir $(distdir)
541
 
        $(mkdir_p) $(distdir)/gl/m4 $(distdir)/intl $(distdir)/jnlib $(distdir)/m4 $(distdir)/po $(distdir)/scripts
542
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
543
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
544
 
        list='$(DISTFILES)'; for file in $$list; do \
545
 
          case $$file in \
546
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
547
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
548
 
          esac; \
 
521
        test -d $(distdir) || mkdir $(distdir)
 
522
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
523
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
524
        list='$(DISTFILES)'; \
 
525
          dist_files=`for file in $$list; do echo $$file; done | \
 
526
          sed -e "s|^$$srcdirstrip/||;t" \
 
527
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
528
        case $$dist_files in \
 
529
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
530
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
531
                           sort -u` ;; \
 
532
        esac; \
 
533
        for file in $$dist_files; do \
549
534
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
550
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
551
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
552
 
            dir="/$$dir"; \
553
 
            $(mkdir_p) "$(distdir)$$dir"; \
554
 
          else \
555
 
            dir=''; \
556
 
          fi; \
557
535
          if test -d $$d/$$file; then \
 
536
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
558
537
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
559
538
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
560
539
            fi; \
568
547
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
569
548
          if test "$$subdir" = .; then :; else \
570
549
            test -d "$(distdir)/$$subdir" \
571
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
550
            || $(MKDIR_P) "$(distdir)/$$subdir" \
572
551
            || exit 1; \
573
552
            distdir=`$(am__cd) $(distdir) && pwd`; \
574
553
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
576
555
              $(MAKE) $(AM_MAKEFLAGS) \
577
556
                top_distdir="$$top_distdir" \
578
557
                distdir="$$distdir/$$subdir" \
 
558
                am__remove_distdir=: \
 
559
                am__skip_length_check=: \
579
560
                distdir) \
580
561
              || exit 1; \
581
562
          fi; \
586
567
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
587
568
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
588
569
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
589
 
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
570
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
590
571
        || chmod -R a+r $(distdir)
591
572
dist-gzip: distdir
592
573
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
609
590
        $(am__remove_distdir)
610
591
 
611
592
dist dist-all: distdir
612
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
613
593
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
614
594
        $(am__remove_distdir)
615
595
 
637
617
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
638
618
          && cd $(distdir)/_build \
639
619
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
640
 
            --with-included-gettext \
641
620
            $(DISTCHECK_CONFIGURE_FLAGS) \
642
621
          && $(MAKE) $(AM_MAKEFLAGS) \
643
622
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
662
641
        $(am__remove_distdir)
663
642
        @(echo "$(distdir) archives ready for distribution: "; \
664
643
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
665
 
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
 
644
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
666
645
distuninstallcheck:
667
646
        @cd $(distuninstallcheck_dir) \
668
647
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
732
711
 
733
712
install-data-am:
734
713
 
 
714
install-dvi: install-dvi-recursive
 
715
 
735
716
install-exec-am:
736
717
 
 
718
install-html: install-html-recursive
 
719
 
737
720
install-info: install-info-recursive
738
721
 
739
722
install-man:
740
723
 
 
724
install-pdf: install-pdf-recursive
 
725
 
 
726
install-ps: install-ps-recursive
 
727
 
741
728
installcheck-am:
742
729
 
743
730
maintainer-clean: maintainer-clean-recursive
758
745
 
759
746
ps-am:
760
747
 
761
 
uninstall-am: uninstall-info-am
762
 
 
763
 
uninstall-info: uninstall-info-recursive
764
 
 
765
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
766
 
        check-am clean clean-generic clean-recursive ctags \
767
 
        ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-hook \
768
 
        dist-shar dist-tarZ dist-zip distcheck distclean \
769
 
        distclean-generic distclean-hdr distclean-recursive \
770
 
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
771
 
        dvi-am html html-am info info-am install install-am \
772
 
        install-data install-data-am install-exec install-exec-am \
773
 
        install-info install-info-am install-man install-strip \
774
 
        installcheck installcheck-am installdirs installdirs-am \
775
 
        maintainer-clean maintainer-clean-generic \
776
 
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
777
 
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
778
 
        uninstall uninstall-am uninstall-info-am
 
748
uninstall-am:
 
749
 
 
750
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
751
        install-strip
 
752
 
 
753
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
754
        all all-am am--refresh check check-am clean clean-generic \
 
755
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
 
756
        dist-hook dist-shar dist-tarZ dist-zip distcheck distclean \
 
757
        distclean-generic distclean-hdr distclean-tags distcleancheck \
 
758
        distdir distuninstallcheck dvi dvi-am html html-am info \
 
759
        info-am install install-am install-data install-data-am \
 
760
        install-dvi install-dvi-am install-exec install-exec-am \
 
761
        install-html install-html-am install-info install-info-am \
 
762
        install-man install-pdf install-pdf-am install-ps \
 
763
        install-ps-am install-strip installcheck installcheck-am \
 
764
        installdirs installdirs-am maintainer-clean \
 
765
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
766
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
779
767
 
780
768
 
781
769
dist-hook:
782
 
        @set -e; \
783
 
         for file in `cd $(top_srcdir); \
784
 
                     find scripts include -type f -name distfiles`; do \
785
 
            dir=`dirname $$file` ; $(mkinstalldirs) $(distdir)/$$dir ; \
786
 
            for i in distfiles `cat $(top_srcdir)/$$file` ; do \
787
 
                ln $(top_srcdir)/$$dir/$$i $(distdir)/$$dir/$$i 2> /dev/null \
788
 
                || cp -p $(top_srcdir)/$$dir/$$i $(distdir)/$$dir/$$i; \
789
 
            done ; \
790
 
        done
791
770
        echo "$(VERSION)" > $(distdir)/VERSION
 
771
 
 
772
stowinstall: 
 
773
        $(MAKE) $(AM_MAKEFLAGS) install prefix=/usr/local/stow/gnupg
792
774
# Tell versions [3.59,3.63) of GNU make to not export all variables.
793
775
# Otherwise a system limit (for SysV at least) may be exceeded.
794
776
.NOEXPORT: