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

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