1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 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
18VPATH = @srcdir@
19am__is_gnu_make = { \
20  if test -z '$(MAKELEVEL)'; then \
21    false; \
22  elif test -n '$(MAKE_HOST)'; then \
23    true; \
24  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25    true; \
26  else \
27    false; \
28  fi; \
29}
30am__make_running_with_option = \
31  case $${target_option-} in \
32      ?) ;; \
33      *) echo "am__make_running_with_option: internal error: invalid" \
34              "target option '$${target_option-}' specified" >&2; \
35         exit 1;; \
36  esac; \
37  has_opt=no; \
38  sane_makeflags=$$MAKEFLAGS; \
39  if $(am__is_gnu_make); then \
40    sane_makeflags=$$MFLAGS; \
41  else \
42    case $$MAKEFLAGS in \
43      *\\[\ \	]*) \
44        bs=\\; \
45        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
47    esac; \
48  fi; \
49  skip_next=no; \
50  strip_trailopt () \
51  { \
52    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53  }; \
54  for flg in $$sane_makeflags; do \
55    test $$skip_next = yes && { skip_next=no; continue; }; \
56    case $$flg in \
57      *=*|--*) continue;; \
58        -*I) strip_trailopt 'I'; skip_next=yes;; \
59      -*I?*) strip_trailopt 'I';; \
60        -*O) strip_trailopt 'O'; skip_next=yes;; \
61      -*O?*) strip_trailopt 'O';; \
62        -*l) strip_trailopt 'l'; skip_next=yes;; \
63      -*l?*) strip_trailopt 'l';; \
64      -[dEDm]) skip_next=yes;; \
65      -[JT]) skip_next=yes;; \
66    esac; \
67    case $$flg in \
68      *$$target_option*) has_opt=yes; break;; \
69    esac; \
70  done; \
71  test $$has_opt = yes
72am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74pkgdatadir = $(datadir)/@PACKAGE@
75pkgincludedir = $(includedir)/@PACKAGE@
76pkglibdir = $(libdir)/@PACKAGE@
77pkglibexecdir = $(libexecdir)/@PACKAGE@
78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79install_sh_DATA = $(install_sh) -c -m 644
80install_sh_PROGRAM = $(install_sh) -c
81install_sh_SCRIPT = $(install_sh) -c
82INSTALL_HEADER = $(INSTALL_DATA)
83transform = $(program_transform_name)
84NORMAL_INSTALL = :
85PRE_INSTALL = :
86POST_INSTALL = :
87NORMAL_UNINSTALL = :
88PRE_UNINSTALL = :
89POST_UNINSTALL = :
90build_triplet = @build@
91host_triplet = @host@
92subdir = src/crypttoken
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/m4/acx_compile_warn.m4 \
95	$(top_srcdir)/m4/as-scrub-include.m4 \
96	$(top_srcdir)/m4/ax_have_qt.m4 $(top_srcdir)/m4/ax_pthread.m4 \
97	$(top_srcdir)/m4/binreloc.m4 $(top_srcdir)/m4/distri.m4 \
98	$(top_srcdir)/m4/fox.m4 $(top_srcdir)/m4/iconv.m4 \
99	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
100	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
101	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
102	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
103	$(top_srcdir)/m4/os.m4 $(top_srcdir)/m4/qt4.m4 \
104	$(top_srcdir)/m4/searchfiles.m4 $(top_srcdir)/configure.ac
105am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
106	$(ACLOCAL_M4)
107DIST_COMMON = $(srcdir)/Makefile.am $(iheader_HEADERS) \
108	$(noinst_HEADERS) $(am__DIST_COMMON)
109mkinstalldirs = $(install_sh) -d
110CONFIG_HEADER = $(top_builddir)/config.h
111CONFIG_CLEAN_FILES =
112CONFIG_CLEAN_VPATH_FILES =
113LTLIBRARIES = $(noinst_LTLIBRARIES)
114libcrypttoken_la_LIBADD =
115am__objects_1 = ct_context.lo ct_keyinfo.lo
116am_libcrypttoken_la_OBJECTS = $(am__objects_1) ct.lo ctf_context.lo \
117	ctfile.lo ctplugin.lo
118libcrypttoken_la_OBJECTS = $(am_libcrypttoken_la_OBJECTS)
119AM_V_lt = $(am__v_lt_@AM_V@)
120am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
121am__v_lt_0 = --silent
122am__v_lt_1 =
123AM_V_P = $(am__v_P_@AM_V@)
124am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
125am__v_P_0 = false
126am__v_P_1 = :
127AM_V_GEN = $(am__v_GEN_@AM_V@)
128am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
129am__v_GEN_0 = @echo "  GEN     " $@;
130am__v_GEN_1 =
131AM_V_at = $(am__v_at_@AM_V@)
132am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
133am__v_at_0 = @
134am__v_at_1 =
135DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
136depcomp = $(SHELL) $(top_srcdir)/depcomp
137am__depfiles_maybe = depfiles
138am__mv = mv -f
139COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
140	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
141LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
142	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
143	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
144	$(AM_CFLAGS) $(CFLAGS)
145AM_V_CC = $(am__v_CC_@AM_V@)
146am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
147am__v_CC_0 = @echo "  CC      " $@;
148am__v_CC_1 =
149CCLD = $(CC)
150LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
151	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
152	$(AM_LDFLAGS) $(LDFLAGS) -o $@
153AM_V_CCLD = $(am__v_CCLD_@AM_V@)
154am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
155am__v_CCLD_0 = @echo "  CCLD    " $@;
156am__v_CCLD_1 =
157SOURCES = $(libcrypttoken_la_SOURCES)
158DIST_SOURCES = $(libcrypttoken_la_SOURCES)
159am__can_run_installinfo = \
160  case $$AM_UPDATE_INFO_DIR in \
161    n|no|NO) false;; \
162    *) (install-info --version) >/dev/null 2>&1;; \
163  esac
164am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
165am__vpath_adj = case $$p in \
166    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
167    *) f=$$p;; \
168  esac;
169am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
170am__install_max = 40
171am__nobase_strip_setup = \
172  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
173am__nobase_strip = \
174  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
175am__nobase_list = $(am__nobase_strip_setup); \
176  for p in $$list; do echo "$$p $$p"; done | \
177  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
178  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
179    if (++n[$$2] == $(am__install_max)) \
180      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
181    END { for (dir in files) print dir, files[dir] }'
182am__base_list = \
183  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
184  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
185am__uninstall_files_from_dir = { \
186  test -z "$$files" \
187    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
188    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
189         $(am__cd) "$$dir" && rm -f $$files; }; \
190  }
191am__installdirs = "$(DESTDIR)$(iheaderdir)"
192HEADERS = $(iheader_HEADERS) $(noinst_HEADERS)
193am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
194# Read a list of newline-separated strings from the standard input,
195# and print each of them once, without duplicates.  Input order is
196# *not* preserved.
197am__uniquify_input = $(AWK) '\
198  BEGIN { nonempty = 0; } \
199  { items[$$0] = 1; nonempty = 1; } \
200  END { if (nonempty) { for (i in items) print i; }; } \
201'
202# Make sure the list of sources is unique.  This is necessary because,
203# e.g., the same source file might be shared among _SOURCES variables
204# for different programs/libraries.
205am__define_uniq_tagged_files = \
206  list='$(am__tagged_files)'; \
207  unique=`for i in $$list; do \
208    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
209  done | $(am__uniquify_input)`
210ETAGS = etags
211CTAGS = ctags
212am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
213DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
214ACLOCAL = @ACLOCAL@
215AMTAR = @AMTAR@
216AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
217APPKIT_FRAMEWORK = @APPKIT_FRAMEWORK@
218AR = @AR@
219AS = @AS@
220ASTYLE = @ASTYLE@
221AUTOCONF = @AUTOCONF@
222AUTOHEADER = @AUTOHEADER@
223AUTOMAKE = @AUTOMAKE@
224AWK = @AWK@
225BINRELOC_CFLAGS = @BINRELOC_CFLAGS@
226BINRELOC_LIBS = @BINRELOC_LIBS@
227CC = @CC@
228CCDEPMODE = @CCDEPMODE@
229CFLAGS = @CFLAGS@
230COCOA_FRAMEWORK = @COCOA_FRAMEWORK@
231COREDATA_FRAMEWORK = @COREDATA_FRAMEWORK@
232CPP = @CPP@
233CPPFLAGS = @CPPFLAGS@
234CXX = @CXX@
235CXXCPP = @CXXCPP@
236CXXDEPMODE = @CXXDEPMODE@
237CXXFLAGS = @CXXFLAGS@
238CYGPATH_W = @CYGPATH_W@
239DEFS = @DEFS@ \
240	-DLIBCHIPCARD_GWENHYWFAR_PLUGIN_PACKAGE=\"libchipcard-libgwenhywfar@GWENHYWFAR_SO_EFFECTIVE@-plugins\"
241DEPDIR = @DEPDIR@
242DLLTOOL = @DLLTOOL@
243DOXYGEN_DEFINE = @DOXYGEN_DEFINE@
244DOXYGEN_INPUT = @DOXYGEN_INPUT@
245DOXYGEN_TAGFILES = @DOXYGEN_TAGFILES@
246DPKG_ARCH = @DPKG_ARCH@
247DSYMUTIL = @DSYMUTIL@
248DUMPBIN = @DUMPBIN@
249ECHO_C = @ECHO_C@
250ECHO_N = @ECHO_N@
251ECHO_T = @ECHO_T@
252EGREP = @EGREP@
253EXEEXT = @EXEEXT@
254FGREP = @FGREP@
255FOUNDATION_FRAMEWORK = @FOUNDATION_FRAMEWORK@
256GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
257GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
258GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
259GPG_ERROR_MT_CFLAGS = @GPG_ERROR_MT_CFLAGS@
260GPG_ERROR_MT_LIBS = @GPG_ERROR_MT_LIBS@
261GREP = @GREP@
262GTK2_CFLAGS = @GTK2_CFLAGS@
263GTK2_LIBS = @GTK2_LIBS@
264GTK3_CFLAGS = @GTK3_CFLAGS@
265GTK3_LIBS = @GTK3_LIBS@
266GWENHYWFAR_SO_AGE = @GWENHYWFAR_SO_AGE@
267GWENHYWFAR_SO_CURRENT = @GWENHYWFAR_SO_CURRENT@
268GWENHYWFAR_SO_EFFECTIVE = @GWENHYWFAR_SO_EFFECTIVE@
269GWENHYWFAR_SO_REVISION = @GWENHYWFAR_SO_REVISION@
270GWENHYWFAR_VERSION_BUILD = @GWENHYWFAR_VERSION_BUILD@
271GWENHYWFAR_VERSION_FULL_STRING = @GWENHYWFAR_VERSION_FULL_STRING@
272GWENHYWFAR_VERSION_MAJOR = @GWENHYWFAR_VERSION_MAJOR@
273GWENHYWFAR_VERSION_MINOR = @GWENHYWFAR_VERSION_MINOR@
274GWENHYWFAR_VERSION_PATCHLEVEL = @GWENHYWFAR_VERSION_PATCHLEVEL@
275GWENHYWFAR_VERSION_RELEASE_STRING = @GWENHYWFAR_VERSION_RELEASE_STRING@
276GWENHYWFAR_VERSION_STRING = @GWENHYWFAR_VERSION_STRING@
277GWENHYWFAR_VERSION_TAG = @GWENHYWFAR_VERSION_TAG@
278GWENPP_SO_AGE = @GWENPP_SO_AGE@
279GWENPP_SO_CURRENT = @GWENPP_SO_CURRENT@
280GWENPP_SO_EFFECTIVE = @GWENPP_SO_EFFECTIVE@
281GWENPP_SO_REVISION = @GWENPP_SO_REVISION@
282GWENUI_SO_AGE = @GWENUI_SO_AGE@
283GWENUI_SO_CURRENT = @GWENUI_SO_CURRENT@
284GWENUI_SO_EFFECTIVE = @GWENUI_SO_EFFECTIVE@
285GWENUI_SO_REVISION = @GWENUI_SO_REVISION@
286GWEN_OS = @GWEN_OS@
287HAVE_I18N = @HAVE_I18N@
288ICONV_LIBS = @ICONV_LIBS@
289INSTALL = @INSTALL@
290INSTALL_DATA = @INSTALL_DATA@
291INSTALL_DLL_TARGET = @INSTALL_DLL_TARGET@
292INSTALL_PROGRAM = @INSTALL_PROGRAM@
293INSTALL_SCRIPT = @INSTALL_SCRIPT@
294INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
295LD = @LD@
296LDFLAGS = @LDFLAGS@
297LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
298LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
299LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
300LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@
301LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@
302LIBICONV = @LIBICONV@
303LIBOBJS = @LIBOBJS@
304LIBS = @LIBS@
305LIBTOOL = @LIBTOOL@
306LIBXML_CFLAGS = @LIBXML_CFLAGS@
307LIBXML_LIBS = @LIBXML_LIBS@
308LIPO = @LIPO@
309LN_S = @LN_S@
310LTLIBICONV = @LTLIBICONV@
311LTLIBOBJS = @LTLIBOBJS@
312LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
313MAKEINFO = @MAKEINFO@
314MAKE_DLL_TARGET = @MAKE_DLL_TARGET@
315MAKE_I18N_FILES = @MAKE_I18N_FILES@
316MANIFEST_TOOL = @MANIFEST_TOOL@
317MKDIR_P = @MKDIR_P@
318MSGFMT = @MSGFMT@
319NM = @NM@
320NMEDIT = @NMEDIT@
321OBJC = @OBJC@
322OBJCDEPMODE = @OBJCDEPMODE@
323OBJCFLAGS = @OBJCFLAGS@
324OBJDUMP = @OBJDUMP@
325OBJEXT = @OBJEXT@
326OHBCI_VERSION_STRING = @OHBCI_VERSION_STRING@
327OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
328OPENSSL_LIBS = @OPENSSL_LIBS@
329OSYSTEM = @OSYSTEM@
330OS_TYPE = @OS_TYPE@
331OTOOL = @OTOOL@
332OTOOL64 = @OTOOL64@
333PACKAGE = @PACKAGE@
334PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
335PACKAGE_NAME = @PACKAGE_NAME@
336PACKAGE_STRING = @PACKAGE_STRING@
337PACKAGE_TARNAME = @PACKAGE_TARNAME@
338PACKAGE_URL = @PACKAGE_URL@
339PACKAGE_VERSION = @PACKAGE_VERSION@
340PATH_SEPARATOR = @PATH_SEPARATOR@
341PKG_CONFIG = @PKG_CONFIG@
342PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
343PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
344PROFILING_CFLAGS = @PROFILING_CFLAGS@
345PROFILING_LDFLAGS = @PROFILING_LDFLAGS@
346PROG_LIBRARIES = @PROG_LIBRARIES@
347PTHREAD_CC = @PTHREAD_CC@
348PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
349PTHREAD_LIBS = @PTHREAD_LIBS@
350QT4_BINDIR = @QT4_BINDIR@
351QT_CXXFLAGS = @QT_CXXFLAGS@
352QT_DIR = @QT_DIR@
353QT_LIBS = @QT_LIBS@
354QT_LRELEASE = @QT_LRELEASE@
355QT_LUPDATE = @QT_LUPDATE@
356QT_MOC = @QT_MOC@
357QT_UIC = @QT_UIC@
358RANLIB = @RANLIB@
359RC = @RC@
360SED = @SED@
361SET_MAKE = @SET_MAKE@
362SHELL = @SHELL@
363STRIP = @STRIP@
364STRIPALL = @STRIPALL@
365SYSCONF_FRAMEWORK = @SYSCONF_FRAMEWORK@
366USE_DOT = @USE_DOT@
367VERSION = @VERSION@
368WEBKIT_FRAMEWORK = @WEBKIT_FRAMEWORK@
369WERROR = @WERROR@
370WITH_ICONV = @WITH_ICONV@
371XGETTEXT = @XGETTEXT@
372XMKMF = @XMKMF@
373X_CFLAGS = @X_CFLAGS@
374X_EXTRA_LIBS = @X_EXTRA_LIBS@
375X_LIBS = @X_LIBS@
376X_PRE_LIBS = @X_PRE_LIBS@
377YES = @YES@
378abs_builddir = @abs_builddir@
379abs_srcdir = @abs_srcdir@
380abs_top_builddir = @abs_top_builddir@
381abs_top_srcdir = @abs_top_srcdir@
382ac_ct_AR = @ac_ct_AR@
383ac_ct_CC = @ac_ct_CC@
384ac_ct_CXX = @ac_ct_CXX@
385ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
386ac_ct_OBJC = @ac_ct_OBJC@
387all_includes = @all_includes@
388all_libraries = @all_libraries@
389am__include = @am__include@
390am__leading_dot = @am__leading_dot@
391am__quote = @am__quote@
392am__tar = @am__tar@
393am__untar = @am__untar@
394aq_distrib_name = @aq_distrib_name@
395aq_distrib_tag = @aq_distrib_tag@
396aq_distrib_version = @aq_distrib_version@
397ax_pthread_config = @ax_pthread_config@
398bindir = @bindir@
399build = @build@
400build_alias = @build_alias@
401build_cpu = @build_cpu@
402build_os = @build_os@
403build_vendor = @build_vendor@
404builddir = @builddir@
405datadir = @datadir@
406datarootdir = @datarootdir@
407docdir = @docdir@
408docpath = @docpath@
409dvidir = @dvidir@
410exec_prefix = @exec_prefix@
411fox_includes = @fox_includes@
412fox_libs = @fox_libs@
413gwenhywfar_bindir = @gwenhywfar_bindir@
414gwenhywfar_buffer_hardlimit = @gwenhywfar_buffer_hardlimit@
415gwenhywfar_cfg_searchdir = @gwenhywfar_cfg_searchdir@
416gwenhywfar_crypt_lib = @gwenhywfar_crypt_lib@
417gwenhywfar_data_searchdir = @gwenhywfar_data_searchdir@
418gwenhywfar_datadir = @gwenhywfar_datadir@
419gwenhywfar_guis = @gwenhywfar_guis@
420gwenhywfar_headerdir = @gwenhywfar_headerdir@
421gwenhywfar_headerdir_am = @gwenhywfar_headerdir_am@
422gwenhywfar_internal_libname = @gwenhywfar_internal_libname@
423gwenhywfar_ldflags = @gwenhywfar_ldflags@
424gwenhywfar_libs = @gwenhywfar_libs@
425gwenhywfar_libspp = @gwenhywfar_libspp@
426gwenhywfar_libsui = @gwenhywfar_libsui@
427gwenhywfar_locale_searchdir = @gwenhywfar_locale_searchdir@
428gwenhywfar_os_lib = @gwenhywfar_os_lib@
429gwenhywfar_pkgincludedir = @gwenhywfar_pkgincludedir@
430gwenhywfar_plugin_searchdir = @gwenhywfar_plugin_searchdir@
431gwenhywfar_plugindir = @gwenhywfar_plugindir@
432gwenhywfar_plugins_cfgmgr_dirs = @gwenhywfar_plugins_cfgmgr_dirs@
433gwenhywfar_plugins_cfgmgr_libs = @gwenhywfar_plugins_cfgmgr_libs@
434gwenhywfar_plugins_ct_dirs = @gwenhywfar_plugins_ct_dirs@
435gwenhywfar_plugins_ct_libs = @gwenhywfar_plugins_ct_libs@
436gwenhywfar_plugins_dbio_dirs = @gwenhywfar_plugins_dbio_dirs@
437gwenhywfar_plugins_dbio_libs = @gwenhywfar_plugins_dbio_libs@
438gwenhywfar_symlinkdir = @gwenhywfar_symlinkdir@
439gwenhywfar_sys_is_windows = @gwenhywfar_sys_is_windows@
440gwenhywfar_sysdata_searchdir = @gwenhywfar_sysdata_searchdir@
441host = @host@
442host_alias = @host_alias@
443host_cpu = @host_cpu@
444host_os = @host_os@
445host_vendor = @host_vendor@
446htmldir = @htmldir@
447i18n_libs = @i18n_libs@
448includedir = @includedir@
449infodir = @infodir@
450install_sh = @install_sh@
451libdir = @libdir@
452libexecdir = @libexecdir@
453localedir = @localedir@
454localstatedir = @localstatedir@
455mandir = @mandir@
456mkdir_p = @mkdir_p@
457oldincludedir = @oldincludedir@
458pdfdir = @pdfdir@
459prefix = @prefix@
460program_transform_name = @program_transform_name@
461psdir = @psdir@
462qt4_includes = @qt4_includes@
463qt4_libs = @qt4_libs@
464qt4_moc = @qt4_moc@
465qt4_uic = @qt4_uic@
466runstatedir = @runstatedir@
467sbindir = @sbindir@
468sharedstatedir = @sharedstatedir@
469srcdir = @srcdir@
470ssl_available = @ssl_available@
471sysconfdir = @sysconfdir@
472target_alias = @target_alias@
473top_build_prefix = @top_build_prefix@
474top_builddir = @top_builddir@
475top_srcdir = @top_srcdir@
476visibility_cflags = @visibility_cflags@
477with_gui_fox16 = @with_gui_fox16@
478with_gui_gtk2 = @with_gui_gtk2@
479with_gui_gtk3 = @with_gui_gtk3@
480with_gui_qt4 = @with_gui_qt4@
481AM_CPPFLAGS = -I$(gwenhywfar_symlinkdir) \
482 -I$(top_srcdir)/src/base \
483 -I$(top_srcdir)/src/crypt3 \
484 -I$(top_srcdir)/src/io \
485 -I$(top_srcdir)/src/ipc \
486 -I$(top_srcdir)/src/parser @all_includes@
487
488AM_CFLAGS = @visibility_cflags@ @WERROR@ -DBUILDING_GWENHYWFAR
489typefiles = \
490  ct_context.xml \
491  ct_keyinfo.xml
492
493built_sources = \
494  ct_context.c \
495  ct_keyinfo.c
496
497build_headers_priv = \
498  ct_context_p.h \
499  ct_keyinfo_p.h
500
501build_headers_pub = \
502  ct_context.h \
503  ct_keyinfo.h
504
505build_headers = $(build_headers_priv) $(build_headers_pub)
506iheaderdir = $(gwenhywfar_headerdir_am)/gwenhywfar
507iheader_HEADERS = $(build_headers_pub) \
508  ct.h \
509  ct_be.h \
510  ctf_context_be.h \
511  ctfile_be.h \
512  ctplugin_be.h \
513  ctplugin.h
514
515noinst_LTLIBRARIES = libcrypttoken.la
516noinst_HEADERS = $(build_headers_priv) \
517  ct_p.h \
518  ctf_context_p.h \
519  ctfile_p.h \
520  ctplugin_p.h \
521  ctplugin_l.h
522
523libcrypttoken_la_SOURCES = $(built_sources) \
524  ct.c \
525  ctf_context.c \
526  ctfile.c \
527  ctplugin.c
528
529EXTRA_DIST = $(typefiles) $(built_sources) $(build_headers)
530all: all-am
531
532.SUFFIXES:
533.SUFFIXES: .c .lo .o .obj
534$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
535	@for dep in $?; do \
536	  case '$(am__configure_deps)' in \
537	    *$$dep*) \
538	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
539	        && { if test -f $@; then exit 0; else break; fi; }; \
540	      exit 1;; \
541	  esac; \
542	done; \
543	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/crypttoken/Makefile'; \
544	$(am__cd) $(top_srcdir) && \
545	  $(AUTOMAKE) --foreign src/crypttoken/Makefile
546Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
547	@case '$?' in \
548	  *config.status*) \
549	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
550	  *) \
551	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
552	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
553	esac;
554
555$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
556	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
557
558$(top_srcdir)/configure:  $(am__configure_deps)
559	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
560$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
561	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
562$(am__aclocal_m4_deps):
563
564clean-noinstLTLIBRARIES:
565	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
566	@list='$(noinst_LTLIBRARIES)'; \
567	locs=`for p in $$list; do echo $$p; done | \
568	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
569	      sort -u`; \
570	test -z "$$locs" || { \
571	  echo rm -f $${locs}; \
572	  rm -f $${locs}; \
573	}
574
575libcrypttoken.la: $(libcrypttoken_la_OBJECTS) $(libcrypttoken_la_DEPENDENCIES) $(EXTRA_libcrypttoken_la_DEPENDENCIES)
576	$(AM_V_CCLD)$(LINK)  $(libcrypttoken_la_OBJECTS) $(libcrypttoken_la_LIBADD) $(LIBS)
577
578mostlyclean-compile:
579	-rm -f *.$(OBJEXT)
580
581distclean-compile:
582	-rm -f *.tab.c
583
584@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ct.Plo@am__quote@
585@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ct_context.Plo@am__quote@
586@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ct_keyinfo.Plo@am__quote@
587@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf_context.Plo@am__quote@
588@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctfile.Plo@am__quote@
589@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctplugin.Plo@am__quote@
590
591.c.o:
592@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
593@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
594@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
595@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
596@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
597
598.c.obj:
599@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
600@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
601@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
602@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
603@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
604
605.c.lo:
606@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
607@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
608@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
609@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
610@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
611
612mostlyclean-libtool:
613	-rm -f *.lo
614
615clean-libtool:
616	-rm -rf .libs _libs
617install-iheaderHEADERS: $(iheader_HEADERS)
618	@$(NORMAL_INSTALL)
619	@list='$(iheader_HEADERS)'; test -n "$(iheaderdir)" || list=; \
620	if test -n "$$list"; then \
621	  echo " $(MKDIR_P) '$(DESTDIR)$(iheaderdir)'"; \
622	  $(MKDIR_P) "$(DESTDIR)$(iheaderdir)" || exit 1; \
623	fi; \
624	for p in $$list; do \
625	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
626	  echo "$$d$$p"; \
627	done | $(am__base_list) | \
628	while read files; do \
629	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(iheaderdir)'"; \
630	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(iheaderdir)" || exit $$?; \
631	done
632
633uninstall-iheaderHEADERS:
634	@$(NORMAL_UNINSTALL)
635	@list='$(iheader_HEADERS)'; test -n "$(iheaderdir)" || list=; \
636	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
637	dir='$(DESTDIR)$(iheaderdir)'; $(am__uninstall_files_from_dir)
638
639ID: $(am__tagged_files)
640	$(am__define_uniq_tagged_files); mkid -fID $$unique
641tags: tags-am
642TAGS: tags
643
644tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
645	set x; \
646	here=`pwd`; \
647	$(am__define_uniq_tagged_files); \
648	shift; \
649	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
650	  test -n "$$unique" || unique=$$empty_fix; \
651	  if test $$# -gt 0; then \
652	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
653	      "$$@" $$unique; \
654	  else \
655	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
656	      $$unique; \
657	  fi; \
658	fi
659ctags: ctags-am
660
661CTAGS: ctags
662ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
663	$(am__define_uniq_tagged_files); \
664	test -z "$(CTAGS_ARGS)$$unique" \
665	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
666	     $$unique
667
668GTAGS:
669	here=`$(am__cd) $(top_builddir) && pwd` \
670	  && $(am__cd) $(top_srcdir) \
671	  && gtags -i $(GTAGS_ARGS) "$$here"
672cscopelist: cscopelist-am
673
674cscopelist-am: $(am__tagged_files)
675	list='$(am__tagged_files)'; \
676	case "$(srcdir)" in \
677	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
678	  *) sdir=$(subdir)/$(srcdir) ;; \
679	esac; \
680	for i in $$list; do \
681	  if test -f "$$i"; then \
682	    echo "$(subdir)/$$i"; \
683	  else \
684	    echo "$$sdir/$$i"; \
685	  fi; \
686	done >> $(top_builddir)/cscope.files
687
688distclean-tags:
689	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
690
691distdir: $(DISTFILES)
692	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
693	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
694	list='$(DISTFILES)'; \
695	  dist_files=`for file in $$list; do echo $$file; done | \
696	  sed -e "s|^$$srcdirstrip/||;t" \
697	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
698	case $$dist_files in \
699	  */*) $(MKDIR_P) `echo "$$dist_files" | \
700			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
701			   sort -u` ;; \
702	esac; \
703	for file in $$dist_files; do \
704	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
705	  if test -d $$d/$$file; then \
706	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
707	    if test -d "$(distdir)/$$file"; then \
708	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
709	    fi; \
710	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
711	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
712	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
713	    fi; \
714	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
715	  else \
716	    test -f "$(distdir)/$$file" \
717	    || cp -p $$d/$$file "$(distdir)/$$file" \
718	    || exit 1; \
719	  fi; \
720	done
721check-am: all-am
722check: check-am
723all-am: Makefile $(LTLIBRARIES) $(HEADERS)
724installdirs:
725	for dir in "$(DESTDIR)$(iheaderdir)"; do \
726	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
727	done
728install: install-am
729install-exec: install-exec-am
730install-data: install-data-am
731uninstall: uninstall-am
732
733install-am: all-am
734	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
735
736installcheck: installcheck-am
737install-strip:
738	if test -z '$(STRIP)'; then \
739	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
740	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
741	      install; \
742	else \
743	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
744	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
745	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
746	fi
747mostlyclean-generic:
748
749clean-generic:
750
751distclean-generic:
752	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
753	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
754
755maintainer-clean-generic:
756	@echo "This command is intended for maintainers to use"
757	@echo "it deletes files that may require special tools to rebuild."
758clean: clean-am
759
760clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
761	mostlyclean-am
762
763distclean: distclean-am
764	-rm -rf ./$(DEPDIR)
765	-rm -f Makefile
766distclean-am: clean-am distclean-compile distclean-generic \
767	distclean-tags
768
769dvi: dvi-am
770
771dvi-am:
772
773html: html-am
774
775html-am:
776
777info: info-am
778
779info-am:
780
781install-data-am: install-iheaderHEADERS
782
783install-dvi: install-dvi-am
784
785install-dvi-am:
786
787install-exec-am:
788
789install-html: install-html-am
790
791install-html-am:
792
793install-info: install-info-am
794
795install-info-am:
796
797install-man:
798
799install-pdf: install-pdf-am
800
801install-pdf-am:
802
803install-ps: install-ps-am
804
805install-ps-am:
806
807installcheck-am:
808
809maintainer-clean: maintainer-clean-am
810	-rm -rf ./$(DEPDIR)
811	-rm -f Makefile
812maintainer-clean-am: distclean-am maintainer-clean-generic
813
814mostlyclean: mostlyclean-am
815
816mostlyclean-am: mostlyclean-compile mostlyclean-generic \
817	mostlyclean-libtool
818
819pdf: pdf-am
820
821pdf-am:
822
823ps: ps-am
824
825ps-am:
826
827uninstall-am: uninstall-iheaderHEADERS
828
829.MAKE: install-am install-strip
830
831.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
832	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
833	ctags-am distclean distclean-compile distclean-generic \
834	distclean-libtool distclean-tags distdir dvi dvi-am html \
835	html-am info info-am install install-am install-data \
836	install-data-am install-dvi install-dvi-am install-exec \
837	install-exec-am install-html install-html-am \
838	install-iheaderHEADERS install-info install-info-am \
839	install-man install-pdf install-pdf-am install-ps \
840	install-ps-am install-strip installcheck installcheck-am \
841	installdirs maintainer-clean maintainer-clean-generic \
842	mostlyclean mostlyclean-compile mostlyclean-generic \
843	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
844	uninstall-am uninstall-iheaderHEADERS
845
846.PRECIOUS: Makefile
847
848
849types: $(typefiles)
850	typemaker2 -I $(top_srcdir)/tools/typemaker2/types/c -I $(srcdir) --destfolder="$(srcdir)" -D GWENHYWFAR_API $(typefiles)
851
852typedefs: $(typefiles)
853	typemaker2 --defs-only -I $(top_srcdir)/tools/typemaker2/types/c -I $(srcdir) --destfolder="$(srcdir)" -D GWENHYWFAR_API $(typefiles)
854
855format_build_files:
856	for f in $(built_sources) $(build_headers); do \
857	  $(ASTYLE) --style=linux -s2 --min-conditional-indent=0 --indent-labels --pad-oper --suffix=none $$f; \
858	done
859
860sources:
861	for f in $(libcrypttoken_la_SOURCES); do \
862	  echo $(subdir)/$$f >>$(top_srcdir)/i18nsources; \
863	done
864	for d in $(SUBDIRS); do \
865	  make -C $$d sources; \
866	done
867
868# Tell versions [3.59,3.63) of GNU make to not export all variables.
869# Otherwise a system limit (for SysV at least) may be exceeded.
870.NOEXPORT:
871