~ubuntu-branches/ubuntu/precise/gnupg2/precise-updates

« back to all changes in this revision

Viewing changes to g10/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Urlichs
  • Date: 2005-12-08 22:13:21 UTC
  • mto: (5.1.1 edgy) (7.1.1 squeeze) (1.1.13 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20051208221321-d54343ca8hlwzkac
Tags: upstream-1.9.19
ImportĀ upstreamĀ versionĀ 1.9.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.4 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
# Copyright (C) 1998, 1999, 2000, 2001, 2002,
 
18
#               2003  Free Software Foundation, Inc.
 
19
#
 
20
# This file is part of GnuPG.
 
21
#
 
22
# GnuPG is free software; you can redistribute it and/or modify
 
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
 
25
# (at your option) any later version.
 
26
 
27
# GnuPG is distributed in the hope that it will be useful,
 
28
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
29
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
30
# GNU General Public License for more details.
 
31
 
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
 
 
36
# cmacros.am - C macro definitions
 
37
#     Copyright (C) 2004 Free Software Foundation, Inc.
 
38
#
 
39
# This file is part of GnuPG.
 
40
#
 
41
# GnuPG is free software; you can redistribute it and/or modify
 
42
# it under the terms of the GNU General Public License as published by
 
43
# the Free Software Foundation; either version 2 of the License, or
 
44
# (at your option) any later version.
 
45
 
46
# GnuPG is distributed in the hope that it will be useful,
 
47
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
48
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
49
# GNU General Public License for more details.
 
50
 
51
# You should have received a copy of the GNU General Public License
 
52
# along with this program; if not, write to the Free Software
 
53
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
 
54
 
 
55
SOURCES = $(gpg2_SOURCES) $(gpgv2_SOURCES)
 
56
 
 
57
srcdir = @srcdir@
 
58
top_srcdir = @top_srcdir@
 
59
VPATH = @srcdir@
 
60
pkgdatadir = $(datadir)/@PACKAGE@
 
61
pkglibdir = $(libdir)/@PACKAGE@
 
62
pkgincludedir = $(includedir)/@PACKAGE@
 
63
top_builddir = ..
 
64
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
65
INSTALL = @INSTALL@
 
66
install_sh_DATA = $(install_sh) -c -m 644
 
67
install_sh_PROGRAM = $(install_sh) -c
 
68
install_sh_SCRIPT = $(install_sh) -c
 
69
INSTALL_HEADER = $(INSTALL_DATA)
 
70
transform = $(program_transform_name)
 
71
NORMAL_INSTALL = :
 
72
PRE_INSTALL = :
 
73
POST_INSTALL = :
 
74
NORMAL_UNINSTALL = :
 
75
PRE_UNINSTALL = :
 
76
POST_UNINSTALL = :
 
77
build_triplet = @build@
 
78
host_triplet = @host@
 
79
target_triplet = @target@
 
80
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
81
        $(top_srcdir)/am/cmacros.am ChangeLog
 
82
@HAVE_DOSISH_SYSTEM_FALSE@am__append_1 = -DGNUPG_BINDIR="\"$(bindir)\""            \
 
83
@HAVE_DOSISH_SYSTEM_FALSE@               -DGNUPG_LIBEXECDIR="\"$(libexecdir)\""    \
 
84
@HAVE_DOSISH_SYSTEM_FALSE@               -DGNUPG_LIBDIR="\"$(libdir)/@PACKAGE@\""  \
 
85
@HAVE_DOSISH_SYSTEM_FALSE@               -DGNUPG_DATADIR="\"$(datadir)/@PACKAGE@\""
 
86
 
 
87
@GNUPG_AGENT_PGM_TRUE@am__append_2 = -DGNUPG_DEFAULT_AGENT="\"@GNUPG_AGENT_PGM@\""
 
88
@GNUPG_PINENTRY_PGM_TRUE@am__append_3 = -DGNUPG_DEFAULT_PINENTRY="\"@GNUPG_PINENTRY_PGM@\""
 
89
@GNUPG_SCDAEMON_PGM_TRUE@am__append_4 = -DGNUPG_DEFAULT_SCDAEMON="\"@GNUPG_SCDAEMON_PGM@\""
 
90
@GNUPG_DIRMNGR_PGM_TRUE@am__append_5 = -DGNUPG_DEFAULT_DIRMNGR="\"@GNUPG_DIRMNGR_PGM@\""
 
91
@GNUPG_PROTECT_TOOL_PGM_TRUE@am__append_6 = -DGNUPG_DEFAULT_PROTECT_TOOL="\"@GNUPG_PROTECT_TOOL_PGM@\""
 
92
bin_PROGRAMS = gpg2$(EXEEXT) gpgv2$(EXEEXT)
 
93
subdir = g10
 
94
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
95
am__aclocal_m4_deps = $(top_srcdir)/gl/m4/alloca.m4 \
 
96
        $(top_srcdir)/gl/m4/allocsa.m4 $(top_srcdir)/gl/m4/eealloc.m4 \
 
97
        $(top_srcdir)/gl/m4/eoverflow.m4 $(top_srcdir)/gl/m4/gnulib.m4 \
 
98
        $(top_srcdir)/gl/m4/intmax_t.m4 \
 
99
        $(top_srcdir)/gl/m4/inttypes_h.m4 \
 
100
        $(top_srcdir)/gl/m4/longlong.m4 $(top_srcdir)/gl/m4/mkdtemp.m4 \
 
101
        $(top_srcdir)/gl/m4/onceonly_2_57.m4 \
 
102
        $(top_srcdir)/gl/m4/setenv.m4 $(top_srcdir)/gl/m4/stdint_h.m4 \
 
103
        $(top_srcdir)/gl/m4/strpbrk.m4 $(top_srcdir)/gl/m4/strsep.m4 \
 
104
        $(top_srcdir)/gl/m4/uintmax_t.m4 \
 
105
        $(top_srcdir)/gl/m4/ulonglong.m4 \
 
106
        $(top_srcdir)/gl/m4/vasnprintf.m4 \
 
107
        $(top_srcdir)/gl/m4/vasprintf.m4 $(top_srcdir)/m4/codeset.m4 \
 
108
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \
 
109
        $(top_srcdir)/m4/gpg-error.m4 $(top_srcdir)/m4/iconv.m4 \
 
110
        $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/intmax.m4 \
 
111
        $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \
 
112
        $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/ksba.m4 \
 
113
        $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
114
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
115
        $(top_srcdir)/m4/libassuan.m4 $(top_srcdir)/m4/libgcrypt.m4 \
 
116
        $(top_srcdir)/m4/longdouble.m4 $(top_srcdir)/m4/longlong.m4 \
 
117
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
 
118
        $(top_srcdir)/m4/printf-posix.m4 $(top_srcdir)/m4/progtest.m4 \
 
119
        $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/size_max.m4 \
 
120
        $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/uintmax_t.m4 \
 
121
        $(top_srcdir)/m4/ulonglong.m4 $(top_srcdir)/m4/wchar_t.m4 \
 
122
        $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \
 
123
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
 
124
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
125
        $(ACLOCAL_M4)
 
126
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
 
127
CONFIG_HEADER = $(top_builddir)/config.h
 
128
CONFIG_CLEAN_FILES =
 
129
am__installdirs = "$(DESTDIR)$(bindir)"
 
130
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
 
131
PROGRAMS = $(bin_PROGRAMS)
 
132
am__objects_1 = build-packet.$(OBJEXT) compress.$(OBJEXT) \
 
133
        free-packet.$(OBJEXT) getkey.$(OBJEXT) keydb.$(OBJEXT) \
 
134
        keyring.$(OBJEXT) seskey.$(OBJEXT) kbnode.$(OBJEXT) \
 
135
        mainproc.$(OBJEXT) armor.$(OBJEXT) mdfilter.$(OBJEXT) \
 
136
        textfilter.$(OBJEXT) progress.$(OBJEXT) misc.$(OBJEXT) \
 
137
        openfile.$(OBJEXT) keyid.$(OBJEXT) parse-packet.$(OBJEXT) \
 
138
        comment.$(OBJEXT) status.$(OBJEXT) plaintext.$(OBJEXT) \
 
139
        sig-check.$(OBJEXT) keylist.$(OBJEXT) pkglue.$(OBJEXT)
 
140
am_gpg2_OBJECTS = g10.$(OBJEXT) $(am__objects_1) pkclist.$(OBJEXT) \
 
141
        skclist.$(OBJEXT) pubkey-enc.$(OBJEXT) passphrase.$(OBJEXT) \
 
142
        seckey-cert.$(OBJEXT) encr-data.$(OBJEXT) cipher.$(OBJEXT) \
 
143
        encode.$(OBJEXT) sign.$(OBJEXT) verify.$(OBJEXT) \
 
144
        revoke.$(OBJEXT) decrypt.$(OBJEXT) keyedit.$(OBJEXT) \
 
145
        dearmor.$(OBJEXT) import.$(OBJEXT) export.$(OBJEXT) \
 
146
        trustdb.$(OBJEXT) tdbdump.$(OBJEXT) tdbio.$(OBJEXT) \
 
147
        delkey.$(OBJEXT) keygen.$(OBJEXT) pipemode.$(OBJEXT) \
 
148
        helptext.$(OBJEXT) keyserver.$(OBJEXT) photoid.$(OBJEXT) \
 
149
        call-agent.$(OBJEXT) card-util.$(OBJEXT) exec.$(OBJEXT)
 
150
gpg2_OBJECTS = $(am_gpg2_OBJECTS)
 
151
am__DEPENDENCIES_2 =
 
152
am__DEPENDENCIES_1 = ../gl/libgnu.a ../common/libcommon.a \
 
153
        ../jnlib/libjnlib.a
 
154
am__DEPENDENCIES_3 = $(am__DEPENDENCIES_1)
 
155
gpg2_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_3)
 
156
am_gpgv2_OBJECTS = gpgv.$(OBJEXT) $(am__objects_1) verify.$(OBJEXT)
 
157
gpgv2_OBJECTS = $(am_gpgv2_OBJECTS)
 
158
gpgv2_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_3)
 
159
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
160
depcomp = $(SHELL) $(top_srcdir)/scripts/depcomp
 
161
am__depfiles_maybe = depfiles
 
162
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
163
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
164
CCLD = $(CC)
 
165
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
166
SOURCES = $(gpg2_SOURCES) $(gpgv2_SOURCES)
 
167
DIST_SOURCES = $(gpg2_SOURCES) $(gpgv2_SOURCES)
 
168
ETAGS = etags
 
169
CTAGS = ctags
 
170
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
171
ACLOCAL = @ACLOCAL@
 
172
ALLOCA = @ALLOCA@
 
173
ALLOCA_H = @ALLOCA_H@
 
174
AMDEP_FALSE = @AMDEP_FALSE@
 
175
AMDEP_TRUE = @AMDEP_TRUE@
 
176
AMTAR = @AMTAR@
 
177
AR = @AR@
 
178
AUTOCONF = @AUTOCONF@
 
179
AUTOHEADER = @AUTOHEADER@
 
180
AUTOMAKE = @AUTOMAKE@
 
