Annotation of embedaddon/strongswan/src/pt-tls-client/Makefile.in, revision 1.1.1.1

1.1       misho       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: bin_PROGRAMS = pt-tls-client$(EXEEXT)
                     92: subdir = src/pt-tls-client
                     93: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     94: am__aclocal_m4_deps = $(top_srcdir)/m4/config/libtool.m4 \
                     95:        $(top_srcdir)/m4/config/ltoptions.m4 \
                     96:        $(top_srcdir)/m4/config/ltsugar.m4 \
                     97:        $(top_srcdir)/m4/config/ltversion.m4 \
                     98:        $(top_srcdir)/m4/config/lt~obsolete.m4 \
                     99:        $(top_srcdir)/m4/macros/split-package-version.m4 \
                    100:        $(top_srcdir)/m4/macros/with.m4 \
                    101:        $(top_srcdir)/m4/macros/enable-disable.m4 \
                    102:        $(top_srcdir)/m4/macros/add-plugin.m4 \
                    103:        $(top_srcdir)/configure.ac
                    104: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                    105:        $(ACLOCAL_M4)
                    106: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
                    107: mkinstalldirs = $(install_sh) -d
                    108: CONFIG_HEADER = $(top_builddir)/config.h
                    109: CONFIG_CLEAN_FILES = pt-tls-client.1
                    110: CONFIG_CLEAN_VPATH_FILES =
                    111: am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
                    112: PROGRAMS = $(bin_PROGRAMS)
                    113: am_pt_tls_client_OBJECTS = pt-tls-client.$(OBJEXT)
                    114: pt_tls_client_OBJECTS = $(am_pt_tls_client_OBJECTS)
                    115: pt_tls_client_DEPENDENCIES =  \
                    116:        $(top_builddir)/src/libstrongswan/libstrongswan.la \
                    117:        $(top_builddir)/src/libtls/libtls.la \
                    118:        $(top_builddir)/src/libpttls/libpttls.la \
                    119:        $(top_builddir)/src/libtnccs/libtnccs.la
                    120: AM_V_lt = $(am__v_lt_@AM_V@)
                    121: am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
                    122: am__v_lt_0 = --silent
                    123: am__v_lt_1 = 
                    124: AM_V_P = $(am__v_P_@AM_V@)
                    125: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
                    126: am__v_P_0 = false
                    127: am__v_P_1 = :
                    128: AM_V_GEN = $(am__v_GEN_@AM_V@)
                    129: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
                    130: am__v_GEN_0 = @echo "  GEN     " $@;
                    131: am__v_GEN_1 = 
                    132: AM_V_at = $(am__v_at_@AM_V@)
                    133: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
                    134: am__v_at_0 = @
                    135: am__v_at_1 = 
                    136: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
                    137: depcomp = $(SHELL) $(top_srcdir)/depcomp
                    138: am__depfiles_maybe = depfiles
                    139: am__mv = mv -f
                    140: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    141:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    142: LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
                    143:        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
                    144:        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
                    145:        $(AM_CFLAGS) $(CFLAGS)
                    146: AM_V_CC = $(am__v_CC_@AM_V@)
                    147: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
                    148: am__v_CC_0 = @echo "  CC      " $@;
                    149: am__v_CC_1 = 
                    150: CCLD = $(CC)
                    151: LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
                    152:        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
                    153:        $(AM_LDFLAGS) $(LDFLAGS) -o $@
                    154: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
                    155: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
                    156: am__v_CCLD_0 = @echo "  CCLD    " $@;
                    157: am__v_CCLD_1 = 
                    158: SOURCES = $(pt_tls_client_SOURCES)
                    159: DIST_SOURCES = $(pt_tls_client_SOURCES)
                    160: am__can_run_installinfo = \
                    161:   case $$AM_UPDATE_INFO_DIR in \
                    162:     n|no|NO) false;; \
                    163:     *) (install-info --version) >/dev/null 2>&1;; \
                    164:   esac
                    165: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
                    166: am__vpath_adj = case $$p in \
                    167:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
                    168:     *) f=$$p;; \
                    169:   esac;
                    170: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
                    171: am__install_max = 40
                    172: am__nobase_strip_setup = \
                    173:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
                    174: am__nobase_strip = \
                    175:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
                    176: am__nobase_list = $(am__nobase_strip_setup); \
                    177:   for p in $$list; do echo "$$p $$p"; done | \
                    178:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
                    179:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
                    180:     if (++n[$$2] == $(am__install_max)) \
                    181:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
                    182:     END { for (dir in files) print dir, files[dir] }'
                    183: am__base_list = \
                    184:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
                    185:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
                    186: am__uninstall_files_from_dir = { \
                    187:   test -z "$$files" \
                    188:     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
                    189:     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
                    190:          $(am__cd) "$$dir" && rm -f $$files; }; \
                    191:   }
                    192: man1dir = $(mandir)/man1
                    193: NROFF = nroff
                    194: MANS = $(man1_MANS)
                    195: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
                    196: # Read a list of newline-separated strings from the standard input,
                    197: # and print each of them once, without duplicates.  Input order is
                    198: # *not* preserved.
                    199: am__uniquify_input = $(AWK) '\
                    200:   BEGIN { nonempty = 0; } \
                    201:   { items[$$0] = 1; nonempty = 1; } \
                    202:   END { if (nonempty) { for (i in items) print i; }; } \
                    203: '
                    204: # Make sure the list of sources is unique.  This is necessary because,
                    205: # e.g., the same source file might be shared among _SOURCES variables
                    206: # for different programs/libraries.
                    207: am__define_uniq_tagged_files = \
                    208:   list='$(am__tagged_files)'; \
                    209:   unique=`for i in $$list; do \
                    210:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    211:   done | $(am__uniquify_input)`
                    212: ETAGS = etags
                    213: CTAGS = ctags
                    214: am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/pt-tls-client.1.in \
                    215:        $(top_srcdir)/depcomp
                    216: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    217: ACLOCAL = @ACLOCAL@
                    218: ALLOCA = @ALLOCA@
                    219: AMTAR = @AMTAR@
                    220: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
                    221: AR = @AR@
                    222: ATOMICLIB = @ATOMICLIB@
                    223: AUTOCONF = @AUTOCONF@
                    224: AUTOHEADER = @AUTOHEADER@
                    225: AUTOMAKE = @AUTOMAKE@
                    226: AWK = @AWK@
                    227: BFDLIB = @BFDLIB@
                    228: BTLIB = @BTLIB@
                    229: CC = @CC@
                    230: CCDEPMODE = @CCDEPMODE@
                    231: CFLAGS = @CFLAGS@
                    232: COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
                    233: COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
                    234: CPP = @CPP@
                    235: CPPFLAGS = @CPPFLAGS@
                    236: CYGPATH_W = @CYGPATH_W@
                    237: DEFS = @DEFS@
                    238: DEPDIR = @DEPDIR@
                    239: DLLIB = @DLLIB@
                    240: DLLTOOL = @DLLTOOL@
                    241: DSYMUTIL = @DSYMUTIL@
                    242: DUMPBIN = @DUMPBIN@
                    243: EASY_INSTALL = @EASY_INSTALL@
                    244: ECHO_C = @ECHO_C@
                    245: ECHO_N = @ECHO_N@
                    246: ECHO_T = @ECHO_T@
                    247: EGREP = @EGREP@
                    248: EXEEXT = @EXEEXT@
                    249: FGREP = @FGREP@
                    250: FUZZING_CFLAGS = @FUZZING_CFLAGS@
                    251: FUZZING_LDFLAGS = @FUZZING_LDFLAGS@
                    252: GEM = @GEM@
                    253: GENHTML = @GENHTML@
                    254: GPERF = @GPERF@
                    255: GPERF_LEN_TYPE = @GPERF_LEN_TYPE@
                    256: GPRBUILD = @GPRBUILD@
                    257: GREP = @GREP@
                    258: INSTALL = @INSTALL@
                    259: INSTALL_DATA = @INSTALL_DATA@
                    260: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    261: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    262: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    263: LCOV = @LCOV@
                    264: LD = @LD@
                    265: LDFLAGS = @LDFLAGS@
                    266: LEX = @LEX@
                    267: LEXLIB = @LEXLIB@
                    268: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
                    269: LIBOBJS = @LIBOBJS@
                    270: LIBS = @LIBS@
                    271: LIBTOOL = @LIBTOOL@
                    272: LIPO = @LIPO@
                    273: LN_S = @LN_S@
                    274: LTLIBOBJS = @LTLIBOBJS@
                    275: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
                    276: MAKEINFO = @MAKEINFO@
                    277: MANIFEST_TOOL = @MANIFEST_TOOL@
                    278: MKDIR_P = @MKDIR_P@
                    279: MYSQLCFLAG = @MYSQLCFLAG@
                    280: MYSQLCONFIG = @MYSQLCONFIG@
                    281: MYSQLLIB = @MYSQLLIB@
                    282: NM = @NM@
                    283: NMEDIT = @NMEDIT@
                    284: OBJDUMP = @OBJDUMP@
                    285: OBJEXT = @OBJEXT@
                    286: OPENSSL_LIB = @OPENSSL_LIB@
                    287: OTOOL = @OTOOL@
                    288: OTOOL64 = @OTOOL64@
                    289: PACKAGE = @PACKAGE@
                    290: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    291: PACKAGE_NAME = @PACKAGE_NAME@
                    292: PACKAGE_STRING = @PACKAGE_STRING@
                    293: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    294: PACKAGE_URL = @PACKAGE_URL@
                    295: PACKAGE_VERSION = @PACKAGE_VERSION@
                    296: PACKAGE_VERSION_BUILD = @PACKAGE_VERSION_BUILD@
                    297: PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
                    298: PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
                    299: PACKAGE_VERSION_REVIEW = @PACKAGE_VERSION_REVIEW@
                    300: PATH_SEPARATOR = @PATH_SEPARATOR@
                    301: PERL = @PERL@
                    302: PKG_CONFIG = @PKG_CONFIG@
                    303: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
                    304: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
                    305: PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
                    306: PTHREADLIB = @PTHREADLIB@
                    307: PYTHON = @PYTHON@
                    308: PYTHONEGGINSTALLDIR = @PYTHONEGGINSTALLDIR@
                    309: PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
                    310: PYTHON_PACKAGE_VERSION = @PYTHON_PACKAGE_VERSION@
                    311: PYTHON_PLATFORM = @PYTHON_PLATFORM@
                    312: PYTHON_PREFIX = @PYTHON_PREFIX@
                    313: PYTHON_VERSION = @PYTHON_VERSION@
                    314: PY_TEST = @PY_TEST@
                    315: RANLIB = @RANLIB@
                    316: RTLIB = @RTLIB@
                    317: RUBYGEMDIR = @RUBYGEMDIR@
                    318: SED = @SED@
                    319: SET_MAKE = @SET_MAKE@
                    320: SHELL = @SHELL@
                    321: SOCKLIB = @SOCKLIB@
                    322: STRIP = @STRIP@
                    323: TOX = @TOX@
                    324: UNWINDLIB = @UNWINDLIB@
                    325: VERSION = @VERSION@
                    326: YACC = @YACC@
                    327: YFLAGS = @YFLAGS@
                    328: abs_builddir = @abs_builddir@
                    329: abs_srcdir = @abs_srcdir@
                    330: abs_top_builddir = @abs_top_builddir@
                    331: abs_top_srcdir = @abs_top_srcdir@
                    332: ac_ct_AR = @ac_ct_AR@
                    333: ac_ct_CC = @ac_ct_CC@
                    334: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
                    335: aikgen_plugins = @aikgen_plugins@
                    336: am__include = @am__include@
                    337: am__leading_dot = @am__leading_dot@
                    338: am__quote = @am__quote@
                    339: am__tar = @am__tar@
                    340: am__untar = @am__untar@
                    341: attest_plugins = @attest_plugins@
                    342: bindir = @bindir@
                    343: botan_CFLAGS = @botan_CFLAGS@
                    344: botan_LIBS = @botan_LIBS@
                    345: build = @build@
                    346: build_alias = @build_alias@
                    347: build_cpu = @build_cpu@
                    348: build_os = @build_os@
                    349: build_vendor = @build_vendor@
                    350: builddir = @builddir@
                    351: c_plugins = @c_plugins@
                    352: charon_natt_port = @charon_natt_port@
                    353: charon_plugins = @charon_plugins@
                    354: charon_udp_port = @charon_udp_port@
                    355: clearsilver_LIBS = @clearsilver_LIBS@
                    356: cmd_plugins = @cmd_plugins@
                    357: datadir = @datadir@
                    358: datarootdir = @datarootdir@
                    359: dbusdatadir = @dbusdatadir@
                    360: dbuspolicydir = @dbuspolicydir@
                    361: dev_headers = @dev_headers@
                    362: docdir = @docdir@
                    363: dvidir = @dvidir@
                    364: exec_prefix = @exec_prefix@
                    365: fips_mode = @fips_mode@
                    366: fuzz_plugins = @fuzz_plugins@
                    367: host = @host@
                    368: host_alias = @host_alias@
                    369: host_cpu = @host_cpu@
                    370: host_os = @host_os@
                    371: host_vendor = @host_vendor@
                    372: htmldir = @htmldir@
                    373: imcvdir = @imcvdir@
                    374: includedir = @includedir@
                    375: infodir = @infodir@
                    376: install_sh = @install_sh@
                    377: ipsec_script = @ipsec_script@
                    378: ipsec_script_upper = @ipsec_script_upper@
                    379: ipsecdir = @ipsecdir@
                    380: ipsecgroup = @ipsecgroup@
                    381: ipseclibdir = @ipseclibdir@
                    382: ipsecuser = @ipsecuser@
                    383: json_CFLAGS = @json_CFLAGS@
                    384: json_LIBS = @json_LIBS@
                    385: libdir = @libdir@
                    386: libexecdir = @libexecdir@
                    387: libfuzzer = @libfuzzer@
                    388: libiptc_CFLAGS = @libiptc_CFLAGS@
                    389: libiptc_LIBS = @libiptc_LIBS@
                    390: linux_headers = @linux_headers@
                    391: localedir = @localedir@
                    392: localstatedir = @localstatedir@
                    393: manager_plugins = @manager_plugins@
                    394: mandir = @mandir@
                    395: medsrv_plugins = @medsrv_plugins@
                    396: mkdir_p = @mkdir_p@
                    397: nm_CFLAGS = @nm_CFLAGS@
                    398: nm_LIBS = @nm_LIBS@
                    399: nm_ca_dir = @nm_ca_dir@
                    400: nm_plugins = @nm_plugins@
                    401: oldincludedir = @oldincludedir@
                    402: p_plugins = @p_plugins@
                    403: pcsclite_CFLAGS = @pcsclite_CFLAGS@
                    404: pcsclite_LIBS = @pcsclite_LIBS@
                    405: pdfdir = @pdfdir@
                    406: piddir = @piddir@
                    407: pkgpyexecdir = @pkgpyexecdir@
                    408: pkgpythondir = @pkgpythondir@
                    409: pki_plugins = @pki_plugins@
                    410: plugindir = @plugindir@
                    411: pool_plugins = @pool_plugins@
                    412: prefix = @prefix@
                    413: program_transform_name = @program_transform_name@
                    414: psdir = @psdir@
                    415: pyexecdir = @pyexecdir@
                    416: pythondir = @pythondir@
                    417: random_device = @random_device@
                    418: resolv_conf = @resolv_conf@
                    419: routing_table = @routing_table@
                    420: routing_table_prio = @routing_table_prio@
                    421: runstatedir = @runstatedir@
                    422: s_plugins = @s_plugins@
                    423: sbindir = @sbindir@
                    424: scepclient_plugins = @scepclient_plugins@
                    425: scripts_plugins = @scripts_plugins@
                    426: sharedstatedir = @sharedstatedir@
                    427: soup_CFLAGS = @soup_CFLAGS@
                    428: soup_LIBS = @soup_LIBS@
                    429: srcdir = @srcdir@
                    430: starter_plugins = @starter_plugins@
                    431: strongswan_conf = @strongswan_conf@
                    432: strongswan_options = @strongswan_options@
                    433: swanctldir = @swanctldir@
                    434: sysconfdir = @sysconfdir@
                    435: systemd_CFLAGS = @systemd_CFLAGS@
                    436: systemd_LIBS = @systemd_LIBS@
                    437: systemd_daemon_CFLAGS = @systemd_daemon_CFLAGS@
                    438: systemd_daemon_LIBS = @systemd_daemon_LIBS@
                    439: systemd_journal_CFLAGS = @systemd_journal_CFLAGS@
                    440: systemd_journal_LIBS = @systemd_journal_LIBS@
                    441: systemdsystemunitdir = @systemdsystemunitdir@
                    442: t_plugins = @t_plugins@
                    443: target_alias = @target_alias@
                    444: top_build_prefix = @top_build_prefix@
                    445: top_builddir = @top_builddir@
                    446: top_srcdir = @top_srcdir@
                    447: tss2_CFLAGS = @tss2_CFLAGS@
                    448: tss2_LIBS = @tss2_LIBS@
                    449: tss2_esys_CFLAGS = @tss2_esys_CFLAGS@
                    450: tss2_esys_LIBS = @tss2_esys_LIBS@
                    451: tss2_socket_CFLAGS = @tss2_socket_CFLAGS@
                    452: tss2_socket_LIBS = @tss2_socket_LIBS@
                    453: tss2_sys_CFLAGS = @tss2_sys_CFLAGS@
                    454: tss2_sys_LIBS = @tss2_sys_LIBS@
                    455: tss2_tabrmd_CFLAGS = @tss2_tabrmd_CFLAGS@
                    456: tss2_tabrmd_LIBS = @tss2_tabrmd_LIBS@
                    457: urandom_device = @urandom_device@
                    458: wolfssl_CFLAGS = @wolfssl_CFLAGS@
                    459: wolfssl_LIBS = @wolfssl_LIBS@
                    460: xml_CFLAGS = @xml_CFLAGS@
                    461: xml_LIBS = @xml_LIBS@
                    462: pt_tls_client_SOURCES = pt-tls-client.c
                    463: AM_CPPFLAGS = \
                    464:        -I$(top_srcdir)/src/libstrongswan \
                    465:        -I$(top_srcdir)/src/libtls \
                    466:        -I$(top_srcdir)/src/libpttls \
                    467:        -I$(top_srcdir)/src/libtncif \
                    468:        -I$(top_srcdir)/src/libtnccs \
                    469:        -DIPSEC_CONFDIR=\"${sysconfdir}\" \
                    470:        -DPLUGINS="\"x509 pem pkcs1 pubkey openssl wolfssl nonce tnc-tnccs tnc-imc tnccs-20\""
                    471: 
                    472: pt_tls_client_LDADD = \
                    473:        $(top_builddir)/src/libstrongswan/libstrongswan.la \
                    474:        $(top_builddir)/src/libtls/libtls.la \
                    475:        $(top_builddir)/src/libpttls/libpttls.la \
                    476:        $(top_builddir)/src/libtnccs/libtnccs.la
                    477: 
                    478: man1_MANS = pt-tls-client.1
                    479: CLEANFILES = $(man1_MANS)
                    480: all: all-am
                    481: 
                    482: .SUFFIXES:
                    483: .SUFFIXES: .c .lo .o .obj
                    484: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    485:        @for dep in $?; do \
                    486:          case '$(am__configure_deps)' in \
                    487:            *$$dep*) \
                    488:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    489:                && { if test -f $@; then exit 0; else break; fi; }; \
                    490:              exit 1;; \
                    491:          esac; \
                    492:        done; \
                    493:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/pt-tls-client/Makefile'; \
                    494:        $(am__cd) $(top_srcdir) && \
                    495:          $(AUTOMAKE) --gnu src/pt-tls-client/Makefile
                    496: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    497:        @case '$?' in \
                    498:          *config.status*) \
                    499:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    500:          *) \
                    501:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    502:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    503:        esac;
                    504: 
                    505: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    506:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    507: 
                    508: $(top_srcdir)/configure:  $(am__configure_deps)
                    509:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    510: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    511:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    512: $(am__aclocal_m4_deps):
                    513: pt-tls-client.1: $(top_builddir)/config.status $(srcdir)/pt-tls-client.1.in
                    514:        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
                    515: install-binPROGRAMS: $(bin_PROGRAMS)
                    516:        @$(NORMAL_INSTALL)
                    517:        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
                    518:        if test -n "$$list"; then \
                    519:          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
                    520:          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
                    521:        fi; \
                    522:        for p in $$list; do echo "$$p $$p"; done | \
                    523:        sed 's/$(EXEEXT)$$//' | \
                    524:        while read p p1; do if test -f $$p \
                    525:         || test -f $$p1 \
                    526:          ; then echo "$$p"; echo "$$p"; else :; fi; \
                    527:        done | \
                    528:        sed -e 'p;s,.*/,,;n;h' \
                    529:            -e 's|.*|.|' \
                    530:            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
                    531:        sed 'N;N;N;s,\n, ,g' | \
                    532:        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
                    533:          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
                    534:            if ($$2 == $$4) files[d] = files[d] " " $$1; \
                    535:            else { print "f", $$3 "/" $$4, $$1; } } \
                    536:          END { for (d in files) print "f", d, files[d] }' | \
                    537:        while read type dir files; do \
                    538:            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
                    539:            test -z "$$files" || { \
                    540:            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
                    541:            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
                    542:            } \
                    543:        ; done
                    544: 
                    545: uninstall-binPROGRAMS:
                    546:        @$(NORMAL_UNINSTALL)
                    547:        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
                    548:        files=`for p in $$list; do echo "$$p"; done | \
                    549:          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
                    550:              -e 's/$$/$(EXEEXT)/' \
                    551:        `; \
                    552:        test -n "$$list" || exit 0; \
                    553:        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
                    554:        cd "$(DESTDIR)$(bindir)" && rm -f $$files
                    555: 
                    556: clean-binPROGRAMS:
                    557:        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
                    558:        echo " rm -f" $$list; \
                    559:        rm -f $$list || exit $$?; \
                    560:        test -n "$(EXEEXT)" || exit 0; \
                    561:        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
                    562:        echo " rm -f" $$list; \
                    563:        rm -f $$list
                    564: 
                    565: pt-tls-client$(EXEEXT): $(pt_tls_client_OBJECTS) $(pt_tls_client_DEPENDENCIES) $(EXTRA_pt_tls_client_DEPENDENCIES) 
                    566:        @rm -f pt-tls-client$(EXEEXT)
                    567:        $(AM_V_CCLD)$(LINK) $(pt_tls_client_OBJECTS) $(pt_tls_client_LDADD) $(LIBS)
                    568: 
                    569: mostlyclean-compile:
                    570:        -rm -f *.$(OBJEXT)
                    571: 
                    572: distclean-compile:
                    573:        -rm -f *.tab.c
                    574: 
                    575: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pt-tls-client.Po@am__quote@
                    576: 
                    577: .c.o:
                    578: @am__fastdepCC_TRUE@   $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
                    579: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
                    580: @am__fastdepCC_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
                    581: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    582: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    583: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
                    584: 
                    585: .c.obj:
                    586: @am__fastdepCC_TRUE@   $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
                    587: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
                    588: @am__fastdepCC_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
                    589: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    590: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    591: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
                    592: 
                    593: .c.lo:
                    594: @am__fastdepCC_TRUE@   $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
                    595: @am__fastdepCC_TRUE@   $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
                    596: @am__fastdepCC_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Plo
                    597: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
                    598: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    599: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
                    600: 
                    601: mostlyclean-libtool:
                    602:        -rm -f *.lo
                    603: 
                    604: clean-libtool:
                    605:        -rm -rf .libs _libs
                    606: install-man1: $(man1_MANS)
                    607:        @$(NORMAL_INSTALL)
                    608:        @list1='$(man1_MANS)'; \
                    609:        list2=''; \
                    610:        test -n "$(man1dir)" \
                    611:          && test -n "`echo $$list1$$list2`" \
                    612:          || exit 0; \
                    613:        echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
                    614:        $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
                    615:        { for i in $$list1; do echo "$$i"; done;  \
                    616:        if test -n "$$list2"; then \
                    617:          for i in $$list2; do echo "$$i"; done \
                    618:            | sed -n '/\.1[a-z]*$$/p'; \
                    619:        fi; \
                    620:        } | while read p; do \
                    621:          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
                    622:          echo "$$d$$p"; echo "$$p"; \
                    623:        done | \
                    624:        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
                    625:              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
                    626:        sed 'N;N;s,\n, ,g' | { \
                    627:        list=; while read file base inst; do \
                    628:          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
                    629:            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
                    630:            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
                    631:          fi; \
                    632:        done; \
                    633:        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
                    634:        while read files; do \
                    635:          test -z "$$files" || { \
                    636:            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
                    637:            $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
                    638:        done; }
                    639: 
                    640: uninstall-man1:
                    641:        @$(NORMAL_UNINSTALL)
                    642:        @list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \
                    643:        files=`{ for i in $$list; do echo "$$i"; done; \
                    644:        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
                    645:              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
                    646:        dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
                    647: 
                    648: ID: $(am__tagged_files)
                    649:        $(am__define_uniq_tagged_files); mkid -fID $$unique
                    650: tags: tags-am
                    651: TAGS: tags
                    652: 
                    653: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    654:        set x; \
                    655:        here=`pwd`; \
                    656:        $(am__define_uniq_tagged_files); \
                    657:        shift; \
                    658:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
                    659:          test -n "$$unique" || unique=$$empty_fix; \
                    660:          if test $$# -gt 0; then \
                    661:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    662:              "$$@" $$unique; \
                    663:          else \
                    664:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    665:              $$unique; \
                    666:          fi; \
                    667:        fi
                    668: ctags: ctags-am
                    669: 
                    670: CTAGS: ctags
                    671: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    672:        $(am__define_uniq_tagged_files); \
                    673:        test -z "$(CTAGS_ARGS)$$unique" \
                    674:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    675:             $$unique
                    676: 
                    677: GTAGS:
                    678:        here=`$(am__cd) $(top_builddir) && pwd` \
                    679:          && $(am__cd) $(top_srcdir) \
                    680:          && gtags -i $(GTAGS_ARGS) "$$here"
                    681: cscopelist: cscopelist-am
                    682: 
                    683: cscopelist-am: $(am__tagged_files)
                    684:        list='$(am__tagged_files)'; \
                    685:        case "$(srcdir)" in \
                    686:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
                    687:          *) sdir=$(subdir)/$(srcdir) ;; \
                    688:        esac; \
                    689:        for i in $$list; do \
                    690:          if test -f "$$i"; then \
                    691:            echo "$(subdir)/$$i"; \
                    692:          else \
                    693:            echo "$$sdir/$$i"; \
                    694:          fi; \
                    695:        done >> $(top_builddir)/cscope.files
                    696: 
                    697: distclean-tags:
                    698:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    699: 
                    700: distdir: $(DISTFILES)
                    701:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    702:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    703:        list='$(DISTFILES)'; \
                    704:          dist_files=`for file in $$list; do echo $$file; done | \
                    705:          sed -e "s|^$$srcdirstrip/||;t" \
                    706:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    707:        case $$dist_files in \
                    708:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    709:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    710:                           sort -u` ;; \
                    711:        esac; \
                    712:        for file in $$dist_files; do \
                    713:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    714:          if test -d $$d/$$file; then \
                    715:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    716:            if test -d "$(distdir)/$$file"; then \
                    717:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    718:            fi; \
                    719:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    720:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    721:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    722:            fi; \
                    723:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                    724:          else \
                    725:            test -f "$(distdir)/$$file" \
                    726:            || cp -p $$d/$$file "$(distdir)/$$file" \
                    727:            || exit 1; \
                    728:          fi; \
                    729:        done
                    730: check-am: all-am
                    731: check: check-am
                    732: all-am: Makefile $(PROGRAMS) $(MANS)
                    733: installdirs:
                    734:        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
                    735:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                    736:        done
                    737: install: install-am
                    738: install-exec: install-exec-am
                    739: install-data: install-data-am
                    740: uninstall: uninstall-am
                    741: 
                    742: install-am: all-am
                    743:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    744: 
                    745: installcheck: installcheck-am
                    746: install-strip:
                    747:        if test -z '$(STRIP)'; then \
                    748:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    749:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    750:              install; \
                    751:        else \
                    752:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    753:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    754:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    755:        fi
                    756: mostlyclean-generic:
                    757: 
                    758: clean-generic:
                    759:        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
                    760: 
                    761: distclean-generic:
                    762:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    763:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
                    764: 
                    765: maintainer-clean-generic:
                    766:        @echo "This command is intended for maintainers to use"
                    767:        @echo "it deletes files that may require special tools to rebuild."
                    768: clean: clean-am
                    769: 
                    770: clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
                    771: 
                    772: distclean: distclean-am
                    773:        -rm -rf ./$(DEPDIR)
                    774:        -rm -f Makefile
                    775: distclean-am: clean-am distclean-compile distclean-generic \
                    776:        distclean-tags
                    777: 
                    778: dvi: dvi-am
                    779: 
                    780: dvi-am:
                    781: 
                    782: html: html-am
                    783: 
                    784: html-am:
                    785: 
                    786: info: info-am
                    787: 
                    788: info-am:
                    789: 
                    790: install-data-am: install-man
                    791: 
                    792: install-dvi: install-dvi-am
                    793: 
                    794: install-dvi-am:
                    795: 
                    796: install-exec-am: install-binPROGRAMS
                    797: 
                    798: install-html: install-html-am
                    799: 
                    800: install-html-am:
                    801: 
                    802: install-info: install-info-am
                    803: 
                    804: install-info-am:
                    805: 
                    806: install-man: install-man1
                    807: 
                    808: install-pdf: install-pdf-am
                    809: 
                    810: install-pdf-am:
                    811: 
                    812: install-ps: install-ps-am
                    813: 
                    814: install-ps-am:
                    815: 
                    816: installcheck-am:
                    817: 
                    818: maintainer-clean: maintainer-clean-am
                    819:        -rm -rf ./$(DEPDIR)
                    820:        -rm -f Makefile
                    821: maintainer-clean-am: distclean-am maintainer-clean-generic
                    822: 
                    823: mostlyclean: mostlyclean-am
                    824: 
                    825: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
                    826:        mostlyclean-libtool
                    827: 
                    828: pdf: pdf-am
                    829: 
                    830: pdf-am:
                    831: 
                    832: ps: ps-am
                    833: 
                    834: ps-am:
                    835: 
                    836: uninstall-am: uninstall-binPROGRAMS uninstall-man
                    837: 
                    838: uninstall-man: uninstall-man1
                    839: 
                    840: .MAKE: install-am install-strip
                    841: 
                    842: .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
                    843:        clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
                    844:        ctags ctags-am distclean distclean-compile distclean-generic \
                    845:        distclean-libtool distclean-tags distdir dvi dvi-am html \
                    846:        html-am info info-am install install-am install-binPROGRAMS \
                    847:        install-data install-data-am install-dvi install-dvi-am \
                    848:        install-exec install-exec-am install-html install-html-am \
                    849:        install-info install-info-am install-man install-man1 \
                    850:        install-pdf install-pdf-am install-ps install-ps-am \
                    851:        install-strip installcheck installcheck-am installdirs \
                    852:        maintainer-clean maintainer-clean-generic mostlyclean \
                    853:        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
                    854:        pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
                    855:        uninstall-binPROGRAMS uninstall-man uninstall-man1
                    856: 
                    857: .PRECIOUS: Makefile
                    858: 
                    859: 
                    860: pt-tls-client.o :      $(top_builddir)/config.status
                    861: 
                    862: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    863: # Otherwise a system limit (for SysV at least) may be exceeded.
                    864: .NOEXPORT:

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