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