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

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