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