Imported Upstream version 2.3.1
[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)/m4/sys_socket_h.m4 $(top_srcdir)/acinclude.m4 \
161         $(top_srcdir)/configure.ac
162 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
163         $(ACLOCAL_M4)
164 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
165 mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
166 CONFIG_HEADER = $(top_builddir)/config.h
167 CONFIG_CLEAN_FILES =
168 CONFIG_CLEAN_VPATH_FILES =
169 am__installdirs = "$(DESTDIR)$(libexecdir)"
170 PROGRAMS = $(libexec_PROGRAMS)
171 am_tpm2daemon_OBJECTS = command.$(OBJEXT) tpm2daemon.$(OBJEXT) \
172         tpm2.$(OBJEXT)
173 tpm2daemon_OBJECTS = $(am_tpm2daemon_OBJECTS)
174 am__DEPENDENCIES_1 =
175 tpm2daemon_DEPENDENCIES = $(libcommonpth) $(am__DEPENDENCIES_1) \
176         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
177         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
178         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
179         $(am__DEPENDENCIES_1)
180 AM_V_P = $(am__v_P_@AM_V@)
181 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
182 am__v_P_0 = false
183 am__v_P_1 = :
184 AM_V_GEN = $(am__v_GEN_@AM_V@)
185 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
186 am__v_GEN_0 = @echo "  GEN     " $@;
187 am__v_GEN_1 = 
188 AM_V_at = $(am__v_at_@AM_V@)
189 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
190 am__v_at_0 = @
191 am__v_at_1 = 
192 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
193 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
194 am__maybe_remake_depfiles = depfiles
195 am__depfiles_remade = ./$(DEPDIR)/command.Po ./$(DEPDIR)/tpm2.Po \
196         ./$(DEPDIR)/tpm2daemon.Po
197 am__mv = mv -f
198 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
199         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
200 AM_V_CC = $(am__v_CC_@AM_V@)
201 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
202 am__v_CC_0 = @echo "  CC      " $@;
203 am__v_CC_1 = 
204 CCLD = $(CC)
205 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
206 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
207 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
208 am__v_CCLD_0 = @echo "  CCLD    " $@;
209 am__v_CCLD_1 = 
210 SOURCES = $(tpm2daemon_SOURCES)
211 DIST_SOURCES = $(tpm2daemon_SOURCES)
212 am__can_run_installinfo = \
213   case $$AM_UPDATE_INFO_DIR in \
214     n|no|NO) false;; \
215     *) (install-info --version) >/dev/null 2>&1;; \
216   esac
217 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
218 # Read a list of newline-separated strings from the standard input,
219 # and print each of them once, without duplicates.  Input order is
220 # *not* preserved.
221 am__uniquify_input = $(AWK) '\
222   BEGIN { nonempty = 0; } \
223   { items[$$0] = 1; nonempty = 1; } \
224   END { if (nonempty) { for (i in items) print i; }; } \
225 '
226 # Make sure the list of sources is unique.  This is necessary because,
227 # e.g., the same source file might be shared among _SOURCES variables
228 # for different programs/libraries.
229 am__define_uniq_tagged_files = \
230   list='$(am__tagged_files)'; \
231   unique=`for i in $$list; do \
232     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
233   done | $(am__uniquify_input)`
234 ETAGS = etags
235 CTAGS = ctags
236 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/am/cmacros.am \
237         $(top_srcdir)/build-aux/depcomp \
238         $(top_srcdir)/build-aux/mkinstalldirs
239 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
240 ACLOCAL = @ACLOCAL@
241 AMTAR = @AMTAR@
242 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
243 AR = @AR@
244 AUTOCONF = @AUTOCONF@
245 AUTOHEADER = @AUTOHEADER@
246 AUTOMAKE = @AUTOMAKE@
247 AWK = @AWK@
248 AWK_HEX_NUMBER_OPTION = @AWK_HEX_NUMBER_OPTION@
249 BUILD_FILEVERSION = @BUILD_FILEVERSION@
250 BUILD_HOSTNAME = @BUILD_HOSTNAME@
251 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
252 BUILD_REVISION = @BUILD_REVISION@
253 BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
254 BUILD_VERSION = @BUILD_VERSION@
255 CC = @CC@
256 CCDEPMODE = @CCDEPMODE@
257 CC_FOR_BUILD = @CC_FOR_BUILD@
258 CFLAGS = @CFLAGS@
259 CPP = @CPP@
260 CPPFLAGS = @CPPFLAGS@
261 CYGPATH_W = @CYGPATH_W@
262 DEFS = @DEFS@
263 DEPDIR = @DEPDIR@
264 DL_LIBS = @DL_LIBS@
265 DNSLIBS = @DNSLIBS@
266 ECHO_C = @ECHO_C@
267 ECHO_N = @ECHO_N@
268 ECHO_T = @ECHO_T@
269 EGREP = @EGREP@
270 ENCFS = @ENCFS@
271 EXEEXT = @EXEEXT@
272 FUSERMOUNT = @FUSERMOUNT@
273 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
274 GMSGFMT = @GMSGFMT@
275 GMSGFMT_015 = @GMSGFMT_015@
276 GNUPG_AGENT_PGM = @GNUPG_AGENT_PGM@
277 GNUPG_DIRMNGR_LDAP_PGM = @GNUPG_DIRMNGR_LDAP_PGM@
278 GNUPG_DIRMNGR_PGM = @GNUPG_DIRMNGR_PGM@
279 GNUPG_KEYBOXD_PGM = @GNUPG_KEYBOXD_PGM@
280 GNUPG_PINENTRY_PGM = @GNUPG_PINENTRY_PGM@
281 GNUPG_PROTECT_TOOL_PGM = @GNUPG_PROTECT_TOOL_PGM@
282 GNUPG_SCDAEMON_PGM = @GNUPG_SCDAEMON_PGM@
283 GNUPG_TPM2DAEMON_PGM = @GNUPG_TPM2DAEMON_PGM@
284 GPGKEYS_LDAP = @GPGKEYS_LDAP@
285 GPGRT_CONFIG = @GPGRT_CONFIG@
286 GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
287 GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
288 GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
289 GPG_ERROR_MT_CFLAGS = @GPG_ERROR_MT_CFLAGS@
290 GPG_ERROR_MT_LIBS = @GPG_ERROR_MT_LIBS@
291 GREP = @GREP@
292 HAVE_LIBTSS = @HAVE_LIBTSS@
293 INSTALL = @INSTALL@
294 INSTALL_DATA = @INSTALL_DATA@
295 INSTALL_PROGRAM = @INSTALL_PROGRAM@
296 INSTALL_SCRIPT = @INSTALL_SCRIPT@
297 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
298 INTLLIBS = @INTLLIBS@
299 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
300 KSBA_CFLAGS = @KSBA_CFLAGS@
301 KSBA_CONFIG = @KSBA_CONFIG@
302 KSBA_LIBS = @KSBA_LIBS@
303 LBER_LIBS = @LBER_LIBS@
304 LDAPLIBS = @LDAPLIBS@
305 LDAP_CPPFLAGS = @LDAP_CPPFLAGS@
306 LDFLAGS = @LDFLAGS@
307 LIBASSUAN_CFLAGS = @LIBASSUAN_CFLAGS@
308 LIBASSUAN_CONFIG = @LIBASSUAN_CONFIG@
309 LIBASSUAN_LIBS = @LIBASSUAN_LIBS@
310 LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
311 LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
312 LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
313 LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@
314 LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@
315 LIBICONV = @LIBICONV@
316 LIBINTL = @LIBINTL@
317 LIBOBJS = @LIBOBJS@
318 LIBREADLINE = @LIBREADLINE@
319 LIBS = @LIBS@
320 LIBTSS_CFLAGS = @LIBTSS_CFLAGS@
321 LIBTSS_LIBS = @LIBTSS_LIBS@
322 LIBUSB_CPPFLAGS = @LIBUSB_CPPFLAGS@
323 LIBUSB_LIBS = @LIBUSB_LIBS@
324 LN_S = @LN_S@
325 LTLIBICONV = @LTLIBICONV@
326 LTLIBINTL = @LTLIBINTL@
327 LTLIBOBJS = @LTLIBOBJS@
328 MAINT = @MAINT@
329 MAKEINFO = @MAKEINFO@
330 MKDIR_P = @MKDIR_P@
331 MSGFMT = @MSGFMT@
332 MSGFMT_015 = @MSGFMT_015@
333 MSGMERGE = @MSGMERGE@
334 NETLIBS = @NETLIBS@
335 NPTH_CFLAGS = @NPTH_CFLAGS@
336 NPTH_CONFIG = @NPTH_CONFIG@
337 NPTH_LIBS = @NPTH_LIBS@
338 NTBTLS_CFLAGS = @NTBTLS_CFLAGS@
339 NTBTLS_CONFIG = @NTBTLS_CONFIG@
340 NTBTLS_LIBS = @NTBTLS_LIBS@
341 OBJEXT = @OBJEXT@
342 PACKAGE = @PACKAGE@
343 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
344 PACKAGE_GT = @PACKAGE_GT@
345 PACKAGE_NAME = @PACKAGE_NAME@
346 PACKAGE_STRING = @PACKAGE_STRING@
347 PACKAGE_TARNAME = @PACKAGE_TARNAME@
348 PACKAGE_URL = @PACKAGE_URL@
349 PACKAGE_VERSION = @PACKAGE_VERSION@
350 PATH_SEPARATOR = @PATH_SEPARATOR@
351 PERL = @PERL@
352 PKG_CONFIG = @PKG_CONFIG@
353 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
354 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
355 POSUB = @POSUB@
356 RANLIB = @RANLIB@
357 SENDMAIL = @SENDMAIL@
358 SET_MAKE = @SET_MAKE@
359 SHELL = @SHELL@
360 SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
361 SQLITE3_LIBS = @SQLITE3_LIBS@
362 STRIP = @STRIP@
363 SWTPM = @SWTPM@
364 SWTPM_IOCTL = @SWTPM_IOCTL@
365 SYSROOT = @SYSROOT@
366 SYS_SOCKET_H = @SYS_SOCKET_H@
367 TPMSERVER = @TPMSERVER@
368 TSSSTARTUP = @TSSSTARTUP@
369 TSS_INCLUDE = @TSS_INCLUDE@
370 USE_C99_CFLAGS = @USE_C99_CFLAGS@
371 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
372 USE_NLS = @USE_NLS@
373 VERSION = @VERSION@
374 W32SOCKLIBS = @W32SOCKLIBS@
375 WINDRES = @WINDRES@
376 XGETTEXT = @XGETTEXT@
377 XGETTEXT_015 = @XGETTEXT_015@
378 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
379 YAT2M = @YAT2M@
380 ZLIBS = @ZLIBS@
381 abs_builddir = @abs_builddir@
382 abs_srcdir = @abs_srcdir@
383 abs_top_builddir = @abs_top_builddir@
384 abs_top_srcdir = @abs_top_srcdir@
385 ac_ct_CC = @ac_ct_CC@
386 am__include = @am__include@
387 am__leading_dot = @am__leading_dot@
388 am__quote = @am__quote@
389 am__tar = @am__tar@
390 am__untar = @am__untar@
391 bindir = @bindir@
392 build = @build@
393 build_alias = @build_alias@
394 build_cpu = @build_cpu@
395 build_os = @build_os@
396 build_vendor = @build_vendor@
397 builddir = @builddir@
398 datadir = @datadir@
399 datarootdir = @datarootdir@
400 docdir = @docdir@
401 dvidir = @dvidir@
402 exec_prefix = @exec_prefix@
403 host = @host@
404 host_alias = @host_alias@
405 host_cpu = @host_cpu@
406 host_os = @host_os@
407 host_vendor = @host_vendor@
408 htmldir = @htmldir@
409 includedir = @includedir@
410 infodir = @infodir@
411 install_sh = @install_sh@
412 libdir = @libdir@
413 libexecdir = @libexecdir@
414 localedir = $(datadir)/locale
415 localstatedir = @localstatedir@
416 mandir = @mandir@
417 mkdir_p = @mkdir_p@
418 oldincludedir = @oldincludedir@
419 pdfdir = @pdfdir@
420 prefix = @prefix@
421 program_transform_name = @program_transform_name@
422 psdir = @psdir@
423 runstatedir = @runstatedir@
424 sbindir = @sbindir@
425 sharedstatedir = @sharedstatedir@
426 srcdir = @srcdir@
427 sysconfdir = @sysconfdir@
428 target_alias = @target_alias@
429 top_build_prefix = @top_build_prefix@
430 top_builddir = @top_builddir@
431 top_srcdir = @top_srcdir@
432
433 # NB: AM_CFLAGS may also be used by tools running on the build
434 # platform to create source files.
435 AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" $(am__append_1) \
436         $(am__append_2) $(am__append_3) $(am__append_4) \
437         $(am__append_5) $(am__append_6) $(am__append_7) \
438         $(am__append_8)
439 @HAVE_W32CE_SYSTEM_FALSE@extra_sys_libs = 
440
441 # Under Windows we use LockFileEx.  WindowsCE provides this only on
442 # the WindowsMobile 6 platform and thus we need to use the coredll6
443 # import library.  We also want to use a stacksize of 256k instead of
444 # the 2MB which is the default with cegcc.  256k is the largest stack
445 # we use with pth.
446 @HAVE_W32CE_SYSTEM_TRUE@extra_sys_libs = -lcoredll6
447 @HAVE_W32CE_SYSTEM_FALSE@extra_bin_ldflags = 
448 @HAVE_W32CE_SYSTEM_TRUE@extra_bin_ldflags = -Wl,--stack=0x40000
449 resource_objs = 
450
451 # Convenience macros
452 libcommon = ../common/libcommon.a
453 libcommonpth = ../common/libcommonpth.a
454 libcommontls = ../common/libcommontls.a
455 libcommontlsnpth = ../common/libcommontlsnpth.a
456 AM_CFLAGS = $(LIBGCRYPT_CFLAGS) \
457              $(KSBA_CFLAGS) $(LIBASSUAN_CFLAGS) $(NPTH_CFLAGS) $(LIBTSS_CFLAGS)
458
459 tpm2daemon_SOURCES = \
460         command.c \
461         tpm2daemon.c \
462         tpm2.c tpm2.h \
463         tpm2daemon.h ibm-tss.h intel-tss.h
464
465 tpm2daemon_LDADD = $(libcommonpth) \
466         $(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(LIBASSUAN_LIBS) $(NPTH_LIBS) \
467         $(GPG_ERROR_LIBS) $(LIBINTL) $(LIBICONV) $(LIBTSS_LIBS)
468
469 all: all-am
470
471 .SUFFIXES:
472 .SUFFIXES: .c .o .obj .rc
473 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/am/cmacros.am $(am__configure_deps)
474         @for dep in $?; do \
475           case '$(am__configure_deps)' in \
476             *$$dep*) \
477               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
478                 && { if test -f $@; then exit 0; else break; fi; }; \
479               exit 1;; \
480           esac; \
481         done; \
482         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tpm2d/Makefile'; \
483         $(am__cd) $(top_srcdir) && \
484           $(AUTOMAKE) --gnu tpm2d/Makefile
485 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
486         @case '$?' in \
487           *config.status*) \
488             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
489           *) \
490             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
491             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
492         esac;
493 $(top_srcdir)/am/cmacros.am $(am__empty):
494
495 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
496         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
497
498 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
499         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
500 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
501         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
502 $(am__aclocal_m4_deps):
503 install-libexecPROGRAMS: $(libexec_PROGRAMS)
504         @$(NORMAL_INSTALL)
505         @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
506         if test -n "$$list"; then \
507           echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \
508           $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \
509         fi; \
510         for p in $$list; do echo "$$p $$p"; done | \
511         sed 's/$(EXEEXT)$$//' | \
512         while read p p1; do if test -f $$p \
513           ; then echo "$$p"; echo "$$p"; else :; fi; \
514         done | \
515         sed -e 'p;s,.*/,,;n;h' \
516             -e 's|.*|.|' \
517             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
518         sed 'N;N;N;s,\n, ,g' | \
519         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
520           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
521             if ($$2 == $$4) files[d] = files[d] " " $$1; \
522             else { print "f", $$3 "/" $$4, $$1; } } \
523           END { for (d in files) print "f", d, files[d] }' | \
524         while read type dir files; do \
525             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
526             test -z "$$files" || { \
527               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
528               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
529             } \
530         ; done
531
532 uninstall-libexecPROGRAMS:
533         @$(NORMAL_UNINSTALL)
534         @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
535         files=`for p in $$list; do echo "$$p"; done | \
536           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
537               -e 's/$$/$(EXEEXT)/' \
538         `; \
539         test -n "$$list" || exit 0; \
540         echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
541         cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
542
543 clean-libexecPROGRAMS:
544         -test -z "$(libexec_PROGRAMS)" || rm -f $(libexec_PROGRAMS)
545
546 tpm2daemon$(EXEEXT): $(tpm2daemon_OBJECTS) $(tpm2daemon_DEPENDENCIES) $(EXTRA_tpm2daemon_DEPENDENCIES) 
547         @rm -f tpm2daemon$(EXEEXT)
548         $(AM_V_CCLD)$(LINK) $(tpm2daemon_OBJECTS) $(tpm2daemon_LDADD) $(LIBS)
549
550 mostlyclean-compile:
551         -rm -f *.$(OBJEXT)
552
553 distclean-compile:
554         -rm -f *.tab.c
555
556 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/command.Po@am__quote@ # am--include-marker
557 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm2.Po@am__quote@ # am--include-marker
558 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm2daemon.Po@am__quote@ # am--include-marker
559
560 $(am__depfiles_remade):
561         @$(MKDIR_P) $(@D)
562         @echo '# dummy' >$@-t && $(am__mv) $@-t $@
563
564 am--depfiles: $(am__depfiles_remade)
565
566 .c.o:
567 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
568 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
569 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
570 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
571 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
572
573 .c.obj:
574 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
575 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
576 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
577 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
578 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
579
580 ID: $(am__tagged_files)
581         $(am__define_uniq_tagged_files); mkid -fID $$unique
582 tags: tags-am
583 TAGS: tags
584
585 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
586         set x; \
587         here=`pwd`; \
588         $(am__define_uniq_tagged_files); \
589         shift; \
590         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
591           test -n "$$unique" || unique=$$empty_fix; \
592           if test $$# -gt 0; then \
593             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
594               "$$@" $$unique; \
595           else \
596             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
597               $$unique; \
598           fi; \
599         fi
600 ctags: ctags-am
601
602 CTAGS: ctags
603 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
604         $(am__define_uniq_tagged_files); \
605         test -z "$(CTAGS_ARGS)$$unique" \
606           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
607              $$unique
608
609 GTAGS:
610         here=`$(am__cd) $(top_builddir) && pwd` \
611           && $(am__cd) $(top_srcdir) \
612           && gtags -i $(GTAGS_ARGS) "$$here"
613 cscopelist: cscopelist-am
614
615 cscopelist-am: $(am__tagged_files)
616         list='$(am__tagged_files)'; \
617         case "$(srcdir)" in \
618           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
619           *) sdir=$(subdir)/$(srcdir) ;; \
620         esac; \
621         for i in $$list; do \
622           if test -f "$$i"; then \
623             echo "$(subdir)/$$i"; \
624           else \
625             echo "$$sdir/$$i"; \
626           fi; \
627         done >> $(top_builddir)/cscope.files
628
629 distclean-tags:
630         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
631
632 distdir: $(BUILT_SOURCES)
633         $(MAKE) $(AM_MAKEFLAGS) distdir-am
634
635 distdir-am: $(DISTFILES)
636         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
637         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
638         list='$(DISTFILES)'; \
639           dist_files=`for file in $$list; do echo $$file; done | \
640           sed -e "s|^$$srcdirstrip/||;t" \
641               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
642         case $$dist_files in \
643           */*) $(MKDIR_P) `echo "$$dist_files" | \
644                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
645                            sort -u` ;; \
646         esac; \
647         for file in $$dist_files; do \
648           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
649           if test -d $$d/$$file; then \
650             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
651             if test -d "$(distdir)/$$file"; then \
652               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
653             fi; \
654             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
655               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
656               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
657             fi; \
658             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
659           else \
660             test -f "$(distdir)/$$file" \
661             || cp -p $$d/$$file "$(distdir)/$$file" \
662             || exit 1; \
663           fi; \
664         done
665 check-am: all-am
666 check: check-am
667 all-am: Makefile $(PROGRAMS)
668 installdirs:
669         for dir in "$(DESTDIR)$(libexecdir)"; do \
670           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
671         done
672 install: install-am
673 install-exec: install-exec-am
674 install-data: install-data-am
675 uninstall: uninstall-am
676
677 install-am: all-am
678         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
679
680 installcheck: installcheck-am
681 install-strip:
682         if test -z '$(STRIP)'; then \
683           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
684             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
685               install; \
686         else \
687           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
688             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
689             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
690         fi
691 mostlyclean-generic:
692
693 clean-generic:
694
695 distclean-generic:
696         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
697         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
698
699 maintainer-clean-generic:
700         @echo "This command is intended for maintainers to use"
701         @echo "it deletes files that may require special tools to rebuild."
702 clean: clean-am
703
704 clean-am: clean-generic clean-libexecPROGRAMS mostlyclean-am
705
706 distclean: distclean-am
707                 -rm -f ./$(DEPDIR)/command.Po
708         -rm -f ./$(DEPDIR)/tpm2.Po
709         -rm -f ./$(DEPDIR)/tpm2daemon.Po
710         -rm -f Makefile
711 distclean-am: clean-am distclean-compile distclean-generic \
712         distclean-tags
713
714 dvi: dvi-am
715
716 dvi-am:
717
718 html: html-am
719
720 html-am:
721
722 info: info-am
723
724 info-am:
725
726 install-data-am:
727
728 install-dvi: install-dvi-am
729
730 install-dvi-am:
731
732 install-exec-am: install-libexecPROGRAMS
733
734 install-html: install-html-am
735
736 install-html-am:
737
738 install-info: install-info-am
739
740 install-info-am:
741
742 install-man:
743
744 install-pdf: install-pdf-am
745
746 install-pdf-am:
747
748 install-ps: install-ps-am
749
750 install-ps-am:
751
752 installcheck-am:
753
754 maintainer-clean: maintainer-clean-am
755                 -rm -f ./$(DEPDIR)/command.Po
756         -rm -f ./$(DEPDIR)/tpm2.Po
757         -rm -f ./$(DEPDIR)/tpm2daemon.Po
758         -rm -f Makefile
759 maintainer-clean-am: distclean-am maintainer-clean-generic
760
761 mostlyclean: mostlyclean-am
762
763 mostlyclean-am: mostlyclean-compile mostlyclean-generic
764
765 pdf: pdf-am
766
767 pdf-am:
768
769 ps: ps-am
770
771 ps-am:
772
773 uninstall-am: uninstall-libexecPROGRAMS
774
775 .MAKE: install-am install-strip
776
777 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
778         clean-generic clean-libexecPROGRAMS cscopelist-am ctags \
779         ctags-am distclean distclean-compile distclean-generic \
780         distclean-tags distdir dvi dvi-am html html-am info info-am \
781         install install-am install-data install-data-am install-dvi \
782         install-dvi-am install-exec install-exec-am install-html \
783         install-html-am install-info install-info-am \
784         install-libexecPROGRAMS install-man install-pdf install-pdf-am \
785         install-ps install-ps-am install-strip installcheck \
786         installcheck-am installdirs maintainer-clean \
787         maintainer-clean-generic mostlyclean mostlyclean-compile \
788         mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
789         uninstall-am uninstall-libexecPROGRAMS
790
791 .PRECIOUS: Makefile
792
793
794 @HAVE_W32_SYSTEM_TRUE@.rc.o:
795 @HAVE_W32_SYSTEM_TRUE@  $(WINDRES) $(DEFAULT_INCLUDES) $(INCLUDES) "$<" "$@"
796
797 # Tell versions [3.59,3.63) of GNU make to not export all variables.
798 # Otherwise a system limit (for SysV at least) may be exceeded.
799 .NOEXPORT: