chiark / gitweb /
gpg agent lockup fix: Interrupt main loop when active_connections_value==0
[gnupg2.git] / scd / Makefile.in
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
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) 2002, 2003, 2005 Free Software Foundation, Inc.
18 #
19 # This file is part of GnuPG.
20 #
21 # GnuPG is free software; you can redistribute it and/or modify
22 # it under the terms of the GNU General Public License as published by
23 # the Free Software Foundation; either version 3 of the License, or
24 # (at your option) any later version.
25 #
26 # GnuPG is distributed in the hope that it will be useful,
27 # but WITHOUT ANY WARRANTY; without even the implied warranty of
28 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
29 # GNU General Public License for more details.
30 #
31 # You should have received a copy of the GNU General Public License
32 # along with this program; if not, see <https://www.gnu.org/licenses/>.
33
34 # cmacros.am - C macro definitions
35 #     Copyright (C) 2004 Free Software Foundation, Inc.
36 #
37 # This file is part of GnuPG.
38 #
39 # GnuPG is free software; you can redistribute it and/or modify
40 # it under the terms of the GNU General Public License as published by
41 # the Free Software Foundation; either version 3 of the License, or
42 # (at your option) any later version.
43 #
44 # GnuPG is distributed in the hope that it will be useful,
45 # but WITHOUT ANY WARRANTY; without even the implied warranty of
46 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
47 # GNU General Public License for more details.
48 #
49 # You should have received a copy of the GNU General Public License
50 # along with this program; if not, see <https://www.gnu.org/licenses/>.
51
52 VPATH = @srcdir@
53 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
54 am__make_running_with_option = \
55   case $${target_option-} in \
56       ?) ;; \
57       *) echo "am__make_running_with_option: internal error: invalid" \
58               "target option '$${target_option-}' specified" >&2; \
59          exit 1;; \
60   esac; \
61   has_opt=no; \
62   sane_makeflags=$$MAKEFLAGS; \
63   if $(am__is_gnu_make); then \
64     sane_makeflags=$$MFLAGS; \
65   else \
66     case $$MAKEFLAGS in \
67       *\\[\ \   ]*) \
68         bs=\\; \
69         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
70           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
71     esac; \
72   fi; \
73   skip_next=no; \
74   strip_trailopt () \
75   { \
76     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
77   }; \
78   for flg in $$sane_makeflags; do \
79     test $$skip_next = yes && { skip_next=no; continue; }; \
80     case $$flg in \
81       *=*|--*) continue;; \
82         -*I) strip_trailopt 'I'; skip_next=yes;; \
83       -*I?*) strip_trailopt 'I';; \
84         -*O) strip_trailopt 'O'; skip_next=yes;; \
85       -*O?*) strip_trailopt 'O';; \
86         -*l) strip_trailopt 'l'; skip_next=yes;; \
87       -*l?*) strip_trailopt 'l';; \
88       -[dEDm]) skip_next=yes;; \
89       -[JT]) skip_next=yes;; \
90     esac; \
91     case $$flg in \
92       *$$target_option*) has_opt=yes; break;; \
93     esac; \
94   done; \
95   test $$has_opt = yes
96 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
97 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
98 pkgdatadir = $(datadir)/@PACKAGE@
99 pkgincludedir = $(includedir)/@PACKAGE@
100 pkglibdir = $(libdir)/@PACKAGE@
101 pkglibexecdir = $(libexecdir)/@PACKAGE@
102 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
103 install_sh_DATA = $(install_sh) -c -m 644
104 install_sh_PROGRAM = $(install_sh) -c
105 install_sh_SCRIPT = $(install_sh) -c
106 INSTALL_HEADER = $(INSTALL_DATA)
107 transform = $(program_transform_name)
108 NORMAL_INSTALL = :
109 PRE_INSTALL = :
110 POST_INSTALL = :
111 NORMAL_UNINSTALL = :
112 PRE_UNINSTALL = :
113 POST_UNINSTALL = :
114 build_triplet = @build@
115 host_triplet = @host@
116 libexec_PROGRAMS = scdaemon$(EXEEXT)
117 DIST_COMMON = $(top_srcdir)/am/cmacros.am $(srcdir)/Makefile.in \
118         $(srcdir)/Makefile.am $(top_srcdir)/build-aux/mkinstalldirs \
119         $(top_srcdir)/build-aux/depcomp
120 @HAVE_DOSISH_SYSTEM_FALSE@am__append_1 = -DGNUPG_BINDIR="\"$(bindir)\""            \
121 @HAVE_DOSISH_SYSTEM_FALSE@               -DGNUPG_LIBEXECDIR="\"$(libexecdir)\""    \
122 @HAVE_DOSISH_SYSTEM_FALSE@               -DGNUPG_LIBDIR="\"$(libdir)/@PACKAGE@\""  \
123 @HAVE_DOSISH_SYSTEM_FALSE@               -DGNUPG_DATADIR="\"$(datadir)/@PACKAGE@\"" \
124 @HAVE_DOSISH_SYSTEM_FALSE@               -DGNUPG_SYSCONFDIR="\"$(sysconfdir)/@PACKAGE@\"" \
125 @HAVE_DOSISH_SYSTEM_FALSE@               -DGNUPG_LOCALSTATEDIR="\"$(localstatedir)\""
126
127
128 # If a specific protect tool program has been defined, pass its name
129 # to cc.  Note that these macros should not be used directly but via
130 # the gnupg_module_name function.
131 @GNUPG_AGENT_PGM_TRUE@am__append_2 = -DGNUPG_DEFAULT_AGENT="\"@GNUPG_AGENT_PGM@\""
132 @GNUPG_PINENTRY_PGM_TRUE@am__append_3 = -DGNUPG_DEFAULT_PINENTRY="\"@GNUPG_PINENTRY_PGM@\""
133 @GNUPG_SCDAEMON_PGM_TRUE@am__append_4 = -DGNUPG_DEFAULT_SCDAEMON="\"@GNUPG_SCDAEMON_PGM@\""
134 @GNUPG_DIRMNGR_PGM_TRUE@am__append_5 = -DGNUPG_DEFAULT_DIRMNGR="\"@GNUPG_DIRMNGR_PGM@\""
135 @GNUPG_PROTECT_TOOL_PGM_TRUE@am__append_6 = -DGNUPG_DEFAULT_PROTECT_TOOL="\"@GNUPG_PROTECT_TOOL_PGM@\""
136 @GNUPG_DIRMNGR_LDAP_PGM_TRUE@am__append_7 = -DGNUPG_DEFAULT_DIRMNGR_LDAP="\"@GNUPG_DIRMNGR_LDAP_PGM@\""
137 @HAVE_W32_SYSTEM_TRUE@am__append_8 = scdaemon-w32info.o
138 subdir = scd
139 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
140 am__aclocal_m4_deps = $(top_srcdir)/m4/autobuild.m4 \
141         $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/gettext.m4 \
142         $(top_srcdir)/m4/gpg-error.m4 $(top_srcdir)/m4/iconv.m4 \
143         $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/ksba.m4 \
144         $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/ldap.m4 \
145         $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
146         $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libassuan.m4 \
147         $(top_srcdir)/m4/libgcrypt.m4 $(top_srcdir)/m4/nls.m4 \
148         $(top_srcdir)/m4/npth.m4 $(top_srcdir)/m4/ntbtls.m4 \
149         $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \
150         $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/readline.m4 \
151         $(top_srcdir)/m4/socklen.m4 $(top_srcdir)/m4/sys_socket_h.m4 \
152         $(top_srcdir)/m4/tar-ustar.m4 $(top_srcdir)/acinclude.m4 \
153         $(top_srcdir)/configure.ac
154 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
155         $(ACLOCAL_M4)
156 mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
157 CONFIG_HEADER = $(top_builddir)/config.h
158 CONFIG_CLEAN_FILES =
159 CONFIG_CLEAN_VPATH_FILES =
160 am__installdirs = "$(DESTDIR)$(libexecdir)"
161 PROGRAMS = $(libexec_PROGRAMS)
162 am__objects_1 = app-openpgp.$(OBJEXT) app-nks.$(OBJEXT) \
163         app-dinsig.$(OBJEXT) app-p15.$(OBJEXT) app-geldkarte.$(OBJEXT) \
164         app-sc-hsm.$(OBJEXT)
165 am_scdaemon_OBJECTS = scdaemon.$(OBJEXT) command.$(OBJEXT) \
166         atr.$(OBJEXT) apdu.$(OBJEXT) ccid-driver.$(OBJEXT) \
167         iso7816.$(OBJEXT) app.$(OBJEXT) app-help.$(OBJEXT) \
168         $(am__objects_1)
169 scdaemon_OBJECTS = $(am_scdaemon_OBJECTS)
170 am__DEPENDENCIES_1 =
171 scdaemon_DEPENDENCIES = $(libcommonpth) $(am__DEPENDENCIES_1) \
172         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
173         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
174         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
175         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
176         $(am__DEPENDENCIES_1) $(resource_objs)
177 AM_V_P = $(am__v_P_@AM_V@)
178 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
179 am__v_P_0 = false
180 am__v_P_1 = :
181 AM_V_GEN = $(am__v_GEN_@AM_V@)
182 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
183 am__v_GEN_0 = @echo "  GEN     " $@;
184 am__v_GEN_1 = 
185 AM_V_at = $(am__v_at_@AM_V@)
186 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
187 am__v_at_0 = @
188 am__v_at_1 = 
189 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
190 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
191 am__depfiles_maybe = depfiles
192 am__mv = mv -f
193 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
194         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
195 AM_V_CC = $(am__v_CC_@AM_V@)
196 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
197 am__v_CC_0 = @echo "  CC      " $@;
198 am__v_CC_1 = 
199 CCLD = $(CC)
200 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
201 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
202 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
203 am__v_CCLD_0 = @echo "  CCLD    " $@;
204 am__v_CCLD_1 = 
205 SOURCES = $(scdaemon_SOURCES)
206 DIST_SOURCES = $(scdaemon_SOURCES)
207 am__can_run_installinfo = \
208   case $$AM_UPDATE_INFO_DIR in \
209     n|no|NO) false;; \
210     *) (install-info --version) >/dev/null 2>&1;; \
211   esac
212 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
213 # Read a list of newline-separated strings from the standard input,
214 # and print each of them once, without duplicates.  Input order is
215 # *not* preserved.
216 am__uniquify_input = $(AWK) '\
217   BEGIN { nonempty = 0; } \
218   { items[$$0] = 1; nonempty = 1; } \
219   END { if (nonempty) { for (i in items) print i; }; } \
220 '
221 # Make sure the list of sources is unique.  This is necessary because,
222 # e.g., the same source file might be shared among _SOURCES variables
223 # for different programs/libraries.
224 am__define_uniq_tagged_files = \
225   list='$(am__tagged_files)'; \
226   unique=`for i in $$list; do \
227     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
228   done | $(am__uniquify_input)`
229 ETAGS = etags
230 CTAGS = ctags
231 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
232 ACLOCAL = @ACLOCAL@
233 AMTAR = @AMTAR@
234 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
235 AR = @AR@
236 AUTOCONF = @AUTOCONF@
237 AUTOHEADER = @AUTOHEADER@
238 AUTOMAKE = @AUTOMAKE@
239 AWK = @AWK@
240 BUILD_FILEVERSION = @BUILD_FILEVERSION@
241 BUILD_HOSTNAME = @BUILD_HOSTNAME@
242 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
243 BUILD_REVISION = @BUILD_REVISION@
244 BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
245 BUILD_VERSION = @BUILD_VERSION@
246 CC = @CC@
247 CCDEPMODE = @CCDEPMODE@
248 CC_FOR_BUILD = @CC_FOR_BUILD@
249 CFLAGS = @CFLAGS@
250 CPP = @CPP@
251 CPPFLAGS = @CPPFLAGS@
252 CYGPATH_W = @CYGPATH_W@
253 DEFS = @DEFS@
254 DEPDIR = @DEPDIR@
255 DL_LIBS = @DL_LIBS@
256 DNSLIBS = @DNSLIBS@
257 ECHO_C = @ECHO_C@
258 ECHO_N = @ECHO_N@
259 ECHO_T = @ECHO_T@
260 EGREP = @EGREP@
261 ENCFS = @ENCFS@
262 EXEEXT = @EXEEXT@
263 FUSERMOUNT = @FUSERMOUNT@
264 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
265 GMSGFMT = @GMSGFMT@
266 GMSGFMT_015 = @GMSGFMT_015@
267 GNUPG_AGENT_PGM = @GNUPG_AGENT_PGM@
268 GNUPG_DIRMNGR_LDAP_PGM = @GNUPG_DIRMNGR_LDAP_PGM@
269 GNUPG_DIRMNGR_PGM = @GNUPG_DIRMNGR_PGM@
270 GNUPG_PINENTRY_PGM = @GNUPG_PINENTRY_PGM@
271 GNUPG_PROTECT_TOOL_PGM = @GNUPG_PROTECT_TOOL_PGM@
272 GNUPG_SCDAEMON_PGM = @GNUPG_SCDAEMON_PGM@
273 GPGKEYS_LDAP = @GPGKEYS_LDAP@
274 GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
275 GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
276 GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
277 GPG_ERROR_MT_CFLAGS = @GPG_ERROR_MT_CFLAGS@
278 GPG_ERROR_MT_LIBS = @GPG_ERROR_MT_LIBS@
279 GREP = @GREP@
280 INSTALL = @INSTALL@
281 INSTALL_DATA = @INSTALL_DATA@
282 INSTALL_PROGRAM = @INSTALL_PROGRAM@
283 INSTALL_SCRIPT = @INSTALL_SCRIPT@
284 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
285 INTLLIBS = @INTLLIBS@
286 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
287 KSBA_CFLAGS = @KSBA_CFLAGS@
288 KSBA_CONFIG = @KSBA_CONFIG@
289 KSBA_LIBS = @KSBA_LIBS@
290 LBER_LIBS = @LBER_LIBS@
291 LDAPLIBS = @LDAPLIBS@
292 LDAP_CPPFLAGS = @LDAP_CPPFLAGS@
293 LDFLAGS = @LDFLAGS@
294 LIBASSUAN_CFLAGS = @LIBASSUAN_CFLAGS@
295 LIBASSUAN_CONFIG = @LIBASSUAN_CONFIG@
296 LIBASSUAN_LIBS = @LIBASSUAN_LIBS@
297 LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
298 LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
299 LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
300 LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@
301 LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@
302 LIBICONV = @LIBICONV@
303 LIBINTL = @LIBINTL@
304 LIBOBJS = @LIBOBJS@
305 LIBREADLINE = @LIBREADLINE@
306 LIBS = @LIBS@
307 LIBUSB_CPPFLAGS = @LIBUSB_CPPFLAGS@
308 LIBUSB_LIBS = @LIBUSB_LIBS@
309 LIBUTIL_LIBS = @LIBUTIL_LIBS@
310 LN_S = @LN_S@
311 LTLIBICONV = @LTLIBICONV@
312 LTLIBINTL = @LTLIBINTL@
313 LTLIBOBJS = @LTLIBOBJS@
314 MAINT = @MAINT@
315 MAKEINFO = @MAKEINFO@
316 MKDIR_P = @MKDIR_P@
317 MSGFMT = @MSGFMT@
318 MSGFMT_015 = @MSGFMT_015@
319 MSGMERGE = @MSGMERGE@
320 NETLIBS = @NETLIBS@
321 NPTH_CFLAGS = @NPTH_CFLAGS@
322 NPTH_CONFIG = @NPTH_CONFIG@
323 NPTH_LIBS = @NPTH_LIBS@
324 NTBTLS_CFLAGS = @NTBTLS_CFLAGS@
325 NTBTLS_CONFIG = @NTBTLS_CONFIG@
326 NTBTLS_LIBS = @NTBTLS_LIBS@
327 OBJEXT = @OBJEXT@
328 PACKAGE = @PACKAGE@
329 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
330 PACKAGE_GT = @PACKAGE_GT@
331 PACKAGE_NAME = @PACKAGE_NAME@
332 PACKAGE_STRING = @PACKAGE_STRING@
333 PACKAGE_TARNAME = @PACKAGE_TARNAME@
334 PACKAGE_URL = @PACKAGE_URL@
335 PACKAGE_VERSION = @PACKAGE_VERSION@
336 PATH_SEPARATOR = @PATH_SEPARATOR@
337 PERL = @PERL@
338 PKG_CONFIG = @PKG_CONFIG@
339 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
340 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
341 POSUB = @POSUB@
342 RANLIB = @RANLIB@
343 SENDMAIL = @SENDMAIL@
344 SET_MAKE = @SET_MAKE@
345 SHELL = @SHELL@
346 SHRED = @SHRED@
347 SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
348 SQLITE3_LIBS = @SQLITE3_LIBS@
349 STRIP = @STRIP@
350 SYSROOT = @SYSROOT@
351 SYS_SOCKET_H = @SYS_SOCKET_H@
352 TAR = @TAR@
353 USE_C99_CFLAGS = @USE_C99_CFLAGS@
354 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
355 USE_NLS = @USE_NLS@
356 VERSION = @VERSION@
357 W32SOCKLIBS = @W32SOCKLIBS@
358 WINDRES = @WINDRES@
359 XGETTEXT = @XGETTEXT@
360 XGETTEXT_015 = @XGETTEXT_015@
361 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
362 ZLIBS = @ZLIBS@
363 abs_builddir = @abs_builddir@
364 abs_srcdir = @abs_srcdir@
365 abs_top_builddir = @abs_top_builddir@
366 abs_top_srcdir = @abs_top_srcdir@
367 ac_ct_CC = @ac_ct_CC@
368 am__include = @am__include@
369 am__leading_dot = @am__leading_dot@
370 am__quote = @am__quote@
371 am__tar = @am__tar@
372 am__untar = @am__untar@
373 bindir = @bindir@
374 build = @build@
375 build_alias = @build_alias@
376 build_cpu = @build_cpu@
377 build_os = @build_os@
378 build_vendor = @build_vendor@
379 builddir = @builddir@
380 datadir = @datadir@
381 datarootdir = @datarootdir@
382 docdir = @docdir@
383 dvidir = @dvidir@
384 exec_prefix = @exec_prefix@
385 host = @host@
386 host_alias = @host_alias@
387 host_cpu = @host_cpu@
388 host_os = @host_os@
389 host_vendor = @host_vendor@
390 htmldir = @htmldir@
391 includedir = @includedir@
392 infodir = @infodir@
393 install_sh = @install_sh@
394 libdir = @libdir@
395 libexecdir = @libexecdir@
396 localedir = $(datadir)/locale
397 localstatedir = @localstatedir@
398 mandir = @mandir@
399 mkdir_p = @mkdir_p@
400 oldincludedir = @oldincludedir@
401 pdfdir = @pdfdir@
402 prefix = @prefix@
403 program_transform_name = @program_transform_name@
404 psdir = @psdir@
405 sbindir = @sbindir@
406 sharedstatedir = @sharedstatedir@
407 srcdir = @srcdir@
408 sysconfdir = @sysconfdir@
409 target_alias = @target_alias@
410 top_build_prefix = @top_build_prefix@
411 top_builddir = @top_builddir@
412 top_srcdir = @top_srcdir@
413 EXTRA_DIST = ChangeLog-2011 scdaemon-w32info.rc
414
415 # NB: AM_CFLAGS may also be used by tools running on the build
416 # platform to create source files.
417 AM_CPPFLAGS = -I$(top_srcdir)/common $(LIBUSB_CPPFLAGS) \
418         -DLOCALEDIR=\"$(localedir)\" $(am__append_1) $(am__append_2) \
419         $(am__append_3) $(am__append_4) $(am__append_5) \
420         $(am__append_6) $(am__append_7)
421 @HAVE_W32CE_SYSTEM_FALSE@extra_sys_libs = 
422
423 # Under Windows we use LockFileEx.  WindowsCE provides this only on
424 # the WindowsMobile 6 platform and thus we need to use the coredll6
425 # import library.  We also want to use a stacksize of 256k instead of
426 # the 2MB which is the default with cegcc.  256k is the largest stack
427 # we use with pth.
428 @HAVE_W32CE_SYSTEM_TRUE@extra_sys_libs = -lcoredll6
429 @HAVE_W32CE_SYSTEM_FALSE@extra_bin_ldflags = 
430 @HAVE_W32CE_SYSTEM_TRUE@extra_bin_ldflags = -Wl,--stack=0x40000
431 resource_objs = $(am__append_8)
432
433 # Convenience macros
434 libcommon = ../common/libcommon.a
435 libcommonpth = ../common/libcommonpth.a
436 libcommontls = ../common/libcommontls.a
437 libcommontlsnpth = ../common/libcommontlsnpth.a
438 AM_CFLAGS = $(LIBGCRYPT_CFLAGS) \
439              $(KSBA_CFLAGS) $(LIBASSUAN_CFLAGS) $(NPTH_CFLAGS)
440
441 card_apps = app-openpgp.c app-nks.c app-dinsig.c app-p15.c app-geldkarte.c app-sc-hsm.c
442 scdaemon_SOURCES = \
443         scdaemon.c scdaemon.h \
444         command.c \
445         atr.c atr.h \
446         apdu.c apdu.h \
447         ccid-driver.c ccid-driver.h \
448         iso7816.c iso7816.h \
449         app.c app-common.h app-help.c $(card_apps)
450
451 scdaemon_LDADD = $(libcommonpth) \
452         $(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(LIBASSUAN_LIBS) $(NPTH_LIBS) \
453         $(LIBUSB_LIBS) $(GPG_ERROR_LIBS) \
454         $(LIBINTL) $(DL_LIBS) $(NETLIBS) $(LIBICONV) $(resource_objs)
455
456 all: all-am
457
458 .SUFFIXES:
459 .SUFFIXES: .c .o .obj .rc
460 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/am/cmacros.am $(am__configure_deps)
461         @for dep in $?; do \
462           case '$(am__configure_deps)' in \
463             *$$dep*) \
464               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
465                 && { if test -f $@; then exit 0; else break; fi; }; \
466               exit 1;; \
467           esac; \
468         done; \
469         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu scd/Makefile'; \
470         $(am__cd) $(top_srcdir) && \
471           $(AUTOMAKE) --gnu scd/Makefile
472 .PRECIOUS: Makefile
473 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
474         @case '$?' in \
475           *config.status*) \
476             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
477           *) \
478             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
479             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
480         esac;
481 $(top_srcdir)/am/cmacros.am:
482
483 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
484         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
485
486 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
487         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
488 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
489         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
490 $(am__aclocal_m4_deps):
491 install-libexecPROGRAMS: $(libexec_PROGRAMS)
492         @$(NORMAL_INSTALL)
493         @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
494         if test -n "$$list"; then \
495           echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \
496           $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \
497         fi; \
498         for p in $$list; do echo "$$p $$p"; done | \
499         sed 's/$(EXEEXT)$$//' | \
500         while read p p1; do if test -f $$p \
501           ; then echo "$$p"; echo "$$p"; else :; fi; \
502         done | \
503         sed -e 'p;s,.*/,,;n;h' \
504             -e 's|.*|.|' \
505             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
506         sed 'N;N;N;s,\n, ,g' | \
507         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
508           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
509             if ($$2 == $$4) files[d] = files[d] " " $$1; \
510             else { print "f", $$3 "/" $$4, $$1; } } \
511           END { for (d in files) print "f", d, files[d] }' | \
512         while read type dir files; do \
513             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
514             test -z "$$files" || { \
515               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
516               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
517             } \
518         ; done
519
520 uninstall-libexecPROGRAMS:
521         @$(NORMAL_UNINSTALL)
522         @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
523         files=`for p in $$list; do echo "$$p"; done | \
524           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
525               -e 's/$$/$(EXEEXT)/' \
526         `; \
527         test -n "$$list" || exit 0; \
528         echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
529         cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
530
531 clean-libexecPROGRAMS:
532         -test -z "$(libexec_PROGRAMS)" || rm -f $(libexec_PROGRAMS)
533
534 scdaemon$(EXEEXT): $(scdaemon_OBJECTS) $(scdaemon_DEPENDENCIES) $(EXTRA_scdaemon_DEPENDENCIES) 
535         @rm -f scdaemon$(EXEEXT)
536         $(AM_V_CCLD)$(LINK) $(scdaemon_OBJECTS) $(scdaemon_LDADD) $(LIBS)
537
538 mostlyclean-compile:
539         -rm -f *.$(OBJEXT)
540
541 distclean-compile:
542         -rm -f *.tab.c
543
544 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/apdu.Po@am__quote@
545 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/app-dinsig.Po@am__quote@
546 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/app-geldkarte.Po@am__quote@
547 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/app-help.Po@am__quote@
548 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/app-nks.Po@am__quote@
549 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/app-openpgp.Po@am__quote@
550 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/app-p15.Po@am__quote@
551 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/app-sc-hsm.Po@am__quote@
552 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/app.Po@am__quote@
553 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atr.Po@am__quote@
554 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ccid-driver.Po@am__quote@
555 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/command.Po@am__quote@
556 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iso7816.Po@am__quote@
557 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scdaemon.Po@am__quote@
558
559 .c.o:
560 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
561 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
562 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
563 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
564 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
565
566 .c.obj:
567 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
568 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
569 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
570 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
571 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
572
573 ID: $(am__tagged_files)
574         $(am__define_uniq_tagged_files); mkid -fID $$unique
575 tags: tags-am
576 TAGS: tags
577
578 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
579         set x; \
580         here=`pwd`; \
581         $(am__define_uniq_tagged_files); \
582         shift; \
583         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
584           test -n "$$unique" || unique=$$empty_fix; \
585           if test $$# -gt 0; then \
586             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
587               "$$@" $$unique; \
588           else \
589             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
590               $$unique; \
591           fi; \
592         fi
593 ctags: ctags-am
594
595 CTAGS: ctags
596 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
597         $(am__define_uniq_tagged_files); \
598         test -z "$(CTAGS_ARGS)$$unique" \
599           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
600              $$unique
601
602 GTAGS:
603         here=`$(am__cd) $(top_builddir) && pwd` \
604           && $(am__cd) $(top_srcdir) \
605           && gtags -i $(GTAGS_ARGS) "$$here"
606 cscopelist: cscopelist-am
607
608 cscopelist-am: $(am__tagged_files)
609         list='$(am__tagged_files)'; \
610         case "$(srcdir)" in \
611           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
612           *) sdir=$(subdir)/$(srcdir) ;; \
613         esac; \
614         for i in $$list; do \
615           if test -f "$$i"; then \
616             echo "$(subdir)/$$i"; \
617           else \
618             echo "$$sdir/$$i"; \
619           fi; \
620         done >> $(top_builddir)/cscope.files
621
622 distclean-tags:
623         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
624
625 distdir: $(DISTFILES)
626         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
627         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
628         list='$(DISTFILES)'; \
629           dist_files=`for file in $$list; do echo $$file; done | \
630           sed -e "s|^$$srcdirstrip/||;t" \
631               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
632         case $$dist_files in \
633           */*) $(MKDIR_P) `echo "$$dist_files" | \
634                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
635                            sort -u` ;; \
636         esac; \
637         for file in $$dist_files; do \
638           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
639           if test -d $$d/$$file; then \
640             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
641             if test -d "$(distdir)/$$file"; then \
642               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
643             fi; \
644             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
645               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
646               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
647             fi; \
648             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
649           else \
650             test -f "$(distdir)/$$file" \
651             || cp -p $$d/$$file "$(distdir)/$$file" \
652             || exit 1; \
653           fi; \
654         done
655 check-am: all-am
656 check: check-am
657 all-am: Makefile $(PROGRAMS)
658 installdirs:
659         for dir in "$(DESTDIR)$(libexecdir)"; do \
660           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
661         done
662 install: install-am
663 install-exec: install-exec-am
664 install-data: install-data-am
665 uninstall: uninstall-am
666
667 install-am: all-am
668         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
669
670 installcheck: installcheck-am
671 install-strip:
672         if test -z '$(STRIP)'; then \
673           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
674             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
675               install; \
676         else \
677           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
678             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
679             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
680         fi
681 mostlyclean-generic:
682
683 clean-generic:
684
685 distclean-generic:
686         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
687         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
688
689 maintainer-clean-generic:
690         @echo "This command is intended for maintainers to use"
691         @echo "it deletes files that may require special tools to rebuild."
692 clean: clean-am
693
694 clean-am: clean-generic clean-libexecPROGRAMS mostlyclean-am
695
696 distclean: distclean-am
697         -rm -rf ./$(DEPDIR)
698         -rm -f Makefile
699 distclean-am: clean-am distclean-compile distclean-generic \
700         distclean-tags
701
702 dvi: dvi-am
703
704 dvi-am:
705
706 html: html-am
707
708 html-am:
709
710 info: info-am
711
712 info-am:
713
714 install-data-am:
715
716 install-dvi: install-dvi-am
717
718 install-dvi-am:
719
720 install-exec-am: install-libexecPROGRAMS
721
722 install-html: install-html-am
723
724 install-html-am:
725
726 install-info: install-info-am
727
728 install-info-am:
729
730 install-man:
731
732 install-pdf: install-pdf-am
733
734 install-pdf-am:
735
736 install-ps: install-ps-am
737
738 install-ps-am:
739
740 installcheck-am:
741
742 maintainer-clean: maintainer-clean-am
743         -rm -rf ./$(DEPDIR)
744         -rm -f Makefile
745 maintainer-clean-am: distclean-am maintainer-clean-generic
746
747 mostlyclean: mostlyclean-am
748
749 mostlyclean-am: mostlyclean-compile mostlyclean-generic
750
751 pdf: pdf-am
752
753 pdf-am:
754
755 ps: ps-am
756
757 ps-am:
758
759 uninstall-am: uninstall-libexecPROGRAMS
760
761 .MAKE: install-am install-strip
762
763 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
764         clean-libexecPROGRAMS cscopelist-am ctags ctags-am distclean \
765         distclean-compile distclean-generic distclean-tags distdir dvi \
766         dvi-am html html-am info info-am install install-am \
767         install-data install-data-am install-dvi install-dvi-am \
768         install-exec install-exec-am install-html install-html-am \
769         install-info install-info-am install-libexecPROGRAMS \
770         install-man install-pdf install-pdf-am install-ps \
771         install-ps-am install-strip installcheck installcheck-am \
772         installdirs maintainer-clean maintainer-clean-generic \
773         mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
774         ps ps-am tags tags-am uninstall uninstall-am \
775         uninstall-libexecPROGRAMS
776
777
778 @HAVE_W32_SYSTEM_TRUE@.rc.o:
779 @HAVE_W32_SYSTEM_TRUE@  $(WINDRES) $(DEFAULT_INCLUDES) $(INCLUDES) "$<" "$@"
780
781 # Tell versions [3.59,3.63) of GNU make to not export all variables.
782 # Otherwise a system limit (for SysV at least) may be exceeded.
783 .NOEXPORT: