Annotation of embedaddon/strongswan/src/libstrongswan/plugins/openssl/Makefile.in, revision 1.1.1.2

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

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