File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / ipsec-tools / src / libipsec / Makefile.in
Revision 1.1.1.2.2.1: download - view: text, annotated - select for diffs - revision graph
Wed Jul 30 09:05:19 2014 UTC (9 years, 11 months ago) by misho
Branches: v0_8_1p0
Diff to: branchpoint 1.1.1.2: preferred, unified
patch

    1: # Makefile.in generated by automake 1.14 from Makefile.am.
    2: # @configure_input@
    3: 
    4: # Copyright (C) 1994-2013 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: 
   18: VPATH = @srcdir@
   19: am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
   20: am__make_running_with_option = \
   21:   case $${target_option-} in \
   22:       ?) ;; \
   23:       *) echo "am__make_running_with_option: internal error: invalid" \
   24:               "target option '$${target_option-}' specified" >&2; \
   25:          exit 1;; \
   26:   esac; \
   27:   has_opt=no; \
   28:   sane_makeflags=$$MAKEFLAGS; \
   29:   if $(am__is_gnu_make); then \
   30:     sane_makeflags=$$MFLAGS; \
   31:   else \
   32:     case $$MAKEFLAGS in \
   33:       *\\[\ \	]*) \
   34:         bs=\\; \
   35:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
   36:           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
   37:     esac; \
   38:   fi; \
   39:   skip_next=no; \
   40:   strip_trailopt () \
   41:   { \
   42:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
   43:   }; \
   44:   for flg in $$sane_makeflags; do \
   45:     test $$skip_next = yes && { skip_next=no; continue; }; \
   46:     case $$flg in \
   47:       *=*|--*) continue;; \
   48:         -*I) strip_trailopt 'I'; skip_next=yes;; \
   49:       -*I?*) strip_trailopt 'I';; \
   50:         -*O) strip_trailopt 'O'; skip_next=yes;; \
   51:       -*O?*) strip_trailopt 'O';; \
   52:         -*l) strip_trailopt 'l'; skip_next=yes;; \
   53:       -*l?*) strip_trailopt 'l';; \
   54:       -[dEDm]) skip_next=yes;; \
   55:       -[JT]) skip_next=yes;; \
   56:     esac; \
   57:     case $$flg in \
   58:       *$$target_option*) has_opt=yes; break;; \
   59:     esac; \
   60:   done; \
   61:   test $$has_opt = yes
   62: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
   63: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
   64: pkgdatadir = $(datadir)/@PACKAGE@
   65: pkgincludedir = $(includedir)/@PACKAGE@
   66: pkglibdir = $(libdir)/@PACKAGE@
   67: pkglibexecdir = $(libexecdir)/@PACKAGE@
   68: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
   69: install_sh_DATA = $(install_sh) -c -m 644
   70: install_sh_PROGRAM = $(install_sh) -c
   71: install_sh_SCRIPT = $(install_sh) -c
   72: INSTALL_HEADER = $(INSTALL_DATA)
   73: transform = $(program_transform_name)
   74: NORMAL_INSTALL = :
   75: PRE_INSTALL = :
   76: POST_INSTALL = :
   77: NORMAL_UNINSTALL = :
   78: PRE_UNINSTALL = :
   79: POST_UNINSTALL = :
   80: build_triplet = @build@
   81: host_triplet = @host@
   82: subdir = src/libipsec
   83: DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
   84: 	policy_parse.h policy_parse.c policy_token.c \
   85: 	$(top_srcdir)/depcomp $(top_srcdir)/ylwrap $(libipsec_HEADERS) \
   86: 	$(noinst_HEADERS)
   87: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   88: am__aclocal_m4_deps = $(top_srcdir)/acracoon.m4 \
   89: 	$(top_srcdir)/configure.ac
   90: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
   91: 	$(ACLOCAL_M4)
   92: mkinstalldirs = $(install_sh) -d
   93: CONFIG_HEADER = $(top_builddir)/config.h
   94: CONFIG_CLEAN_FILES =
   95: CONFIG_CLEAN_VPATH_FILES =
   96: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
   97: am__vpath_adj = case $$p in \
   98:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
   99:     *) f=$$p;; \
  100:   esac;
  101: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  102: am__install_max = 40
  103: am__nobase_strip_setup = \
  104:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  105: am__nobase_strip = \
  106:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  107: am__nobase_list = $(am__nobase_strip_setup); \
  108:   for p in $$list; do echo "$$p $$p"; done | \
  109:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  110:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  111:     if (++n[$$2] == $(am__install_max)) \
  112:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  113:     END { for (dir in files) print dir, files[dir] }'
  114: am__base_list = \
  115:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  116:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  117: am__uninstall_files_from_dir = { \
  118:   test -z "$$files" \
  119:     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  120:     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  121:          $(am__cd) "$$dir" && rm -f $$files; }; \
  122:   }
  123: am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)" \
  124: 	"$(DESTDIR)$(libipsecdir)"
  125: LTLIBRARIES = $(lib_LTLIBRARIES)
  126: am__DEPENDENCIES_1 =
  127: libipsec_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
  128: am_libipsec_la_OBJECTS = ipsec_dump_policy.lo ipsec_get_policylen.lo \
  129: 	ipsec_strerror.lo key_debug.lo pfkey.lo pfkey_dump.lo \
  130: 	policy_parse.lo policy_token.lo
  131: libipsec_la_OBJECTS = $(am_libipsec_la_OBJECTS)
  132: AM_V_lt = $(am__v_lt_@AM_V@)
  133: am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  134: am__v_lt_0 = --silent
  135: am__v_lt_1 = 
  136: libipsec_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  137: 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  138: 	$(libipsec_la_LDFLAGS) $(LDFLAGS) -o $@
  139: AM_V_P = $(am__v_P_@AM_V@)
  140: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  141: am__v_P_0 = false
  142: am__v_P_1 = :
  143: AM_V_GEN = $(am__v_GEN_@AM_V@)
  144: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  145: am__v_GEN_0 = @echo "  GEN     " $@;
  146: am__v_GEN_1 = 
  147: AM_V_at = $(am__v_at_@AM_V@)
  148: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  149: am__v_at_0 = @
  150: am__v_at_1 = 
  151: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  152: depcomp = $(SHELL) $(top_srcdir)/depcomp
  153: am__depfiles_maybe = depfiles
  154: am__mv = mv -f
  155: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  156: 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  157: LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  158: 	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  159: 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  160: 	$(AM_CFLAGS) $(CFLAGS)
  161: AM_V_CC = $(am__v_CC_@AM_V@)
  162: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  163: am__v_CC_0 = @echo "  CC      " $@;
  164: am__v_CC_1 = 
  165: CCLD = $(CC)
  166: LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  167: 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  168: 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
  169: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  170: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  171: am__v_CCLD_0 = @echo "  CCLD    " $@;
  172: am__v_CCLD_1 = 
  173: LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
  174: LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
  175: 	$(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
  176: AM_V_LEX = $(am__v_LEX_@AM_V@)
  177: am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@)
  178: am__v_LEX_0 = @echo "  LEX     " $@;
  179: am__v_LEX_1 = 
  180: YLWRAP = $(top_srcdir)/ylwrap
  181: am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
  182: 		   -e s/c++$$/h++/ -e s/c$$/h/
  183: YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
  184: LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
  185: 	$(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
  186: AM_V_YACC = $(am__v_YACC_@AM_V@)
  187: am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
  188: am__v_YACC_0 = @echo "  YACC    " $@;
  189: am__v_YACC_1 = 
  190: SOURCES = $(libipsec_la_SOURCES)
  191: DIST_SOURCES = $(libipsec_la_SOURCES)
  192: am__can_run_installinfo = \
  193:   case $$AM_UPDATE_INFO_DIR in \
  194:     n|no|NO) false;; \
  195:     *) (install-info --version) >/dev/null 2>&1;; \
  196:   esac
  197: man3dir = $(mandir)/man3
  198: NROFF = nroff
  199: MANS = $(man3_MANS)
  200: HEADERS = $(libipsec_HEADERS) $(noinst_HEADERS)
  201: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  202: # Read a list of newline-separated strings from the standard input,
  203: # and print each of them once, without duplicates.  Input order is
  204: # *not* preserved.
  205: am__uniquify_input = $(AWK) '\
  206:   BEGIN { nonempty = 0; } \
  207:   { items[$$0] = 1; nonempty = 1; } \
  208:   END { if (nonempty) { for (i in items) print i; }; } \
  209: '
  210: # Make sure the list of sources is unique.  This is necessary because,
  211: # e.g., the same source file might be shared among _SOURCES variables
  212: # for different programs/libraries.
  213: am__define_uniq_tagged_files = \
  214:   list='$(am__tagged_files)'; \
  215:   unique=`for i in $$list; do \
  216:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  217:   done | $(am__uniquify_input)`
  218: ETAGS = etags
  219: CTAGS = ctags
  220: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  221: ACLOCAL = @ACLOCAL@
  222: AMTAR = @AMTAR@
  223: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  224: AR = @AR@
  225: AUTOCONF = @AUTOCONF@
  226: AUTOHEADER = @AUTOHEADER@
  227: AUTOMAKE = @AUTOMAKE@
  228: AWK = @AWK@
  229: CC = @CC@
  230: CCDEPMODE = @CCDEPMODE@
  231: CFLAGS = @CFLAGS@
  232: CONFIGURE_AMFLAGS = @CONFIGURE_AMFLAGS@
  233: CPP = @CPP@
  234: CPPFLAGS = @CPPFLAGS@
  235: CRYPTOBJS = @CRYPTOBJS@
  236: CYGPATH_W = @CYGPATH_W@
  237: DEFS = @DEFS@
  238: DEPDIR = @DEPDIR@
  239: DLLTOOL = @DLLTOOL@
  240: DSYMUTIL = @DSYMUTIL@
  241: DUMPBIN = @DUMPBIN@
  242: ECHO_C = @ECHO_C@
  243: ECHO_N = @ECHO_N@
  244: ECHO_T = @ECHO_T@
  245: EGREP = @EGREP@
  246: EXEEXT = @EXEEXT@
  247: EXTRA_CRYPTO = @EXTRA_CRYPTO@
  248: FGREP = @FGREP@
  249: FRAG_OBJS = @FRAG_OBJS@
  250: GLIBC_BUGS = @GLIBC_BUGS@
  251: GREP = @GREP@
  252: HYBRID_OBJS = @HYBRID_OBJS@
  253: INCLUDE_GLIBC = @INCLUDE_GLIBC@
  254: INSTALL = @INSTALL@
  255: INSTALL_DATA = @INSTALL_DATA@
  256: INSTALL_OPTS = @INSTALL_OPTS@
  257: INSTALL_PROGRAM = @INSTALL_PROGRAM@
  258: INSTALL_SCRIPT = @INSTALL_SCRIPT@
  259: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  260: KERNEL_INCLUDE = @KERNEL_INCLUDE@
  261: KRB5_CONFIG = @KRB5_CONFIG@
  262: LD = @LD@
  263: LDFLAGS = @LDFLAGS@
  264: LEX = @LEX@
  265: LEXLIB = @LEXLIB@
  266: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  267: LIBOBJS = @LIBOBJS@
  268: LIBS = @LIBS@
  269: LIBTOOL = @LIBTOOL@
  270: LIPO = @LIPO@
  271: LN_S = @LN_S@
  272: LTLIBOBJS = @LTLIBOBJS@
  273: MAKEINFO = @MAKEINFO@
  274: MANIFEST_TOOL = @MANIFEST_TOOL@
  275: MKDIR_P = @MKDIR_P@
  276: NATT_OBJS = @NATT_OBJS@
  277: NM = @NM@
  278: NMEDIT = @NMEDIT@
  279: OBJDUMP = @OBJDUMP@
  280: OBJEXT = @OBJEXT@
  281: OTOOL = @OTOOL@
  282: OTOOL64 = @OTOOL64@
  283: PACKAGE = @PACKAGE@
  284: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  285: PACKAGE_NAME = @PACKAGE_NAME@
  286: PACKAGE_STRING = @PACKAGE_STRING@
  287: PACKAGE_TARNAME = @PACKAGE_TARNAME@
  288: PACKAGE_URL = @PACKAGE_URL@
  289: PACKAGE_VERSION = @PACKAGE_VERSION@
  290: PATH_SEPARATOR = @PATH_SEPARATOR@
  291: RANLIB = @RANLIB@
  292: RPM = @RPM@
  293: SECCTX_OBJS = @SECCTX_OBJS@
  294: SED = @SED@
  295: SET_MAKE = @SET_MAKE@
  296: SHELL = @SHELL@
  297: STRIP = @STRIP@
  298: VERSION = @VERSION@
  299: YACC = @YACC@
  300: YFLAGS = @YFLAGS@
  301: abs_builddir = @abs_builddir@
  302: abs_srcdir = @abs_srcdir@
  303: abs_top_builddir = @abs_top_builddir@
  304: abs_top_srcdir = @abs_top_srcdir@
  305: ac_ct_AR = @ac_ct_AR@
  306: ac_ct_CC = @ac_ct_CC@
  307: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  308: am__include = @am__include@
  309: am__leading_dot = @am__leading_dot@
  310: am__quote = @am__quote@
  311: am__tar = @am__tar@
  312: am__untar = @am__untar@
  313: bindir = @bindir@
  314: build = @build@
  315: build_alias = @build_alias@
  316: build_cpu = @build_cpu@
  317: build_os = @build_os@
  318: build_vendor = @build_vendor@
  319: builddir = @builddir@
  320: datadir = @datadir@
  321: datarootdir = @datarootdir@
  322: docdir = @docdir@
  323: dvidir = @dvidir@
  324: exec_prefix = @exec_prefix@
  325: host = @host@
  326: host_alias = @host_alias@
  327: host_cpu = @host_cpu@
  328: host_os = @host_os@
  329: host_vendor = @host_vendor@
  330: htmldir = @htmldir@
  331: include_racoondir = @include_racoondir@
  332: includedir = @includedir@
  333: infodir = @infodir@
  334: install_sh = @install_sh@
  335: libdir = @libdir@
  336: libexecdir = @libexecdir@
  337: localedir = @localedir@
  338: localstatedir = @localstatedir@
  339: mandir = @mandir@
  340: mkdir_p = @mkdir_p@
  341: oldincludedir = @oldincludedir@
  342: pdfdir = @pdfdir@
  343: prefix = @prefix@
  344: program_transform_name = @program_transform_name@
  345: psdir = @psdir@
  346: sbindir = @sbindir@
  347: sharedstatedir = @sharedstatedir@
  348: srcdir = @srcdir@
  349: sysconfdir = @sysconfdir@
  350: target_alias = @target_alias@
  351: top_build_prefix = @top_build_prefix@
  352: top_builddir = @top_builddir@
  353: top_srcdir = @top_srcdir@
  354: 
  355: #bin_PROGRAMS = test-policy test-policy-priority
  356: lib_LTLIBRARIES = libipsec.la
  357: libipsecdir = $(includedir)/libipsec
  358: libipsec_HEADERS = libpfkey.h
  359: man3_MANS = ipsec_set_policy.3 ipsec_strerror.3
  360: AM_CFLAGS = @GLIBC_BUGS@
  361: AM_YFLAGS = -d -p __libipsec
  362: AM_LFLAGS = -P__libipsec -olex.yy.c
  363: BUILT_SOURCES = policy_parse.h
  364: libipsec_la_SOURCES = \
  365:   ipsec_dump_policy.c \
  366:   ipsec_get_policylen.c \
  367:   ipsec_strerror.c \
  368:   key_debug.c \
  369:   pfkey.c \
  370:   pfkey_dump.c \
  371:   policy_parse.y \
  372:   policy_token.l
  373: 
  374: 
  375: # version is current:revision:age.
  376: # See: http://www.gnu.org/manual/libtool-1.4.2/html_chapter/libtool_6.html#SEC32
  377: libipsec_la_LDFLAGS = -version-info 0:1:0
  378: libipsec_la_LIBADD = $(LEXLIB)
  379: noinst_HEADERS = ipsec_strerror.h
  380: 
  381: #test_policy_SOURCES = test-policy.c
  382: #test_policy_LDFLAGS = libipsec.la
  383: 
  384: #test_policy_priority_SOURCES = test-policy-priority.c
  385: #test_policy_priority_LDFLAGS = libipsec.la
  386: EXTRA_DIST = ${man3_MANS} test-policy.c
  387: all: $(BUILT_SOURCES)
  388: 	$(MAKE) $(AM_MAKEFLAGS) all-am
  389: 
  390: .SUFFIXES:
  391: .SUFFIXES: .c .l .lo .o .obj .y
  392: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  393: 	@for dep in $?; do \
  394: 	  case '$(am__configure_deps)' in \
  395: 	    *$$dep*) \
  396: 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  397: 	        && { if test -f $@; then exit 0; else break; fi; }; \
  398: 	      exit 1;; \
  399: 	  esac; \
  400: 	done; \
  401: 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/libipsec/Makefile'; \
  402: 	$(am__cd) $(top_srcdir) && \
  403: 	  $(AUTOMAKE) --foreign src/libipsec/Makefile
  404: .PRECIOUS: Makefile
  405: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  406: 	@case '$?' in \
  407: 	  *config.status*) \
  408: 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  409: 	  *) \
  410: 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  411: 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  412: 	esac;
  413: 
  414: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  415: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  416: 
  417: $(top_srcdir)/configure:  $(am__configure_deps)
  418: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  419: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  420: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  421: $(am__aclocal_m4_deps):
  422: 
  423: install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  424: 	@$(NORMAL_INSTALL)
  425: 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  426: 	list2=; for p in $$list; do \
  427: 	  if test -f $$p; then \
  428: 	    list2="$$list2 $$p"; \
  429: 	  else :; fi; \
  430: 	done; \
  431: 	test -z "$$list2" || { \
  432: 	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
  433: 	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
  434: 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
  435: 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
  436: 	}
  437: 
  438: uninstall-libLTLIBRARIES:
  439: 	@$(NORMAL_UNINSTALL)
  440: 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  441: 	for p in $$list; do \
  442: 	  $(am__strip_dir) \
  443: 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
  444: 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
  445: 	done
  446: 
  447: clean-libLTLIBRARIES:
  448: 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  449: 	@list='$(lib_LTLIBRARIES)'; \
  450: 	locs=`for p in $$list; do echo $$p; done | \
  451: 	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  452: 	      sort -u`; \
  453: 	test -z "$$locs" || { \
  454: 	  echo rm -f $${locs}; \
  455: 	  rm -f $${locs}; \
  456: 	}
  457: policy_parse.h: policy_parse.c
  458: 	@if test ! -f $@; then rm -f policy_parse.c; else :; fi
  459: 	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) policy_parse.c; else :; fi
  460: 
  461: libipsec.la: $(libipsec_la_OBJECTS) $(libipsec_la_DEPENDENCIES) $(EXTRA_libipsec_la_DEPENDENCIES) 
  462: 	$(AM_V_CCLD)$(libipsec_la_LINK) -rpath $(libdir) $(libipsec_la_OBJECTS) $(libipsec_la_LIBADD) $(LIBS)
  463: 
  464: mostlyclean-compile:
  465: 	-rm -f *.$(OBJEXT)
  466: 
  467: distclean-compile:
  468: 	-rm -f *.tab.c
  469: 
  470: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipsec_dump_policy.Plo@am__quote@
  471: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipsec_get_policylen.Plo@am__quote@
  472: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipsec_strerror.Plo@am__quote@
  473: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/key_debug.Plo@am__quote@
  474: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pfkey.Plo@am__quote@
  475: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pfkey_dump.Plo@am__quote@
  476: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/policy_parse.Plo@am__quote@
  477: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/policy_token.Plo@am__quote@
  478: 
  479: .c.o:
  480: @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  481: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  482: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  483: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  484: @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  485: 
  486: .c.obj:
  487: @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  488: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  489: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  490: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  491: @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  492: 
  493: .c.lo:
  494: @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  495: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  496: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  497: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  498: @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  499: 
  500: .l.c:
  501: 	$(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
  502: 
  503: .y.c:
  504: 	$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
  505: 
  506: mostlyclean-libtool:
  507: 	-rm -f *.lo
  508: 
  509: clean-libtool:
  510: 	-rm -rf .libs _libs
  511: install-man3: $(man3_MANS)
  512: 	@$(NORMAL_INSTALL)
  513: 	@list1='$(man3_MANS)'; \
  514: 	list2=''; \
  515: 	test -n "$(man3dir)" \
  516: 	  && test -n "`echo $$list1$$list2`" \
  517: 	  || exit 0; \
  518: 	echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
  519: 	$(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
  520: 	{ for i in $$list1; do echo "$$i"; done;  \
  521: 	if test -n "$$list2"; then \
  522: 	  for i in $$list2; do echo "$$i"; done \
  523: 	    | sed -n '/\.3[a-z]*$$/p'; \
  524: 	fi; \
  525: 	} | while read p; do \
  526: 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  527: 	  echo "$$d$$p"; echo "$$p"; \
  528: 	done | \
  529: 	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
  530: 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  531: 	sed 'N;N;s,\n, ,g' | { \
  532: 	list=; while read file base inst; do \
  533: 	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  534: 	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
  535: 	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
  536: 	  fi; \
  537: 	done; \
  538: 	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  539: 	while read files; do \
  540: 	  test -z "$$files" || { \
  541: 	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
  542: 	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
  543: 	done; }
  544: 
  545: uninstall-man3:
  546: 	@$(NORMAL_UNINSTALL)
  547: 	@list='$(man3_MANS)'; test -n "$(man3dir)" || exit 0; \
  548: 	files=`{ for i in $$list; do echo "$$i"; done; \
  549: 	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
  550: 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  551: 	dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
  552: install-libipsecHEADERS: $(libipsec_HEADERS)
  553: 	@$(NORMAL_INSTALL)
  554: 	@list='$(libipsec_HEADERS)'; test -n "$(libipsecdir)" || list=; \
  555: 	if test -n "$$list"; then \
  556: 	  echo " $(MKDIR_P) '$(DESTDIR)$(libipsecdir)'"; \
  557: 	  $(MKDIR_P) "$(DESTDIR)$(libipsecdir)" || exit 1; \
  558: 	fi; \
  559: 	for p in $$list; do \
  560: 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  561: 	  echo "$$d$$p"; \
  562: 	done | $(am__base_list) | \
  563: 	while read files; do \
  564: 	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libipsecdir)'"; \
  565: 	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(libipsecdir)" || exit $$?; \
  566: 	done
  567: 
  568: uninstall-libipsecHEADERS:
  569: 	@$(NORMAL_UNINSTALL)
  570: 	@list='$(libipsec_HEADERS)'; test -n "$(libipsecdir)" || list=; \
  571: 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  572: 	dir='$(DESTDIR)$(libipsecdir)'; $(am__uninstall_files_from_dir)
  573: 
  574: ID: $(am__tagged_files)
  575: 	$(am__define_uniq_tagged_files); mkid -fID $$unique
  576: tags: tags-am
  577: TAGS: tags
  578: 
  579: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  580: 	set x; \
  581: 	here=`pwd`; \
  582: 	$(am__define_uniq_tagged_files); \
  583: 	shift; \
  584: 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  585: 	  test -n "$$unique" || unique=$$empty_fix; \
  586: 	  if test $$# -gt 0; then \
  587: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  588: 	      "$$@" $$unique; \
  589: 	  else \
  590: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  591: 	      $$unique; \
  592: 	  fi; \
  593: 	fi
  594: ctags: ctags-am
  595: 
  596: CTAGS: ctags
  597: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  598: 	$(am__define_uniq_tagged_files); \
  599: 	test -z "$(CTAGS_ARGS)$$unique" \
  600: 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  601: 	     $$unique
  602: 
  603: GTAGS:
  604: 	here=`$(am__cd) $(top_builddir) && pwd` \
  605: 	  && $(am__cd) $(top_srcdir) \
  606: 	  && gtags -i $(GTAGS_ARGS) "$$here"
  607: cscopelist: cscopelist-am
  608: 
  609: cscopelist-am: $(am__tagged_files)
  610: 	list='$(am__tagged_files)'; \
  611: 	case "$(srcdir)" in \
  612: 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  613: 	  *) sdir=$(subdir)/$(srcdir) ;; \
  614: 	esac; \
  615: 	for i in $$list; do \
  616: 	  if test -f "$$i"; then \
  617: 	    echo "$(subdir)/$$i"; \
  618: 	  else \
  619: 	    echo "$$sdir/$$i"; \
  620: 	  fi; \
  621: 	done >> $(top_builddir)/cscope.files
  622: 
  623: distclean-tags:
  624: 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  625: 
  626: distdir: $(DISTFILES)
  627: 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  628: 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  629: 	list='$(DISTFILES)'; \
  630: 	  dist_files=`for file in $$list; do echo $$file; done | \
  631: 	  sed -e "s|^$$srcdirstrip/||;t" \
  632: 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  633: 	case $$dist_files in \
  634: 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
  635: 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  636: 			   sort -u` ;; \
  637: 	esac; \
  638: 	for file in $$dist_files; do \
  639: 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  640: 	  if test -d $$d/$$file; then \
  641: 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  642: 	    if test -d "$(distdir)/$$file"; then \
  643: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  644: 	    fi; \
  645: 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  646: 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  647: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  648: 	    fi; \
  649: 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  650: 	  else \
  651: 	    test -f "$(distdir)/$$file" \
  652: 	    || cp -p $$d/$$file "$(distdir)/$$file" \
  653: 	    || exit 1; \
  654: 	  fi; \
  655: 	done
  656: check-am: all-am
  657: check: $(BUILT_SOURCES)
  658: 	$(MAKE) $(AM_MAKEFLAGS) check-am
  659: all-am: Makefile $(LTLIBRARIES) $(MANS) $(HEADERS)
  660: installdirs:
  661: 	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(libipsecdir)"; do \
  662: 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  663: 	done
  664: install: $(BUILT_SOURCES)
  665: 	$(MAKE) $(AM_MAKEFLAGS) install-am
  666: install-exec: install-exec-am
  667: install-data: install-data-am
  668: uninstall: uninstall-am
  669: 
  670: install-am: all-am
  671: 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  672: 
  673: installcheck: installcheck-am
  674: install-strip:
  675: 	if test -z '$(STRIP)'; then \
  676: 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  677: 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  678: 	      install; \
  679: 	else \
  680: 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  681: 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  682: 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  683: 	fi
  684: mostlyclean-generic:
  685: 
  686: clean-generic:
  687: 
  688: distclean-generic:
  689: 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  690: 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  691: 
  692: maintainer-clean-generic:
  693: 	@echo "This command is intended for maintainers to use"
  694: 	@echo "it deletes files that may require special tools to rebuild."
  695: 	-rm -f policy_parse.c
  696: 	-rm -f policy_parse.h
  697: 	-rm -f policy_token.c
  698: 	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  699: clean: clean-am
  700: 
  701: clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
  702: 	mostlyclean-am
  703: 
  704: distclean: distclean-am
  705: 	-rm -rf ./$(DEPDIR)
  706: 	-rm -f Makefile
  707: distclean-am: clean-am distclean-compile distclean-generic \
  708: 	distclean-tags
  709: 
  710: dvi: dvi-am
  711: 
  712: dvi-am:
  713: 
  714: html: html-am
  715: 
  716: html-am:
  717: 
  718: info: info-am
  719: 
  720: info-am:
  721: 
  722: install-data-am: install-libipsecHEADERS install-man
  723: 
  724: install-dvi: install-dvi-am
  725: 
  726: install-dvi-am:
  727: 
  728: install-exec-am: install-libLTLIBRARIES
  729: 
  730: install-html: install-html-am
  731: 
  732: install-html-am:
  733: 
  734: install-info: install-info-am
  735: 
  736: install-info-am:
  737: 
  738: install-man: install-man3
  739: 
  740: install-pdf: install-pdf-am
  741: 
  742: install-pdf-am:
  743: 
  744: install-ps: install-ps-am
  745: 
  746: install-ps-am:
  747: 
  748: installcheck-am:
  749: 
  750: maintainer-clean: maintainer-clean-am
  751: 	-rm -rf ./$(DEPDIR)
  752: 	-rm -f Makefile
  753: maintainer-clean-am: distclean-am maintainer-clean-generic
  754: 
  755: mostlyclean: mostlyclean-am
  756: 
  757: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  758: 	mostlyclean-libtool
  759: 
  760: pdf: pdf-am
  761: 
  762: pdf-am:
  763: 
  764: ps: ps-am
  765: 
  766: ps-am:
  767: 
  768: uninstall-am: uninstall-libLTLIBRARIES uninstall-libipsecHEADERS \
  769: 	uninstall-man
  770: 
  771: uninstall-man: uninstall-man3
  772: 
  773: .MAKE: all check install install-am install-strip
  774: 
  775: .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
  776: 	clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
  777: 	ctags-am distclean distclean-compile distclean-generic \
  778: 	distclean-libtool distclean-tags distdir dvi dvi-am html \
  779: 	html-am info info-am install install-am install-data \
  780: 	install-data-am install-dvi install-dvi-am install-exec \
  781: 	install-exec-am install-html install-html-am install-info \
  782: 	install-info-am install-libLTLIBRARIES install-libipsecHEADERS \
  783: 	install-man install-man3 install-pdf install-pdf-am install-ps \
  784: 	install-ps-am install-strip installcheck installcheck-am \
  785: 	installdirs maintainer-clean maintainer-clean-generic \
  786: 	mostlyclean mostlyclean-compile mostlyclean-generic \
  787: 	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
  788: 	uninstall-am uninstall-libLTLIBRARIES \
  789: 	uninstall-libipsecHEADERS uninstall-man uninstall-man3
  790: 
  791: 
  792: # Tell versions [3.59,3.63) of GNU make to not export all variables.
  793: # Otherwise a system limit (for SysV at least) may be exceeded.
  794: .NOEXPORT:

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