File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / ipsec-tools / src / Makefile.in
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Sun Jun 15 16:37:11 2014 UTC (10 years ago) by misho
Branches: ipsec-tools, MAIN
CVS tags: v0_8_1p0, v0_8_1, HEAD
ipsec-tools 0.8.1

    1: # Makefile.in generated by automake 1.13.1 from Makefile.am.
    2: # @configure_input@
    3: 
    4: # Copyright (C) 1994-2012 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__make_dryrun = \
   18:   { \
   19:     am__dry=no; \
   20:     case $$MAKEFLAGS in \
   21:       *\\[\ \	]*) \
   22:         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
   23:           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
   24:       *) \
   25:         for am__flg in $$MAKEFLAGS; do \
   26:           case $$am__flg in \
   27:             *=*|--*) ;; \
   28:             *n*) am__dry=yes; break;; \
   29:           esac; \
   30:         done;; \
   31:     esac; \
   32:     test $$am__dry = yes; \
   33:   }
   34: pkgdatadir = $(datadir)/@PACKAGE@
   35: pkgincludedir = $(includedir)/@PACKAGE@
   36: pkglibdir = $(libdir)/@PACKAGE@
   37: pkglibexecdir = $(libexecdir)/@PACKAGE@
   38: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
   39: install_sh_DATA = $(install_sh) -c -m 644
   40: install_sh_PROGRAM = $(install_sh) -c
   41: install_sh_SCRIPT = $(install_sh) -c
   42: INSTALL_HEADER = $(INSTALL_DATA)
   43: transform = $(program_transform_name)
   44: NORMAL_INSTALL = :
   45: PRE_INSTALL = :
   46: POST_INSTALL = :
   47: NORMAL_UNINSTALL = :
   48: PRE_UNINSTALL = :
   49: POST_UNINSTALL = :
   50: build_triplet = @build@
   51: host_triplet = @host@
   52: subdir = src
   53: DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
   54: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   55: am__aclocal_m4_deps = $(top_srcdir)/acracoon.m4 \
   56: 	$(top_srcdir)/configure.ac
   57: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
   58: 	$(ACLOCAL_M4)
   59: mkinstalldirs = $(install_sh) -d
   60: CONFIG_HEADER = $(top_builddir)/config.h
   61: CONFIG_CLEAN_FILES =
   62: CONFIG_CLEAN_VPATH_FILES =
   63: AM_V_P = $(am__v_P_@AM_V@)
   64: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
   65: am__v_P_0 = false
   66: am__v_P_1 = :
   67: AM_V_GEN = $(am__v_GEN_@AM_V@)
   68: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
   69: am__v_GEN_0 = @echo "  GEN     " $@;
   70: am__v_GEN_1 = 
   71: AM_V_at = $(am__v_at_@AM_V@)
   72: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
   73: am__v_at_0 = @
   74: am__v_at_1 = 
   75: SOURCES =
   76: DIST_SOURCES =
   77: RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
   78: 	ctags-recursive dvi-recursive html-recursive info-recursive \
   79: 	install-data-recursive install-dvi-recursive \
   80: 	install-exec-recursive install-html-recursive \
   81: 	install-info-recursive install-pdf-recursive \
   82: 	install-ps-recursive install-recursive installcheck-recursive \
   83: 	installdirs-recursive pdf-recursive ps-recursive \
   84: 	tags-recursive uninstall-recursive
   85: am__can_run_installinfo = \
   86:   case $$AM_UPDATE_INFO_DIR in \
   87:     n|no|NO) false;; \
   88:     *) (install-info --version) >/dev/null 2>&1;; \
   89:   esac
   90: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
   91:   distclean-recursive maintainer-clean-recursive
   92: am__recursive_targets = \
   93:   $(RECURSIVE_TARGETS) \
   94:   $(RECURSIVE_CLEAN_TARGETS) \
   95:   $(am__extra_recursive_targets)
   96: AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
   97: 	distdir
   98: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
   99: # Read a list of newline-separated strings from the standard input,
  100: # and print each of them once, without duplicates.  Input order is
  101: # *not* preserved.
  102: am__uniquify_input = $(AWK) '\
  103:   BEGIN { nonempty = 0; } \
  104:   { items[$$0] = 1; nonempty = 1; } \
  105:   END { if (nonempty) { for (i in items) print i; }; } \
  106: '
  107: # Make sure the list of sources is unique.  This is necessary because,
  108: # e.g., the same source file might be shared among _SOURCES variables
  109: # for different programs/libraries.
  110: am__define_uniq_tagged_files = \
  111:   list='$(am__tagged_files)'; \
  112:   unique=`for i in $$list; do \
  113:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  114:   done | $(am__uniquify_input)`
  115: ETAGS = etags
  116: CTAGS = ctags
  117: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  118: am__relativize = \
  119:   dir0=`pwd`; \
  120:   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  121:   sed_rest='s,^[^/]*/*,,'; \
  122:   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  123:   sed_butlast='s,/*[^/]*$$,,'; \
  124:   while test -n "$$dir1"; do \
  125:     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  126:     if test "$$first" != "."; then \
  127:       if test "$$first" = ".."; then \
  128:         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  129:         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  130:       else \
  131:         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  132:         if test "$$first2" = "$$first"; then \
  133:           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  134:         else \
  135:           dir2="../$$dir2"; \
  136:         fi; \
  137:         dir0="$$dir0"/"$$first"; \
  138:       fi; \
  139:     fi; \
  140:     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  141:   done; \
  142:   reldir="$$dir2"
  143: ACLOCAL = @ACLOCAL@
  144: AMTAR = @AMTAR@
  145: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  146: AR = @AR@
  147: AUTOCONF = @AUTOCONF@
  148: AUTOHEADER = @AUTOHEADER@
  149: AUTOMAKE = @AUTOMAKE@
  150: AWK = @AWK@
  151: CC = @CC@
  152: CCDEPMODE = @CCDEPMODE@
  153: CFLAGS = @CFLAGS@
  154: CONFIGURE_AMFLAGS = @CONFIGURE_AMFLAGS@
  155: CPP = @CPP@
  156: CPPFLAGS = @CPPFLAGS@
  157: CRYPTOBJS = @CRYPTOBJS@
  158: CYGPATH_W = @CYGPATH_W@
  159: DEFS = @DEFS@
  160: DEPDIR = @DEPDIR@
  161: DLLTOOL = @DLLTOOL@
  162: DSYMUTIL = @DSYMUTIL@
  163: DUMPBIN = @DUMPBIN@
  164: ECHO_C = @ECHO_C@
  165: ECHO_N = @ECHO_N@
  166: ECHO_T = @ECHO_T@
  167: EGREP = @EGREP@
  168: EXEEXT = @EXEEXT@
  169: EXTRA_CRYPTO = @EXTRA_CRYPTO@
  170: FGREP = @FGREP@
  171: FRAG_OBJS = @FRAG_OBJS@
  172: GLIBC_BUGS = @GLIBC_BUGS@
  173: GREP = @GREP@
  174: HYBRID_OBJS = @HYBRID_OBJS@
  175: INCLUDE_GLIBC = @INCLUDE_GLIBC@
  176: INSTALL = @INSTALL@
  177: INSTALL_DATA = @INSTALL_DATA@
  178: INSTALL_OPTS = @INSTALL_OPTS@
  179: INSTALL_PROGRAM = @INSTALL_PROGRAM@
  180: INSTALL_SCRIPT = @INSTALL_SCRIPT@
  181: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  182: KERNEL_INCLUDE = @KERNEL_INCLUDE@
  183: KRB5_CONFIG = @KRB5_CONFIG@
  184: LD = @LD@
  185: LDFLAGS = @LDFLAGS@
  186: LEX = @LEX@
  187: LEXLIB = @LEXLIB@
  188: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  189: LIBOBJS = @LIBOBJS@
  190: LIBS = @LIBS@
  191: LIBTOOL = @LIBTOOL@
  192: LIPO = @LIPO@
  193: LN_S = @LN_S@
  194: LTLIBOBJS = @LTLIBOBJS@
  195: MAKEINFO = @MAKEINFO@
  196: MANIFEST_TOOL = @MANIFEST_TOOL@
  197: MKDIR_P = @MKDIR_P@
  198: NATT_OBJS = @NATT_OBJS@
  199: NM = @NM@
  200: NMEDIT = @NMEDIT@
  201: OBJDUMP = @OBJDUMP@
  202: OBJEXT = @OBJEXT@
  203: OTOOL = @OTOOL@
  204: OTOOL64 = @OTOOL64@
  205: PACKAGE = @PACKAGE@
  206: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  207: PACKAGE_NAME = @PACKAGE_NAME@
  208: PACKAGE_STRING = @PACKAGE_STRING@
  209: PACKAGE_TARNAME = @PACKAGE_TARNAME@
  210: PACKAGE_URL = @PACKAGE_URL@
  211: PACKAGE_VERSION = @PACKAGE_VERSION@
  212: PATH_SEPARATOR = @PATH_SEPARATOR@
  213: RANLIB = @RANLIB@
  214: RPM = @RPM@
  215: SECCTX_OBJS = @SECCTX_OBJS@
  216: SED = @SED@
  217: SET_MAKE = @SET_MAKE@
  218: SHELL = @SHELL@
  219: STRIP = @STRIP@
  220: VERSION = @VERSION@
  221: YACC = @YACC@
  222: YFLAGS = @YFLAGS@
  223: abs_builddir = @abs_builddir@
  224: abs_srcdir = @abs_srcdir@
  225: abs_top_builddir = @abs_top_builddir@
  226: abs_top_srcdir = @abs_top_srcdir@
  227: ac_ct_AR = @ac_ct_AR@
  228: ac_ct_CC = @ac_ct_CC@
  229: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  230: am__include = @am__include@
  231: am__leading_dot = @am__leading_dot@
  232: am__quote = @am__quote@
  233: am__tar = @am__tar@
  234: am__untar = @am__untar@
  235: bindir = @bindir@
  236: build = @build@
  237: build_alias = @build_alias@
  238: build_cpu = @build_cpu@
  239: build_os = @build_os@
  240: build_vendor = @build_vendor@
  241: builddir = @builddir@
  242: datadir = @datadir@
  243: datarootdir = @datarootdir@
  244: docdir = @docdir@
  245: dvidir = @dvidir@
  246: exec_prefix = @exec_prefix@
  247: host = @host@
  248: host_alias = @host_alias@
  249: host_cpu = @host_cpu@
  250: host_os = @host_os@
  251: host_vendor = @host_vendor@
  252: htmldir = @htmldir@
  253: include_racoondir = @include_racoondir@
  254: includedir = @includedir@
  255: infodir = @infodir@
  256: install_sh = @install_sh@
  257: libdir = @libdir@
  258: libexecdir = @libexecdir@
  259: localedir = @localedir@
  260: localstatedir = @localstatedir@
  261: mandir = @mandir@
  262: mkdir_p = @mkdir_p@
  263: oldincludedir = @oldincludedir@
  264: pdfdir = @pdfdir@
  265: prefix = @prefix@
  266: program_transform_name = @program_transform_name@
  267: psdir = @psdir@
  268: sbindir = @sbindir@
  269: sharedstatedir = @sharedstatedir@
  270: srcdir = @srcdir@
  271: sysconfdir = @sysconfdir@
  272: target_alias = @target_alias@
  273: top_build_prefix = @top_build_prefix@
  274: top_builddir = @top_builddir@
  275: top_srcdir = @top_srcdir@
  276: SUBDIRS = @INCLUDE_GLIBC@ libipsec setkey racoon
  277: DIST_SUBDIRS = include-glibc libipsec setkey racoon
  278: all: all-recursive
  279: 
  280: .SUFFIXES:
  281: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  282: 	@for dep in $?; do \
  283: 	  case '$(am__configure_deps)' in \
  284: 	    *$$dep*) \
  285: 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  286: 	        && { if test -f $@; then exit 0; else break; fi; }; \
  287: 	      exit 1;; \
  288: 	  esac; \
  289: 	done; \
  290: 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
  291: 	$(am__cd) $(top_srcdir) && \
  292: 	  $(AUTOMAKE) --foreign src/Makefile
  293: .PRECIOUS: Makefile
  294: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  295: 	@case '$?' in \
  296: 	  *config.status*) \
  297: 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  298: 	  *) \
  299: 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  300: 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  301: 	esac;
  302: 
  303: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  304: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  305: 
  306: $(top_srcdir)/configure:  $(am__configure_deps)
  307: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  308: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  309: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  310: $(am__aclocal_m4_deps):
  311: 
  312: mostlyclean-libtool:
  313: 	-rm -f *.lo
  314: 
  315: clean-libtool:
  316: 	-rm -rf .libs _libs
  317: 
  318: # This directory's subdirectories are mostly independent; you can cd
  319: # into them and run 'make' without going through this Makefile.
  320: # To change the values of 'make' variables: instead of editing Makefiles,
  321: # (1) if the variable is set in 'config.status', edit 'config.status'
  322: #     (which will cause the Makefiles to be regenerated when you run 'make');
  323: # (2) otherwise, pass the desired values on the 'make' command line.
  324: $(am__recursive_targets):
  325: 	@fail= failcom='exit 1'; \
  326: 	for f in x $$MAKEFLAGS; do \
  327: 	  case $$f in \
  328: 	    *=* | --[!k]*);; \
  329: 	    *k*) failcom='fail=yes';; \
  330: 	  esac; \
  331: 	done; \
  332: 	dot_seen=no; \
  333: 	target=`echo $@ | sed s/-recursive//`; \
  334: 	case "$@" in \
  335: 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  336: 	  *) list='$(SUBDIRS)' ;; \
  337: 	esac; \
  338: 	for subdir in $$list; do \
  339: 	  echo "Making $$target in $$subdir"; \
  340: 	  if test "$$subdir" = "."; then \
  341: 	    dot_seen=yes; \
  342: 	    local_target="$$target-am"; \
  343: 	  else \
  344: 	    local_target="$$target"; \
  345: 	  fi; \
  346: 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  347: 	  || eval $$failcom; \
  348: 	done; \
  349: 	if test "$$dot_seen" = "no"; then \
  350: 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  351: 	fi; test -z "$$fail"
  352: 
  353: ID: $(am__tagged_files)
  354: 	$(am__define_uniq_tagged_files); mkid -fID $$unique
  355: tags: tags-recursive
  356: TAGS: tags
  357: 
  358: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  359: 	set x; \
  360: 	here=`pwd`; \
  361: 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  362: 	  include_option=--etags-include; \
  363: 	  empty_fix=.; \
  364: 	else \
  365: 	  include_option=--include; \
  366: 	  empty_fix=; \
  367: 	fi; \
  368: 	list='$(SUBDIRS)'; for subdir in $$list; do \
  369: 	  if test "$$subdir" = .; then :; else \
  370: 	    test ! -f $$subdir/TAGS || \
  371: 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  372: 	  fi; \
  373: 	done; \
  374: 	$(am__define_uniq_tagged_files); \
  375: 	shift; \
  376: 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  377: 	  test -n "$$unique" || unique=$$empty_fix; \
  378: 	  if test $$# -gt 0; then \
  379: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  380: 	      "$$@" $$unique; \
  381: 	  else \
  382: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  383: 	      $$unique; \
  384: 	  fi; \
  385: 	fi
  386: ctags: ctags-recursive
  387: 
  388: CTAGS: ctags
  389: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  390: 	$(am__define_uniq_tagged_files); \
  391: 	test -z "$(CTAGS_ARGS)$$unique" \
  392: 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  393: 	     $$unique
  394: 
  395: GTAGS:
  396: 	here=`$(am__cd) $(top_builddir) && pwd` \
  397: 	  && $(am__cd) $(top_srcdir) \
  398: 	  && gtags -i $(GTAGS_ARGS) "$$here"
  399: cscopelist: cscopelist-recursive
  400: 
  401: cscopelist-am: $(am__tagged_files)
  402: 	list='$(am__tagged_files)'; \
  403: 	case "$(srcdir)" in \
  404: 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  405: 	  *) sdir=$(subdir)/$(srcdir) ;; \
  406: 	esac; \
  407: 	for i in $$list; do \
  408: 	  if test -f "$$i"; then \
  409: 	    echo "$(subdir)/$$i"; \
  410: 	  else \
  411: 	    echo "$$sdir/$$i"; \
  412: 	  fi; \
  413: 	done >> $(top_builddir)/cscope.files
  414: 
  415: distclean-tags:
  416: 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  417: 
  418: distdir: $(DISTFILES)
  419: 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  420: 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  421: 	list='$(DISTFILES)'; \
  422: 	  dist_files=`for file in $$list; do echo $$file; done | \
  423: 	  sed -e "s|^$$srcdirstrip/||;t" \
  424: 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  425: 	case $$dist_files in \
  426: 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
  427: 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  428: 			   sort -u` ;; \
  429: 	esac; \
  430: 	for file in $$dist_files; do \
  431: 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  432: 	  if test -d $$d/$$file; then \
  433: 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  434: 	    if test -d "$(distdir)/$$file"; then \
  435: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  436: 	    fi; \
  437: 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  438: 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  439: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  440: 	    fi; \
  441: 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  442: 	  else \
  443: 	    test -f "$(distdir)/$$file" \
  444: 	    || cp -p $$d/$$file "$(distdir)/$$file" \
  445: 	    || exit 1; \
  446: 	  fi; \
  447: 	done
  448: 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  449: 	  if test "$$subdir" = .; then :; else \
  450: 	    $(am__make_dryrun) \
  451: 	      || test -d "$(distdir)/$$subdir" \
  452: 	      || $(MKDIR_P) "$(distdir)/$$subdir" \
  453: 	      || exit 1; \
  454: 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  455: 	    $(am__relativize); \
  456: 	    new_distdir=$$reldir; \
  457: 	    dir1=$$subdir; dir2="$(top_distdir)"; \
  458: 	    $(am__relativize); \
  459: 	    new_top_distdir=$$reldir; \
  460: 	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  461: 	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  462: 	    ($(am__cd) $$subdir && \
  463: 	      $(MAKE) $(AM_MAKEFLAGS) \
  464: 	        top_distdir="$$new_top_distdir" \
  465: 	        distdir="$$new_distdir" \
  466: 		am__remove_distdir=: \
  467: 		am__skip_length_check=: \
  468: 		am__skip_mode_fix=: \
  469: 	        distdir) \
  470: 	      || exit 1; \
  471: 	  fi; \
  472: 	done
  473: check-am: all-am
  474: check: check-recursive
  475: all-am: Makefile
  476: installdirs: installdirs-recursive
  477: installdirs-am:
  478: install: install-recursive
  479: install-exec: install-exec-recursive
  480: install-data: install-data-recursive
  481: uninstall: uninstall-recursive
  482: 
  483: install-am: all-am
  484: 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  485: 
  486: installcheck: installcheck-recursive
  487: install-strip:
  488: 	if test -z '$(STRIP)'; then \
  489: 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  490: 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  491: 	      install; \
  492: 	else \
  493: 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  494: 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  495: 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  496: 	fi
  497: mostlyclean-generic:
  498: 
  499: clean-generic:
  500: 
  501: distclean-generic:
  502: 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  503: 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  504: 
  505: maintainer-clean-generic:
  506: 	@echo "This command is intended for maintainers to use"
  507: 	@echo "it deletes files that may require special tools to rebuild."
  508: clean: clean-recursive
  509: 
  510: clean-am: clean-generic clean-libtool mostlyclean-am
  511: 
  512: distclean: distclean-recursive
  513: 	-rm -f Makefile
  514: distclean-am: clean-am distclean-generic distclean-tags
  515: 
  516: dvi: dvi-recursive
  517: 
  518: dvi-am:
  519: 
  520: html: html-recursive
  521: 
  522: html-am:
  523: 
  524: info: info-recursive
  525: 
  526: info-am:
  527: 
  528: install-data-am:
  529: 
  530: install-dvi: install-dvi-recursive
  531: 
  532: install-dvi-am:
  533: 
  534: install-exec-am:
  535: 
  536: install-html: install-html-recursive
  537: 
  538: install-html-am:
  539: 
  540: install-info: install-info-recursive
  541: 
  542: install-info-am:
  543: 
  544: install-man:
  545: 
  546: install-pdf: install-pdf-recursive
  547: 
  548: install-pdf-am:
  549: 
  550: install-ps: install-ps-recursive
  551: 
  552: install-ps-am:
  553: 
  554: installcheck-am:
  555: 
  556: maintainer-clean: maintainer-clean-recursive
  557: 	-rm -f Makefile
  558: maintainer-clean-am: distclean-am maintainer-clean-generic
  559: 
  560: mostlyclean: mostlyclean-recursive
  561: 
  562: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  563: 
  564: pdf: pdf-recursive
  565: 
  566: pdf-am:
  567: 
  568: ps: ps-recursive
  569: 
  570: ps-am:
  571: 
  572: uninstall-am:
  573: 
  574: .MAKE: $(am__recursive_targets) install-am install-strip
  575: 
  576: .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  577: 	check-am clean clean-generic clean-libtool cscopelist-am ctags \
  578: 	ctags-am distclean distclean-generic distclean-libtool \
  579: 	distclean-tags distdir dvi dvi-am html html-am info info-am \
  580: 	install install-am install-data install-data-am install-dvi \
  581: 	install-dvi-am install-exec install-exec-am install-html \
  582: 	install-html-am install-info install-info-am install-man \
  583: 	install-pdf install-pdf-am install-ps install-ps-am \
  584: 	install-strip installcheck installcheck-am installdirs \
  585: 	installdirs-am maintainer-clean maintainer-clean-generic \
  586: 	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  587: 	ps ps-am tags tags-am uninstall uninstall-am
  588: 
  589: 
  590: # Tell versions [3.59,3.63) of GNU make to not export all variables.
  591: # Otherwise a system limit (for SysV at least) may be exceeded.
  592: .NOEXPORT:

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