Imported Upstream version 106
[platform/upstream/ecryptfs-utils.git] / src / key_mod / 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 VPATH = @srcdir@
18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 am__make_running_with_option = \
20   case $${target_option-} in \
21       ?) ;; \
22       *) echo "am__make_running_with_option: internal error: invalid" \
23               "target option '$${target_option-}' specified" >&2; \
24          exit 1;; \
25   esac; \
26   has_opt=no; \
27   sane_makeflags=$$MAKEFLAGS; \
28   if $(am__is_gnu_make); then \
29     sane_makeflags=$$MFLAGS; \
30   else \
31     case $$MAKEFLAGS in \
32       *\\[\ \   ]*) \
33         bs=\\; \
34         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
36     esac; \
37   fi; \
38   skip_next=no; \
39   strip_trailopt () \
40   { \
41     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42   }; \
43   for flg in $$sane_makeflags; do \
44     test $$skip_next = yes && { skip_next=no; continue; }; \
45     case $$flg in \
46       *=*|--*) continue;; \
47         -*I) strip_trailopt 'I'; skip_next=yes;; \
48       -*I?*) strip_trailopt 'I';; \
49         -*O) strip_trailopt 'O'; skip_next=yes;; \
50       -*O?*) strip_trailopt 'O';; \
51         -*l) strip_trailopt 'l'; skip_next=yes;; \
52       -*l?*) strip_trailopt 'l';; \
53       -[dEDm]) skip_next=yes;; \
54       -[JT]) skip_next=yes;; \
55     esac; \
56     case $$flg in \
57       *$$target_option*) has_opt=yes; break;; \
58     esac; \
59   done; \
60   test $$has_opt = yes
61 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63 pkgdatadir = $(datadir)/@PACKAGE@
64 pkgincludedir = $(includedir)/@PACKAGE@
65 pkglibdir = $(libdir)/@PACKAGE@
66 pkglibexecdir = $(libexecdir)/@PACKAGE@
67 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68 install_sh_DATA = $(install_sh) -c -m 644
69 install_sh_PROGRAM = $(install_sh) -c
70 install_sh_SCRIPT = $(install_sh) -c
71 INSTALL_HEADER = $(INSTALL_DATA)
72 transform = $(program_transform_name)
73 NORMAL_INSTALL = :
74 PRE_INSTALL = :
75 POST_INSTALL = :
76 NORMAL_UNINSTALL = :
77 PRE_UNINSTALL = :
78 POST_UNINSTALL = :
79 build_triplet = @build@
80 host_triplet = @host@
81 target_triplet = @target@
82 @BUILD_OPENSSL_TRUE@am__append_1 = libecryptfs_key_mod_openssl.la
83 @BUILD_PKCS11_HELPER_TRUE@am__append_2 = libecryptfs_key_mod_pkcs11_helper.la
84 @BUILD_TSPI_TRUE@am__append_3 = libecryptfs_key_mod_tspi.la
85 @BUILD_GPG_TRUE@am__append_4 = libecryptfs_key_mod_gpg.la
86 subdir = src/key_mod
87 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
88         $(top_srcdir)/depcomp
89 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_pkg_swig.m4 \
91         $(top_srcdir)/m4/ac_python_devel.m4 \
92         $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
93         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
94         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
95         $(top_srcdir)/m4/swig_python.m4 $(top_srcdir)/configure.ac
96 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97         $(ACLOCAL_M4)
98 mkinstalldirs = $(install_sh) -d
99 CONFIG_HEADER = $(top_builddir)/config.h
100 CONFIG_CLEAN_FILES =
101 CONFIG_CLEAN_VPATH_FILES =
102 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
103 am__vpath_adj = case $$p in \
104     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
105     *) f=$$p;; \
106   esac;
107 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
108 am__install_max = 40
109 am__nobase_strip_setup = \
110   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
111 am__nobase_strip = \
112   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
113 am__nobase_list = $(am__nobase_strip_setup); \
114   for p in $$list; do echo "$$p $$p"; done | \
115   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
116   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
117     if (++n[$$2] == $(am__install_max)) \
118       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
119     END { for (dir in files) print dir, files[dir] }'
120 am__base_list = \
121   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
122   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
123 am__uninstall_files_from_dir = { \
124   test -z "$$files" \
125     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
126     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
127          $(am__cd) "$$dir" && rm -f $$files; }; \
128   }
129 am__installdirs = "$(DESTDIR)$(ecryptfskeymoddir)"
130 LTLIBRARIES = $(ecryptfskeymod_LTLIBRARIES)
131 am__DEPENDENCIES_1 =
132 libecryptfs_key_mod_gpg_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
133 am_libecryptfs_key_mod_gpg_la_OBJECTS =  \
134         libecryptfs_key_mod_gpg_la-ecryptfs_key_mod_gpg.lo
135 libecryptfs_key_mod_gpg_la_OBJECTS =  \
136         $(am_libecryptfs_key_mod_gpg_la_OBJECTS)
137 AM_V_lt = $(am__v_lt_@AM_V@)
138 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
139 am__v_lt_0 = --silent
140 am__v_lt_1 = 
141 libecryptfs_key_mod_gpg_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
142         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
143         $(libecryptfs_key_mod_gpg_la_CFLAGS) $(CFLAGS) \
144         $(libecryptfs_key_mod_gpg_la_LDFLAGS) $(LDFLAGS) -o $@
145 @BUILD_GPG_TRUE@am_libecryptfs_key_mod_gpg_la_rpath = -rpath \
146 @BUILD_GPG_TRUE@        $(ecryptfskeymoddir)
147 libecryptfs_key_mod_openssl_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
148 am_libecryptfs_key_mod_openssl_la_OBJECTS =  \
149         libecryptfs_key_mod_openssl_la-ecryptfs_key_mod_openssl.lo
150 libecryptfs_key_mod_openssl_la_OBJECTS =  \
151         $(am_libecryptfs_key_mod_openssl_la_OBJECTS)
152 libecryptfs_key_mod_openssl_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
153         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
154         $(libecryptfs_key_mod_openssl_la_CFLAGS) $(CFLAGS) \
155         $(libecryptfs_key_mod_openssl_la_LDFLAGS) $(LDFLAGS) -o $@
156 @BUILD_OPENSSL_TRUE@am_libecryptfs_key_mod_openssl_la_rpath = -rpath \
157 @BUILD_OPENSSL_TRUE@    $(ecryptfskeymoddir)
158 libecryptfs_key_mod_passphrase_la_DEPENDENCIES =
159 am_libecryptfs_key_mod_passphrase_la_OBJECTS = libecryptfs_key_mod_passphrase_la-ecryptfs_key_mod_passphrase.lo
160 libecryptfs_key_mod_passphrase_la_OBJECTS =  \
161         $(am_libecryptfs_key_mod_passphrase_la_OBJECTS)
162 libecryptfs_key_mod_passphrase_la_LINK = $(LIBTOOL) $(AM_V_lt) \
163         --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
164         $(CCLD) $(libecryptfs_key_mod_passphrase_la_CFLAGS) $(CFLAGS) \
165         $(libecryptfs_key_mod_passphrase_la_LDFLAGS) $(LDFLAGS) -o $@
166 libecryptfs_key_mod_pkcs11_helper_la_DEPENDENCIES =  \
167         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
168 am_libecryptfs_key_mod_pkcs11_helper_la_OBJECTS = libecryptfs_key_mod_pkcs11_helper_la-ecryptfs_key_mod_pkcs11_helper.lo
169 libecryptfs_key_mod_pkcs11_helper_la_OBJECTS =  \
170         $(am_libecryptfs_key_mod_pkcs11_helper_la_OBJECTS)
171 libecryptfs_key_mod_pkcs11_helper_la_LINK = $(LIBTOOL) $(AM_V_lt) \
172         --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
173         $(CCLD) $(libecryptfs_key_mod_pkcs11_helper_la_CFLAGS) \
174         $(CFLAGS) $(libecryptfs_key_mod_pkcs11_helper_la_LDFLAGS) \
175         $(LDFLAGS) -o $@
176 @BUILD_PKCS11_HELPER_TRUE@am_libecryptfs_key_mod_pkcs11_helper_la_rpath =  \
177 @BUILD_PKCS11_HELPER_TRUE@      -rpath $(ecryptfskeymoddir)
178 libecryptfs_key_mod_tspi_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
179 am_libecryptfs_key_mod_tspi_la_OBJECTS =  \
180         libecryptfs_key_mod_tspi_la-ecryptfs_key_mod_tspi.lo
181 libecryptfs_key_mod_tspi_la_OBJECTS =  \
182         $(am_libecryptfs_key_mod_tspi_la_OBJECTS)
183 libecryptfs_key_mod_tspi_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
184         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
185         $(libecryptfs_key_mod_tspi_la_CFLAGS) $(CFLAGS) \
186         $(libecryptfs_key_mod_tspi_la_LDFLAGS) $(LDFLAGS) -o $@
187 @BUILD_TSPI_TRUE@am_libecryptfs_key_mod_tspi_la_rpath = -rpath \
188 @BUILD_TSPI_TRUE@       $(ecryptfskeymoddir)
189 AM_V_P = $(am__v_P_@AM_V@)
190 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
191 am__v_P_0 = false
192 am__v_P_1 = :
193 AM_V_GEN = $(am__v_GEN_@AM_V@)
194 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
195 am__v_GEN_0 = @echo "  GEN     " $@;
196 am__v_GEN_1 = 
197 AM_V_at = $(am__v_at_@AM_V@)
198 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
199 am__v_at_0 = @
200 am__v_at_1 = 
201 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
202 depcomp = $(SHELL) $(top_srcdir)/depcomp
203 am__depfiles_maybe = depfiles
204 am__mv = mv -f
205 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
206         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
207 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
208         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
209         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
210         $(AM_CFLAGS) $(CFLAGS)
211 AM_V_CC = $(am__v_CC_@AM_V@)
212 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
213 am__v_CC_0 = @echo "  CC      " $@;
214 am__v_CC_1 = 
215 CCLD = $(CC)
216 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
217         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
218         $(AM_LDFLAGS) $(LDFLAGS) -o $@
219 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
220 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
221 am__v_CCLD_0 = @echo "  CCLD    " $@;
222 am__v_CCLD_1 = 
223 SOURCES = $(libecryptfs_key_mod_gpg_la_SOURCES) \
224         $(libecryptfs_key_mod_openssl_la_SOURCES) \
225         $(libecryptfs_key_mod_passphrase_la_SOURCES) \
226         $(libecryptfs_key_mod_pkcs11_helper_la_SOURCES) \
227         $(libecryptfs_key_mod_tspi_la_SOURCES)
228 DIST_SOURCES = $(libecryptfs_key_mod_gpg_la_SOURCES) \
229         $(libecryptfs_key_mod_openssl_la_SOURCES) \
230         $(libecryptfs_key_mod_passphrase_la_SOURCES) \
231         $(libecryptfs_key_mod_pkcs11_helper_la_SOURCES) \
232         $(libecryptfs_key_mod_tspi_la_SOURCES)
233 am__can_run_installinfo = \
234   case $$AM_UPDATE_INFO_DIR in \
235     n|no|NO) false;; \
236     *) (install-info --version) >/dev/null 2>&1;; \
237   esac
238 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
239 # Read a list of newline-separated strings from the standard input,
240 # and print each of them once, without duplicates.  Input order is
241 # *not* preserved.
242 am__uniquify_input = $(AWK) '\
243   BEGIN { nonempty = 0; } \
244   { items[$$0] = 1; nonempty = 1; } \
245   END { if (nonempty) { for (i in items) print i; }; } \
246 '
247 # Make sure the list of sources is unique.  This is necessary because,
248 # e.g., the same source file might be shared among _SOURCES variables
249 # for different programs/libraries.
250 am__define_uniq_tagged_files = \
251   list='$(am__tagged_files)'; \
252   unique=`for i in $$list; do \
253     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
254   done | $(am__uniquify_input)`
255 ETAGS = etags
256 CTAGS = ctags
257 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
258 ACLOCAL = @ACLOCAL@
259 ALL_LINGUAS = @ALL_LINGUAS@
260 AMTAR = @AMTAR@
261 AM_CPPFLAGS = @AM_CPPFLAGS@
262 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
263 AR = @AR@
264 AUTOCONF = @AUTOCONF@
265 AUTOHEADER = @AUTOHEADER@
266 AUTOMAKE = @AUTOMAKE@
267 AWK = @AWK@
268 CATALOGS = @CATALOGS@
269 CATOBJEXT = @CATOBJEXT@
270 CC = @CC@
271 CCDEPMODE = @CCDEPMODE@
272 CFLAGS = @CFLAGS@
273 CPP = @CPP@
274 CPPFLAGS = @CPPFLAGS@
275 CRYPTO_CFLAGS = @CRYPTO_CFLAGS@
276 CRYPTO_LIBS = @CRYPTO_LIBS@
277 CYGPATH_W = @CYGPATH_W@
278 DATADIRNAME = @DATADIRNAME@
279 DEFS = @DEFS@
280 DEPDIR = @DEPDIR@
281 DLLTOOL = @DLLTOOL@
282 DSYMUTIL = @DSYMUTIL@
283 DUMPBIN = @DUMPBIN@
284 DVIPS = @DVIPS@
285 ECHO_C = @ECHO_C@
286 ECHO_N = @ECHO_N@
287 ECHO_T = @ECHO_T@
288 EGREP = @EGREP@
289 EXEEXT = @EXEEXT@
290 FGREP = @FGREP@
291 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
292 GMOFILES = @GMOFILES@
293 GMSGFMT = @GMSGFMT@
294 GPGME_CFLAGS = @GPGME_CFLAGS@
295 GPGME_LIBS = @GPGME_LIBS@
296 GREP = @GREP@
297 GTK_CFLAGS = @GTK_CFLAGS@
298 GTK_LIBS = @GTK_LIBS@
299 INSTALL = @INSTALL@
300 INSTALL_DATA = @INSTALL_DATA@
301 INSTALL_PROGRAM = @INSTALL_PROGRAM@
302 INSTALL_SCRIPT = @INSTALL_SCRIPT@
303 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
304 INSTOBJEXT = @INSTOBJEXT@
305 INTLLIBS = @INTLLIBS@
306 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
307 INTLTOOL_MERGE = @INTLTOOL_MERGE@
308 INTLTOOL_PERL = @INTLTOOL_PERL@
309 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
310 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
311 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
312 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
313 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
314 KEYUTILS_CFLAGS = @KEYUTILS_CFLAGS@
315 KEYUTILS_LIBS = @KEYUTILS_LIBS@
316 LATEX = @LATEX@
317 LATEX2HTML = @LATEX2HTML@
318 LD = @LD@
319 LDFLAGS = @LDFLAGS@
320 LIBECRYPTFS_LT_AGE = @LIBECRYPTFS_LT_AGE@
321 LIBECRYPTFS_LT_CURRENT = @LIBECRYPTFS_LT_CURRENT@
322 LIBECRYPTFS_LT_REVISION = @LIBECRYPTFS_LT_REVISION@
323 LIBOBJS = @LIBOBJS@
324 LIBS = @LIBS@
325 LIBTOOL = @LIBTOOL@
326 LIPO = @LIPO@
327 LN_S = @LN_S@
328 LOCALEDIR = @LOCALEDIR@
329 LTLIBOBJS = @LTLIBOBJS@
330 MAKEINFO = @MAKEINFO@
331 MANIFEST_TOOL = @MANIFEST_TOOL@
332 MKDIR_P = @MKDIR_P@
333 MKINSTALLDIRS = @MKINSTALLDIRS@
334 MSGFMT = @MSGFMT@
335 MSGFMT_OPTS = @MSGFMT_OPTS@
336 MSGMERGE = @MSGMERGE@
337 NM = @NM@
338 NMEDIT = @NMEDIT@
339 NSS_CFLAGS = @NSS_CFLAGS@
340 NSS_LIBS = @NSS_LIBS@
341 OBJDUMP = @OBJDUMP@
342 OBJEXT = @OBJEXT@
343 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
344 OPENSSL_LIBS = @OPENSSL_LIBS@
345 OTOOL = @OTOOL@
346 OTOOL64 = @OTOOL64@
347 PACKAGE = @PACKAGE@
348 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
349 PACKAGE_NAME = @PACKAGE_NAME@
350 PACKAGE_STRING = @PACKAGE_STRING@
351 PACKAGE_TARNAME = @PACKAGE_TARNAME@
352 PACKAGE_URL = @PACKAGE_URL@
353 PACKAGE_VERSION = @PACKAGE_VERSION@
354 PAM_CFLAGS = @PAM_CFLAGS@
355 PAM_LIBS = @PAM_LIBS@
356 PATH_SEPARATOR = @PATH_SEPARATOR@
357 PKCS11_HELPER_CFLAGS = @PKCS11_HELPER_CFLAGS@
358 PKCS11_HELPER_LIBS = @PKCS11_HELPER_LIBS@
359 PKG_CONFIG = @PKG_CONFIG@
360 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
361 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
362 POD2MAN = @POD2MAN@
363 POFILES = @POFILES@
364 POSUB = @POSUB@
365 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
366 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
367 PS2PDF = @PS2PDF@
368 PYTHON = @PYTHON@
369 PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
370 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
371 PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
372 PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
373 PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
374 PYTHON_PLATFORM = @PYTHON_PLATFORM@
375 PYTHON_PREFIX = @PYTHON_PREFIX@
376 PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
377 PYTHON_VERSION = @PYTHON_VERSION@
378 RANLIB = @RANLIB@
379 SED = @SED@
380 SET_MAKE = @SET_MAKE@
381 SHELL = @SHELL@
382 STRIP = @STRIP@
383 SWIG = @SWIG@
384 SWIG_LIB = @SWIG_LIB@
385 SWIG_PYTHON_CPPFLAGS = @SWIG_PYTHON_CPPFLAGS@
386 SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@
387 TAR = @TAR@
388 TSPI_CFLAGS = @TSPI_CFLAGS@
389 TSPI_LIBS = @TSPI_LIBS@
390 USE_NLS = @USE_NLS@
391 VERSION = @VERSION@
392 XGETTEXT = @XGETTEXT@
393 abs_builddir = @abs_builddir@
394 abs_srcdir = @abs_srcdir@
395 abs_top_builddir = @abs_top_builddir@
396 abs_top_srcdir = @abs_top_srcdir@
397 ac_ct_AR = @ac_ct_AR@
398 ac_ct_CC = @ac_ct_CC@
399 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
400 am__include = @am__include@
401 am__leading_dot = @am__leading_dot@
402 am__quote = @am__quote@
403 am__tar = @am__tar@
404 am__untar = @am__untar@
405 bindir = @bindir@
406 build = @build@
407 build_alias = @build_alias@
408 build_cpu = @build_cpu@
409 build_os = @build_os@
410 build_vendor = @build_vendor@
411 builddir = @builddir@
412 datadir = @datadir@
413 datarootdir = @datarootdir@
414 docdir = @docdir@
415 dvidir = @dvidir@
416 ecryptfskeymoddir = @ecryptfskeymoddir@
417 exec_prefix = @exec_prefix@
418 host = @host@
419 host_alias = @host_alias@
420 host_cpu = @host_cpu@
421 host_os = @host_os@
422 host_vendor = @host_vendor@
423 htmldir = @htmldir@
424 includedir = @includedir@
425 infodir = @infodir@
426 install_sh = @install_sh@
427 intltool__v_merge_options_ = @intltool__v_merge_options_@
428 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
429 libdir = @libdir@
430 libexecdir = @libexecdir@
431 localedir = @localedir@
432 localstatedir = @localstatedir@
433 mandir = @mandir@
434 mkdir_p = @mkdir_p@
435 oldincludedir = @oldincludedir@
436 pamdir = @pamdir@
437 pamlibdir = @pamlibdir@
438 pdfdir = @pdfdir@
439 pkgconfigdir = @pkgconfigdir@
440 pkgpyexecdir = @pkgpyexecdir@
441 pkgpythondir = @pkgpythondir@
442 prefix = @prefix@
443 program_transform_name = @program_transform_name@
444 psdir = @psdir@
445 pyexecdir = @pyexecdir@
446 pythondir = @pythondir@
447 rootsbindir = @rootsbindir@
448 sbindir = @sbindir@
449 sharedstatedir = @sharedstatedir@
450 srcdir = @srcdir@
451 sysconfdir = @sysconfdir@
452 target = @target@
453 target_alias = @target_alias@
454 target_cpu = @target_cpu@
455 target_os = @target_os@
456 target_vendor = @target_vendor@
457 top_build_prefix = @top_build_prefix@
458 top_builddir = @top_builddir@
459 top_srcdir = @top_srcdir@
460 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
461 ecryptfskeymod_LTLIBRARIES = libecryptfs_key_mod_passphrase.la \
462         $(am__append_1) $(am__append_2) $(am__append_3) \
463         $(am__append_4)
464 libecryptfs_key_mod_openssl_la_SOURCES = ecryptfs_key_mod_openssl.c
465 libecryptfs_key_mod_openssl_la_CFLAGS = $(AM_CFLAGS) $(OPENSSL_CFLAGS)
466 libecryptfs_key_mod_openssl_la_LIBADD = $(OPENSSL_LIBS)
467 libecryptfs_key_mod_openssl_la_LDFLAGS = $(AM_LDFLAGS) -module -avoid-version -shared
468 libecryptfs_key_mod_pkcs11_helper_la_SOURCES = ecryptfs_key_mod_pkcs11_helper.c
469 libecryptfs_key_mod_pkcs11_helper_la_CFLAGS = $(AM_CFLAGS) $(PKCS11_HELPER_CFLAGS) $(OPENSSL_CFLAGS)
470 libecryptfs_key_mod_pkcs11_helper_la_LIBADD = $(PKCS11_HELPER_LIBS) $(OPENSSL_LIBS)
471 libecryptfs_key_mod_pkcs11_helper_la_LDFLAGS = $(AM_LDFLAGS) -module -avoid-version -shared
472 libecryptfs_key_mod_tspi_la_SOURCES = ecryptfs_key_mod_tspi.c
473 libecryptfs_key_mod_tspi_la_CFLAGS = $(AM_CFLAGS) $(TSPI_CFLAGS)
474 libecryptfs_key_mod_tspi_la_LIBADD = $(TSPI_LIBS)
475 libecryptfs_key_mod_tspi_la_LDFLAGS = $(AM_LDFLAGS) -module -avoid-version -shared
476 libecryptfs_key_mod_gpg_la_SOURCES = ecryptfs_key_mod_gpg.c
477 libecryptfs_key_mod_gpg_la_CFLAGS = $(AM_CFLAGS) $(GPGME_CFLAGS)
478 libecryptfs_key_mod_gpg_la_LIBADD = $(GPGME_LIBS)
479 libecryptfs_key_mod_gpg_la_LDFLAGS = $(AM_LDFLAGS) -module -avoid-version -shared
480 libecryptfs_key_mod_passphrase_la_SOURCES = ecryptfs_key_mod_passphrase.c
481 libecryptfs_key_mod_passphrase_la_CFLAGS = $(AM_CFLAGS) $(LIBGCRYPT_CFLAGS)
482 libecryptfs_key_mod_passphrase_la_LIBADD = $(LIBGCRYPT_LIBS)
483 libecryptfs_key_mod_passphrase_la_LDFLAGS = $(AM_LDFLAGS) -module -avoid-version -shared
484 all: all-am
485
486 .SUFFIXES:
487 .SUFFIXES: .c .lo .o .obj
488 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
489         @for dep in $?; do \
490           case '$(am__configure_deps)' in \
491             *$$dep*) \
492               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
493                 && { if test -f $@; then exit 0; else break; fi; }; \
494               exit 1;; \
495           esac; \
496         done; \
497         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/key_mod/Makefile'; \
498         $(am__cd) $(top_srcdir) && \
499           $(AUTOMAKE) --foreign src/key_mod/Makefile
500 .PRECIOUS: Makefile
501 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
502         @case '$?' in \
503           *config.status*) \
504             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
505           *) \
506             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
507             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
508         esac;
509
510 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
511         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
512
513 $(top_srcdir)/configure:  $(am__configure_deps)
514         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
515 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
516         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
517 $(am__aclocal_m4_deps):
518
519 install-ecryptfskeymodLTLIBRARIES: $(ecryptfskeymod_LTLIBRARIES)
520         @$(NORMAL_INSTALL)
521         @list='$(ecryptfskeymod_LTLIBRARIES)'; test -n "$(ecryptfskeymoddir)" || list=; \
522         list2=; for p in $$list; do \
523           if test -f $$p; then \
524             list2="$$list2 $$p"; \
525           else :; fi; \
526         done; \
527         test -z "$$list2" || { \
528           echo " $(MKDIR_P) '$(DESTDIR)$(ecryptfskeymoddir)'"; \
529           $(MKDIR_P) "$(DESTDIR)$(ecryptfskeymoddir)" || exit 1; \
530           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(ecryptfskeymoddir)'"; \
531           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(ecryptfskeymoddir)"; \
532         }
533
534 uninstall-ecryptfskeymodLTLIBRARIES:
535         @$(NORMAL_UNINSTALL)
536         @list='$(ecryptfskeymod_LTLIBRARIES)'; test -n "$(ecryptfskeymoddir)" || list=; \
537         for p in $$list; do \
538           $(am__strip_dir) \
539           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(ecryptfskeymoddir)/$$f'"; \
540           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(ecryptfskeymoddir)/$$f"; \
541         done
542
543 clean-ecryptfskeymodLTLIBRARIES:
544         -test -z "$(ecryptfskeymod_LTLIBRARIES)" || rm -f $(ecryptfskeymod_LTLIBRARIES)
545         @list='$(ecryptfskeymod_LTLIBRARIES)'; \
546         locs=`for p in $$list; do echo $$p; done | \
547               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
548               sort -u`; \
549         test -z "$$locs" || { \
550           echo rm -f $${locs}; \
551           rm -f $${locs}; \
552         }
553
554 libecryptfs_key_mod_gpg.la: $(libecryptfs_key_mod_gpg_la_OBJECTS) $(libecryptfs_key_mod_gpg_la_DEPENDENCIES) $(EXTRA_libecryptfs_key_mod_gpg_la_DEPENDENCIES) 
555         $(AM_V_CCLD)$(libecryptfs_key_mod_gpg_la_LINK) $(am_libecryptfs_key_mod_gpg_la_rpath) $(libecryptfs_key_mod_gpg_la_OBJECTS) $(libecryptfs_key_mod_gpg_la_LIBADD) $(LIBS)
556
557 libecryptfs_key_mod_openssl.la: $(libecryptfs_key_mod_openssl_la_OBJECTS) $(libecryptfs_key_mod_openssl_la_DEPENDENCIES) $(EXTRA_libecryptfs_key_mod_openssl_la_DEPENDENCIES) 
558         $(AM_V_CCLD)$(libecryptfs_key_mod_openssl_la_LINK) $(am_libecryptfs_key_mod_openssl_la_rpath) $(libecryptfs_key_mod_openssl_la_OBJECTS) $(libecryptfs_key_mod_openssl_la_LIBADD) $(LIBS)
559
560 libecryptfs_key_mod_passphrase.la: $(libecryptfs_key_mod_passphrase_la_OBJECTS) $(libecryptfs_key_mod_passphrase_la_DEPENDENCIES) $(EXTRA_libecryptfs_key_mod_passphrase_la_DEPENDENCIES) 
561         $(AM_V_CCLD)$(libecryptfs_key_mod_passphrase_la_LINK) -rpath $(ecryptfskeymoddir) $(libecryptfs_key_mod_passphrase_la_OBJECTS) $(libecryptfs_key_mod_passphrase_la_LIBADD) $(LIBS)
562
563 libecryptfs_key_mod_pkcs11_helper.la: $(libecryptfs_key_mod_pkcs11_helper_la_OBJECTS) $(libecryptfs_key_mod_pkcs11_helper_la_DEPENDENCIES) $(EXTRA_libecryptfs_key_mod_pkcs11_helper_la_DEPENDENCIES) 
564         $(AM_V_CCLD)$(libecryptfs_key_mod_pkcs11_helper_la_LINK) $(am_libecryptfs_key_mod_pkcs11_helper_la_rpath) $(libecryptfs_key_mod_pkcs11_helper_la_OBJECTS) $(libecryptfs_key_mod_pkcs11_helper_la_LIBADD) $(LIBS)
565
566 libecryptfs_key_mod_tspi.la: $(libecryptfs_key_mod_tspi_la_OBJECTS) $(libecryptfs_key_mod_tspi_la_DEPENDENCIES) $(EXTRA_libecryptfs_key_mod_tspi_la_DEPENDENCIES) 
567         $(AM_V_CCLD)$(libecryptfs_key_mod_tspi_la_LINK) $(am_libecryptfs_key_mod_tspi_la_rpath) $(libecryptfs_key_mod_tspi_la_OBJECTS) $(libecryptfs_key_mod_tspi_la_LIBADD) $(LIBS)
568
569 mostlyclean-compile:
570         -rm -f *.$(OBJEXT)
571
572 distclean-compile:
573         -rm -f *.tab.c
574
575 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libecryptfs_key_mod_gpg_la-ecryptfs_key_mod_gpg.Plo@am__quote@
576 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libecryptfs_key_mod_openssl_la-ecryptfs_key_mod_openssl.Plo@am__quote@
577 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libecryptfs_key_mod_passphrase_la-ecryptfs_key_mod_passphrase.Plo@am__quote@
578 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libecryptfs_key_mod_pkcs11_helper_la-ecryptfs_key_mod_pkcs11_helper.Plo@am__quote@
579 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libecryptfs_key_mod_tspi_la-ecryptfs_key_mod_tspi.Plo@am__quote@
580
581 .c.o:
582 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
583 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
584 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
585 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
586 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
587
588 .c.obj:
589 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
590 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
591 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
592 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
593 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
594
595 .c.lo:
596 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
597 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
598 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
599 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
600 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
601
602 libecryptfs_key_mod_gpg_la-ecryptfs_key_mod_gpg.lo: ecryptfs_key_mod_gpg.c
603 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libecryptfs_key_mod_gpg_la_CFLAGS) $(CFLAGS) -MT libecryptfs_key_mod_gpg_la-ecryptfs_key_mod_gpg.lo -MD -MP -MF $(DEPDIR)/libecryptfs_key_mod_gpg_la-ecryptfs_key_mod_gpg.Tpo -c -o libecryptfs_key_mod_gpg_la-ecryptfs_key_mod_gpg.lo `test -f 'ecryptfs_key_mod_gpg.c' || echo '$(srcdir)/'`ecryptfs_key_mod_gpg.c
604 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libecryptfs_key_mod_gpg_la-ecryptfs_key_mod_gpg.Tpo $(DEPDIR)/libecryptfs_key_mod_gpg_la-ecryptfs_key_mod_gpg.Plo
605 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ecryptfs_key_mod_gpg.c' object='libecryptfs_key_mod_gpg_la-ecryptfs_key_mod_gpg.lo' libtool=yes @AMDEPBACKSLASH@
606 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
607 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libecryptfs_key_mod_gpg_la_CFLAGS) $(CFLAGS) -c -o libecryptfs_key_mod_gpg_la-ecryptfs_key_mod_gpg.lo `test -f 'ecryptfs_key_mod_gpg.c' || echo '$(srcdir)/'`ecryptfs_key_mod_gpg.c
608
609 libecryptfs_key_mod_openssl_la-ecryptfs_key_mod_openssl.lo: ecryptfs_key_mod_openssl.c
610 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libecryptfs_key_mod_openssl_la_CFLAGS) $(CFLAGS) -MT libecryptfs_key_mod_openssl_la-ecryptfs_key_mod_openssl.lo -MD -MP -MF $(DEPDIR)/libecryptfs_key_mod_openssl_la-ecryptfs_key_mod_openssl.Tpo -c -o libecryptfs_key_mod_openssl_la-ecryptfs_key_mod_openssl.lo `test -f 'ecryptfs_key_mod_openssl.c' || echo '$(srcdir)/'`ecryptfs_key_mod_openssl.c
611 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libecryptfs_key_mod_openssl_la-ecryptfs_key_mod_openssl.Tpo $(DEPDIR)/libecryptfs_key_mod_openssl_la-ecryptfs_key_mod_openssl.Plo
612 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ecryptfs_key_mod_openssl.c' object='libecryptfs_key_mod_openssl_la-ecryptfs_key_mod_openssl.lo' libtool=yes @AMDEPBACKSLASH@
613 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
614 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libecryptfs_key_mod_openssl_la_CFLAGS) $(CFLAGS) -c -o libecryptfs_key_mod_openssl_la-ecryptfs_key_mod_openssl.lo `test -f 'ecryptfs_key_mod_openssl.c' || echo '$(srcdir)/'`ecryptfs_key_mod_openssl.c
615
616 libecryptfs_key_mod_passphrase_la-ecryptfs_key_mod_passphrase.lo: ecryptfs_key_mod_passphrase.c
617 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libecryptfs_key_mod_passphrase_la_CFLAGS) $(CFLAGS) -MT libecryptfs_key_mod_passphrase_la-ecryptfs_key_mod_passphrase.lo -MD -MP -MF $(DEPDIR)/libecryptfs_key_mod_passphrase_la-ecryptfs_key_mod_passphrase.Tpo -c -o libecryptfs_key_mod_passphrase_la-ecryptfs_key_mod_passphrase.lo `test -f 'ecryptfs_key_mod_passphrase.c' || echo '$(srcdir)/'`ecryptfs_key_mod_passphrase.c
618 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libecryptfs_key_mod_passphrase_la-ecryptfs_key_mod_passphrase.Tpo $(DEPDIR)/libecryptfs_key_mod_passphrase_la-ecryptfs_key_mod_passphrase.Plo
619 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ecryptfs_key_mod_passphrase.c' object='libecryptfs_key_mod_passphrase_la-ecryptfs_key_mod_passphrase.lo' libtool=yes @AMDEPBACKSLASH@
620 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
621 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libecryptfs_key_mod_passphrase_la_CFLAGS) $(CFLAGS) -c -o libecryptfs_key_mod_passphrase_la-ecryptfs_key_mod_passphrase.lo `test -f 'ecryptfs_key_mod_passphrase.c' || echo '$(srcdir)/'`ecryptfs_key_mod_passphrase.c
622
623 libecryptfs_key_mod_pkcs11_helper_la-ecryptfs_key_mod_pkcs11_helper.lo: ecryptfs_key_mod_pkcs11_helper.c
624 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libecryptfs_key_mod_pkcs11_helper_la_CFLAGS) $(CFLAGS) -MT libecryptfs_key_mod_pkcs11_helper_la-ecryptfs_key_mod_pkcs11_helper.lo -MD -MP -MF $(DEPDIR)/libecryptfs_key_mod_pkcs11_helper_la-ecryptfs_key_mod_pkcs11_helper.Tpo -c -o libecryptfs_key_mod_pkcs11_helper_la-ecryptfs_key_mod_pkcs11_helper.lo `test -f 'ecryptfs_key_mod_pkcs11_helper.c' || echo '$(srcdir)/'`ecryptfs_key_mod_pkcs11_helper.c
625 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libecryptfs_key_mod_pkcs11_helper_la-ecryptfs_key_mod_pkcs11_helper.Tpo $(DEPDIR)/libecryptfs_key_mod_pkcs11_helper_la-ecryptfs_key_mod_pkcs11_helper.Plo
626 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ecryptfs_key_mod_pkcs11_helper.c' object='libecryptfs_key_mod_pkcs11_helper_la-ecryptfs_key_mod_pkcs11_helper.lo' libtool=yes @AMDEPBACKSLASH@
627 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
628 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libecryptfs_key_mod_pkcs11_helper_la_CFLAGS) $(CFLAGS) -c -o libecryptfs_key_mod_pkcs11_helper_la-ecryptfs_key_mod_pkcs11_helper.lo `test -f 'ecryptfs_key_mod_pkcs11_helper.c' || echo '$(srcdir)/'`ecryptfs_key_mod_pkcs11_helper.c
629
630 libecryptfs_key_mod_tspi_la-ecryptfs_key_mod_tspi.lo: ecryptfs_key_mod_tspi.c
631 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libecryptfs_key_mod_tspi_la_CFLAGS) $(CFLAGS) -MT libecryptfs_key_mod_tspi_la-ecryptfs_key_mod_tspi.lo -MD -MP -MF $(DEPDIR)/libecryptfs_key_mod_tspi_la-ecryptfs_key_mod_tspi.Tpo -c -o libecryptfs_key_mod_tspi_la-ecryptfs_key_mod_tspi.lo `test -f 'ecryptfs_key_mod_tspi.c' || echo '$(srcdir)/'`ecryptfs_key_mod_tspi.c
632 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libecryptfs_key_mod_tspi_la-ecryptfs_key_mod_tspi.Tpo $(DEPDIR)/libecryptfs_key_mod_tspi_la-ecryptfs_key_mod_tspi.Plo
633 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ecryptfs_key_mod_tspi.c' object='libecryptfs_key_mod_tspi_la-ecryptfs_key_mod_tspi.lo' libtool=yes @AMDEPBACKSLASH@
634 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
635 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libecryptfs_key_mod_tspi_la_CFLAGS) $(CFLAGS) -c -o libecryptfs_key_mod_tspi_la-ecryptfs_key_mod_tspi.lo `test -f 'ecryptfs_key_mod_tspi.c' || echo '$(srcdir)/'`ecryptfs_key_mod_tspi.c
636
637 mostlyclean-libtool:
638         -rm -f *.lo
639
640 clean-libtool:
641         -rm -rf .libs _libs
642
643 ID: $(am__tagged_files)
644         $(am__define_uniq_tagged_files); mkid -fID $$unique
645 tags: tags-am
646 TAGS: tags
647
648 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
649         set x; \
650         here=`pwd`; \
651         $(am__define_uniq_tagged_files); \
652         shift; \
653         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
654           test -n "$$unique" || unique=$$empty_fix; \
655           if test $$# -gt 0; then \
656             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
657               "$$@" $$unique; \
658           else \
659             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
660               $$unique; \
661           fi; \
662         fi
663 ctags: ctags-am
664
665 CTAGS: ctags
666 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
667         $(am__define_uniq_tagged_files); \
668         test -z "$(CTAGS_ARGS)$$unique" \
669           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
670              $$unique
671
672 GTAGS:
673         here=`$(am__cd) $(top_builddir) && pwd` \
674           && $(am__cd) $(top_srcdir) \
675           && gtags -i $(GTAGS_ARGS) "$$here"
676 cscopelist: cscopelist-am
677
678 cscopelist-am: $(am__tagged_files)
679         list='$(am__tagged_files)'; \
680         case "$(srcdir)" in \
681           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
682           *) sdir=$(subdir)/$(srcdir) ;; \
683         esac; \
684         for i in $$list; do \
685           if test -f "$$i"; then \
686             echo "$(subdir)/$$i"; \
687           else \
688             echo "$$sdir/$$i"; \
689           fi; \
690         done >> $(top_builddir)/cscope.files
691
692 distclean-tags:
693         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
694
695 distdir: $(DISTFILES)
696         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
697         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
698         list='$(DISTFILES)'; \
699           dist_files=`for file in $$list; do echo $$file; done | \
700           sed -e "s|^$$srcdirstrip/||;t" \
701               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
702         case $$dist_files in \
703           */*) $(MKDIR_P) `echo "$$dist_files" | \
704                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
705                            sort -u` ;; \
706         esac; \
707         for file in $$dist_files; do \
708           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
709           if test -d $$d/$$file; then \
710             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
711             if test -d "$(distdir)/$$file"; then \
712               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
713             fi; \
714             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
715               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
716               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
717             fi; \
718             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
719           else \
720             test -f "$(distdir)/$$file" \
721             || cp -p $$d/$$file "$(distdir)/$$file" \
722             || exit 1; \
723           fi; \
724         done
725 check-am: all-am
726 check: check-am
727 all-am: Makefile $(LTLIBRARIES)
728 installdirs:
729         for dir in "$(DESTDIR)$(ecryptfskeymoddir)"; do \
730           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
731         done
732 install: install-am
733 install-exec: install-exec-am
734 install-data: install-data-am
735 uninstall: uninstall-am
736
737 install-am: all-am
738         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
739
740 installcheck: installcheck-am
741 install-strip:
742         if test -z '$(STRIP)'; then \
743           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
744             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
745               install; \
746         else \
747           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
748             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
749             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
750         fi
751 mostlyclean-generic:
752
753 clean-generic:
754
755 distclean-generic:
756         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
757         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
758
759 maintainer-clean-generic:
760         @echo "This command is intended for maintainers to use"
761         @echo "it deletes files that may require special tools to rebuild."
762         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
763 clean: clean-am
764
765 clean-am: clean-ecryptfskeymodLTLIBRARIES clean-generic clean-libtool \
766         mostlyclean-am
767
768 distclean: distclean-am
769         -rm -rf ./$(DEPDIR)
770         -rm -f Makefile
771 distclean-am: clean-am distclean-compile distclean-generic \
772         distclean-tags
773
774 dvi: dvi-am
775
776 dvi-am:
777
778 html: html-am
779
780 html-am:
781
782 info: info-am
783
784 info-am:
785
786 install-data-am: install-ecryptfskeymodLTLIBRARIES
787         @$(NORMAL_INSTALL)
788         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
789 install-dvi: install-dvi-am
790
791 install-dvi-am:
792
793 install-exec-am:
794
795 install-html: install-html-am
796
797 install-html-am:
798
799 install-info: install-info-am
800
801 install-info-am:
802
803 install-man:
804
805 install-pdf: install-pdf-am
806
807 install-pdf-am:
808
809 install-ps: install-ps-am
810
811 install-ps-am:
812
813 installcheck-am:
814
815 maintainer-clean: maintainer-clean-am
816         -rm -rf ./$(DEPDIR)
817         -rm -f Makefile
818 maintainer-clean-am: distclean-am maintainer-clean-generic
819
820 mostlyclean: mostlyclean-am
821
822 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
823         mostlyclean-libtool
824
825 pdf: pdf-am
826
827 pdf-am:
828
829 ps: ps-am
830
831 ps-am:
832
833 uninstall-am: uninstall-ecryptfskeymodLTLIBRARIES uninstall-local
834
835 .MAKE: install-am install-data-am install-strip
836
837 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
838         clean-ecryptfskeymodLTLIBRARIES clean-generic clean-libtool \
839         cscopelist-am ctags ctags-am distclean distclean-compile \
840         distclean-generic distclean-libtool distclean-tags distdir dvi \
841         dvi-am html html-am info info-am install install-am \
842         install-data install-data-am install-data-hook install-dvi \
843         install-dvi-am install-ecryptfskeymodLTLIBRARIES install-exec \
844         install-exec-am install-html install-html-am install-info \
845         install-info-am install-man install-pdf install-pdf-am \
846         install-ps install-ps-am install-strip installcheck \
847         installcheck-am installdirs maintainer-clean \
848         maintainer-clean-generic mostlyclean mostlyclean-compile \
849         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
850         tags tags-am uninstall uninstall-am \
851         uninstall-ecryptfskeymodLTLIBRARIES uninstall-local
852
853
854 # Needed until libtool-2
855 install-data-hook:      install-ecryptfskeymodLTLIBRARIES
856         for f in `echo "$(ecryptfskeymod_LTLIBRARIES)" | $(SED) 's/\.la//g'`; do \
857                 rm -f "$(DESTDIR)$(ecryptfskeymoddir)/$$f.la"; \
858                 rm -f "$(DESTDIR)$(ecryptfskeymoddir)/$$f.a"; \
859         done
860 uninstall-local:
861         for f in `echo "$(ecryptfskeymod_LTLIBRARIES)" | $(SED) 's/\.la//g'`; do \
862                 rm -f "$(DESTDIR)$(ecryptfskeymoddir)/$$f.so"; \
863         done
864
865 # Tell versions [3.59,3.63) of GNU make to not export all variables.
866 # Otherwise a system limit (for SysV at least) may be exceeded.
867 .NOEXPORT: