File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / src / libtpmtss / Makefile.in
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 00:20:08 2021 UTC (3 years, 5 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, HEAD
strongswan 5.9.2

    1: # Makefile.in generated by automake 1.15.1 from Makefile.am.
    2: # @configure_input@
    3: 
    4: # Copyright (C) 1994-2017 Free Software Foundation, Inc.
    5: 
    6: # This Makefile.in is free software; the Free Software Foundation
    7: # gives unlimited permission to copy and/or distribute it,
    8: # with or without modifications, as long as this notice is preserved.
    9: 
   10: # This program is distributed in the hope that it will be useful,
   11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
   12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
   13: # PARTICULAR PURPOSE.
   14: 
   15: @SET_MAKE@
   16: 
   17: VPATH = @srcdir@
   18: am__is_gnu_make = { \
   19:   if test -z '$(MAKELEVEL)'; then \
   20:     false; \
   21:   elif test -n '$(MAKE_HOST)'; then \
   22:     true; \
   23:   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
   24:     true; \
   25:   else \
   26:     false; \
   27:   fi; \
   28: }
   29: am__make_running_with_option = \
   30:   case $${target_option-} in \
   31:       ?) ;; \
   32:       *) echo "am__make_running_with_option: internal error: invalid" \
   33:               "target option '$${target_option-}' specified" >&2; \
   34:          exit 1;; \
   35:   esac; \
   36:   has_opt=no; \
   37:   sane_makeflags=$$MAKEFLAGS; \
   38:   if $(am__is_gnu_make); then \
   39:     sane_makeflags=$$MFLAGS; \
   40:   else \
   41:     case $$MAKEFLAGS in \
   42:       *\\[\ \	]*) \
   43:         bs=\\; \
   44:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
   45:           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
   46:     esac; \
   47:   fi; \
   48:   skip_next=no; \
   49:   strip_trailopt () \
   50:   { \
   51:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
   52:   }; \
   53:   for flg in $$sane_makeflags; do \
   54:     test $$skip_next = yes && { skip_next=no; continue; }; \
   55:     case $$flg in \
   56:       *=*|--*) continue;; \
   57:         -*I) strip_trailopt 'I'; skip_next=yes;; \
   58:       -*I?*) strip_trailopt 'I';; \
   59:         -*O) strip_trailopt 'O'; skip_next=yes;; \
   60:       -*O?*) strip_trailopt 'O';; \
   61:         -*l) strip_trailopt 'l'; skip_next=yes;; \
   62:       -*l?*) strip_trailopt 'l';; \
   63:       -[dEDm]) skip_next=yes;; \
   64:       -[JT]) skip_next=yes;; \
   65:     esac; \
   66:     case $$flg in \
   67:       *$$target_option*) has_opt=yes; break;; \
   68:     esac; \
   69:   done; \
   70:   test $$has_opt = yes
   71: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
   72: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
   73: pkgdatadir = $(datadir)/@PACKAGE@
   74: pkgincludedir = $(includedir)/@PACKAGE@
   75: pkglibdir = $(libdir)/@PACKAGE@
   76: pkglibexecdir = $(libexecdir)/@PACKAGE@
   77: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
   78: install_sh_DATA = $(install_sh) -c -m 644
   79: install_sh_PROGRAM = $(install_sh) -c
   80: install_sh_SCRIPT = $(install_sh) -c
   81: INSTALL_HEADER = $(INSTALL_DATA)
   82: transform = $(program_transform_name)
   83: NORMAL_INSTALL = :
   84: PRE_INSTALL = :
   85: POST_INSTALL = :
   86: NORMAL_UNINSTALL = :
   87: PRE_UNINSTALL = :
   88: POST_UNINSTALL = :
   89: build_triplet = @build@
   90: host_triplet = @host@
   91: @USE_TSS2_TRUE@am__append_1 = $(tss2_LIBS)
   92: @USE_TROUSERS_TRUE@am__append_2 = -ltspi
   93: @USE_TPM_TRUE@am__append_3 = plugins/tpm
   94: @MONOLITHIC_TRUE@@USE_TPM_TRUE@am__append_4 = plugins/tpm/libstrongswan-tpm.la
   95: subdir = src/libtpmtss
   96: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   97: am__aclocal_m4_deps = $(top_srcdir)/m4/config/libtool.m4 \
   98: 	$(top_srcdir)/m4/config/ltoptions.m4 \
   99: 	$(top_srcdir)/m4/config/ltsugar.m4 \
  100: 	$(top_srcdir)/m4/config/ltversion.m4 \
  101: 	$(top_srcdir)/m4/config/lt~obsolete.m4 \
  102: 	$(top_srcdir)/m4/macros/split-package-version.m4 \
  103: 	$(top_srcdir)/m4/macros/with.m4 \
  104: 	$(top_srcdir)/m4/macros/enable-disable.m4 \
  105: 	$(top_srcdir)/m4/macros/add-plugin.m4 \
  106: 	$(top_srcdir)/configure.ac
  107: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  108: 	$(ACLOCAL_M4)
  109: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  110: mkinstalldirs = $(install_sh) -d
  111: CONFIG_HEADER = $(top_builddir)/config.h
  112: CONFIG_CLEAN_FILES =
  113: CONFIG_CLEAN_VPATH_FILES =
  114: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  115: am__vpath_adj = case $$p in \
  116:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  117:     *) f=$$p;; \
  118:   esac;
  119: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  120: am__install_max = 40
  121: am__nobase_strip_setup = \
  122:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  123: am__nobase_strip = \
  124:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  125: am__nobase_list = $(am__nobase_strip_setup); \
  126:   for p in $$list; do echo "$$p $$p"; done | \
  127:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  128:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  129:     if (++n[$$2] == $(am__install_max)) \
  130:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  131:     END { for (dir in files) print dir, files[dir] }'
  132: am__base_list = \
  133:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  134:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  135: am__uninstall_files_from_dir = { \
  136:   test -z "$$files" \
  137:     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  138:     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  139:          $(am__cd) "$$dir" && rm -f $$files; }; \
  140:   }
  141: am__installdirs = "$(DESTDIR)$(ipseclibdir)"
  142: LTLIBRARIES = $(ipseclib_LTLIBRARIES)
  143: am__DEPENDENCIES_1 =
  144: @USE_TSS2_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
  145: libtpmtss_la_DEPENDENCIES =  \
  146: 	$(top_builddir)/src/libstrongswan/libstrongswan.la \
  147: 	$(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) $(am__append_4)
  148: am_libtpmtss_la_OBJECTS = tpm_tss.lo tpm_tss_quote_info.lo \
  149: 	tpm_tss_trousers.lo tpm_tss_tss2_v1.lo tpm_tss_tss2_v2.lo \
  150: 	tpm_tss_tss2_names_v1.lo tpm_tss_tss2_names_v2.lo
  151: libtpmtss_la_OBJECTS = $(am_libtpmtss_la_OBJECTS)
  152: AM_V_lt = $(am__v_lt_@AM_V@)
  153: am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  154: am__v_lt_0 = --silent
  155: am__v_lt_1 = 
  156: AM_V_P = $(am__v_P_@AM_V@)
  157: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  158: am__v_P_0 = false
  159: am__v_P_1 = :
  160: AM_V_GEN = $(am__v_GEN_@AM_V@)
  161: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  162: am__v_GEN_0 = @echo "  GEN     " $@;
  163: am__v_GEN_1 = 
  164: AM_V_at = $(am__v_at_@AM_V@)
  165: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  166: am__v_at_0 = @
  167: am__v_at_1 = 
  168: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  169: depcomp = $(SHELL) $(top_srcdir)/depcomp
  170: am__depfiles_maybe = depfiles
  171: am__mv = mv -f
  172: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  173: 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  174: LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  175: 	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  176: 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  177: 	$(AM_CFLAGS) $(CFLAGS)
  178: AM_V_CC = $(am__v_CC_@AM_V@)
  179: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  180: am__v_CC_0 = @echo "  CC      " $@;
  181: am__v_CC_1 = 
  182: CCLD = $(CC)
  183: LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  184: 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  185: 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
  186: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  187: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  188: am__v_CCLD_0 = @echo "  CCLD    " $@;
  189: am__v_CCLD_1 = 
  190: SOURCES = $(libtpmtss_la_SOURCES)
  191: DIST_SOURCES = $(libtpmtss_la_SOURCES)
  192: RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  193: 	ctags-recursive dvi-recursive html-recursive info-recursive \
  194: 	install-data-recursive install-dvi-recursive \
  195: 	install-exec-recursive install-html-recursive \
  196: 	install-info-recursive install-pdf-recursive \
  197: 	install-ps-recursive install-recursive installcheck-recursive \
  198: 	installdirs-recursive pdf-recursive ps-recursive \
  199: 	tags-recursive uninstall-recursive
  200: am__can_run_installinfo = \
  201:   case $$AM_UPDATE_INFO_DIR in \
  202:     n|no|NO) false;; \
  203:     *) (install-info --version) >/dev/null 2>&1;; \
  204:   esac
  205: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
  206:   distclean-recursive maintainer-clean-recursive
  207: am__recursive_targets = \
  208:   $(RECURSIVE_TARGETS) \
  209:   $(RECURSIVE_CLEAN_TARGETS) \
  210:   $(am__extra_recursive_targets)
  211: AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  212: 	distdir
  213: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  214: # Read a list of newline-separated strings from the standard input,
  215: # and print each of them once, without duplicates.  Input order is
  216: # *not* preserved.
  217: am__uniquify_input = $(AWK) '\
  218:   BEGIN { nonempty = 0; } \
  219:   { items[$$0] = 1; nonempty = 1; } \
  220:   END { if (nonempty) { for (i in items) print i; }; } \
  221: '
  222: # Make sure the list of sources is unique.  This is necessary because,
  223: # e.g., the same source file might be shared among _SOURCES variables
  224: # for different programs/libraries.
  225: am__define_uniq_tagged_files = \
  226:   list='$(am__tagged_files)'; \
  227:   unique=`for i in $$list; do \
  228:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  229:   done | $(am__uniquify_input)`
  230: ETAGS = etags
  231: CTAGS = ctags
  232: DIST_SUBDIRS = . plugins/tpm
  233: am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
  234: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  235: am__relativize = \
  236:   dir0=`pwd`; \
  237:   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  238:   sed_rest='s,^[^/]*/*,,'; \
  239:   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  240:   sed_butlast='s,/*[^/]*$$,,'; \
  241:   while test -n "$$dir1"; do \
  242:     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  243:     if test "$$first" != "."; then \
  244:       if test "$$first" = ".."; then \
  245:         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  246:         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  247:       else \
  248:         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  249:         if test "$$first2" = "$$first"; then \
  250:           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  251:         else \
  252:           dir2="../$$dir2"; \
  253:         fi; \
  254:         dir0="$$dir0"/"$$first"; \
  255:       fi; \
  256:     fi; \
  257:     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  258:   done; \
  259:   reldir="$$dir2"
  260: ACLOCAL = @ACLOCAL@
  261: ALLOCA = @ALLOCA@
  262: AMTAR = @AMTAR@
  263: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  264: AR = @AR@
  265: ATOMICLIB = @ATOMICLIB@
  266: AUTOCONF = @AUTOCONF@
  267: AUTOHEADER = @AUTOHEADER@
  268: AUTOMAKE = @AUTOMAKE@
  269: AWK = @AWK@
  270: BFDLIB = @BFDLIB@
  271: BTLIB = @BTLIB@
  272: CC = @CC@
  273: CCDEPMODE = @CCDEPMODE@
  274: CFLAGS = @CFLAGS@
  275: COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
  276: COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
  277: CPP = @CPP@
  278: CPPFLAGS = @CPPFLAGS@
  279: CYGPATH_W = @CYGPATH_W@
  280: DEFS = @DEFS@
  281: DEPDIR = @DEPDIR@
  282: DLLIB = @DLLIB@
  283: DLLTOOL = @DLLTOOL@
  284: DSYMUTIL = @DSYMUTIL@
  285: DUMPBIN = @DUMPBIN@
  286: EASY_INSTALL = @EASY_INSTALL@
  287: ECHO_C = @ECHO_C@
  288: ECHO_N = @ECHO_N@
  289: ECHO_T = @ECHO_T@
  290: EGREP = @EGREP@
  291: EXEEXT = @EXEEXT@
  292: FGREP = @FGREP@
  293: FUZZING_CFLAGS = @FUZZING_CFLAGS@
  294: FUZZING_LDFLAGS = @FUZZING_LDFLAGS@
  295: GEM = @GEM@
  296: GENHTML = @GENHTML@
  297: GIT_VERSION = @GIT_VERSION@
  298: GPERF = @GPERF@
  299: GPERF_LEN_TYPE = @GPERF_LEN_TYPE@
  300: GPRBUILD = @GPRBUILD@
  301: GREP = @GREP@
  302: INSTALL = @INSTALL@
  303: INSTALL_DATA = @INSTALL_DATA@
  304: INSTALL_PROGRAM = @INSTALL_PROGRAM@
  305: INSTALL_SCRIPT = @INSTALL_SCRIPT@
  306: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  307: LCOV = @LCOV@
  308: LD = @LD@
  309: LDFLAGS = @LDFLAGS@
  310: LEX = @LEX@
  311: LEXLIB = @LEXLIB@
  312: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  313: LIBOBJS = @LIBOBJS@
  314: LIBS = @LIBS@
  315: LIBTOOL = @LIBTOOL@
  316: LIPO = @LIPO@
  317: LN_S = @LN_S@
  318: LTLIBOBJS = @LTLIBOBJS@
  319: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  320: MAKEINFO = @MAKEINFO@
  321: MANIFEST_TOOL = @MANIFEST_TOOL@
  322: MKDIR_P = @MKDIR_P@
  323: MYSQLCFLAG = @MYSQLCFLAG@
  324: MYSQLCONFIG = @MYSQLCONFIG@
  325: MYSQLLIB = @MYSQLLIB@
  326: NM = @NM@
  327: NMEDIT = @NMEDIT@
  328: OBJDUMP = @OBJDUMP@
  329: OBJEXT = @OBJEXT@
  330: OPENSSL_LIB = @OPENSSL_LIB@
  331: OTOOL = @OTOOL@
  332: OTOOL64 = @OTOOL64@
  333: PACKAGE = @PACKAGE@
  334: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  335: PACKAGE_NAME = @PACKAGE_NAME@
  336: PACKAGE_STRING = @PACKAGE_STRING@
  337: PACKAGE_TARNAME = @PACKAGE_TARNAME@
  338: PACKAGE_URL = @PACKAGE_URL@
  339: PACKAGE_VERSION = @PACKAGE_VERSION@
  340: PACKAGE_VERSION_BUILD = @PACKAGE_VERSION_BUILD@
  341: PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
  342: PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
  343: PACKAGE_VERSION_REVIEW = @PACKAGE_VERSION_REVIEW@
  344: PATH_SEPARATOR = @PATH_SEPARATOR@
  345: PERL = @PERL@
  346: PKG_CONFIG = @PKG_CONFIG@
  347: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  348: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  349: PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
  350: PTHREADLIB = @PTHREADLIB@
  351: PYTHON = @PYTHON@
  352: PYTHONEGGINSTALLDIR = @PYTHONEGGINSTALLDIR@
  353: PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
  354: PYTHON_PACKAGE_VERSION = @PYTHON_PACKAGE_VERSION@
  355: PYTHON_PLATFORM = @PYTHON_PLATFORM@
  356: PYTHON_PREFIX = @PYTHON_PREFIX@
  357: PYTHON_VERSION = @PYTHON_VERSION@
  358: PY_TEST = @PY_TEST@
  359: RANLIB = @RANLIB@
  360: RTLIB = @RTLIB@
  361: RUBYGEMDIR = @RUBYGEMDIR@
  362: SED = @SED@
  363: SET_MAKE = @SET_MAKE@
  364: SHELL = @SHELL@
  365: SOCKLIB = @SOCKLIB@
  366: STRIP = @STRIP@
  367: TOX = @TOX@
  368: UNWINDLIB = @UNWINDLIB@
  369: VERSION = @VERSION@
  370: YACC = @YACC@
  371: YFLAGS = @YFLAGS@
  372: abs_builddir = @abs_builddir@
  373: abs_srcdir = @abs_srcdir@
  374: abs_top_builddir = @abs_top_builddir@
  375: abs_top_srcdir = @abs_top_srcdir@
  376: ac_ct_AR = @ac_ct_AR@
  377: ac_ct_CC = @ac_ct_CC@
  378: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  379: aikgen_plugins = @aikgen_plugins@
  380: am__include = @am__include@
  381: am__leading_dot = @am__leading_dot@
  382: am__quote = @am__quote@
  383: am__tar = @am__tar@
  384: am__untar = @am__untar@
  385: attest_plugins = @attest_plugins@
  386: bindir = @bindir@
  387: botan_CFLAGS = @botan_CFLAGS@
  388: botan_LIBS = @botan_LIBS@
  389: build = @build@
  390: build_alias = @build_alias@
  391: build_cpu = @build_cpu@
  392: build_os = @build_os@
  393: build_vendor = @build_vendor@
  394: builddir = @builddir@
  395: c_plugins = @c_plugins@
  396: charon_natt_port = @charon_natt_port@
  397: charon_plugins = @charon_plugins@
  398: charon_udp_port = @charon_udp_port@
  399: clearsilver_LIBS = @clearsilver_LIBS@
  400: cmd_plugins = @cmd_plugins@
  401: datadir = @datadir@
  402: datarootdir = @datarootdir@
  403: dbusdatadir = @dbusdatadir@
  404: dbuspolicydir = @dbuspolicydir@
  405: dev_headers = @dev_headers@
  406: docdir = @docdir@
  407: dvidir = @dvidir@
  408: exec_prefix = @exec_prefix@
  409: fips_mode = @fips_mode@
  410: fuzz_plugins = @fuzz_plugins@
  411: host = @host@
  412: host_alias = @host_alias@
  413: host_cpu = @host_cpu@
  414: host_os = @host_os@
  415: host_vendor = @host_vendor@
  416: htmldir = @htmldir@
  417: imcvdir = @imcvdir@
  418: includedir = @includedir@
  419: infodir = @infodir@
  420: install_sh = @install_sh@
  421: ipsec_script = @ipsec_script@
  422: ipsec_script_upper = @ipsec_script_upper@
  423: ipsecdir = @ipsecdir@
  424: ipsecgroup = @ipsecgroup@
  425: ipseclibdir = @ipseclibdir@
  426: ipsecuser = @ipsecuser@
  427: json_CFLAGS = @json_CFLAGS@
  428: json_LIBS = @json_LIBS@
  429: libdir = @libdir@
  430: libexecdir = @libexecdir@
  431: libfuzzer = @libfuzzer@
  432: libiptc_CFLAGS = @libiptc_CFLAGS@
  433: libiptc_LIBS = @libiptc_LIBS@
  434: linux_headers = @linux_headers@
  435: localedir = @localedir@
  436: localstatedir = @localstatedir@
  437: manager_plugins = @manager_plugins@
  438: mandir = @mandir@
  439: medsrv_plugins = @medsrv_plugins@
  440: mkdir_p = @mkdir_p@
  441: nm_CFLAGS = @nm_CFLAGS@
  442: nm_LIBS = @nm_LIBS@
  443: nm_ca_dir = @nm_ca_dir@
  444: nm_plugins = @nm_plugins@
  445: oldincludedir = @oldincludedir@
  446: p_plugins = @p_plugins@
  447: pcsclite_CFLAGS = @pcsclite_CFLAGS@
  448: pcsclite_LIBS = @pcsclite_LIBS@
  449: pdfdir = @pdfdir@
  450: piddir = @piddir@
  451: pkgpyexecdir = @pkgpyexecdir@
  452: pkgpythondir = @pkgpythondir@
  453: pki_plugins = @pki_plugins@
  454: plugindir = @plugindir@
  455: pool_plugins = @pool_plugins@
  456: prefix = @prefix@
  457: program_transform_name = @program_transform_name@
  458: psdir = @psdir@
  459: pyexecdir = @pyexecdir@
  460: pythondir = @pythondir@
  461: random_device = @random_device@
  462: resolv_conf = @resolv_conf@
  463: routing_table = @routing_table@
  464: routing_table_prio = @routing_table_prio@
  465: runstatedir = @runstatedir@
  466: s_plugins = @s_plugins@
  467: sbindir = @sbindir@
  468: scepclient_plugins = @scepclient_plugins@
  469: scripts_plugins = @scripts_plugins@
  470: sharedstatedir = @sharedstatedir@
  471: soup_CFLAGS = @soup_CFLAGS@
  472: soup_LIBS = @soup_LIBS@
  473: srcdir = @srcdir@
  474: starter_plugins = @starter_plugins@
  475: strongswan_conf = @strongswan_conf@
  476: strongswan_options = @strongswan_options@
  477: swanctldir = @swanctldir@
  478: sysconfdir = @sysconfdir@
  479: systemd_CFLAGS = @systemd_CFLAGS@
  480: systemd_LIBS = @systemd_LIBS@
  481: systemd_daemon_CFLAGS = @systemd_daemon_CFLAGS@
  482: systemd_daemon_LIBS = @systemd_daemon_LIBS@
  483: systemd_journal_CFLAGS = @systemd_journal_CFLAGS@
  484: systemd_journal_LIBS = @systemd_journal_LIBS@
  485: systemdsystemunitdir = @systemdsystemunitdir@
  486: t_plugins = @t_plugins@
  487: target_alias = @target_alias@
  488: top_build_prefix = @top_build_prefix@
  489: top_builddir = @top_builddir@
  490: top_srcdir = @top_srcdir@
  491: tss2_CFLAGS = @tss2_CFLAGS@
  492: tss2_LIBS = @tss2_LIBS@
  493: tss2_esys_CFLAGS = @tss2_esys_CFLAGS@
  494: tss2_esys_LIBS = @tss2_esys_LIBS@
  495: tss2_socket_CFLAGS = @tss2_socket_CFLAGS@
  496: tss2_socket_LIBS = @tss2_socket_LIBS@
  497: tss2_sys_CFLAGS = @tss2_sys_CFLAGS@
  498: tss2_sys_LIBS = @tss2_sys_LIBS@
  499: tss2_tabrmd_CFLAGS = @tss2_tabrmd_CFLAGS@
  500: tss2_tabrmd_LIBS = @tss2_tabrmd_LIBS@
  501: urandom_device = @urandom_device@
  502: wolfssl_CFLAGS = @wolfssl_CFLAGS@
  503: wolfssl_LIBS = @wolfssl_LIBS@
  504: xml_CFLAGS = @xml_CFLAGS@
  505: xml_LIBS = @xml_LIBS@
  506: AM_CPPFLAGS = \
  507: 	-I$(top_srcdir)/src/libstrongswan
  508: 
  509: AM_CFLAGS = \
  510: 	$(tss2_CFLAGS)
  511: 
  512: AM_LDFLAGS = \
  513: 	-no-undefined
  514: 
  515: ipseclib_LTLIBRARIES = libtpmtss.la
  516: libtpmtss_la_LIBADD =  \
  517: 	$(top_builddir)/src/libstrongswan/libstrongswan.la \
  518: 	$(am__append_1) $(am__append_2) $(am__append_4)
  519: libtpmtss_la_SOURCES = \
  520: 	tpm_tss.h tpm_tss.c \
  521: 	tpm_tss_quote_info.h tpm_tss_quote_info.c \
  522: 	tpm_tss_trousers.h tpm_tss_trousers.c \
  523: 	tpm_tss_tss2.h tpm_tss_tss2_v1.c tpm_tss_tss2_v2.c \
  524: 	tpm_tss_tss2_names.h tpm_tss_tss2_names_v1.c tpm_tss_tss2_names_v2.c
  525: 
  526: @MONOLITHIC_FALSE@SUBDIRS = . $(am__append_3)
  527: @MONOLITHIC_TRUE@SUBDIRS = $(am__append_3)
  528: @STATIC_PLUGIN_CONSTRUCTORS_TRUE@BUILT_SOURCES = $(srcdir)/plugin_constructors.c
  529: @STATIC_PLUGIN_CONSTRUCTORS_TRUE@CLEANFILES = $(srcdir)/plugin_constructors.c
  530: all: $(BUILT_SOURCES)
  531: 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
  532: 
  533: .SUFFIXES:
  534: .SUFFIXES: .c .lo .o .obj
  535: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  536: 	@for dep in $?; do \
  537: 	  case '$(am__configure_deps)' in \
  538: 	    *$$dep*) \
  539: 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  540: 	        && { if test -f $@; then exit 0; else break; fi; }; \
  541: 	      exit 1;; \
  542: 	  esac; \
  543: 	done; \
  544: 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libtpmtss/Makefile'; \
  545: 	$(am__cd) $(top_srcdir) && \
  546: 	  $(AUTOMAKE) --gnu src/libtpmtss/Makefile
  547: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  548: 	@case '$?' in \
  549: 	  *config.status*) \
  550: 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  551: 	  *) \
  552: 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  553: 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  554: 	esac;
  555: 
  556: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  557: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  558: 
  559: $(top_srcdir)/configure:  $(am__configure_deps)
  560: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  561: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  562: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  563: $(am__aclocal_m4_deps):
  564: 
  565: install-ipseclibLTLIBRARIES: $(ipseclib_LTLIBRARIES)
  566: 	@$(NORMAL_INSTALL)
  567: 	@list='$(ipseclib_LTLIBRARIES)'; test -n "$(ipseclibdir)" || list=; \
  568: 	list2=; for p in $$list; do \
  569: 	  if test -f $$p; then \
  570: 	    list2="$$list2 $$p"; \
  571: 	  else :; fi; \
  572: 	done; \
  573: 	test -z "$$list2" || { \
  574: 	  echo " $(MKDIR_P) '$(DESTDIR)$(ipseclibdir)'"; \
  575: 	  $(MKDIR_P) "$(DESTDIR)$(ipseclibdir)" || exit 1; \
  576: 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(ipseclibdir)'"; \
  577: 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(ipseclibdir)"; \
  578: 	}
  579: 
  580: uninstall-ipseclibLTLIBRARIES:
  581: 	@$(NORMAL_UNINSTALL)
  582: 	@list='$(ipseclib_LTLIBRARIES)'; test -n "$(ipseclibdir)" || list=; \
  583: 	for p in $$list; do \
  584: 	  $(am__strip_dir) \
  585: 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(ipseclibdir)/$$f'"; \
  586: 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(ipseclibdir)/$$f"; \
  587: 	done
  588: 
  589: clean-ipseclibLTLIBRARIES:
  590: 	-test -z "$(ipseclib_LTLIBRARIES)" || rm -f $(ipseclib_LTLIBRARIES)
  591: 	@list='$(ipseclib_LTLIBRARIES)'; \
  592: 	locs=`for p in $$list; do echo $$p; done | \
  593: 	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  594: 	      sort -u`; \
  595: 	test -z "$$locs" || { \
  596: 	  echo rm -f $${locs}; \
  597: 	  rm -f $${locs}; \
  598: 	}
  599: 
  600: libtpmtss.la: $(libtpmtss_la_OBJECTS) $(libtpmtss_la_DEPENDENCIES) $(EXTRA_libtpmtss_la_DEPENDENCIES) 
  601: 	$(AM_V_CCLD)$(LINK) -rpath $(ipseclibdir) $(libtpmtss_la_OBJECTS) $(libtpmtss_la_LIBADD) $(LIBS)
  602: 
  603: mostlyclean-compile:
  604: 	-rm -f *.$(OBJEXT)
  605: 
  606: distclean-compile:
  607: 	-rm -f *.tab.c
  608: 
  609: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_tss.Plo@am__quote@
  610: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_tss_quote_info.Plo@am__quote@
  611: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_tss_trousers.Plo@am__quote@
  612: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_tss_tss2_names_v1.Plo@am__quote@
  613: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_tss_tss2_names_v2.Plo@am__quote@
  614: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_tss_tss2_v1.Plo@am__quote@
  615: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_tss_tss2_v2.Plo@am__quote@
  616: 
  617: .c.o:
  618: @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  619: @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  620: @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
  621: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  622: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  623: @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  624: 
  625: .c.obj:
  626: @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  627: @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  628: @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
  629: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  630: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  631: @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  632: 
  633: .c.lo:
  634: @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  635: @am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  636: @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
  637: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  638: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  639: @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  640: 
  641: mostlyclean-libtool:
  642: 	-rm -f *.lo
  643: 
  644: clean-libtool:
  645: 	-rm -rf .libs _libs
  646: 
  647: # This directory's subdirectories are mostly independent; you can cd
  648: # into them and run 'make' without going through this Makefile.
  649: # To change the values of 'make' variables: instead of editing Makefiles,
  650: # (1) if the variable is set in 'config.status', edit 'config.status'
  651: #     (which will cause the Makefiles to be regenerated when you run 'make');
  652: # (2) otherwise, pass the desired values on the 'make' command line.
  653: $(am__recursive_targets):
  654: 	@fail=; \
  655: 	if $(am__make_keepgoing); then \
  656: 	  failcom='fail=yes'; \
  657: 	else \
  658: 	  failcom='exit 1'; \
  659: 	fi; \
  660: 	dot_seen=no; \
  661: 	target=`echo $@ | sed s/-recursive//`; \
  662: 	case "$@" in \
  663: 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  664: 	  *) list='$(SUBDIRS)' ;; \
  665: 	esac; \
  666: 	for subdir in $$list; do \
  667: 	  echo "Making $$target in $$subdir"; \
  668: 	  if test "$$subdir" = "."; then \
  669: 	    dot_seen=yes; \
  670: 	    local_target="$$target-am"; \
  671: 	  else \
  672: 	    local_target="$$target"; \
  673: 	  fi; \
  674: 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  675: 	  || eval $$failcom; \
  676: 	done; \
  677: 	if test "$$dot_seen" = "no"; then \
  678: 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  679: 	fi; test -z "$$fail"
  680: 
  681: ID: $(am__tagged_files)
  682: 	$(am__define_uniq_tagged_files); mkid -fID $$unique
  683: tags: tags-recursive
  684: TAGS: tags
  685: 
  686: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  687: 	set x; \
  688: 	here=`pwd`; \
  689: 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  690: 	  include_option=--etags-include; \
  691: 	  empty_fix=.; \
  692: 	else \
  693: 	  include_option=--include; \
  694: 	  empty_fix=; \
  695: 	fi; \
  696: 	list='$(SUBDIRS)'; for subdir in $$list; do \
  697: 	  if test "$$subdir" = .; then :; else \
  698: 	    test ! -f $$subdir/TAGS || \
  699: 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  700: 	  fi; \
  701: 	done; \
  702: 	$(am__define_uniq_tagged_files); \
  703: 	shift; \
  704: 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  705: 	  test -n "$$unique" || unique=$$empty_fix; \
  706: 	  if test $$# -gt 0; then \
  707: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  708: 	      "$$@" $$unique; \
  709: 	  else \
  710: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  711: 	      $$unique; \
  712: 	  fi; \
  713: 	fi
  714: ctags: ctags-recursive
  715: 
  716: CTAGS: ctags
  717: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  718: 	$(am__define_uniq_tagged_files); \
  719: 	test -z "$(CTAGS_ARGS)$$unique" \
  720: 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  721: 	     $$unique
  722: 
  723: GTAGS:
  724: 	here=`$(am__cd) $(top_builddir) && pwd` \
  725: 	  && $(am__cd) $(top_srcdir) \
  726: 	  && gtags -i $(GTAGS_ARGS) "$$here"
  727: cscopelist: cscopelist-recursive
  728: 
  729: cscopelist-am: $(am__tagged_files)
  730: 	list='$(am__tagged_files)'; \
  731: 	case "$(srcdir)" in \
  732: 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  733: 	  *) sdir=$(subdir)/$(srcdir) ;; \
  734: 	esac; \
  735: 	for i in $$list; do \
  736: 	  if test -f "$$i"; then \
  737: 	    echo "$(subdir)/$$i"; \
  738: 	  else \
  739: 	    echo "$$sdir/$$i"; \
  740: 	  fi; \
  741: 	done >> $(top_builddir)/cscope.files
  742: 
  743: distclean-tags:
  744: 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  745: 
  746: distdir: $(DISTFILES)
  747: 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  748: 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  749: 	list='$(DISTFILES)'; \
  750: 	  dist_files=`for file in $$list; do echo $$file; done | \
  751: 	  sed -e "s|^$$srcdirstrip/||;t" \
  752: 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  753: 	case $$dist_files in \
  754: 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
  755: 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  756: 			   sort -u` ;; \
  757: 	esac; \
  758: 	for file in $$dist_files; do \
  759: 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  760: 	  if test -d $$d/$$file; then \
  761: 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  762: 	    if test -d "$(distdir)/$$file"; then \
  763: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  764: 	    fi; \
  765: 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  766: 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  767: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  768: 	    fi; \
  769: 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  770: 	  else \
  771: 	    test -f "$(distdir)/$$file" \
  772: 	    || cp -p $$d/$$file "$(distdir)/$$file" \
  773: 	    || exit 1; \
  774: 	  fi; \
  775: 	done
  776: 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  777: 	  if test "$$subdir" = .; then :; else \
  778: 	    $(am__make_dryrun) \
  779: 	      || test -d "$(distdir)/$$subdir" \
  780: 	      || $(MKDIR_P) "$(distdir)/$$subdir" \
  781: 	      || exit 1; \
  782: 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  783: 	    $(am__relativize); \
  784: 	    new_distdir=$$reldir; \
  785: 	    dir1=$$subdir; dir2="$(top_distdir)"; \
  786: 	    $(am__relativize); \
  787: 	    new_top_distdir=$$reldir; \
  788: 	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  789: 	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  790: 	    ($(am__cd) $$subdir && \
  791: 	      $(MAKE) $(AM_MAKEFLAGS) \
  792: 	        top_distdir="$$new_top_distdir" \
  793: 	        distdir="$$new_distdir" \
  794: 		am__remove_distdir=: \
  795: 		am__skip_length_check=: \
  796: 		am__skip_mode_fix=: \
  797: 	        distdir) \
  798: 	      || exit 1; \
  799: 	  fi; \
  800: 	done
  801: check-am: all-am
  802: check: $(BUILT_SOURCES)
  803: 	$(MAKE) $(AM_MAKEFLAGS) check-recursive
  804: all-am: Makefile $(LTLIBRARIES)
  805: installdirs: installdirs-recursive
  806: installdirs-am:
  807: 	for dir in "$(DESTDIR)$(ipseclibdir)"; do \
  808: 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  809: 	done
  810: install: $(BUILT_SOURCES)
  811: 	$(MAKE) $(AM_MAKEFLAGS) install-recursive
  812: install-exec: install-exec-recursive
  813: install-data: install-data-recursive
  814: uninstall: uninstall-recursive
  815: 
  816: install-am: all-am
  817: 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  818: 
  819: installcheck: installcheck-recursive
  820: install-strip:
  821: 	if test -z '$(STRIP)'; then \
  822: 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  823: 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  824: 	      install; \
  825: 	else \
  826: 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  827: 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  828: 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  829: 	fi
  830: mostlyclean-generic:
  831: 
  832: clean-generic:
  833: 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  834: 
  835: distclean-generic:
  836: 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  837: 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  838: 
  839: maintainer-clean-generic:
  840: 	@echo "This command is intended for maintainers to use"
  841: 	@echo "it deletes files that may require special tools to rebuild."
  842: 	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  843: clean: clean-recursive
  844: 
  845: clean-am: clean-generic clean-ipseclibLTLIBRARIES clean-libtool \
  846: 	mostlyclean-am
  847: 
  848: distclean: distclean-recursive
  849: 	-rm -rf ./$(DEPDIR)
  850: 	-rm -f Makefile
  851: distclean-am: clean-am distclean-compile distclean-generic \
  852: 	distclean-tags
  853: 
  854: dvi: dvi-recursive
  855: 
  856: dvi-am:
  857: 
  858: html: html-recursive
  859: 
  860: html-am:
  861: 
  862: info: info-recursive
  863: 
  864: info-am:
  865: 
  866: install-data-am: install-ipseclibLTLIBRARIES
  867: 
  868: install-dvi: install-dvi-recursive
  869: 
  870: install-dvi-am:
  871: 
  872: install-exec-am:
  873: 
  874: install-html: install-html-recursive
  875: 
  876: install-html-am:
  877: 
  878: install-info: install-info-recursive
  879: 
  880: install-info-am:
  881: 
  882: install-man:
  883: 
  884: install-pdf: install-pdf-recursive
  885: 
  886: install-pdf-am:
  887: 
  888: install-ps: install-ps-recursive
  889: 
  890: install-ps-am:
  891: 
  892: installcheck-am:
  893: 
  894: maintainer-clean: maintainer-clean-recursive
  895: 	-rm -rf ./$(DEPDIR)
  896: 	-rm -f Makefile
  897: maintainer-clean-am: distclean-am maintainer-clean-generic
  898: 
  899: mostlyclean: mostlyclean-recursive
  900: 
  901: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  902: 	mostlyclean-libtool
  903: 
  904: pdf: pdf-recursive
  905: 
  906: pdf-am:
  907: 
  908: ps: ps-recursive
  909: 
  910: ps-am:
  911: 
  912: uninstall-am: uninstall-ipseclibLTLIBRARIES
  913: 
  914: .MAKE: $(am__recursive_targets) all check install install-am \
  915: 	install-strip
  916: 
  917: .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  918: 	check-am clean clean-generic clean-ipseclibLTLIBRARIES \
  919: 	clean-libtool cscopelist-am ctags ctags-am distclean \
  920: 	distclean-compile distclean-generic distclean-libtool \
  921: 	distclean-tags distdir dvi dvi-am html html-am info info-am \
  922: 	install install-am install-data install-data-am install-dvi \
  923: 	install-dvi-am install-exec install-exec-am install-html \
  924: 	install-html-am install-info install-info-am \
  925: 	install-ipseclibLTLIBRARIES install-man install-pdf \
  926: 	install-pdf-am install-ps install-ps-am install-strip \
  927: 	installcheck installcheck-am installdirs installdirs-am \
  928: 	maintainer-clean maintainer-clean-generic mostlyclean \
  929: 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  930: 	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
  931: 	uninstall-ipseclibLTLIBRARIES
  932: 
  933: .PRECIOUS: Makefile
  934: 
  935: 
  936: @STATIC_PLUGIN_CONSTRUCTORS_TRUE@$(srcdir)/plugin_constructors.c: $(top_srcdir)/src/libstrongswan/plugins/plugin_constructors.py
  937: @STATIC_PLUGIN_CONSTRUCTORS_TRUE@		$(AM_V_GEN) \
  938: @STATIC_PLUGIN_CONSTRUCTORS_TRUE@		$(PYTHON) $(top_srcdir)/src/libstrongswan/plugins/plugin_constructors.py ${p_plugins} > $@
  939: 
  940: # Tell versions [3.59,3.63) of GNU make to not export all variables.
  941: # Otherwise a system limit (for SysV at least) may be exceeded.
  942: .NOEXPORT:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>