181
AWK = @AWK@
 
182
BUILD_AGENT_FALSE = @BUILD_AGENT_FALSE@
 
183
BUILD_AGENT_TRUE = @BUILD_AGENT_TRUE@
 
184
BUILD_GPGSM_FALSE = @BUILD_GPGSM_FALSE@
 
185
BUILD_GPGSM_TRUE = @BUILD_GPGSM_TRUE@
 
186
BUILD_GPG_FALSE = @BUILD_GPG_FALSE@
 
187
BUILD_GPG_TRUE = @BUILD_GPG_TRUE@
 
188
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
 
189
BUILD_SCDAEMON_FALSE = @BUILD_SCDAEMON_FALSE@
 
190
BUILD_SCDAEMON_TRUE = @BUILD_SCDAEMON_TRUE@
 
191
BUILD_SYMCRYPTRUN_FALSE = @BUILD_SYMCRYPTRUN_FALSE@
 
192
BUILD_SYMCRYPTRUN_TRUE = @BUILD_SYMCRYPTRUN_TRUE@
 
193
CAPLIBS = @CAPLIBS@
 
194
CATOBJEXT = @CATOBJEXT@
 
195
CC = @CC@
 
196
CCDEPMODE = @CCDEPMODE@
 
197
CFLAGS = @CFLAGS@
 
198
CPP = @CPP@
 
199
CPPFLAGS = @CPPFLAGS@
 
200
CROSS_COMPILING_FALSE = @CROSS_COMPILING_FALSE@
 
201
CROSS_COMPILING_TRUE = @CROSS_COMPILING_TRUE@
 
202
CYGPATH_W = @CYGPATH_W@
 
203
DATADIRNAME = @DATADIRNAME@
 
204
DEFS = @DEFS@
 
205
DEPDIR = @DEPDIR@
 
206
DL_LIBS = @DL_LIBS@
 
207
DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
 
208
DOCBOOK_TO_TEXI = @DOCBOOK_TO_TEXI@
 
209
ECHO_C = @ECHO_C@
 
210
ECHO_N = @ECHO_N@
 
211
ECHO_T = @ECHO_T@
 
212
EGREP = @EGREP@
 
213
EOVERFLOW = @EOVERFLOW@
 
214
EXEEXT = @EXEEXT@
 
215
FAQPROG = @FAQPROG@
 
216
GENCAT = @GENCAT@
 
217
GLIBC21 = @GLIBC21@
 
218
GMSGFMT = @GMSGFMT@
 
219
GNUPG_AGENT_PGM = @GNUPG_AGENT_PGM@
 
220
GNUPG_AGENT_PGM_FALSE = @GNUPG_AGENT_PGM_FALSE@
 
221
GNUPG_AGENT_PGM_TRUE = @GNUPG_AGENT_PGM_TRUE@
 
222
GNUPG_DIRMNGR_PGM = @GNUPG_DIRMNGR_PGM@
 
223
GNUPG_DIRMNGR_PGM_FALSE = @GNUPG_DIRMNGR_PGM_FALSE@
 
224
GNUPG_DIRMNGR_PGM_TRUE = @GNUPG_DIRMNGR_PGM_TRUE@
 
225
GNUPG_PINENTRY_PGM = @GNUPG_PINENTRY_PGM@
 
226
GNUPG_PINENTRY_PGM_FALSE = @GNUPG_PINENTRY_PGM_FALSE@
 
227
GNUPG_PINENTRY_PGM_TRUE = @GNUPG_PINENTRY_PGM_TRUE@
 
228
GNUPG_PROTECT_TOOL_PGM = @GNUPG_PROTECT_TOOL_PGM@
 
229
GNUPG_PROTECT_TOOL_PGM_FALSE = @GNUPG_PROTECT_TOOL_PGM_FALSE@
 
230
GNUPG_PROTECT_TOOL_PGM_TRUE = @GNUPG_PROTECT_TOOL_PGM_TRUE@
 
231
GNUPG_SCDAEMON_PGM = @GNUPG_SCDAEMON_PGM@
 
232
GNUPG_SCDAEMON_PGM_FALSE = @GNUPG_SCDAEMON_PGM_FALSE@
 
233
GNUPG_SCDAEMON_PGM_TRUE = @GNUPG_SCDAEMON_PGM_TRUE@
 
234
GPGKEYS_HKP = @GPGKEYS_HKP@
 
235
GPGKEYS_LDAP = @GPGKEYS_LDAP@
 
236
GPGKEYS_MAILTO = @GPGKEYS_MAILTO@
 
237
GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
 
238
GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
 
239
GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
 
240
HAVE_ASPRINTF = @HAVE_ASPRINTF@
 
241
HAVE_DOCBOOK_TO_MAN_FALSE = @HAVE_DOCBOOK_TO_MAN_FALSE@
 
242
HAVE_DOCBOOK_TO_MAN_TRUE = @HAVE_DOCBOOK_TO_MAN_TRUE@
 
243
HAVE_DOCBOOK_TO_TEXI_FALSE = @HAVE_DOCBOOK_TO_TEXI_FALSE@
 
244
HAVE_DOCBOOK_TO_TEXI_TRUE = @HAVE_DOCBOOK_TO_TEXI_TRUE@
 
245
HAVE_DOSISH_SYSTEM_FALSE = @HAVE_DOSISH_SYSTEM_FALSE@
 
246
HAVE_DOSISH_SYSTEM_TRUE = @HAVE_DOSISH_SYSTEM_TRUE@
 
247
HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
 
248
HAVE_SNPRINTF = @HAVE_SNPRINTF@
 
249
HAVE_W32_SYSTEM_FALSE = @HAVE_W32_SYSTEM_FALSE@
 
250
HAVE_W32_SYSTEM_TRUE = @HAVE_W32_SYSTEM_TRUE@
 
251
HAVE_WPRINTF = @HAVE_WPRINTF@
 
252
INSTALL_DATA = @INSTALL_DATA@
 
253
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
254
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
255
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
256
INSTOBJEXT = @INSTOBJEXT@
 
257
INTLBISON = @INTLBISON@
 
258
INTLLIBS = @INTLLIBS@
 
259
INTLOBJS = @INTLOBJS@
 
260
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
 
261
KSBA_CFLAGS = @KSBA_CFLAGS@
 
262
KSBA_CONFIG = @KSBA_CONFIG@
 
263
KSBA_LIBS = @KSBA_LIBS@
 
264
LDAPLIBS = @LDAPLIBS@
 
265
LDFLAGS = @LDFLAGS@
 
266
LIBASSUAN_CFLAGS = @LIBASSUAN_CFLAGS@
 
267
LIBASSUAN_CONFIG = @LIBASSUAN_CONFIG@
 
268
LIBASSUAN_LIBS = @LIBASSUAN_LIBS@
 
269
LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
 
270
LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
 
271
LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
 
272
LIBICONV = @LIBICONV@
 
273
LIBINTL = @LIBINTL@
 
274
LIBOBJS = @LIBOBJS@
 
275
LIBS = @LIBS@
 
276
LIBUSB_LIBS = @LIBUSB_LIBS@
 
277
LIBUTIL_LIBS = @LIBUTIL_LIBS@
 
278
LN_S = @LN_S@
 
279
LTLIBICONV = @LTLIBICONV@
 
280
LTLIBINTL = @LTLIBINTL@
 
281
LTLIBOBJS = @LTLIBOBJS@
 
282
MAINT = @MAINT@
 
283
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
284
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
285
MAKEINFO = @MAKEINFO@
 
286
MKINSTALLDIRS = @MKINSTALLDIRS@
 
287
MSGFMT = @MSGFMT@
 
288
MSGMERGE = @MSGMERGE@
 
289
NETLIBS = @NETLIBS@
 
290
OBJEXT = @OBJEXT@
 
291
PACKAGE = @PACKAGE@
 
292
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
293
PACKAGE_GT = @PACKAGE_GT@
 
294
PACKAGE_NAME = @PACKAGE_NAME@
 
295
PACKAGE_STRING = @PACKAGE_STRING@
 
296
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
297
PACKAGE_VERSION = @PACKAGE_VERSION@
 
298
PATH_SEPARATOR = @PATH_SEPARATOR@
 
299
PERL = @PERL@
 
300
POSUB = @POSUB@
 
301
PTH_CFLAGS = @PTH_CFLAGS@
 
302
PTH_CONFIG = @PTH_CONFIG@
 
303
PTH_LIBS = @PTH_LIBS@
 
304
RANLIB = @RANLIB@
 
305
REGEX_O = @REGEX_O@
 
306
RUN_PKITS_TESTS_FALSE = @RUN_PKITS_TESTS_FALSE@
 
307
RUN_PKITS_TESTS_TRUE = @RUN_PKITS_TESTS_TRUE@
 
308
SENDMAIL = @SENDMAIL@
 
309
SET_MAKE = @SET_MAKE@
 
310
SHA512_O = @SHA512_O@
 
311
SHELL = @SHELL@
 
312
SHRED = @SHRED@
 
313
SRVLIBS = @SRVLIBS@
 
314
STRIP = @STRIP@
 
315
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
 
316
USE_NLS = @USE_NLS@
 
317
VERSION = @VERSION@
 
318
W32LIBS = @W32LIBS@
 
319
WORKING_FAQPROG_FALSE = @WORKING_FAQPROG_FALSE@
 
320
WORKING_FAQPROG_TRUE = @WORKING_FAQPROG_TRUE@
 
321
XGETTEXT = @XGETTEXT@
 
322
ac_ct_AR = @ac_ct_AR@
 
323
ac_ct_CC = @ac_ct_CC@
 
324
ac_ct_RANLIB = @ac_ct_RANLIB@
 
325
ac_ct_STRIP = @ac_ct_STRIP@
 
326
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
327
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
328
am__include = @am__include@
 
329
am__leading_dot = @am__leading_dot@
 
330
am__quote = @am__quote@
 
331
am__tar = @am__tar@
 
332
am__untar = @am__untar@
 
333
bindir = @bindir@
 
334
build = @build@
 
335
build_alias = @build_alias@
 
336
build_cpu = @build_cpu@
 
337
build_os = @build_os@
 
338
build_vendor = @build_vendor@
 
339
datadir = @datadir@
 
340
exec_prefix = @exec_prefix@
 
341
host = @host@
 
342
host_alias = @host_alias@
 
343
host_cpu = @host_cpu@
 
344
host_os = @host_os@
 
345
host_vendor = @host_vendor@
 
346
includedir = @includedir@
 
347
infodir = @infodir@
 
348
install_sh = @install_sh@
 
349
libdir = @libdir@
 
350
libexecdir = @libexecdir@
 
351
localstatedir = @localstatedir@
 
352
mandir = @mandir@
 
353
mkdir_p = @mkdir_p@
 
354
oldincludedir = @oldincludedir@
 
355
prefix = @prefix@
 
356
program_transform_name = @program_transform_name@
 
357
sbindir = @sbindir@
 
358
sharedstatedir = @sharedstatedir@
 
359
sysconfdir = @sysconfdir@
 
360
target = @target@
 
361
target_alias = @target_alias@
 
362
target_cpu = @target_cpu@
 
363
target_os = @target_os@
 
364
target_vendor = @target_vendor@
 
365
EXTRA_DIST = options.skel
 
366
AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_srcdir)/common \
 
367
        -I$(top_srcdir)/include -I$(top_srcdir)/intl \
 
368
        -DLOCALEDIR=\"$(localedir)\" $(am__append_1) $(am__append_2) \
 
369
        $(am__append_3) $(am__append_4) $(am__append_5) \
 
370
        $(am__append_6)
 
371
localedir = $(datadir)/locale
 
372
AM_CFLAGS = $(LIBGCRYPT_CFLAGS)
 
373
needed_libs = ../gl/libgnu.a ../common/libcommon.a ../jnlib/libjnlib.a
 
374
common_source = \
 
375
              global.h gpg.h    \
 
376
              build-packet.c    \
 
377
              compress.c        \
 
378
              filter.h          \
 
379
              free-packet.c     \
 
380
              getkey.c          \
 
381
              keydb.c keydb.h    \
 
382
              keyring.c keyring.h \
 
383
              seskey.c          \
 
384
              kbnode.c          \
 
385
              main.h            \
 
386
              mainproc.c        \
 
387
              armor.c           \
 
388
              mdfilter.c        \
 
389
              textfilter.c      \
 
390
              progress.c        \
 
391
              misc.c            \
 
392
              options.h         \
 
393
              openfile.c        \
 
394
              keyid.c           \
 
395
              packet.h          \
 
396
              parse-packet.c    \
 
397
              comment.c         \
 
398
              status.c          \
 
399
              status.h          \
 
400
              plaintext.c       \
 
401
              sig-check.c       \
 
402
              keylist.c         \
 
403
              pkglue.c pkglue.h 
 
404
 
 
405
gpg2_SOURCES = g10.c            \
 
406
              $(common_source)  \
 
407
              pkclist.c         \
 
408
              skclist.c         \
 
409
              pubkey-enc.c      \
 
410
              passphrase.c      \
 
411
              seckey-cert.c     \
 
412
              encr-data.c       \
 
413
              cipher.c          \
 
414
              encode.c          \
 
415
              sign.c            \
 
416
              verify.c          \
 
417
              revoke.c          \
 
418
              decrypt.c         \
 
419
              keyedit.c         \
 
420
              dearmor.c         \
 
421
              import.c          \
 
422
              export.c          \
 
423
              trustdb.c         \
 
424
              trustdb.h         \
 
425
              tdbdump.c         \
 
426
              tdbio.c           \
 
427
              tdbio.h           \
 
428
              delkey.c          \
 
429
              keygen.c          \
 
430
              pipemode.c        \
 
431
              helptext.c        \
 
432
              keyserver.c       \
 
433
              keyserver-internal.h \
 
434
              photoid.c photoid.h \
 
435
              call-agent.c call-agent.h \
 
436
              card-util.c \
 
437
              exec.c exec.h
 
438
 
 
439
gpgv2_SOURCES = gpgv.c           \
 
440
              $(common_source)  \
 
441
              verify.c          
 
442
 
 
443
 
 
444
#gpgd_SOURCES = gpgd.c \
 
445
#              ks-proto.h \
 
446
#              ks-proto.c \
 
447
#              ks-db.c \
 
448
#              ks-db.h \
 
449
#              $(common_source)
 
450
LDADD = $(needed_libs) @LIBINTL@ @CAPLIBS@ @W32LIBS@
 
451
gpg2_LDADD = $(LIBGCRYPT_LIBS) $(LDADD) -lassuan -lgpg-error
 
452
gpgv2_LDADD = $(LIBGCRYPT_LIBS) $(LDADD) -lassuan -lgpg-error
 
453
all: all-am
 
454
 
 
455
.SUFFIXES:
 
456
.SUFFIXES: .c .o .obj
 
457
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/am/cmacros.am $(am__configure_deps)
 
458
        @for dep in $?; do \
 
459
          case '$(am__configure_deps)' in \
 
460
            *$$dep*) \
 
461
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
462
                && exit 0; \
 
463
              exit 1;; \
 
464
          esac; \
 
465
        done; \
 
466
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  g10/Makefile'; \
 
467
        cd $(top_srcdir) && \
 
468
          $(AUTOMAKE) --gnu  g10/Makefile
 
469
.PRECIOUS: Makefile
 
470
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
471
        @case '$?' in \
 
472
          *config.status*) \
 
473
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
474
          *) \
 
475
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
476
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
477
        esac;
 
478
 
 
479
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
480
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
481
 
 
482
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
483
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
484
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
485
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
486
install-binPROGRAMS: $(bin_PROGRAMS)
 
487
        @$(NORMAL_INSTALL)
 
488
        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
 
489
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
490
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
491
          if test -f $$p \
 
492
          ; then \
 
493
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
 
494
           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
 
495
           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
 
496
          else :; fi; \
 
497
        done
 
498
 
 
499
uninstall-binPROGRAMS:
 
500
        @$(NORMAL_UNINSTALL)
 
501
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
502
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 
503
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
 
504
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
 
505
        done
 
506
 
 
507
clean-binPROGRAMS:
 
508
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
 
509
gpg2$(EXEEXT): $(gpg2_OBJECTS) $(gpg2_DEPENDENCIES) 
 
510
        @rm -f gpg2$(EXEEXT)
 
511
        $(LINK) $(gpg2_LDFLAGS) $(gpg2_OBJECTS) $(gpg2_LDADD) $(LIBS)
 
512
gpgv2$(EXEEXT): $(gpgv2_OBJECTS) $(gpgv2_DEPENDENCIES) 
 
513
        @rm -f gpgv2$(EXEEXT)
 
514
        $(LINK) $(gpgv2_LDFLAGS) $(gpgv2_OBJECTS) $(gpgv2_LDADD) $(LIBS)
 
515
 
 
516
mostlyclean-compile:
 
517
        -rm -f *.$(OBJEXT)
 
518
 
 
519
distclean-compile:
 
520
        -rm -f *.tab.c
 
521
 
 
522
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/armor.Po@am__quote@
 
523
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/build-packet.Po@am__quote@
 
524
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/call-agent.Po@am__quote@
 
525
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/card-util.Po@am__quote@
 
526
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cipher.Po@am__quote@
 
527
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/comment.Po@am__quote@
 
528
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compress.Po@am__quote@
 
529
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dearmor.Po@am__quote@
 
530
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decrypt.Po@am__quote@
 
531
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/delkey.Po@am__quote@
 
532
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encode.Po@am__quote@
 
533
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encr-data.Po@am__quote@
 
534
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exec.Po@am__quote@
 
535
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/export.Po@am__quote@
 
536
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/free-packet.Po@am__quote@
 
537
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g10.Po@am__quote@
 
538
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getkey.Po@am__quote@
 
539
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpgv.Po@am__quote@
 
540
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/helptext.Po@am__quote@
 
541
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/import.Po@am__quote@
 
542
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kbnode.Po@am__quote@
 
543
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keydb.Po@am__quote@
 
544
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keyedit.Po@am__quote@
 
545
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keygen.Po@am__quote@
 
546
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keyid.Po@am__quote@
 
547
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keylist.Po@am__quote@
 
548
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keyring.Po@am__quote@
 
549
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keyserver.Po@am__quote@
 
550
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mainproc.Po@am__quote@
 
551
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mdfilter.Po@am__quote@
 
552
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@
 
553
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openfile.Po@am__quote@
 
554
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse-packet.Po@am__quote@
 
555
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/passphrase.Po@am__quote@
 
556
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/photoid.Po@am__quote@
 
557
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pipemode.Po@am__quote@
 
558
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pkclist.Po@am__quote@
 
559
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pkglue.Po@am__quote@
 
560
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plaintext.Po@am__quote@
 
561
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/progress.Po@am__quote@
 
562
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pubkey-enc.Po@am__quote@
 
563
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/revoke.Po@am__quote@
 
564
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seckey-cert.Po@am__quote@
 
565
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seskey.Po@am__quote@
 
566
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sig-check.Po@am__quote@
 
567
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sign.Po@am__quote@
 
568
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skclist.Po@am__quote@
 
569
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/status.Po@am__quote@
 
570
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tdbdump.Po@am__quote@
 
571
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tdbio.Po@am__quote@
 
572
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/textfilter.Po@am__quote@
 
573
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trustdb.Po@am__quote@
 
574
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/verify.Po@am__quote@
 
575
 
 
576
.c.o:
 
577
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
578
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
579
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
580
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
581
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
582
 
 
583
.c.obj:
 
584
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
585
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
586
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
587
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
588
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
589
uninstall-info-am:
 
590
 
 
591
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
592
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
593
        unique=`for i in $$list; do \
 
594
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
595
          done | \
 
596
          $(AWK) '    { files[$$0] = 1; } \
 
597
               END { for (i in files) print i; }'`; \
 
598
        mkid -fID $$unique
 
599
tags: TAGS
 
600
 
 
601
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
602
                $(TAGS_FILES) $(LISP)
 
603
        tags=; \
 
604
        here=`pwd`; \
 
605
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
606
        unique=`for i in $$list; do \
 
607
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
608
          done | \
 
609
          $(AWK) '    { files[$$0] = 1; } \
 
610
               END { for (i in files) print i; }'`; \
 
611
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
612
          test -n "$$unique" || unique=$$empty_fix; \
 
613
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
614
            $$tags $$unique; \
 
615
        fi
 
616
ctags: CTAGS
 
617
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
618
                $(TAGS_FILES) $(LISP)
 
619
        tags=; \
 
620
        here=`pwd`; \
 
621
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
622
        unique=`for i in $$list; do \
 
623
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
624
          done | \
 
625
          $(AWK) '    { files[$$0] = 1; } \
 
626
               END { for (i in files) print i; }'`; \
 
