File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / ipsec-tools / src / setkey / Makefile.in
Revision 1.1.1.3 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Nov 2 10:45:57 2016 UTC (7 years, 8 months ago) by misho
Branches: ipsec-tools, MAIN
CVS tags: v0_8_2p2, HEAD
ipsec-tools 0.8.2

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

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