Annotation of embedaddon/strongswan/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@
                     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@
1.1.1.2 ! misho     283: GIT_VERSION = @GIT_VERSION@
1.1       misho     284: GPERF = @GPERF@
                    285: GPERF_LEN_TYPE = @GPERF_LEN_TYPE@
                    286: GPRBUILD = @GPRBUILD@
                    287: GREP = @GREP@
                    288: INSTALL = @INSTALL@
                    289: INSTALL_DATA = @INSTALL_DATA@
                    290: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    291: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    292: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    293: LCOV = @LCOV@
                    294: LD = @LD@
                    295: LDFLAGS = @LDFLAGS@
                    296: LEX = @LEX@
                    297: LEXLIB = @LEXLIB@
                    298: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
                    299: LIBOBJS = @LIBOBJS@
                    300: LIBS = @LIBS@
                    301: LIBTOOL = @LIBTOOL@
                    302: LIPO = @LIPO@
                    303: LN_S = @LN_S@
                    304: LTLIBOBJS = @LTLIBOBJS@
                    305: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
                    306: MAKEINFO = @MAKEINFO@
                    307: MANIFEST_TOOL = @MANIFEST_TOOL@
                    308: MKDIR_P = @MKDIR_P@
                    309: MYSQLCFLAG = @MYSQLCFLAG@
                    310: MYSQLCONFIG = @MYSQLCONFIG@
                    311: MYSQLLIB = @MYSQLLIB@
                    312: NM = @NM@
                    313: NMEDIT = @NMEDIT@
                    314: OBJDUMP = @OBJDUMP@
                    315: OBJEXT = @OBJEXT@
                    316: OPENSSL_LIB = @OPENSSL_LIB@
                    317: OTOOL = @OTOOL@
                    318: OTOOL64 = @OTOOL64@
                    319: PACKAGE = @PACKAGE@
                    320: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    321: PACKAGE_NAME = @PACKAGE_NAME@
                    322: PACKAGE_STRING = @PACKAGE_STRING@
                    323: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    324: PACKAGE_URL = @PACKAGE_URL@
                    325: PACKAGE_VERSION = @PACKAGE_VERSION@
                    326: PACKAGE_VERSION_BUILD = @PACKAGE_VERSION_BUILD@
                    327: PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
                    328: PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
                    329: PACKAGE_VERSION_REVIEW = @PACKAGE_VERSION_REVIEW@
                    330: PATH_SEPARATOR = @PATH_SEPARATOR@
                    331: PERL = @PERL@
                    332: PKG_CONFIG = @PKG_CONFIG@
                    333: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
                    334: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
                    335: PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
                    336: PTHREADLIB = @PTHREADLIB@
                    337: PYTHON = @PYTHON@
                    338: PYTHONEGGINSTALLDIR = @PYTHONEGGINSTALLDIR@
                    339: PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
                    340: PYTHON_PACKAGE_VERSION = @PYTHON_PACKAGE_VERSION@
                    341: PYTHON_PLATFORM = @PYTHON_PLATFORM@
                    342: PYTHON_PREFIX = @PYTHON_PREFIX@
                    343: PYTHON_VERSION = @PYTHON_VERSION@
                    344: PY_TEST = @PY_TEST@
                    345: RANLIB = @RANLIB@
                    346: RTLIB = @RTLIB@
                    347: RUBYGEMDIR = @RUBYGEMDIR@
                    348: SED = @SED@
                    349: SET_MAKE = @SET_MAKE@
                    350: SHELL = @SHELL@
                    351: SOCKLIB = @SOCKLIB@
                    352: STRIP = @STRIP@
                    353: TOX = @TOX@
                    354: UNWINDLIB = @UNWINDLIB@
                    355: VERSION = @VERSION@
                    356: YACC = @YACC@
                    357: YFLAGS = @YFLAGS@
                    358: abs_builddir = @abs_builddir@
                    359: abs_srcdir = @abs_srcdir@
                    360: abs_top_builddir = @abs_top_builddir@
                    361: abs_top_srcdir = @abs_top_srcdir@
                    362: ac_ct_AR = @ac_ct_AR@
                    363: ac_ct_CC = @ac_ct_CC@
                    364: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
                    365: aikgen_plugins = @aikgen_plugins@
                    366: am__include = @am__include@
                    367: am__leading_dot = @am__leading_dot@
                    368: am__quote = @am__quote@
                    369: am__tar = @am__tar@
                    370: am__untar = @am__untar@
                    371: attest_plugins = @attest_plugins@
                    372: bindir = @bindir@
                    373: botan_CFLAGS = @botan_CFLAGS@
                    374: botan_LIBS = @botan_LIBS@
                    375: build = @build@
                    376: build_alias = @build_alias@
                    377: build_cpu = @build_cpu@
                    378: build_os = @build_os@
                    379: build_vendor = @build_vendor@
                    380: builddir = @builddir@
                    381: c_plugins = @c_plugins@
                    382: charon_natt_port = @charon_natt_port@
                    383: charon_plugins = @charon_plugins@
                    384: charon_udp_port = @charon_udp_port@
                    385: clearsilver_LIBS = @clearsilver_LIBS@
                    386: cmd_plugins = @cmd_plugins@
                    387: datadir = @datadir@
                    388: datarootdir = @datarootdir@
                    389: dbusdatadir = @dbusdatadir@
                    390: dbuspolicydir = @dbuspolicydir@
                    391: dev_headers = @dev_headers@
                    392: docdir = @docdir@
                    393: dvidir = @dvidir@
                    394: exec_prefix = @exec_prefix@
                    395: fips_mode = @fips_mode@
                    396: fuzz_plugins = @fuzz_plugins@
                    397: host = @host@
                    398: host_alias = @host_alias@
                    399: host_cpu = @host_cpu@
                    400: host_os = @host_os@
                    401: host_vendor = @host_vendor@
                    402: htmldir = @htmldir@
                    403: imcvdir = @imcvdir@
                    404: includedir = @includedir@
                    405: infodir = @infodir@
                    406: install_sh = @install_sh@
                    407: ipsec_script = @ipsec_script@
                    408: ipsec_script_upper = @ipsec_script_upper@
                    409: ipsecdir = @ipsecdir@
                    410: ipsecgroup = @ipsecgroup@
                    411: ipseclibdir = @ipseclibdir@
                    412: ipsecuser = @ipsecuser@
                    413: json_CFLAGS = @json_CFLAGS@
                    414: json_LIBS = @json_LIBS@
                    415: libdir = @libdir@
                    416: libexecdir = @libexecdir@
                    417: libfuzzer = @libfuzzer@
                    418: libiptc_CFLAGS = @libiptc_CFLAGS@
                    419: libiptc_LIBS = @libiptc_LIBS@
                    420: linux_headers = @linux_headers@
                    421: localedir = @localedir@
                    422: localstatedir = @localstatedir@
                    423: manager_plugins = @manager_plugins@
                    424: mandir = @mandir@
                    425: medsrv_plugins = @medsrv_plugins@
                    426: mkdir_p = @mkdir_p@
                    427: nm_CFLAGS = @nm_CFLAGS@
                    428: nm_LIBS = @nm_LIBS@
                    429: nm_ca_dir = @nm_ca_dir@
                    430: nm_plugins = @nm_plugins@
                    431: oldincludedir = @oldincludedir@
                    432: p_plugins = @p_plugins@
                    433: pcsclite_CFLAGS = @pcsclite_CFLAGS@
                    434: pcsclite_LIBS = @pcsclite_LIBS@
                    435: pdfdir = @pdfdir@
                    436: piddir = @piddir@
                    437: pkgpyexecdir = @pkgpyexecdir@
                    438: pkgpythondir = @pkgpythondir@
                    439: pki_plugins = @pki_plugins@
                    440: plugindir = @plugindir@
                    441: pool_plugins = @pool_plugins@
                    442: prefix = @prefix@
                    443: program_transform_name = @program_transform_name@
                    444: psdir = @psdir@
                    445: pyexecdir = @pyexecdir@
                    446: pythondir = @pythondir@
                    447: random_device = @random_device@
                    448: resolv_conf = @resolv_conf@
                    449: routing_table = @routing_table@
                    450: routing_table_prio = @routing_table_prio@
                    451: runstatedir = @runstatedir@
                    452: s_plugins = @s_plugins@
                    453: sbindir = @sbindir@
                    454: scepclient_plugins = @scepclient_plugins@
                    455: scripts_plugins = @scripts_plugins@
                    456: sharedstatedir = @sharedstatedir@
                    457: soup_CFLAGS = @soup_CFLAGS@
                    458: soup_LIBS = @soup_LIBS@
                    459: srcdir = @srcdir@
                    460: starter_plugins = @starter_plugins@
                    461: strongswan_conf = @strongswan_conf@
                    462: strongswan_options = @strongswan_options@
                    463: swanctldir = @swanctldir@
                    464: sysconfdir = @sysconfdir@
                    465: systemd_CFLAGS = @systemd_CFLAGS@
                    466: systemd_LIBS = @systemd_LIBS@
                    467: systemd_daemon_CFLAGS = @systemd_daemon_CFLAGS@
                    468: systemd_daemon_LIBS = @systemd_daemon_LIBS@
                    469: systemd_journal_CFLAGS = @systemd_journal_CFLAGS@
                    470: systemd_journal_LIBS = @systemd_journal_LIBS@
                    471: systemdsystemunitdir = @systemdsystemunitdir@
                    472: t_plugins = @t_plugins@
                    473: target_alias = @target_alias@
                    474: top_build_prefix = @top_build_prefix@
                    475: top_builddir = @top_builddir@
                    476: top_srcdir = @top_srcdir@
                    477: tss2_CFLAGS = @tss2_CFLAGS@
                    478: tss2_LIBS = @tss2_LIBS@
                    479: tss2_esys_CFLAGS = @tss2_esys_CFLAGS@
                    480: tss2_esys_LIBS = @tss2_esys_LIBS@
                    481: tss2_socket_CFLAGS = @tss2_socket_CFLAGS@
                    482: tss2_socket_LIBS = @tss2_socket_LIBS@
                    483: tss2_sys_CFLAGS = @tss2_sys_CFLAGS@
                    484: tss2_sys_LIBS = @tss2_sys_LIBS@
                    485: tss2_tabrmd_CFLAGS = @tss2_tabrmd_CFLAGS@
                    486: tss2_tabrmd_LIBS = @tss2_tabrmd_LIBS@
                    487: urandom_device = @urandom_device@
                    488: wolfssl_CFLAGS = @wolfssl_CFLAGS@
                    489: wolfssl_LIBS = @wolfssl_LIBS@
                    490: xml_CFLAGS = @xml_CFLAGS@
                    491: xml_LIBS = @xml_LIBS@
                    492: SUBDIRS = src man conf init testing $(am__append_1) $(am__append_2)
                    493: @USE_SILENT_RULES_TRUE@AM_MAKEFLAGS = -s
                    494: ACLOCAL_AMFLAGS = -I m4/config
                    495: EXTRA_DIST = Doxyfile.in LICENSE Android.common.mk.in Android.common.mk Android.mk
                    496: CLEANFILES = Doxyfile
                    497: BUILT_SOURCES = Android.common.mk
                    498: MAINTAINERCLEANFILES = Android.common.mk
                    499: @USE_DEV_HEADERS_TRUE@config_includedir = $(ipseclibdir)/include
                    500: @USE_DEV_HEADERS_TRUE@nodist_config_include_HEADERS = config.h
                    501: 
                    502: # we can't (and shouldn't) install/uninstall system files during make distcheck,
                    503: # so override the autodetected path for systemd units
                    504: AM_DISTCHECK_CONFIGURE_FLAGS = \
                    505:        --with-systemdsystemunitdir='$$(prefix)/lib/systemd/system'
                    506: 
                    507: 
                    508: # we leave config files behind intentionally so prevent distcheck from complaining
                    509: distuninstallcheck_listfiles = find . -type f \! -name '*.conf' \! -name '*.secrets' -print
                    510: all: $(BUILT_SOURCES) config.h
                    511:        $(MAKE) $(AM_MAKEFLAGS) all-recursive
                    512: 
                    513: .SUFFIXES:
                    514: am--refresh: Makefile
                    515:        @:
                    516: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    517:        @for dep in $?; do \
                    518:          case '$(am__configure_deps)' in \
                    519:            *$$dep*) \
                    520:              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
                    521:              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
                    522:                && exit 0; \
                    523:              exit 1;; \
                    524:          esac; \
                    525:        done; \
                    526:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
                    527:        $(am__cd) $(top_srcdir) && \
                    528:          $(AUTOMAKE) --gnu Makefile
                    529: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    530:        @case '$?' in \
                    531:          *config.status*) \
                    532:            echo ' $(SHELL) ./config.status'; \
                    533:            $(SHELL) ./config.status;; \
                    534:          *) \
                    535:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
                    536:            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
                    537:        esac;
                    538: 
                    539: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    540:        $(SHELL) ./config.status --recheck
                    541: 
                    542: $(top_srcdir)/configure:  $(am__configure_deps)
                    543:        $(am__cd) $(srcdir) && $(AUTOCONF)
                    544: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    545:        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
                    546: $(am__aclocal_m4_deps):
                    547: 
                    548: config.h: stamp-h1
                    549:        @test -f $@ || rm -f stamp-h1
                    550:        @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
                    551: 
                    552: stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
                    553:        @rm -f stamp-h1
                    554:        cd $(top_builddir) && $(SHELL) ./config.status config.h
                    555: $(srcdir)/config.h.in:  $(am__configure_deps) 
                    556:        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
                    557:        rm -f stamp-h1
                    558:        touch $@
                    559: 
                    560: distclean-hdr:
                    561:        -rm -f config.h stamp-h1
                    562: 
                    563: mostlyclean-libtool:
                    564:        -rm -f *.lo
                    565: 
                    566: clean-libtool:
                    567:        -rm -rf .libs _libs
                    568: 
                    569: distclean-libtool:
                    570:        -rm -f libtool config.lt
                    571: install-nodist_config_includeHEADERS: $(nodist_config_include_HEADERS)
                    572:        @$(NORMAL_INSTALL)
                    573:        @list='$(nodist_config_include_HEADERS)'; test -n "$(config_includedir)" || list=; \
                    574:        if test -n "$$list"; then \
                    575:          echo " $(MKDIR_P) '$(DESTDIR)$(config_includedir)'"; \
                    576:          $(MKDIR_P) "$(DESTDIR)$(config_includedir)" || exit 1; \
                    577:        fi; \
                    578:        for p in $$list; do \
                    579:          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
                    580:          echo "$$d$$p"; \
                    581:        done | $(am__base_list) | \
                    582:        while read files; do \
                    583:          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(config_includedir)'"; \
                    584:          $(INSTALL_HEADER) $$files "$(DESTDIR)$(config_includedir)" || exit $$?; \
                    585:        done
                    586: 
                    587: uninstall-nodist_config_includeHEADERS:
                    588:        @$(NORMAL_UNINSTALL)
                    589:        @list='$(nodist_config_include_HEADERS)'; test -n "$(config_includedir)" || list=; \
                    590:        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
                    591:        dir='$(DESTDIR)$(config_includedir)'; $(am__uninstall_files_from_dir)
                    592: 
                    593: # This directory's subdirectories are mostly independent; you can cd
                    594: # into them and run 'make' without going through this Makefile.
                    595: # To change the values of 'make' variables: instead of editing Makefiles,
                    596: # (1) if the variable is set in 'config.status', edit 'config.status'
                    597: #     (which will cause the Makefiles to be regenerated when you run 'make');
                    598: # (2) otherwise, pass the desired values on the 'make' command line.
                    599: $(am__recursive_targets):
                    600:        @fail=; \
                    601:        if $(am__make_keepgoing); then \
                    602:          failcom='fail=yes'; \
                    603:        else \
                    604:          failcom='exit 1'; \
                    605:        fi; \
                    606:        dot_seen=no; \
                    607:        target=`echo $@ | sed s/-recursive//`; \
                    608:        case "$@" in \
                    609:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    610:          *) list='$(SUBDIRS)' ;; \
                    611:        esac; \
                    612:        for subdir in $$list; do \
                    613:          echo "Making $$target in $$subdir"; \
                    614:          if test "$$subdir" = "."; then \
                    615:            dot_seen=yes; \
                    616:            local_target="$$target-am"; \
                    617:          else \
                    618:            local_target="$$target"; \
                    619:          fi; \
                    620:          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    621:          || eval $$failcom; \
                    622:        done; \
                    623:        if test "$$dot_seen" = "no"; then \
                    624:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    625:        fi; test -z "$$fail"
                    626: 
                    627: ID: $(am__tagged_files)
                    628:        $(am__define_uniq_tagged_files); mkid -fID $$unique
                    629: tags: tags-recursive
                    630: TAGS: tags
                    631: 
                    632: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    633:        set x; \
                    634:        here=`pwd`; \
                    635:        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
                    636:          include_option=--etags-include; \
                    637:          empty_fix=.; \
                    638:        else \
                    639:          include_option=--include; \
                    640:          empty_fix=; \
                    641:        fi; \
                    642:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    643:          if test "$$subdir" = .; then :; else \
                    644:            test ! -f $$subdir/TAGS || \
                    645:              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
                    646:          fi; \
                    647:        done; \
                    648:        $(am__define_uniq_tagged_files); \
                    649:        shift; \
                    650:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
                    651:          test -n "$$unique" || unique=$$empty_fix; \
                    652:          if test $$# -gt 0; then \
                    653:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    654:              "$$@" $$unique; \
                    655:          else \
                    656:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    657:              $$unique; \
                    658:          fi; \
                    659:        fi
                    660: ctags: ctags-recursive
                    661: 
                    662: CTAGS: ctags
                    663: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    664:        $(am__define_uniq_tagged_files); \
                    665:        test -z "$(CTAGS_ARGS)$$unique" \
                    666:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    667:             $$unique
                    668: 
                    669: GTAGS:
                    670:        here=`$(am__cd) $(top_builddir) && pwd` \
                    671:          && $(am__cd) $(top_srcdir) \
                    672:          && gtags -i $(GTAGS_ARGS) "$$here"
                    673: cscope: cscope.files
                    674:        test ! -s cscope.files \
                    675:          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
                    676: clean-cscope:
                    677:        -rm -f cscope.files
                    678: cscope.files: clean-cscope cscopelist
                    679: cscopelist: cscopelist-recursive
                    680: 
                    681: cscopelist-am: $(am__tagged_files)
                    682:        list='$(am__tagged_files)'; \
                    683:        case "$(srcdir)" in \
                    684:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
                    685:          *) sdir=$(subdir)/$(srcdir) ;; \
                    686:        esac; \
                    687:        for i in $$list; do \
                    688:          if test -f "$$i"; then \
                    689:            echo "$(subdir)/$$i"; \
                    690:          else \
                    691:            echo "$$sdir/$$i"; \
                    692:          fi; \
                    693:        done >> $(top_builddir)/cscope.files
                    694: 
                    695: distclean-tags:
                    696:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    697:        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
                    698: 
                    699: distdir: $(DISTFILES)
                    700:        $(am__remove_distdir)
                    701:        test -d "$(distdir)" || mkdir "$(distdir)"
                    702:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    703:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    704:        list='$(DISTFILES)'; \
                    705:          dist_files=`for file in $$list; do echo $$file; done | \
                    706:          sed -e "s|^$$srcdirstrip/||;t" \
                    707:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    708:        case $$dist_files in \
                    709:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    710:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    711:                           sort -u` ;; \
                    712:        esac; \
                    713:        for file in $$dist_files; do \
                    714:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    715:          if test -d $$d/$$file; then \
                    716:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    717:            if test -d "$(distdir)/$$file"; then \
                    718:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    719:            fi; \
                    720:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    721:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    722:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    723:            fi; \
                    724:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                    725:          else \
                    726:            test -f "$(distdir)/$$file" \
                    727:            || cp -p $$d/$$file "$(distdir)/$$file" \
                    728:            || exit 1; \
                    729:          fi; \
                    730:        done
                    731:        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
                    732:          if test "$$subdir" = .; then :; else \
                    733:            $(am__make_dryrun) \
                    734:              || test -d "$(distdir)/$$subdir" \
                    735:              || $(MKDIR_P) "$(distdir)/$$subdir" \
                    736:              || exit 1; \
                    737:            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
                    738:            $(am__relativize); \
                    739:            new_distdir=$$reldir; \
                    740:            dir1=$$subdir; dir2="$(top_distdir)"; \
                    741:            $(am__relativize); \
                    742:            new_top_distdir=$$reldir; \
                    743:            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
                    744:            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
                    745:            ($(am__cd) $$subdir && \
                    746:              $(MAKE) $(AM_MAKEFLAGS) \
                    747:                top_distdir="$$new_top_distdir" \
                    748:                distdir="$$new_distdir" \
                    749:                am__remove_distdir=: \
                    750:                am__skip_length_check=: \
                    751:                am__skip_mode_fix=: \
                    752:                distdir) \
                    753:              || exit 1; \
                    754:          fi; \
                    755:        done
1.1.1.2 ! misho     756:        $(MAKE) $(AM_MAKEFLAGS) \
        !           757:          top_distdir="$(top_distdir)" distdir="$(distdir)" \
        !           758:          dist-hook
1.1       misho     759:        -test -n "$(am__skip_mode_fix)" \
                    760:        || find "$(distdir)" -type d ! -perm -755 \
                    761:                -exec chmod u+rwx,go+rx {} \; -o \
                    762:          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
                    763:          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
                    764:          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
                    765:        || chmod -R a+r "$(distdir)"
                    766: dist-gzip: distdir
                    767:        tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
                    768:        $(am__post_remove_distdir)
                    769: 
                    770: dist-bzip2: distdir
                    771:        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
                    772:        $(am__post_remove_distdir)
                    773: 
                    774: dist-lzip: distdir
                    775:        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
                    776:        $(am__post_remove_distdir)
                    777: 
                    778: dist-xz: distdir
                    779:        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
                    780:        $(am__post_remove_distdir)
                    781: 
                    782: dist-tarZ: distdir
                    783:        @echo WARNING: "Support for distribution archives compressed with" \
                    784:                       "legacy program 'compress' is deprecated." >&2
                    785:        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
                    786:        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
                    787:        $(am__post_remove_distdir)
                    788: 
                    789: dist-shar: distdir
                    790:        @echo WARNING: "Support for shar distribution archives is" \
                    791:                       "deprecated." >&2
                    792:        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
                    793:        shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
                    794:        $(am__post_remove_distdir)
                    795: 
                    796: dist-zip: distdir
                    797:        -rm -f $(distdir).zip
                    798:        zip -rq $(distdir).zip $(distdir)
                    799:        $(am__post_remove_distdir)
                    800: 
                    801: dist dist-all:
                    802:        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
                    803:        $(am__post_remove_distdir)
                    804: 
                    805: # This target untars the dist file and tries a VPATH configuration.  Then
                    806: # it guarantees that the distribution is self-contained by making another
                    807: # tarfile.
                    808: distcheck: dist
                    809:        case '$(DIST_ARCHIVES)' in \
                    810:        *.tar.gz*) \
                    811:          eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
                    812:        *.tar.bz2*) \
                    813:          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
                    814:        *.tar.lz*) \
                    815:          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
                    816:        *.tar.xz*) \
                    817:          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
                    818:        *.tar.Z*) \
                    819:          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
                    820:        *.shar.gz*) \
                    821:          eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
                    822:        *.zip*) \
                    823:          unzip $(distdir).zip ;;\
                    824:        esac
                    825:        chmod -R a-w $(distdir)
                    826:        chmod u+w $(distdir)
                    827:        mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
                    828:        chmod a-w $(distdir)
                    829:        test -d $(distdir)/_build || exit 0; \
                    830:        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
                    831:          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
                    832:          && am__cwd=`pwd` \
                    833:          && $(am__cd) $(distdir)/_build/sub \
                    834:          && ../../configure \
                    835:            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
                    836:            $(DISTCHECK_CONFIGURE_FLAGS) \
                    837:            --srcdir=../.. --prefix="$$dc_install_base" \
                    838:          && $(MAKE) $(AM_MAKEFLAGS) \
                    839:          && $(MAKE) $(AM_MAKEFLAGS) dvi \
                    840:          && $(MAKE) $(AM_MAKEFLAGS) check \
                    841:          && $(MAKE) $(AM_MAKEFLAGS) install \
                    842:          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
                    843:          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
                    844:          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
                    845:                distuninstallcheck \
                    846:          && chmod -R a-w "$$dc_install_base" \
                    847:          && ({ \
                    848:               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
                    849:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
                    850:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
                    851:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
                    852:                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
                    853:              } || { rm -rf "$$dc_destdir"; exit 1; }) \
                    854:          && rm -rf "$$dc_destdir" \
                    855:          && $(MAKE) $(AM_MAKEFLAGS) dist \
                    856:          && rm -rf $(DIST_ARCHIVES) \
                    857:          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
                    858:          && cd "$$am__cwd" \
                    859:          || exit 1
                    860:        $(am__post_remove_distdir)
                    861:        @(echo "$(distdir) archives ready for distribution: "; \
                    862:          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
                    863:          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
                    864: distuninstallcheck:
                    865:        @test -n '$(distuninstallcheck_dir)' || { \
                    866:          echo 'ERROR: trying to run $@ with an empty' \
                    867:               '$$(distuninstallcheck_dir)' >&2; \
                    868:          exit 1; \
                    869:        }; \
                    870:        $(am__cd) '$(distuninstallcheck_dir)' || { \
                    871:          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
                    872:          exit 1; \
                    873:        }; \
                    874:        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
                    875:           || { echo "ERROR: files left after uninstall:" ; \
                    876:                if test -n "$(DESTDIR)"; then \
                    877:                  echo "  (check DESTDIR support)"; \
                    878:                fi ; \
                    879:                $(distuninstallcheck_listfiles) ; \
                    880:                exit 1; } >&2
                    881: distcleancheck: distclean
                    882:        @if test '$(srcdir)' = . ; then \
                    883:          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
                    884:          exit 1 ; \
                    885:        fi
                    886:        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
                    887:          || { echo "ERROR: files left in build directory after distclean:" ; \
                    888:               $(distcleancheck_listfiles) ; \
                    889:               exit 1; } >&2
                    890: check-am: all-am
                    891: check: $(BUILT_SOURCES)
                    892:        $(MAKE) $(AM_MAKEFLAGS) check-recursive
                    893: all-am: Makefile $(HEADERS) config.h
                    894: installdirs: installdirs-recursive
                    895: installdirs-am:
                    896:        for dir in "$(DESTDIR)$(config_includedir)"; do \
                    897:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                    898:        done
                    899: install: $(BUILT_SOURCES)
                    900:        $(MAKE) $(AM_MAKEFLAGS) install-recursive
                    901: install-exec: install-exec-recursive
                    902: install-data: install-data-recursive
                    903: uninstall: uninstall-recursive
                    904: 
                    905: install-am: all-am
                    906:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    907: 
                    908: installcheck: installcheck-recursive
                    909: install-strip:
                    910:        if test -z '$(STRIP)'; then \
                    911:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    912:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    913:              install; \
                    914:        else \
                    915:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    916:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    917:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    918:        fi
                    919: mostlyclean-generic:
                    920: 
                    921: clean-generic:
                    922:        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
                    923: 
                    924: distclean-generic:
                    925:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    926:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
                    927: 
                    928: maintainer-clean-generic:
                    929:        @echo "This command is intended for maintainers to use"
                    930:        @echo "it deletes files that may require special tools to rebuild."
                    931:        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
                    932:        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
                    933: clean: clean-recursive
                    934: 
                    935: clean-am: clean-generic clean-libtool clean-local mostlyclean-am
                    936: 
                    937: distclean: distclean-recursive
                    938:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
                    939:        -rm -f Makefile
                    940: distclean-am: clean-am distclean-generic distclean-hdr \
                    941:        distclean-libtool distclean-tags
                    942: 
                    943: dvi: dvi-recursive
                    944: 
                    945: dvi-am:
                    946: 
                    947: html: html-recursive
                    948: 
                    949: html-am:
                    950: 
                    951: info: info-recursive
                    952: 
                    953: info-am:
                    954: 
                    955: install-data-am: install-nodist_config_includeHEADERS
                    956: 
                    957: install-dvi: install-dvi-recursive
                    958: 
                    959: install-dvi-am:
                    960: 
                    961: install-exec-am:
                    962: 
                    963: install-html: install-html-recursive
                    964: 
                    965: install-html-am:
                    966: 
                    967: install-info: install-info-recursive
                    968: 
                    969: install-info-am:
                    970: 
                    971: install-man:
                    972: 
                    973: install-pdf: install-pdf-recursive
                    974: 
                    975: install-pdf-am:
                    976: 
                    977: install-ps: install-ps-recursive
                    978: 
                    979: install-ps-am:
                    980: 
                    981: installcheck-am:
                    982: 
                    983: maintainer-clean: maintainer-clean-recursive
                    984:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
                    985:        -rm -rf $(top_srcdir)/autom4te.cache
                    986:        -rm -f Makefile
                    987: maintainer-clean-am: distclean-am maintainer-clean-generic
                    988: 
                    989: mostlyclean: mostlyclean-recursive
                    990: 
                    991: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
                    992: 
                    993: pdf: pdf-recursive
                    994: 
                    995: pdf-am:
                    996: 
                    997: ps: ps-recursive
                    998: 
                    999: ps-am:
                   1000: 
                   1001: uninstall-am: uninstall-nodist_config_includeHEADERS
                   1002: 
                   1003: .MAKE: $(am__recursive_targets) all check install install-am \
                   1004:        install-strip
                   1005: 
                   1006: .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
                   1007:        am--refresh check check-am clean clean-cscope clean-generic \
                   1008:        clean-libtool clean-local cscope cscopelist-am ctags ctags-am \
1.1.1.2 ! misho    1009:        dist dist-all dist-bzip2 dist-gzip dist-hook dist-lzip \
        !          1010:        dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
1.1       misho    1011:        distclean-generic distclean-hdr distclean-libtool \
                   1012:        distclean-tags distcleancheck distdir distuninstallcheck dvi \
                   1013:        dvi-am html html-am info info-am install install-am \
                   1014:        install-data install-data-am install-dvi install-dvi-am \
                   1015:        install-exec install-exec-am install-html install-html-am \
                   1016:        install-info install-info-am install-man \
                   1017:        install-nodist_config_includeHEADERS install-pdf \
                   1018:        install-pdf-am install-ps install-ps-am install-strip \
                   1019:        installcheck installcheck-am installdirs installdirs-am \
                   1020:        maintainer-clean maintainer-clean-generic mostlyclean \
                   1021:        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
                   1022:        tags tags-am uninstall uninstall-am \
                   1023:        uninstall-nodist_config_includeHEADERS
                   1024: 
                   1025: .PRECIOUS: Makefile
                   1026: 
                   1027: 
                   1028: Android.common.mk :    Android.common.mk.in configure.ac
                   1029:                $(AM_V_GEN) \
                   1030:                sed \
                   1031:                -e "s:\@PACKAGE_VERSION\@:$(PACKAGE_VERSION):" \
                   1032:                $(srcdir)/$@.in > $@
                   1033: 
1.1.1.2 ! misho    1034: dist-hook:
        !          1035:                @echo $(GIT_VERSION) > $(distdir)/.tarball-git-version
        !          1036: 
1.1       misho    1037: Doxyfile :     Doxyfile.in
                   1038:                $(AM_V_GEN) \
                   1039:                sed \
                   1040:                -e "s:\@PACKAGE_VERSION\@:$(PACKAGE_VERSION):" \
                   1041:                -e "s:\@PACKAGE_NAME\@:$(PACKAGE_NAME):" \
                   1042:                -e "s:\@SRC_DIR\@:$(srcdir):g" \
                   1043:                $(srcdir)/$@.in > $@
                   1044: 
                   1045: apidoc :       Doxyfile
                   1046:                @test -d apidoc || doxygen
                   1047:                @! find Doxyfile $(top_srcdir)/src/ \( -name '*.h' -o -name '*.md' \) -newer apidoc | \
                   1048:                        grep -q '' || doxygen && touch apidoc
                   1049: 
                   1050: cov-reset-common:
                   1051:                @rm -rf $(top_builddir)/coverage
                   1052:                @find $(top_builddir)/src $(top_builddir)/scripts -name "*.gcda" -delete
                   1053: 
                   1054: @COVERAGE_TRUE@cov-reset: cov-reset-common
                   1055: @COVERAGE_TRUE@                @lcov --zerocounters --directory $(top_builddir)
                   1056: 
                   1057: @COVERAGE_TRUE@cov-report:
                   1058: @COVERAGE_TRUE@                @mkdir $(top_builddir)/coverage
                   1059: @COVERAGE_TRUE@                lcov -c -o $(top_builddir)/coverage/coverage.info -d $(top_builddir) \
                   1060: @COVERAGE_TRUE@                         --rc lcov_branch_coverage=1
                   1061: @COVERAGE_TRUE@                lcov -r $(top_builddir)/coverage/coverage.info '*/tests/*' '*/suites/*' '/usr*' \
                   1062: @COVERAGE_TRUE@                         -o $(abs_top_builddir)/coverage/coverage.cleaned.info \
                   1063: @COVERAGE_TRUE@                         --rc lcov_branch_coverage=1
                   1064: @COVERAGE_TRUE@                genhtml --num-spaces 4 --legend --branch-coverage --ignore-errors source \
                   1065: @COVERAGE_TRUE@                                -t "$(PACKAGE_STRING)" \
                   1066: @COVERAGE_TRUE@                                -o $(top_builddir)/coverage/html \
                   1067: @COVERAGE_TRUE@                                -p `readlink -m $(abs_top_srcdir)`/src \
                   1068: @COVERAGE_TRUE@                                $(top_builddir)/coverage/coverage.cleaned.info
                   1069: @COVERAGE_TRUE@                @echo "Coverage Report at $(top_builddir)/coverage/html" >&2
                   1070: 
                   1071: @COVERAGE_TRUE@coverage:
                   1072: @COVERAGE_TRUE@                @$(MAKE) cov-reset
                   1073: @COVERAGE_TRUE@                @$(MAKE) check
                   1074: @COVERAGE_TRUE@                @$(MAKE) cov-report
                   1075: @COVERAGE_FALSE@coverage:
                   1076: @COVERAGE_FALSE@               @echo "reconfigure with --enable-coverage"
                   1077: 
                   1078: clean-local: cov-reset-common
                   1079:                @find $(top_builddir)/src $(top_builddir)/scripts -name "*.gcno" -delete
                   1080:                @rm -rf apidoc
                   1081: 
                   1082: .PHONY: cov-reset-common cov-reset cov-report coverage apidoc
                   1083: 
                   1084: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                   1085: # Otherwise a system limit (for SysV at least) may be exceeded.
                   1086: .NOEXPORT:

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