627
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
628
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
629
             $$tags $$unique
 
630
 
 
631
GTAGS:
 
632
        here=`$(am__cd) $(top_builddir) && pwd` \
 
633
          && cd $(top_srcdir) \
 
634
          && gtags -i $(GTAGS_ARGS) $$here
 
635
 
 
636
distclean-tags:
 
637
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
638
 
 
639
distdir: $(DISTFILES)
 
640
        $(mkdir_p) $(distdir)/../am
 
641
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
642
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
643
        list='$(DISTFILES)'; for file in $$list; do \
 
644
          case $$file in \
 
645
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
646
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
647
          esac; \
 
648
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
649
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
650
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
651
            dir="/$$dir"; \
 
652
            $(mkdir_p) "$(distdir)$$dir"; \
 
653
          else \
 
654
            dir=''; \
 
655
          fi; \
 
656
          if test -d $$d/$$file; then \
 
657
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
658
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
659
            fi; \
 
660
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
661
          else \
 
662
            test -f $(distdir)/$$file \
 
663
            || cp -p $$d/$$file $(distdir)/$$file \
 
664
            || exit 1; \
 
665
          fi; \
 
666
        done
 
667
check-am: all-am
 
668
check: check-am
 
669
all-am: Makefile $(PROGRAMS)
 
670
installdirs:
 
671
        for dir in "$(DESTDIR)$(bindir)"; do \
 
672
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
673
        done
 
674
install: install-am
 
675
install-exec: install-exec-am
 
676
install-data: install-data-am
 
677
uninstall: uninstall-am
 
678
 
 
679
install-am: all-am
 
680
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
681
 
 
682
installcheck: installcheck-am
 
683
install-strip:
 
684
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
685
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
686
          `test -z '$(STRIP)' || \
 
687
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
688
mostlyclean-generic:
 
689
 
 
690
clean-generic:
 
691
 
 
692
distclean-generic:
 
693
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
694
 
 
695
maintainer-clean-generic:
 
696
        @echo "This command is intended for maintainers to use"
 
697
        @echo "it deletes files that may require special tools to rebuild."
 
698
clean: clean-am
 
699
 
 
700
clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
 
701
 
 
702
distclean: distclean-am
 
703
        -rm -rf ./$(DEPDIR)
 
704
        -rm -f Makefile
 
705
distclean-am: clean-am distclean-compile distclean-generic \
 
706
        distclean-tags
 
707
 
 
708
dvi: dvi-am
 
709
 
 
710
dvi-am:
 
711
 
 
712
html: html-am
 
713
 
 
714
info: info-am
 
715
 
 
716
info-am:
 
717
 
 
718
install-data-am: install-data-local
 
719
 
 
720
install-exec-am: install-binPROGRAMS
 
721
 
 
722
install-info: install-info-am
 
723
 
 
724
install-man:
 
725
 
 
726
installcheck-am:
 
727
 
 
728
maintainer-clean: maintainer-clean-am
 
729
        -rm -rf ./$(DEPDIR)
 
730
        -rm -f Makefile
 
731
maintainer-clean-am: distclean-am maintainer-clean-generic
 
732
 
 
733
mostlyclean: mostlyclean-am
 
734
 
 
735
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
736
 
 
737
pdf: pdf-am
 
738
 
 
739
pdf-am:
 
740
 
 
741
ps: ps-am
 
742
 
 
743
ps-am:
 
744
 
 
745
uninstall-am: uninstall-binPROGRAMS uninstall-info-am
 
746
 
 
747
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
 
748
        clean-generic ctags distclean distclean-compile \
 
749
        distclean-generic distclean-tags distdir dvi dvi-am html \
 
750
        html-am info info-am install install-am install-binPROGRAMS \
 
751
        install-data install-data-am install-data-local install-exec \
 
752
        install-exec-am install-info install-info-am install-man \
 
753
        install-strip installcheck installcheck-am installdirs \
 
754
        maintainer-clean maintainer-clean-generic mostlyclean \
 
755
        mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
 
756
        tags uninstall uninstall-am uninstall-binPROGRAMS \
 
757
        uninstall-info-am
 
758
 
 
759
 
 
760
$(PROGRAMS): $(needed_libs)
 
761
 
 
762
install-data-local:
 
763
        $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
 
764
        $(INSTALL_DATA) $(srcdir)/options.skel \
 
765
                                $(DESTDIR)$(pkgdatadir)/gpg-conf.skel
 
766
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
767
# Otherwise a system limit (for SysV at least) may be exceeded.
 
768
.NOEXPORT: