File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / Makefile.in
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:43 2020 UTC (4 years, 1 month ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_8_4p7, HEAD
Strongswan

    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: @USE_FUZZING_TRUE@am__append_1 = fuzz
   92: @USE_SCRIPTS_TRUE@am__append_2 = scripts
   93: subdir = .
   94: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   95: am__aclocal_m4_deps = $(top_srcdir)/m4/config/libtool.m4 \
   96: 	$(top_srcdir)/m4/config/ltoptions.m4 \
   97: 	$(top_srcdir)/m4/config/ltsugar.m4 \
   98: 	$(top_srcdir)/m4/config/ltversion.m4 \
   99: 	$(top_srcdir)/m4/config/lt~obsolete.m4 \
  100: 	$(top_srcdir)/m4/macros/split-package-version.m4 \
  101: 	$(top_srcdir)/m4/macros/with.m4 \
  102: 	$(top_srcdir)/m4/macros/enable-disable.m4 \
  103: 	$(top_srcdir)/m4/macros/add-plugin.m4 \
  104: 	$(top_srcdir)/configure.ac
  105: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  106: 	$(ACLOCAL_M4)
  107: DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
  108: 	$(am__configure_deps) $(am__DIST_COMMON)
  109: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  110:  configure.lineno config.status.lineno
  111: mkinstalldirs = $(install_sh) -d
  112: CONFIG_HEADER = config.h
  113: CONFIG_CLEAN_FILES =
  114: CONFIG_CLEAN_VPATH_FILES =
  115: AM_V_P = $(am__v_P_@AM_V@)
  116: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  117: am__v_P_0 = false
  118: am__v_P_1 = :
  119: AM_V_GEN = $(am__v_GEN_@AM_V@)
  120: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  121: am__v_GEN_0 = @echo "  GEN     " $@;
  122: am__v_GEN_1 = 
  123: AM_V_at = $(am__v_at_@AM_V@)
  124: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  125: am__v_at_0 = @
  126: am__v_at_1 = 
  127: SOURCES =
  128: DIST_SOURCES =
  129: RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  130: 	ctags-recursive dvi-recursive html-recursive info-recursive \
  131: 	install-data-recursive install-dvi-recursive \
  132: 	install-exec-recursive install-html-recursive \
  133: 	install-info-recursive install-pdf-recursive \
  134: 	install-ps-recursive install-recursive installcheck-recursive \
  135: 	installdirs-recursive pdf-recursive ps-recursive \
  136: 	tags-recursive uninstall-recursive
  137: am__can_run_installinfo = \
  138:   case $$AM_UPDATE_INFO_DIR in \
  139:     n|no|NO) false;; \
  140:     *) (install-info --version) >/dev/null 2>&1;; \
  141:   esac
  142: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  143: am__vpath_adj = case $$p in \
  144:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  145:     *) f=$$p;; \
  146:   esac;
  147: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  148: am__install_max = 40
  149: am__nobase_strip_setup = \
  150:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  151: am__nobase_strip = \
  152:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  153: am__nobase_list = $(am__nobase_strip_setup); \
  154:   for p in $$list; do echo "$$p $$p"; done | \
  155:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  156:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  157:     if (++n[$$2] == $(am__install_max)) \
  158:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  159:     END { for (dir in files) print dir, files[dir] }'
  160: am__base_list = \
  161:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  162:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  163: am__uninstall_files_from_dir = { \
  164:   test -z "$$files" \
  165:     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  166:     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  167:          $(am__cd) "$$dir" && rm -f $$files; }; \
  168:   }
  169: am__installdirs = "$(DESTDIR)$(config_includedir)"
  170: HEADERS = $(nodist_config_include_HEADERS)
  171: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
  172:   distclean-recursive maintainer-clean-recursive
  173: am__recursive_targets = \
  174:   $(RECURSIVE_TARGETS) \
  175:   $(RECURSIVE_CLEAN_TARGETS) \
  176:   $(am__extra_recursive_targets)
  177: AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  178: 	cscope distdir dist dist-all distcheck
  179: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
  180: 	$(LISP)config.h.in
  181: # Read a list of newline-separated strings from the standard input,
  182: # and print each of them once, without duplicates.  Input order is
  183: # *not* preserved.
  184: am__uniquify_input = $(AWK) '\
  185:   BEGIN { nonempty = 0; } \
  186:   { items[$$0] = 1; nonempty = 1; } \
  187:   END { if (nonempty) { for (i in items) print i; }; } \
  188: '
  189: # Make sure the list of sources is unique.  This is necessary because,
  190: # e.g., the same source file might be shared among _SOURCES variables
  191: # for different programs/libraries.
  192: am__define_uniq_tagged_files = \
  193:   list='$(am__tagged_files)'; \
  194:   unique=`for i in $$list; do \
  195:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  196:   done | $(am__uniquify_input)`
  197: ETAGS = etags
  198: CTAGS = ctags
  199: CSCOPE = cscope
  200: DIST_SUBDIRS = src man conf init testing fuzz scripts
  201: am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \
  202: 	COPYING ChangeLog INSTALL NEWS README TODO compile \
  203: 	config.guess config.sub depcomp install-sh ltmain.sh missing \
  204: 	ylwrap
  205: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  206: distdir = $(PACKAGE)-$(VERSION)
  207: top_distdir = $(distdir)
  208: am__remove_distdir = \
  209:   if test -d "$(distdir)"; then \
  210:     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  211:       && rm -rf "$(distdir)" \
  212:       || { sleep 5 && rm -rf "$(distdir)"; }; \
  213:   else :; fi
  214: am__post_remove_distdir = $(am__remove_distdir)
  215: am__relativize = \
  216:   dir0=`pwd`; \
  217:   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  218:   sed_rest='s,^[^/]*/*,,'; \
  219:   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  220:   sed_butlast='s,/*[^/]*$$,,'; \
  221:   while test -n "$$dir1"; do \
  222:     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  223:     if test "$$first" != "."; then \
  224:       if test "$$first" = ".."; then \
  225:         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  226:         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  227:       else \
  228:         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  229:         if test "$$first2" = "$$first"; then \
  230:           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  231:         else \
  232:           dir2="../$$dir2"; \
  233:         fi; \
  234:         dir0="$$dir0"/"$$first"; \
  235:       fi; \
  236:     fi; \
  237:     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  238:   done; \
  239:   reldir="$$dir2"
  240: DIST_ARCHIVES = $(distdir).tar.gz
  241: GZIP_ENV = --best
  242: DIST_TARGETS = dist-gzip
  243: am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  244:   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  245: distcleancheck_listfiles = find . -type f -print
  246: ACLOCAL = @ACLOCAL@
  247: ALLOCA = @ALLOCA@
  248: AMTAR = @AMTAR@
  249: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  250: AR = @AR@
  251: ATOMICLIB = @ATOMICLIB@
  252: AUTOCONF = @AUTOCONF@
  253: AUTOHEADER = @AUTOHEADER@
  254: AUTOMAKE = @AUTOMAKE@
  255: AWK = @AWK@
  256: BFDLIB = @BFDLIB@
  257: BTLIB = @BTLIB@
  258: CC = @CC@
  259: CCDEPMODE = @CCDEPMODE@
  260: CFLAGS = @CFLAGS@
  261: COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
  262: COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
  263: CPP = @CPP@
  264: CPPFLAGS = @CPPFLAGS@
  265: CYGPATH_W = @CYGPATH_W@
  266: DEFS = @DEFS@
  267: DEPDIR = @DEPDIR@
  268: DLLIB = @DLLIB@
  269: DLLTOOL = @DLLTOOL@
  270: DSYMUTIL = @DSYMUTIL@
  271: DUMPBIN = @DUMPBIN@
  272: EASY_INSTALL = @EASY_INSTALL@
  273: ECHO_C = @ECHO_C@
  274: ECHO_N = @ECHO_N@
  275: ECHO_T = @ECHO_T@
  276: EGREP = @EGREP@
  277: EXEEXT = @EXEEXT@
  278: FGREP = @FGREP@
  279: FUZZING_CFLAGS = @FUZZING_CFLAGS@
  280: FUZZING_LDFLAGS = @FUZZING_LDFLAGS@
  281: GEM = @GEM@
  282: GENHTML = @GENHTML@
  283: GPERF = @GPERF@
  284: GPERF_LEN_TYPE = @GPERF_LEN_TYPE@
  285: GPRBUILD = @GPRBUILD@
  286: GREP = @GREP@
  287: INSTALL = @INSTALL@
  288: INSTALL_DATA = @INSTALL_DATA@
  289: INSTALL_PROGRAM = @INSTALL_PROGRAM@
  290: INSTALL_SCRIPT = @INSTALL_SCRIPT@
  291: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  292: LCOV = @LCOV@
  293: LD = @LD@
  294: LDFLAGS = @LDFLAGS@
  295: LEX = @LEX@
  296: LEXLIB = @LEXLIB@
  297: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  298: LIBOBJS = @LIBOBJS@
  299: LIBS = @LIBS@
  300: LIBTOOL = @LIBTOOL@
  301: LIPO = @LIPO@
  302: LN_S = @LN_S@
  303: LTLIBOBJS = @LTLIBOBJS@
  304: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  305: MAKEINFO = @MAKEINFO@
  306: MANIFEST_TOOL = @MANIFEST_TOOL@
  307: MKDIR_P = @MKDIR_P@
  308: MYSQLCFLAG = @MYSQLCFLAG@
  309: MYSQLCONFIG = @MYSQLCONFIG@
  310: MYSQLLIB = @MYSQLLIB@
  311: NM = @NM@
  312: NMEDIT = @NMEDIT@
  313: OBJDUMP = @OBJDUMP@
  314: OBJEXT = @OBJEXT@
  315: OPENSSL_LIB = @OPENSSL_LIB@
  316: OTOOL = @OTOOL@
  317: OTOOL64 = @OTOOL64@
  318: PACKAGE = @PACKAGE@
  319: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  320: PACKAGE_NAME = @PACKAGE_NAME@
  321: PACKAGE_STRING = @PACKAGE_STRING@
  322: PACKAGE_TARNAME = @PACKAGE_TARNAME@
  323: PACKAGE_URL = @PACKAGE_URL@
  324: PACKAGE_VERSION = @PACKAGE_VERSION@
  325: PACKAGE_VERSION_BUILD = @PACKAGE_VERSION_BUILD@
  326: PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
  327: PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
  328: PACKAGE_VERSION_REVIEW = @PACKAGE_VERSION_REVIEW@
  329: PATH_SEPARATOR = @PATH_SEPARATOR@
  330: PERL = @PERL@
  331: PKG_CONFIG = @PKG_CONFIG@
  332: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  333: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  334: PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
  335: PTHREADLIB = @PTHREADLIB@
  336: PYTHON = @PYTHON@
  337: PYTHONEGGINSTALLDIR = @PYTHONEGGINSTALLDIR@
  338: PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
  339: PYTHON_PACKAGE_VERSION = @PYTHON_PACKAGE_VERSION@
  340: PYTHON_PLATFORM = @PYTHON_PLATFORM@
  341: PYTHON_PREFIX = @PYTHON_PREFIX@
  342: PYTHON_VERSION = @PYTHON_VERSION@
  343: PY_TEST = @PY_TEST@
  344: RANLIB = @RANLIB@
  345: RTLIB = @RTLIB@
  346: RUBYGEMDIR = @RUBYGEMDIR@
  347: SED = @SED@
  348: SET_MAKE = @SET_MAKE@
  349: SHELL = @SHELL@
  350: SOCKLIB = @SOCKLIB@
  351: STRIP = @STRIP@
  352: TOX = @TOX@
  353: UNWINDLIB = @UNWINDLIB@
  354: VERSION = @VERSION@
  355: YACC = @YACC@
  356: YFLAGS = @YFLAGS@
  357: abs_builddir = @abs_builddir@
  358: abs_srcdir = @abs_srcdir@
  359: abs_top_builddir = @abs_top_builddir@
  360: abs_top_srcdir = @abs_top_srcdir@
  361: ac_ct_AR = @ac_ct_AR@
  362: ac_ct_CC = @ac_ct_CC@
  363: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  364: aikgen_plugins = @aikgen_plugins@
  365: am__include = @am__include@
  366: am__leading_dot = @am__leading_dot@
  367: am__quote = @am__quote@
  368: am__tar = @am__tar@
  369: am__untar = @am__untar@
  370: attest_plugins = @attest_plugins@
  371: bindir = @bindir@
  372: botan_CFLAGS = @botan_CFLAGS@
  373: botan_LIBS = @botan_LIBS@
  374: build = @build@
  375: build_alias = @build_alias@
  376: build_cpu = @build_cpu@
  377: build_os = @build_os@
  378: build_vendor = @build_vendor@
  379: builddir = @builddir@
  380: c_plugins = @c_plugins@
  381: charon_natt_port = @charon_natt_port@
  382: charon_plugins = @charon_plugins@
  383: charon_udp_port = @charon_udp_port@
  384: clearsilver_LIBS = @clearsilver_LIBS@
  385: cmd_plugins = @cmd_plugins@
  386: datadir = @datadir@
  387: datarootdir = @datarootdir@
  388: dbusdatadir = @dbusdatadir@
  389: dbuspolicydir = @dbuspolicydir@
  390: dev_headers = @dev_headers@
  391: docdir = @docdir@
  392: dvidir = @dvidir@
  393: exec_prefix = @exec_prefix@
  394: fips_mode = @fips_mode@
  395: fuzz_plugins = @fuzz_plugins@
  396: host = @host@
  397: host_alias = @host_alias@
  398: host_cpu = @host_cpu@
  399: host_os = @host_os@
  400: host_vendor = @host_vendor@
  401: htmldir = @htmldir@
  402: imcvdir = @imcvdir@
  403: includedir = @includedir@
  404: infodir = @infodir@
  405: install_sh = @install_sh@
  406: ipsec_script = @ipsec_script@
  407: ipsec_script_upper = @ipsec_script_upper@
  408: ipsecdir = @ipsecdir@
  409: ipsecgroup = @ipsecgroup@
  410: ipseclibdir = @ipseclibdir@
  411: ipsecuser = @ipsecuser@
  412: json_CFLAGS = @json_CFLAGS@
  413: json_LIBS = @json_LIBS@
  414: libdir = @libdir@
  415: libexecdir = @libexecdir@
  416: libfuzzer = @libfuzzer@
  417: libiptc_CFLAGS = @libiptc_CFLAGS@
  418: libiptc_LIBS = @libiptc_LIBS@
  419: linux_headers = @linux_headers@
  420: localedir = @localedir@
  421: localstatedir = @localstatedir@
  422: manager_plugins = @manager_plugins@
  423: mandir = @mandir@
  424: medsrv_plugins = @medsrv_plugins@
  425: mkdir_p = @mkdir_p@
  426: nm_CFLAGS = @nm_CFLAGS@
  427: nm_LIBS = @nm_LIBS@
  428: nm_ca_dir = @nm_ca_dir@
  429: nm_plugins = @nm_plugins@
  430: oldincludedir = @oldincludedir@
  431: p_plugins = @p_plugins@
  432: pcsclite_CFLAGS = @pcsclite_CFLAGS@
  433: pcsclite_LIBS = @pcsclite_LIBS@
  434: pdfdir = @pdfdir@
  435: piddir = @piddir@
  436: pkgpyexecdir = @pkgpyexecdir@
  437: pkgpythondir = @pkgpythondir@
  438: pki_plugins = @pki_plugins@
  439: plugindir = @plugindir@
  440: pool_plugins = @pool_plugins@
  441: prefix = @prefix@
  442: program_transform_name = @program_transform_name@
  443: psdir = @psdir@
  444: pyexecdir = @pyexecdir@
  445: pythondir = @pythondir@
  446: random_device = @random_device@
  447: resolv_conf = @resolv_conf@
  448: routing_table = @routing_table@
  449: routing_table_prio = @routing_table_prio@
  450: runstatedir = @runstatedir@
  451: s_plugins = @s_plugins@
  452: sbindir = @sbindir@
  453: scepclient_plugins = @scepclient_plugins@
  454: scripts_plugins = @scripts_plugins@
  455: sharedstatedir = @sharedstatedir@
  456: soup_CFLAGS = @soup_CFLAGS@
  457: soup_LIBS = @soup_LIBS@
  458: srcdir = @srcdir@
  459: starter_plugins = @starter_plugins@
  460: strongswan_conf = @strongswan_conf@
  461: strongswan_options = @strongswan_options@
  462: swanctldir = @swanctldir@
  463: sysconfdir = @sysconfdir@
  464: systemd_CFLAGS = @systemd_CFLAGS@
  465: systemd_LIBS = @systemd_LIBS@
  466: systemd_daemon_CFLAGS = @systemd_daemon_CFLAGS@
  467: systemd_daemon_LIBS = @systemd_daemon_LIBS@
  468: systemd_journal_CFLAGS = @systemd_journal_CFLAGS@
  469: systemd_journal_LIBS = @systemd_journal_LIBS@
  470: systemdsystemunitdir = @systemdsystemunitdir@
  471: t_plugins = @t_plugins@
  472: target_alias = @target_alias@
  473: top_build_prefix = @top_build_prefix@
  474: top_builddir = @top_builddir@
  475: top_srcdir = @top_srcdir@
  476: tss2_CFLAGS = @tss2_CFLAGS@
  477: tss2_LIBS = @tss2_LIBS@
  478: tss2_esys_CFLAGS = @tss2_esys_CFLAGS@
  479: tss2_esys_LIBS = @tss2_esys_LIBS@
  480: tss2_socket_CFLAGS = @tss2_socket_CFLAGS@
  481: tss2_socket_LIBS = @tss2_socket_LIBS@
  482: tss2_sys_CFLAGS = @tss2_sys_CFLAGS@
  483: tss2_sys_LIBS = @tss2_sys_LIBS@
  484: tss2_tabrmd_CFLAGS = @tss2_tabrmd_CFLAGS@
  485: tss2_tabrmd_LIBS = @tss2_tabrmd_LIBS@
  486: urandom_device = @urandom_device@
  487: wolfssl_CFLAGS = @wolfssl_CFLAGS@
  488: wolfssl_LIBS = @wolfssl_LIBS@
  489: xml_CFLAGS = @xml_CFLAGS@
  490: xml_LIBS = @xml_LIBS@
  491: SUBDIRS = src man conf init testing $(am__append_1) $(am__append_2)
  492: @USE_SILENT_RULES_TRUE@AM_MAKEFLAGS = -s
  493: ACLOCAL_AMFLAGS = -I m4/config
  494: EXTRA_DIST = Doxyfile.in LICENSE Android.common.mk.in Android.common.mk Android.mk
  495: CLEANFILES = Doxyfile
  496: BUILT_SOURCES = Android.common.mk
  497: MAINTAINERCLEANFILES = Android.common.mk
  498: @USE_DEV_HEADERS_TRUE@config_includedir = $(ipseclibdir)/include
  499: @USE_DEV_HEADERS_TRUE@nodist_config_include_HEADERS = config.h
  500: 
  501: # we can't (and shouldn't) install/uninstall system files during make distcheck,
  502: # so override the autodetected path for systemd units
  503: AM_DISTCHECK_CONFIGURE_FLAGS = \
  504: 	--with-systemdsystemunitdir='$$(prefix)/lib/systemd/system'
  505: 
  506: 
  507: # we leave config files behind intentionally so prevent distcheck from complaining
  508: distuninstallcheck_listfiles = find . -type f \! -name '*.conf' \! -name '*.secrets' -print
  509: all: $(BUILT_SOURCES) config.h
  510: 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
  511: 
  512: .SUFFIXES:
  513: am--refresh: Makefile
  514: 	@:
  515: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  516: 	@for dep in $?; do \
  517: 	  case '$(am__configure_deps)' in \
  518: 	    *$$dep*) \
  519: 	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
  520: 	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
  521: 		&& exit 0; \
  522: 	      exit 1;; \
  523: 	  esac; \
  524: 	done; \
  525: 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
  526: 	$(am__cd) $(top_srcdir) && \
  527: 	  $(AUTOMAKE) --gnu Makefile
  528: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  529: 	@case '$?' in \
  530: 	  *config.status*) \
  531: 	    echo ' $(SHELL) ./config.status'; \
  532: 	    $(SHELL) ./config.status;; \
  533: 	  *) \
  534: 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  535: 	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  536: 	esac;
  537: 
  538: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  539: 	$(SHELL) ./config.status --recheck
  540: 
  541: $(top_srcdir)/configure:  $(am__configure_deps)
  542: 	$(am__cd) $(srcdir) && $(AUTOCONF)
  543: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  544: 	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  545: $(am__aclocal_m4_deps):
  546: 
  547: config.h: stamp-h1
  548: 	@test -f $@ || rm -f stamp-h1
  549: 	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
  550: 
  551: stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  552: 	@rm -f stamp-h1
  553: 	cd $(top_builddir) && $(SHELL) ./config.status config.h
  554: $(srcdir)/config.h.in:  $(am__configure_deps) 
  555: 	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  556: 	rm -f stamp-h1
  557: 	touch $@
  558: 
  559: distclean-hdr:
  560: 	-rm -f config.h stamp-h1
  561: 
  562: mostlyclean-libtool:
  563: 	-rm -f *.lo
  564: 
  565: clean-libtool:
  566: 	-rm -rf .libs _libs
  567: 
  568: distclean-libtool:
  569: 	-rm -f libtool config.lt
  570: install-nodist_config_includeHEADERS: $(nodist_config_include_HEADERS)
  571: 	@$(NORMAL_INSTALL)
  572: 	@list='$(nodist_config_include_HEADERS)'; test -n "$(config_includedir)" || list=; \
  573: 	if test -n "$$list"; then \
  574: 	  echo " $(MKDIR_P) '$(DESTDIR)$(config_includedir)'"; \
  575: 	  $(MKDIR_P) "$(DESTDIR)$(config_includedir)" || exit 1; \
  576: 	fi; \
  577: 	for p in $$list; do \
  578: 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  579: 	  echo "$$d$$p"; \
  580: 	done | $(am__base_list) | \
  581: 	while read files; do \
  582: 	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(config_includedir)'"; \
  583: 	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(config_includedir)" || exit $$?; \
  584: 	done
  585: 
  586: uninstall-nodist_config_includeHEADERS:
  587: 	@$(NORMAL_UNINSTALL)
  588: 	@list='$(nodist_config_include_HEADERS)'; test -n "$(config_includedir)" || list=; \
  589: 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  590: 	dir='$(DESTDIR)$(config_includedir)'; $(am__uninstall_files_from_dir)
  591: 
  592: # This directory's subdirectories are mostly independent; you can cd
  593: # into them and run 'make' without going through this Makefile.
  594: # To change the values of 'make' variables: instead of editing Makefiles,
  595: # (1) if the variable is set in 'config.status', edit 'config.status'
  596: #     (which will cause the Makefiles to be regenerated when you run 'make');
  597: # (2) otherwise, pass the desired values on the 'make' command line.
  598: $(am__recursive_targets):
  599: 	@fail=; \
  600: 	if $(am__make_keepgoing); then \
  601: 	  failcom='fail=yes'; \
  602: 	else \
  603: 	  failcom='exit 1'; \
  604: 	fi; \
  605: 	dot_seen=no; \
  606: 	target=`echo $@ | sed s/-recursive//`; \
  607: 	case "$@" in \
  608: 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  609: 	  *) list='$(SUBDIRS)' ;; \
  610: 	esac; \
  611: 	for subdir in $$list; do \
  612: 	  echo "Making $$target in $$subdir"; \
  613: 	  if test "$$subdir" = "."; then \
  614: 	    dot_seen=yes; \
  615: 	    local_target="$$target-am"; \
  616: 	  else \
  617: 	    local_target="$$target"; \
  618: 	  fi; \
  619: 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  620: 	  || eval $$failcom; \
  621: 	done; \
  622: 	if test "$$dot_seen" = "no"; then \
  623: 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  624: 	fi; test -z "$$fail"
  625: 
  626: ID: $(am__tagged_files)
  627: 	$(am__define_uniq_tagged_files); mkid -fID $$unique
  628: tags: tags-recursive
  629: TAGS: tags
  630: 
  631: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  632: 	set x; \
  633: 	here=`pwd`; \
  634: 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  635: 	  include_option=--etags-include; \
  636: 	  empty_fix=.; \
  637: 	else \
  638: 	  include_option=--include; \
  639: 	  empty_fix=; \
  640: 	fi; \
  641: 	list='$(SUBDIRS)'; for subdir in $$list; do \
  642: 	  if test "$$subdir" = .; then :; else \
  643: 	    test ! -f $$subdir/TAGS || \
  644: 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  645: 	  fi; \
  646: 	done; \
  647: 	$(am__define_uniq_tagged_files); \
  648: 	shift; \
  649: 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  650: 	  test -n "$$unique" || unique=$$empty_fix; \
  651: 	  if test $$# -gt 0; then \
  652: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  653: 	      "$$@" $$unique; \
  654: 	  else \
  655: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  656: 	      $$unique; \
  657: 	  fi; \
  658: 	fi
  659: ctags: ctags-recursive
  660: 
  661: CTAGS: ctags
  662: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  663: 	$(am__define_uniq_tagged_files); \
  664: 	test -z "$(CTAGS_ARGS)$$unique" \
  665: 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  666: 	     $$unique
  667: 
  668: GTAGS:
  669: 	here=`$(am__cd) $(top_builddir) && pwd` \
  670: 	  && $(am__cd) $(top_srcdir) \
  671: 	  && gtags -i $(GTAGS_ARGS) "$$here"
  672: cscope: cscope.files
  673: 	test ! -s cscope.files \
  674: 	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  675: clean-cscope:
  676: 	-rm -f cscope.files
  677: cscope.files: clean-cscope cscopelist
  678: cscopelist: cscopelist-recursive
  679: 
  680: cscopelist-am: $(am__tagged_files)
  681: 	list='$(am__tagged_files)'; \
  682: 	case "$(srcdir)" in \
  683: 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  684: 	  *) sdir=$(subdir)/$(srcdir) ;; \
  685: 	esac; \
  686: 	for i in $$list; do \
  687: 	  if test -f "$$i"; then \
  688: 	    echo "$(subdir)/$$i"; \
  689: 	  else \
  690: 	    echo "$$sdir/$$i"; \
  691: 	  fi; \
  692: 	done >> $(top_builddir)/cscope.files
  693: 
  694: distclean-tags:
  695: 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  696: 	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  697: 
  698: distdir: $(DISTFILES)
  699: 	$(am__remove_distdir)
  700: 	test -d "$(distdir)" || mkdir "$(distdir)"
  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: 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  731: 	  if test "$$subdir" = .; then :; else \
  732: 	    $(am__make_dryrun) \
  733: 	      || test -d "$(distdir)/$$subdir" \
  734: 	      || $(MKDIR_P) "$(distdir)/$$subdir" \
  735: 	      || exit 1; \
  736: 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  737: 	    $(am__relativize); \
  738: 	    new_distdir=$$reldir; \
  739: 	    dir1=$$subdir; dir2="$(top_distdir)"; \
  740: 	    $(am__relativize); \
  741: 	    new_top_distdir=$$reldir; \
  742: 	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  743: 	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  744: 	    ($(am__cd) $$subdir && \
  745: 	      $(MAKE) $(AM_MAKEFLAGS) \
  746: 	        top_distdir="$$new_top_distdir" \
  747: 	        distdir="$$new_distdir" \
  748: 		am__remove_distdir=: \
  749: 		am__skip_length_check=: \
  750: 		am__skip_mode_fix=: \
  751: 	        distdir) \
  752: 	      || exit 1; \
  753: 	  fi; \
  754: 	done
  755: 	-test -n "$(am__skip_mode_fix)" \
  756: 	|| find "$(distdir)" -type d ! -perm -755 \
  757: 		-exec chmod u+rwx,go+rx {} \; -o \
  758: 	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  759: 	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  760: 	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  761: 	|| chmod -R a+r "$(distdir)"
  762: dist-gzip: distdir
  763: 	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
  764: 	$(am__post_remove_distdir)
  765: 
  766: dist-bzip2: distdir
  767: 	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  768: 	$(am__post_remove_distdir)
  769: 
  770: dist-lzip: distdir
  771: 	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  772: 	$(am__post_remove_distdir)
  773: 
  774: dist-xz: distdir
  775: 	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  776: 	$(am__post_remove_distdir)
  777: 
  778: dist-tarZ: distdir
  779: 	@echo WARNING: "Support for distribution archives compressed with" \
  780: 		       "legacy program 'compress' is deprecated." >&2
  781: 	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  782: 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  783: 	$(am__post_remove_distdir)
  784: 
  785: dist-shar: distdir
  786: 	@echo WARNING: "Support for shar distribution archives is" \
  787: 	               "deprecated." >&2
  788: 	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  789: 	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
  790: 	$(am__post_remove_distdir)
  791: 
  792: dist-zip: distdir
  793: 	-rm -f $(distdir).zip
  794: 	zip -rq $(distdir).zip $(distdir)
  795: 	$(am__post_remove_distdir)
  796: 
  797: dist dist-all:
  798: 	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  799: 	$(am__post_remove_distdir)
  800: 
  801: # This target untars the dist file and tries a VPATH configuration.  Then
  802: # it guarantees that the distribution is self-contained by making another
  803: # tarfile.
  804: distcheck: dist
  805: 	case '$(DIST_ARCHIVES)' in \
  806: 	*.tar.gz*) \
  807: 	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
  808: 	*.tar.bz2*) \
  809: 	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  810: 	*.tar.lz*) \
  811: 	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  812: 	*.tar.xz*) \
  813: 	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  814: 	*.tar.Z*) \
  815: 	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  816: 	*.shar.gz*) \
  817: 	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
  818: 	*.zip*) \
  819: 	  unzip $(distdir).zip ;;\
  820: 	esac
  821: 	chmod -R a-w $(distdir)
  822: 	chmod u+w $(distdir)
  823: 	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
  824: 	chmod a-w $(distdir)
  825: 	test -d $(distdir)/_build || exit 0; \
  826: 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  827: 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  828: 	  && am__cwd=`pwd` \
  829: 	  && $(am__cd) $(distdir)/_build/sub \
  830: 	  && ../../configure \
  831: 	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  832: 	    $(DISTCHECK_CONFIGURE_FLAGS) \
  833: 	    --srcdir=../.. --prefix="$$dc_install_base" \
  834: 	  && $(MAKE) $(AM_MAKEFLAGS) \
  835: 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
  836: 	  && $(MAKE) $(AM_MAKEFLAGS) check \
  837: 	  && $(MAKE) $(AM_MAKEFLAGS) install \
  838: 	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  839: 	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  840: 	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  841: 	        distuninstallcheck \
  842: 	  && chmod -R a-w "$$dc_install_base" \
  843: 	  && ({ \
  844: 	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  845: 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  846: 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  847: 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  848: 	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  849: 	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
  850: 	  && rm -rf "$$dc_destdir" \
  851: 	  && $(MAKE) $(AM_MAKEFLAGS) dist \
  852: 	  && rm -rf $(DIST_ARCHIVES) \
  853: 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  854: 	  && cd "$$am__cwd" \
  855: 	  || exit 1
  856: 	$(am__post_remove_distdir)
  857: 	@(echo "$(distdir) archives ready for distribution: "; \
  858: 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  859: 	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  860: distuninstallcheck:
  861: 	@test -n '$(distuninstallcheck_dir)' || { \
  862: 	  echo 'ERROR: trying to run $@ with an empty' \
  863: 	       '$$(distuninstallcheck_dir)' >&2; \
  864: 	  exit 1; \
  865: 	}; \
  866: 	$(am__cd) '$(distuninstallcheck_dir)' || { \
  867: 	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  868: 	  exit 1; \
  869: 	}; \
  870: 	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  871: 	   || { echo "ERROR: files left after uninstall:" ; \
  872: 	        if test -n "$(DESTDIR)"; then \
  873: 	          echo "  (check DESTDIR support)"; \
  874: 	        fi ; \
  875: 	        $(distuninstallcheck_listfiles) ; \
  876: 	        exit 1; } >&2
  877: distcleancheck: distclean
  878: 	@if test '$(srcdir)' = . ; then \
  879: 	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  880: 	  exit 1 ; \
  881: 	fi
  882: 	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  883: 	  || { echo "ERROR: files left in build directory after distclean:" ; \
  884: 	       $(distcleancheck_listfiles) ; \
  885: 	       exit 1; } >&2
  886: check-am: all-am
  887: check: $(BUILT_SOURCES)
  888: 	$(MAKE) $(AM_MAKEFLAGS) check-recursive
  889: all-am: Makefile $(HEADERS) config.h
  890: installdirs: installdirs-recursive
  891: installdirs-am:
  892: 	for dir in "$(DESTDIR)$(config_includedir)"; do \
  893: 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  894: 	done
  895: install: $(BUILT_SOURCES)
  896: 	$(MAKE) $(AM_MAKEFLAGS) install-recursive
  897: install-exec: install-exec-recursive
  898: install-data: install-data-recursive
  899: uninstall: uninstall-recursive
  900: 
  901: install-am: all-am
  902: 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  903: 
  904: installcheck: installcheck-recursive
  905: install-strip:
  906: 	if test -z '$(STRIP)'; then \
  907: 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  908: 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  909: 	      install; \
  910: 	else \
  911: 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  912: 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  913: 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  914: 	fi
  915: mostlyclean-generic:
  916: 
  917: clean-generic:
  918: 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  919: 
  920: distclean-generic:
  921: 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  922: 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  923: 
  924: maintainer-clean-generic:
  925: 	@echo "This command is intended for maintainers to use"
  926: 	@echo "it deletes files that may require special tools to rebuild."
  927: 	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  928: 	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  929: clean: clean-recursive
  930: 
  931: clean-am: clean-generic clean-libtool clean-local mostlyclean-am
  932: 
  933: distclean: distclean-recursive
  934: 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
  935: 	-rm -f Makefile
  936: distclean-am: clean-am distclean-generic distclean-hdr \
  937: 	distclean-libtool distclean-tags
  938: 
  939: dvi: dvi-recursive
  940: 
  941: dvi-am:
  942: 
  943: html: html-recursive
  944: 
  945: html-am:
  946: 
  947: info: info-recursive
  948: 
  949: info-am:
  950: 
  951: install-data-am: install-nodist_config_includeHEADERS
  952: 
  953: install-dvi: install-dvi-recursive
  954: 
  955: install-dvi-am:
  956: 
  957: install-exec-am:
  958: 
  959: install-html: install-html-recursive
  960: 
  961: install-html-am:
  962: 
  963: install-info: install-info-recursive
  964: 
  965: install-info-am:
  966: 
  967: install-man:
  968: 
  969: install-pdf: install-pdf-recursive
  970: 
  971: install-pdf-am:
  972: 
  973: install-ps: install-ps-recursive
  974: 
  975: install-ps-am:
  976: 
  977: installcheck-am:
  978: 
  979: maintainer-clean: maintainer-clean-recursive
  980: 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
  981: 	-rm -rf $(top_srcdir)/autom4te.cache
  982: 	-rm -f Makefile
  983: maintainer-clean-am: distclean-am maintainer-clean-generic
  984: 
  985: mostlyclean: mostlyclean-recursive
  986: 
  987: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  988: 
  989: pdf: pdf-recursive
  990: 
  991: pdf-am:
  992: 
  993: ps: ps-recursive
  994: 
  995: ps-am:
  996: 
  997: uninstall-am: uninstall-nodist_config_includeHEADERS
  998: 
  999: .MAKE: $(am__recursive_targets) all check install install-am \
 1000: 	install-strip
 1001: 
 1002: .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
 1003: 	am--refresh check check-am clean clean-cscope clean-generic \
 1004: 	clean-libtool clean-local cscope cscopelist-am ctags ctags-am \
 1005: 	dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \
 1006: 	dist-tarZ dist-xz dist-zip distcheck distclean \
 1007: 	distclean-generic distclean-hdr distclean-libtool \
 1008: 	distclean-tags distcleancheck distdir distuninstallcheck dvi \
 1009: 	dvi-am html html-am info info-am install install-am \
 1010: 	install-data install-data-am install-dvi install-dvi-am \
 1011: 	install-exec install-exec-am install-html install-html-am \
 1012: 	install-info install-info-am install-man \
 1013: 	install-nodist_config_includeHEADERS install-pdf \
 1014: 	install-pdf-am install-ps install-ps-am install-strip \
 1015: 	installcheck installcheck-am installdirs installdirs-am \
 1016: 	maintainer-clean maintainer-clean-generic mostlyclean \
 1017: 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 1018: 	tags tags-am uninstall uninstall-am \
 1019: 	uninstall-nodist_config_includeHEADERS
 1020: 
 1021: .PRECIOUS: Makefile
 1022: 
 1023: 
 1024: Android.common.mk :	Android.common.mk.in configure.ac
 1025: 		$(AM_V_GEN) \
 1026: 		sed \
 1027: 		-e "s:\@PACKAGE_VERSION\@:$(PACKAGE_VERSION):" \
 1028: 		$(srcdir)/$@.in > $@
 1029: 
 1030: Doxyfile :	Doxyfile.in
 1031: 		$(AM_V_GEN) \
 1032: 		sed \
 1033: 		-e "s:\@PACKAGE_VERSION\@:$(PACKAGE_VERSION):" \
 1034: 		-e "s:\@PACKAGE_NAME\@:$(PACKAGE_NAME):" \
 1035: 		-e "s:\@SRC_DIR\@:$(srcdir):g" \
 1036: 		$(srcdir)/$@.in > $@
 1037: 
 1038: apidoc :	Doxyfile
 1039: 		@test -d apidoc || doxygen
 1040: 		@! find Doxyfile $(top_srcdir)/src/ \( -name '*.h' -o -name '*.md' \) -newer apidoc | \
 1041: 			grep -q '' || doxygen && touch apidoc
 1042: 
 1043: cov-reset-common:
 1044: 		@rm -rf $(top_builddir)/coverage
 1045: 		@find $(top_builddir)/src $(top_builddir)/scripts -name "*.gcda" -delete
 1046: 
 1047: @COVERAGE_TRUE@cov-reset: cov-reset-common
 1048: @COVERAGE_TRUE@		@lcov --zerocounters --directory $(top_builddir)
 1049: 
 1050: @COVERAGE_TRUE@cov-report:
 1051: @COVERAGE_TRUE@		@mkdir $(top_builddir)/coverage
 1052: @COVERAGE_TRUE@		lcov -c -o $(top_builddir)/coverage/coverage.info -d $(top_builddir) \
 1053: @COVERAGE_TRUE@			 --rc lcov_branch_coverage=1
 1054: @COVERAGE_TRUE@		lcov -r $(top_builddir)/coverage/coverage.info '*/tests/*' '*/suites/*' '/usr*' \
 1055: @COVERAGE_TRUE@			 -o $(abs_top_builddir)/coverage/coverage.cleaned.info \
 1056: @COVERAGE_TRUE@			 --rc lcov_branch_coverage=1
 1057: @COVERAGE_TRUE@		genhtml --num-spaces 4 --legend --branch-coverage --ignore-errors source \
 1058: @COVERAGE_TRUE@				-t "$(PACKAGE_STRING)" \
 1059: @COVERAGE_TRUE@				-o $(top_builddir)/coverage/html \
 1060: @COVERAGE_TRUE@				-p `readlink -m $(abs_top_srcdir)`/src \
 1061: @COVERAGE_TRUE@				$(top_builddir)/coverage/coverage.cleaned.info
 1062: @COVERAGE_TRUE@		@echo "Coverage Report at $(top_builddir)/coverage/html" >&2
 1063: 
 1064: @COVERAGE_TRUE@coverage:
 1065: @COVERAGE_TRUE@		@$(MAKE) cov-reset
 1066: @COVERAGE_TRUE@		@$(MAKE) check
 1067: @COVERAGE_TRUE@		@$(MAKE) cov-report
 1068: @COVERAGE_FALSE@coverage:
 1069: @COVERAGE_FALSE@		@echo "reconfigure with --enable-coverage"
 1070: 
 1071: clean-local: cov-reset-common
 1072: 		@find $(top_builddir)/src $(top_builddir)/scripts -name "*.gcno" -delete
 1073: 		@rm -rf apidoc
 1074: 
 1075: .PHONY: cov-reset-common cov-reset cov-report coverage apidoc
 1076: 
 1077: # Tell versions [3.59,3.63) of GNU make to not export all variables.
 1078: # Otherwise a system limit (for SysV at least) may be exceeded.
 1079: .NOEXPORT:

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