Annotation of embedaddon/strongswan/src/charon-tkm/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: VPATH = @srcdir@
                     17: am__is_gnu_make = { \
                     18:   if test -z '$(MAKELEVEL)'; then \
                     19:     false; \
                     20:   elif test -n '$(MAKE_HOST)'; then \
                     21:     true; \
                     22:   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
                     23:     true; \
                     24:   else \
                     25:     false; \
                     26:   fi; \
                     27: }
                     28: am__make_running_with_option = \
                     29:   case $${target_option-} in \
                     30:       ?) ;; \
                     31:       *) echo "am__make_running_with_option: internal error: invalid" \
                     32:               "target option '$${target_option-}' specified" >&2; \
                     33:          exit 1;; \
                     34:   esac; \
                     35:   has_opt=no; \
                     36:   sane_makeflags=$$MAKEFLAGS; \
                     37:   if $(am__is_gnu_make); then \
                     38:     sane_makeflags=$$MFLAGS; \
                     39:   else \
                     40:     case $$MAKEFLAGS in \
                     41:       *\\[\ \  ]*) \
                     42:         bs=\\; \
                     43:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
                     44:           | sed "s/$$bs$$bs[$$bs $$bs  ]*//g"`;; \
                     45:     esac; \
                     46:   fi; \
                     47:   skip_next=no; \
                     48:   strip_trailopt () \
                     49:   { \
                     50:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
                     51:   }; \
                     52:   for flg in $$sane_makeflags; do \
                     53:     test $$skip_next = yes && { skip_next=no; continue; }; \
                     54:     case $$flg in \
                     55:       *=*|--*) continue;; \
                     56:         -*I) strip_trailopt 'I'; skip_next=yes;; \
                     57:       -*I?*) strip_trailopt 'I';; \
                     58:         -*O) strip_trailopt 'O'; skip_next=yes;; \
                     59:       -*O?*) strip_trailopt 'O';; \
                     60:         -*l) strip_trailopt 'l'; skip_next=yes;; \
                     61:       -*l?*) strip_trailopt 'l';; \
                     62:       -[dEDm]) skip_next=yes;; \
                     63:       -[JT]) skip_next=yes;; \
                     64:     esac; \
                     65:     case $$flg in \
                     66:       *$$target_option*) has_opt=yes; break;; \
                     67:     esac; \
                     68:   done; \
                     69:   test $$has_opt = yes
                     70: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
                     71: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
                     72: pkgdatadir = $(datadir)/@PACKAGE@
                     73: pkgincludedir = $(includedir)/@PACKAGE@
                     74: pkglibdir = $(libdir)/@PACKAGE@
                     75: pkglibexecdir = $(libexecdir)/@PACKAGE@
                     76: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     77: install_sh_DATA = $(install_sh) -c -m 644
                     78: install_sh_PROGRAM = $(install_sh) -c
                     79: install_sh_SCRIPT = $(install_sh) -c
                     80: INSTALL_HEADER = $(INSTALL_DATA)
                     81: transform = $(program_transform_name)
                     82: NORMAL_INSTALL = :
                     83: PRE_INSTALL = :
                     84: POST_INSTALL = :
                     85: NORMAL_UNINSTALL = :
                     86: PRE_UNINSTALL = :
                     87: POST_UNINSTALL = :
                     88: build_triplet = @build@
                     89: host_triplet = @host@
                     90: subdir = src/charon-tkm
                     91: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     92: am__aclocal_m4_deps = $(top_srcdir)/m4/config/libtool.m4 \
                     93:        $(top_srcdir)/m4/config/ltoptions.m4 \
                     94:        $(top_srcdir)/m4/config/ltsugar.m4 \
                     95:        $(top_srcdir)/m4/config/ltversion.m4 \
                     96:        $(top_srcdir)/m4/config/lt~obsolete.m4 \
                     97:        $(top_srcdir)/m4/macros/split-package-version.m4 \
                     98:        $(top_srcdir)/m4/macros/with.m4 \
                     99:        $(top_srcdir)/m4/macros/enable-disable.m4 \
                    100:        $(top_srcdir)/m4/macros/add-plugin.m4 \
                    101:        $(top_srcdir)/configure.ac
                    102: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                    103:        $(ACLOCAL_M4)
                    104: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
                    105: mkinstalldirs = $(install_sh) -d
                    106: CONFIG_HEADER = $(top_builddir)/config.h
                    107: CONFIG_CLEAN_FILES =
                    108: CONFIG_CLEAN_VPATH_FILES =
                    109: AM_V_P = $(am__v_P_@AM_V@)
                    110: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
                    111: am__v_P_0 = false
                    112: am__v_P_1 = :
                    113: AM_V_GEN = $(am__v_GEN_@AM_V@)
                    114: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
                    115: am__v_GEN_0 = @echo "  GEN     " $@;
                    116: am__v_GEN_1 = 
                    117: AM_V_at = $(am__v_at_@AM_V@)
                    118: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
                    119: am__v_at_0 = @
                    120: am__v_at_1 = 
                    121: SOURCES =
                    122: DIST_SOURCES =
                    123: am__can_run_installinfo = \
                    124:   case $$AM_UPDATE_INFO_DIR in \
                    125:     n|no|NO) false;; \
                    126:     *) (install-info --version) >/dev/null 2>&1;; \
                    127:   esac
                    128: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
                    129: am__DIST_COMMON = $(srcdir)/Makefile.in
                    130: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    131: ACLOCAL = @ACLOCAL@
                    132: ALLOCA = @ALLOCA@
                    133: AMTAR = @AMTAR@
                    134: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
                    135: AR = @AR@
                    136: ATOMICLIB = @ATOMICLIB@
                    137: AUTOCONF = @AUTOCONF@
                    138: AUTOHEADER = @AUTOHEADER@
                    139: AUTOMAKE = @AUTOMAKE@
                    140: AWK = @AWK@
                    141: BFDLIB = @BFDLIB@
                    142: BTLIB = @BTLIB@
                    143: CC = @CC@
                    144: CCDEPMODE = @CCDEPMODE@
                    145: CFLAGS = @CFLAGS@
                    146: COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
                    147: COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
                    148: CPP = @CPP@
                    149: CPPFLAGS = @CPPFLAGS@
                    150: CYGPATH_W = @CYGPATH_W@
                    151: DEFS = @DEFS@ -DPLUGINS=\""$(PLUGINS)\"" -DIPSEC_PIDDIR=\"${piddir}\"
                    152: DEPDIR = @DEPDIR@
                    153: DLLIB = @DLLIB@
                    154: DLLTOOL = @DLLTOOL@
                    155: DSYMUTIL = @DSYMUTIL@
                    156: DUMPBIN = @DUMPBIN@
                    157: EASY_INSTALL = @EASY_INSTALL@
                    158: ECHO_C = @ECHO_C@
                    159: ECHO_N = @ECHO_N@
                    160: ECHO_T = @ECHO_T@
                    161: EGREP = @EGREP@
                    162: EXEEXT = @EXEEXT@
                    163: FGREP = @FGREP@
                    164: FUZZING_CFLAGS = @FUZZING_CFLAGS@
                    165: FUZZING_LDFLAGS = @FUZZING_LDFLAGS@
                    166: GEM = @GEM@
                    167: GENHTML = @GENHTML@
1.1.1.2 ! misho     168: GIT_VERSION = @GIT_VERSION@
1.1       misho     169: GPERF = @GPERF@
                    170: GPERF_LEN_TYPE = @GPERF_LEN_TYPE@
                    171: GPRBUILD = @GPRBUILD@
                    172: GREP = @GREP@
                    173: INSTALL = @INSTALL@
                    174: INSTALL_DATA = @INSTALL_DATA@
                    175: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    176: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    177: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    178: LCOV = @LCOV@
                    179: LD = @LD@
                    180: LDFLAGS = @LDFLAGS@
                    181: LEX = @LEX@
                    182: LEXLIB = @LEXLIB@
                    183: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
                    184: LIBOBJS = @LIBOBJS@
                    185: LIBS = @LIBS@
                    186: LIBTOOL = @LIBTOOL@
                    187: LIPO = @LIPO@
                    188: LN_S = @LN_S@
                    189: LTLIBOBJS = @LTLIBOBJS@
                    190: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
                    191: MAKEINFO = @MAKEINFO@
                    192: MANIFEST_TOOL = @MANIFEST_TOOL@
                    193: MKDIR_P = @MKDIR_P@
                    194: MYSQLCFLAG = @MYSQLCFLAG@
                    195: MYSQLCONFIG = @MYSQLCONFIG@
                    196: MYSQLLIB = @MYSQLLIB@
                    197: NM = @NM@
                    198: NMEDIT = @NMEDIT@
                    199: OBJDUMP = @OBJDUMP@
                    200: OBJEXT = @OBJEXT@
                    201: OPENSSL_LIB = @OPENSSL_LIB@
                    202: OTOOL = @OTOOL@
                    203: OTOOL64 = @OTOOL64@
                    204: PACKAGE = @PACKAGE@
                    205: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    206: PACKAGE_NAME = @PACKAGE_NAME@
                    207: PACKAGE_STRING = @PACKAGE_STRING@
                    208: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    209: PACKAGE_URL = @PACKAGE_URL@
                    210: PACKAGE_VERSION = @PACKAGE_VERSION@
                    211: PACKAGE_VERSION_BUILD = @PACKAGE_VERSION_BUILD@
                    212: PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
                    213: PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
                    214: PACKAGE_VERSION_REVIEW = @PACKAGE_VERSION_REVIEW@
                    215: PATH_SEPARATOR = @PATH_SEPARATOR@
                    216: PERL = @PERL@
                    217: PKG_CONFIG = @PKG_CONFIG@
                    218: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
                    219: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
                    220: PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
                    221: PTHREADLIB = @PTHREADLIB@
                    222: PYTHON = @PYTHON@
                    223: PYTHONEGGINSTALLDIR = @PYTHONEGGINSTALLDIR@
                    224: PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
                    225: PYTHON_PACKAGE_VERSION = @PYTHON_PACKAGE_VERSION@
                    226: PYTHON_PLATFORM = @PYTHON_PLATFORM@
                    227: PYTHON_PREFIX = @PYTHON_PREFIX@
                    228: PYTHON_VERSION = @PYTHON_VERSION@
                    229: PY_TEST = @PY_TEST@
                    230: RANLIB = @RANLIB@
                    231: RTLIB = @RTLIB@
                    232: RUBYGEMDIR = @RUBYGEMDIR@
                    233: SED = @SED@
                    234: SET_MAKE = @SET_MAKE@
                    235: SHELL = @SHELL@
                    236: SOCKLIB = @SOCKLIB@
                    237: STRIP = @STRIP@
                    238: TOX = @TOX@
                    239: UNWINDLIB = @UNWINDLIB@
                    240: VERSION = @VERSION@
                    241: YACC = @YACC@
                    242: YFLAGS = @YFLAGS@
                    243: abs_builddir = @abs_builddir@
                    244: abs_srcdir = @abs_srcdir@
                    245: abs_top_builddir = @abs_top_builddir@
                    246: abs_top_srcdir = @abs_top_srcdir@
                    247: ac_ct_AR = @ac_ct_AR@
                    248: ac_ct_CC = @ac_ct_CC@
                    249: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
                    250: aikgen_plugins = @aikgen_plugins@
                    251: am__include = @am__include@
                    252: am__leading_dot = @am__leading_dot@
                    253: am__quote = @am__quote@
                    254: am__tar = @am__tar@
                    255: am__untar = @am__untar@
                    256: attest_plugins = @attest_plugins@
                    257: bindir = @bindir@
                    258: botan_CFLAGS = @botan_CFLAGS@
                    259: botan_LIBS = @botan_LIBS@
                    260: build = @build@
                    261: build_alias = @build_alias@
                    262: build_cpu = @build_cpu@
                    263: build_os = @build_os@
                    264: build_vendor = @build_vendor@
                    265: builddir = @builddir@
                    266: c_plugins = @c_plugins@
                    267: charon_natt_port = @charon_natt_port@
                    268: charon_plugins = @charon_plugins@
                    269: charon_udp_port = @charon_udp_port@
                    270: clearsilver_LIBS = @clearsilver_LIBS@
                    271: cmd_plugins = @cmd_plugins@
                    272: datadir = @datadir@
                    273: datarootdir = @datarootdir@
                    274: dbusdatadir = @dbusdatadir@
                    275: dbuspolicydir = @dbuspolicydir@
                    276: dev_headers = @dev_headers@
                    277: docdir = @docdir@
                    278: dvidir = @dvidir@
                    279: exec_prefix = @exec_prefix@
                    280: fips_mode = @fips_mode@
                    281: fuzz_plugins = @fuzz_plugins@
                    282: host = @host@
                    283: host_alias = @host_alias@
                    284: host_cpu = @host_cpu@
                    285: host_os = @host_os@
                    286: host_vendor = @host_vendor@
                    287: htmldir = @htmldir@
                    288: imcvdir = @imcvdir@
                    289: includedir = @includedir@
                    290: infodir = @infodir@
                    291: install_sh = @install_sh@
                    292: ipsec_script = @ipsec_script@
                    293: ipsec_script_upper = @ipsec_script_upper@
                    294: ipsecdir = @ipsecdir@
                    295: ipsecgroup = @ipsecgroup@
                    296: ipseclibdir = @ipseclibdir@
                    297: ipsecuser = @ipsecuser@
                    298: json_CFLAGS = @json_CFLAGS@
                    299: json_LIBS = @json_LIBS@
                    300: libdir = @libdir@
                    301: libexecdir = @libexecdir@
                    302: libfuzzer = @libfuzzer@
                    303: libiptc_CFLAGS = @libiptc_CFLAGS@
                    304: libiptc_LIBS = @libiptc_LIBS@
                    305: linux_headers = @linux_headers@
                    306: localedir = @localedir@
                    307: localstatedir = @localstatedir@
                    308: manager_plugins = @manager_plugins@
                    309: mandir = @mandir@
                    310: medsrv_plugins = @medsrv_plugins@
                    311: mkdir_p = @mkdir_p@
                    312: nm_CFLAGS = @nm_CFLAGS@
                    313: nm_LIBS = @nm_LIBS@
                    314: nm_ca_dir = @nm_ca_dir@
                    315: nm_plugins = @nm_plugins@
                    316: oldincludedir = @oldincludedir@
                    317: p_plugins = @p_plugins@
                    318: pcsclite_CFLAGS = @pcsclite_CFLAGS@
                    319: pcsclite_LIBS = @pcsclite_LIBS@
                    320: pdfdir = @pdfdir@
                    321: piddir = @piddir@
                    322: pkgpyexecdir = @pkgpyexecdir@
                    323: pkgpythondir = @pkgpythondir@
                    324: pki_plugins = @pki_plugins@
                    325: plugindir = @plugindir@
                    326: pool_plugins = @pool_plugins@
                    327: prefix = @prefix@
                    328: program_transform_name = @program_transform_name@
                    329: psdir = @psdir@
                    330: pyexecdir = @pyexecdir@
                    331: pythondir = @pythondir@
                    332: random_device = @random_device@
                    333: resolv_conf = @resolv_conf@
                    334: routing_table = @routing_table@
                    335: routing_table_prio = @routing_table_prio@
                    336: runstatedir = @runstatedir@
                    337: s_plugins = @s_plugins@
                    338: sbindir = @sbindir@
                    339: scepclient_plugins = @scepclient_plugins@
                    340: scripts_plugins = @scripts_plugins@
                    341: sharedstatedir = @sharedstatedir@
                    342: soup_CFLAGS = @soup_CFLAGS@
                    343: soup_LIBS = @soup_LIBS@
                    344: srcdir = @srcdir@
                    345: starter_plugins = @starter_plugins@
                    346: strongswan_conf = @strongswan_conf@
                    347: strongswan_options = @strongswan_options@
                    348: swanctldir = @swanctldir@
                    349: sysconfdir = @sysconfdir@
                    350: systemd_CFLAGS = @systemd_CFLAGS@
                    351: systemd_LIBS = @systemd_LIBS@
                    352: systemd_daemon_CFLAGS = @systemd_daemon_CFLAGS@
                    353: systemd_daemon_LIBS = @systemd_daemon_LIBS@
                    354: systemd_journal_CFLAGS = @systemd_journal_CFLAGS@
                    355: systemd_journal_LIBS = @systemd_journal_LIBS@
                    356: systemdsystemunitdir = @systemdsystemunitdir@
                    357: t_plugins = @t_plugins@
                    358: target_alias = @target_alias@
                    359: top_build_prefix = @top_build_prefix@
                    360: top_builddir = @top_builddir@
                    361: top_srcdir = @top_srcdir@
                    362: tss2_CFLAGS = @tss2_CFLAGS@
                    363: tss2_LIBS = @tss2_LIBS@
                    364: tss2_esys_CFLAGS = @tss2_esys_CFLAGS@
                    365: tss2_esys_LIBS = @tss2_esys_LIBS@
                    366: tss2_socket_CFLAGS = @tss2_socket_CFLAGS@
                    367: tss2_socket_LIBS = @tss2_socket_LIBS@
                    368: tss2_sys_CFLAGS = @tss2_sys_CFLAGS@
                    369: tss2_sys_LIBS = @tss2_sys_LIBS@
                    370: tss2_tabrmd_CFLAGS = @tss2_tabrmd_CFLAGS@
                    371: tss2_tabrmd_LIBS = @tss2_tabrmd_LIBS@
                    372: urandom_device = @urandom_device@
                    373: wolfssl_CFLAGS = @wolfssl_CFLAGS@
                    374: wolfssl_LIBS = @wolfssl_LIBS@
                    375: xml_CFLAGS = @xml_CFLAGS@
                    376: xml_LIBS = @xml_LIBS@
                    377: SRC = $(abs_top_srcdir)/src
                    378: OBJ = $(abs_top_builddir)/src
                    379: AM_CPPFLAGS = \
                    380:        -include $(abs_top_builddir)/config.h \
                    381:        -I$(SRC)/libstrongswan \
                    382:        -I$(SRC)/libcharon
                    383: 
                    384: LIBLD = \
                    385:        -L$(OBJ)/libstrongswan/.libs \
                    386:        -L$(OBJ)/libcharon/.libs
                    387: 
                    388: LIBPT = $(OBJ)/libstrongswan/.libs:$(OBJ)/libcharon/.libs
                    389: LIBFL = -lstrongswan -lcharon
                    390: BUILD_OPTS = \
                    391:        -XOBJ_DIR=$(abs_builddir)/obj \
                    392:        -cargs $(AM_CPPFLAGS) $(DEFS) \
                    393:        -largs $(LIBLD) $(LIBFL)
                    394: 
                    395: TEST_OPTS = \
                    396:        -cargs -DBUILDDIR=\"${abs_top_builddir}\" \
                    397:        -largs -L$(OBJ)/libstrongswan/tests/.libs -ltest
                    398: 
                    399: 
                    400: # plugins to enable
                    401: PLUGINS = \
                    402:        kernel-netlink \
                    403:        pem \
                    404:        socket-default \
                    405:        openssl \
1.1.1.2 ! misho     406:        vici
1.1       misho     407: 
                    408: EXTRA_DIST = build_charon.gpr build_common.gpr build_tests.gpr src tests
                    409: all: all-am
                    410: 
                    411: .SUFFIXES:
                    412: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    413:        @for dep in $?; do \
                    414:          case '$(am__configure_deps)' in \
                    415:            *$$dep*) \
                    416:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    417:                && { if test -f $@; then exit 0; else break; fi; }; \
                    418:              exit 1;; \
                    419:          esac; \
                    420:        done; \
                    421:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/charon-tkm/Makefile'; \
                    422:        $(am__cd) $(top_srcdir) && \
                    423:          $(AUTOMAKE) --gnu src/charon-tkm/Makefile
                    424: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    425:        @case '$?' in \
                    426:          *config.status*) \
                    427:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    428:          *) \
                    429:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    430:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    431:        esac;
                    432: 
                    433: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    434:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    435: 
                    436: $(top_srcdir)/configure:  $(am__configure_deps)
                    437:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    438: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    439:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    440: $(am__aclocal_m4_deps):
                    441: 
                    442: mostlyclean-libtool:
                    443:        -rm -f *.lo
                    444: 
                    445: clean-libtool:
                    446:        -rm -rf .libs _libs
                    447: tags TAGS:
                    448: 
                    449: ctags CTAGS:
                    450: 
                    451: cscope cscopelist:
                    452: 
                    453: 
                    454: distdir: $(DISTFILES)
                    455:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    456:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    457:        list='$(DISTFILES)'; \
                    458:          dist_files=`for file in $$list; do echo $$file; done | \
                    459:          sed -e "s|^$$srcdirstrip/||;t" \
                    460:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    461:        case $$dist_files in \
                    462:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    463:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    464:                           sort -u` ;; \
                    465:        esac; \
                    466:        for file in $$dist_files; do \
                    467:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    468:          if test -d $$d/$$file; then \
                    469:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    470:            if test -d "$(distdir)/$$file"; then \
                    471:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    472:            fi; \
                    473:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    474:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    475:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    476:            fi; \
                    477:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                    478:          else \
                    479:            test -f "$(distdir)/$$file" \
                    480:            || cp -p $$d/$$file "$(distdir)/$$file" \
                    481:            || exit 1; \
                    482:          fi; \
                    483:        done
                    484: check-am: all-am
                    485: check: check-am
                    486: all-am: Makefile
                    487: installdirs:
                    488: install-exec: install-exec-am
                    489: install-data: install-data-am
                    490: uninstall: uninstall-am
                    491: 
                    492: install-am: all-am
                    493:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    494: 
                    495: installcheck: installcheck-am
                    496: install-strip:
                    497:        if test -z '$(STRIP)'; then \
                    498:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    499:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    500:              install; \
                    501:        else \
                    502:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    503:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    504:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    505:        fi
                    506: mostlyclean-generic:
                    507: 
                    508: clean-generic:
                    509: 
                    510: distclean-generic:
                    511:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    512:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
                    513: 
                    514: maintainer-clean-generic:
                    515:        @echo "This command is intended for maintainers to use"
                    516:        @echo "it deletes files that may require special tools to rebuild."
                    517: clean-am: clean-generic clean-libtool mostlyclean-am
                    518: 
                    519: distclean: distclean-am
                    520:        -rm -f Makefile
                    521: distclean-am: clean-am distclean-generic
                    522: 
                    523: dvi: dvi-am
                    524: 
                    525: dvi-am:
                    526: 
                    527: html: html-am
                    528: 
                    529: html-am:
                    530: 
                    531: info: info-am
                    532: 
                    533: info-am:
                    534: 
                    535: install-data-am:
                    536: 
                    537: install-dvi: install-dvi-am
                    538: 
                    539: install-dvi-am:
                    540: 
                    541: install-exec-am:
                    542: 
                    543: install-html: install-html-am
                    544: 
                    545: install-html-am:
                    546: 
                    547: install-info: install-info-am
                    548: 
                    549: install-info-am:
                    550: 
                    551: install-man:
                    552: 
                    553: install-pdf: install-pdf-am
                    554: 
                    555: install-pdf-am:
                    556: 
                    557: install-ps: install-ps-am
                    558: 
                    559: install-ps-am:
                    560: 
                    561: installcheck-am:
                    562: 
                    563: maintainer-clean: maintainer-clean-am
                    564:        -rm -f Makefile
                    565: maintainer-clean-am: distclean-am maintainer-clean-generic
                    566: 
                    567: mostlyclean: mostlyclean-am
                    568: 
                    569: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
                    570: 
                    571: pdf: pdf-am
                    572: 
                    573: pdf-am:
                    574: 
                    575: ps: ps-am
                    576: 
                    577: ps-am:
                    578: 
                    579: uninstall-am:
                    580: 
                    581: .MAKE: install-am install-strip
                    582: 
                    583: .PHONY: all all-am check check-am clean clean-generic clean-libtool \
                    584:        cscopelist-am ctags-am distclean distclean-generic \
                    585:        distclean-libtool distdir dvi dvi-am html html-am info info-am \
                    586:        install install-am install-data install-data-am install-dvi \
                    587:        install-dvi-am install-exec install-exec-am install-html \
                    588:        install-html-am install-info install-info-am install-man \
                    589:        install-pdf install-pdf-am install-ps install-ps-am \
                    590:        install-strip installcheck installcheck-am installdirs \
                    591:        maintainer-clean maintainer-clean-generic mostlyclean \
                    592:        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
                    593:        tags-am uninstall uninstall-am
                    594: 
                    595: .PRECIOUS: Makefile
                    596: 
                    597: 
                    598: all: build_charon
                    599: 
                    600: build_charon: build_charon.gpr src/charon-tkm.c
                    601:        @$(GPRBUILD) -p $< $(BUILD_OPTS)
                    602: 
                    603: build_tests: build_tests.gpr
                    604:        @$(GPRBUILD) -p $< $(BUILD_OPTS) $(TEST_OPTS)
                    605: 
                    606: check-tkm: build_tests
                    607:        @LD_LIBRARY_PATH=$(LIBPT) obj/tests
                    608: 
                    609: check:
                    610:        @echo "TKM tests are not run automatically because they have to be run as root" >&2
                    611:        @echo "and require a properly configured TKM daemon to be running." >&2
                    612:        @echo "They can be run from '$(abs_builddir)' with 'make check-tkm'" >&2
                    613: 
                    614: install: build_charon
                    615:        $(INSTALL) -m 755 obj/charon-tkm $(DESTDIR)$(ipsecdir)
                    616: 
                    617: clean:
                    618:        rm -rf obj
                    619: 
                    620: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    621: # Otherwise a system limit (for SysV at least) may be exceeded.
                    622: .NOEXPORT:

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