File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / lighttpd / Makefile.in
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Sun Jun 15 20:20:05 2014 UTC (10 years ago) by misho
Branches: lighttpd, MAIN
CVS tags: v1_4_35p0, v1_4_35, HEAD
lighttpd 1.4.35

    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: VPATH = @srcdir@
   17: am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
   18: am__make_running_with_option = \
   19:   case $${target_option-} in \
   20:       ?) ;; \
   21:       *) echo "am__make_running_with_option: internal error: invalid" \
   22:               "target option '$${target_option-}' specified" >&2; \
   23:          exit 1;; \
   24:   esac; \
   25:   has_opt=no; \
   26:   sane_makeflags=$$MAKEFLAGS; \
   27:   if $(am__is_gnu_make); then \
   28:     sane_makeflags=$$MFLAGS; \
   29:   else \
   30:     case $$MAKEFLAGS in \
   31:       *\\[\ \	]*) \
   32:         bs=\\; \
   33:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
   34:           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
   35:     esac; \
   36:   fi; \
   37:   skip_next=no; \
   38:   strip_trailopt () \
   39:   { \
   40:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
   41:   }; \
   42:   for flg in $$sane_makeflags; do \
   43:     test $$skip_next = yes && { skip_next=no; continue; }; \
   44:     case $$flg in \
   45:       *=*|--*) continue;; \
   46:         -*I) strip_trailopt 'I'; skip_next=yes;; \
   47:       -*I?*) strip_trailopt 'I';; \
   48:         -*O) strip_trailopt 'O'; skip_next=yes;; \
   49:       -*O?*) strip_trailopt 'O';; \
   50:         -*l) strip_trailopt 'l'; skip_next=yes;; \
   51:       -*l?*) strip_trailopt 'l';; \
   52:       -[dEDm]) skip_next=yes;; \
   53:       -[JT]) skip_next=yes;; \
   54:     esac; \
   55:     case $$flg in \
   56:       *$$target_option*) has_opt=yes; break;; \
   57:     esac; \
   58:   done; \
   59:   test $$has_opt = yes
   60: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
   61: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
   62: pkgdatadir = $(datadir)/@PACKAGE@
   63: pkgincludedir = $(includedir)/@PACKAGE@
   64: pkglibdir = $(libdir)/@PACKAGE@
   65: pkglibexecdir = $(libexecdir)/@PACKAGE@
   66: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
   67: install_sh_DATA = $(install_sh) -c -m 644
   68: install_sh_PROGRAM = $(install_sh) -c
   69: install_sh_SCRIPT = $(install_sh) -c
   70: INSTALL_HEADER = $(INSTALL_DATA)
   71: transform = $(program_transform_name)
   72: NORMAL_INSTALL = :
   73: PRE_INSTALL = :
   74: POST_INSTALL = :
   75: NORMAL_UNINSTALL = :
   76: PRE_UNINSTALL = :
   77: POST_UNINSTALL = :
   78: build_triplet = @build@
   79: host_triplet = @host@
   80: target_triplet = @target@
   81: subdir = .
   82: DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
   83: 	$(top_srcdir)/configure $(am__configure_deps) \
   84: 	$(srcdir)/config.h.in $(srcdir)/distribute.sh.in AUTHORS \
   85: 	COPYING INSTALL NEWS README ar-lib compile config.guess \
   86: 	config.sub depcomp install-sh missing ltmain.sh
   87: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   88: am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
   89: 	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
   90: 	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
   91: 	$(top_srcdir)/configure.ac
   92: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
   93: 	$(ACLOCAL_M4)
   94: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
   95:  configure.lineno config.status.lineno
   96: mkinstalldirs = $(install_sh) -d
   97: CONFIG_HEADER = config.h
   98: CONFIG_CLEAN_FILES = distribute.sh
   99: CONFIG_CLEAN_VPATH_FILES =
  100: AM_V_P = $(am__v_P_@AM_V@)
  101: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  102: am__v_P_0 = false
  103: am__v_P_1 = :
  104: AM_V_GEN = $(am__v_GEN_@AM_V@)
  105: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  106: am__v_GEN_0 = @echo "  GEN     " $@;
  107: am__v_GEN_1 = 
  108: AM_V_at = $(am__v_at_@AM_V@)
  109: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  110: am__v_at_0 = @
  111: am__v_at_1 = 
  112: SOURCES =
  113: DIST_SOURCES =
  114: RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  115: 	ctags-recursive dvi-recursive html-recursive info-recursive \
  116: 	install-data-recursive install-dvi-recursive \
  117: 	install-exec-recursive install-html-recursive \
  118: 	install-info-recursive install-pdf-recursive \
  119: 	install-ps-recursive install-recursive installcheck-recursive \
  120: 	installdirs-recursive pdf-recursive ps-recursive \
  121: 	tags-recursive uninstall-recursive
  122: am__can_run_installinfo = \
  123:   case $$AM_UPDATE_INFO_DIR in \
  124:     n|no|NO) false;; \
  125:     *) (install-info --version) >/dev/null 2>&1;; \
  126:   esac
  127: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
  128:   distclean-recursive maintainer-clean-recursive
  129: am__recursive_targets = \
  130:   $(RECURSIVE_TARGETS) \
  131:   $(RECURSIVE_CLEAN_TARGETS) \
  132:   $(am__extra_recursive_targets)
  133: AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  134: 	cscope distdir dist dist-all distcheck
  135: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
  136: 	$(LISP)config.h.in
  137: # Read a list of newline-separated strings from the standard input,
  138: # and print each of them once, without duplicates.  Input order is
  139: # *not* preserved.
  140: am__uniquify_input = $(AWK) '\
  141:   BEGIN { nonempty = 0; } \
  142:   { items[$$0] = 1; nonempty = 1; } \
  143:   END { if (nonempty) { for (i in items) print i; }; } \
  144: '
  145: # Make sure the list of sources is unique.  This is necessary because,
  146: # e.g., the same source file might be shared among _SOURCES variables
  147: # for different programs/libraries.
  148: am__define_uniq_tagged_files = \
  149:   list='$(am__tagged_files)'; \
  150:   unique=`for i in $$list; do \
  151:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  152:   done | $(am__uniquify_input)`
  153: ETAGS = etags
  154: CTAGS = ctags
  155: CSCOPE = cscope
  156: DIST_SUBDIRS = $(SUBDIRS)
  157: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  158: distdir = $(PACKAGE)-$(VERSION)
  159: top_distdir = $(distdir)
  160: am__remove_distdir = \
  161:   if test -d "$(distdir)"; then \
  162:     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  163:       && rm -rf "$(distdir)" \
  164:       || { sleep 5 && rm -rf "$(distdir)"; }; \
  165:   else :; fi
  166: am__post_remove_distdir = $(am__remove_distdir)
  167: am__relativize = \
  168:   dir0=`pwd`; \
  169:   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  170:   sed_rest='s,^[^/]*/*,,'; \
  171:   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  172:   sed_butlast='s,/*[^/]*$$,,'; \
  173:   while test -n "$$dir1"; do \
  174:     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  175:     if test "$$first" != "."; then \
  176:       if test "$$first" = ".."; then \
  177:         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  178:         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  179:       else \
  180:         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  181:         if test "$$first2" = "$$first"; then \
  182:           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  183:         else \
  184:           dir2="../$$dir2"; \
  185:         fi; \
  186:         dir0="$$dir0"/"$$first"; \
  187:       fi; \
  188:     fi; \
  189:     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  190:   done; \
  191:   reldir="$$dir2"
  192: DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
  193: GZIP_ENV = --best
  194: DIST_TARGETS = dist-bzip2 dist-gzip
  195: distuninstallcheck_listfiles = find . -type f -print
  196: am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  197:   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  198: ACLOCAL = @ACLOCAL@
  199: AMTAR = @AMTAR@
  200: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  201: AR = @AR@
  202: ATTR_LIB = @ATTR_LIB@
  203: AUTOCONF = @AUTOCONF@
  204: AUTOHEADER = @AUTOHEADER@
  205: AUTOMAKE = @AUTOMAKE@
  206: AWK = @AWK@
  207: BZ_LIB = @BZ_LIB@
  208: CC = @CC@
  209: CCDEPMODE = @CCDEPMODE@
  210: CFLAGS = @CFLAGS@
  211: CPP = @CPP@
  212: CPPFLAGS = @CPPFLAGS@
  213: CRYPT_LIB = @CRYPT_LIB@
  214: CYGPATH_W = @CYGPATH_W@
  215: DEFS = @DEFS@
  216: DEPDIR = @DEPDIR@
  217: DLLTOOL = @DLLTOOL@
  218: DL_LIB = @DL_LIB@
  219: DSYMUTIL = @DSYMUTIL@
  220: DUMPBIN = @DUMPBIN@
  221: ECHO_C = @ECHO_C@
  222: ECHO_N = @ECHO_N@
  223: ECHO_T = @ECHO_T@
  224: EGREP = @EGREP@
  225: EXEEXT = @EXEEXT@
  226: FAM_CFLAGS = @FAM_CFLAGS@
  227: FAM_LIBS = @FAM_LIBS@
  228: FGREP = @FGREP@
  229: GDBM_LIB = @GDBM_LIB@
  230: GREP = @GREP@
  231: INSTALL = @INSTALL@
  232: INSTALL_DATA = @INSTALL_DATA@
  233: INSTALL_PROGRAM = @INSTALL_PROGRAM@
  234: INSTALL_SCRIPT = @INSTALL_SCRIPT@
  235: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  236: LBER_LIB = @LBER_LIB@
  237: LD = @LD@
  238: LDAP_LIB = @LDAP_LIB@
  239: LDFLAGS = @LDFLAGS@
  240: LIBEV_CFLAGS = @LIBEV_CFLAGS@
  241: LIBEV_LIBS = @LIBEV_LIBS@
  242: LIBOBJS = @LIBOBJS@
  243: LIBS = @LIBS@
  244: LIBTOOL = @LIBTOOL@
  245: LIPO = @LIPO@
  246: LN_S = @LN_S@
  247: LTLIBOBJS = @LTLIBOBJS@
  248: LUA_CFLAGS = @LUA_CFLAGS@
  249: LUA_LIBS = @LUA_LIBS@
  250: MAKEINFO = @MAKEINFO@
  251: MANIFEST_TOOL = @MANIFEST_TOOL@
  252: MEMCACHE_LIB = @MEMCACHE_LIB@
  253: MKDIR_P = @MKDIR_P@
  254: MYSQL_CONFIG = @MYSQL_CONFIG@
  255: MYSQL_INCLUDE = @MYSQL_INCLUDE@
  256: MYSQL_LIBS = @MYSQL_LIBS@
  257: NM = @NM@
  258: NMEDIT = @NMEDIT@
  259: OBJDUMP = @OBJDUMP@
  260: OBJEXT = @OBJEXT@
  261: OTOOL = @OTOOL@
  262: OTOOL64 = @OTOOL64@
  263: PACKAGE = @PACKAGE@
  264: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  265: PACKAGE_NAME = @PACKAGE_NAME@
  266: PACKAGE_STRING = @PACKAGE_STRING@
  267: PACKAGE_TARNAME = @PACKAGE_TARNAME@
  268: PACKAGE_URL = @PACKAGE_URL@
  269: PACKAGE_VERSION = @PACKAGE_VERSION@
  270: PATH_SEPARATOR = @PATH_SEPARATOR@
  271: PCRECONFIG = @PCRECONFIG@
  272: PCRE_LIB = @PCRE_LIB@
  273: PKG_CONFIG = @PKG_CONFIG@
  274: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  275: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  276: RANLIB = @RANLIB@
  277: SED = @SED@
  278: SENDFILE_LIB = @SENDFILE_LIB@
  279: SET_MAKE = @SET_MAKE@
  280: SHELL = @SHELL@
  281: SQLITE_CFLAGS = @SQLITE_CFLAGS@
  282: SQLITE_LIBS = @SQLITE_LIBS@
  283: SSL_LIB = @SSL_LIB@
  284: STRIP = @STRIP@
  285: UUID_LIBS = @UUID_LIBS@
  286: VERSION = @VERSION@
  287: XML_CFLAGS = @XML_CFLAGS@
  288: XML_LIBS = @XML_LIBS@
  289: Z_LIB = @Z_LIB@
  290: abs_builddir = @abs_builddir@
  291: abs_srcdir = @abs_srcdir@
  292: abs_top_builddir = @abs_top_builddir@
  293: abs_top_srcdir = @abs_top_srcdir@
  294: ac_ct_AR = @ac_ct_AR@
  295: ac_ct_CC = @ac_ct_CC@
  296: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  297: am__include = @am__include@
  298: am__leading_dot = @am__leading_dot@
  299: am__quote = @am__quote@
  300: am__tar = @am__tar@
  301: am__untar = @am__untar@
  302: bindir = @bindir@
  303: build = @build@
  304: build_alias = @build_alias@
  305: build_cpu = @build_cpu@
  306: build_os = @build_os@
  307: build_vendor = @build_vendor@
  308: builddir = @builddir@
  309: datadir = @datadir@
  310: datarootdir = @datarootdir@
  311: docdir = @docdir@
  312: dvidir = @dvidir@
  313: exec_prefix = @exec_prefix@
  314: host = @host@
  315: host_alias = @host_alias@
  316: host_cpu = @host_cpu@
  317: host_os = @host_os@
  318: host_vendor = @host_vendor@
  319: htmldir = @htmldir@
  320: includedir = @includedir@
  321: infodir = @infodir@
  322: install_sh = @install_sh@
  323: libdir = @libdir@
  324: libexecdir = @libexecdir@
  325: localedir = @localedir@
  326: localstatedir = @localstatedir@
  327: mandir = @mandir@
  328: mkdir_p = @mkdir_p@
  329: oldincludedir = @oldincludedir@
  330: pdfdir = @pdfdir@
  331: prefix = @prefix@
  332: program_transform_name = @program_transform_name@
  333: psdir = @psdir@
  334: sbindir = @sbindir@
  335: sharedstatedir = @sharedstatedir@
  336: srcdir = @srcdir@
  337: sysconfdir = @sysconfdir@
  338: target = @target@
  339: target_alias = @target_alias@
  340: target_cpu = @target_cpu@
  341: target_os = @target_os@
  342: target_vendor = @target_vendor@
  343: top_build_prefix = @top_build_prefix@
  344: top_builddir = @top_builddir@
  345: top_srcdir = @top_srcdir@
  346: SUBDIRS = src doc tests
  347: EXTRA_DIST = autogen.sh SConstruct
  348: ACLOCAL_AMFLAGS = -I m4
  349: distcleancheck_listfiles = find -type f -exec sh -c 'test -f $(srcdir)/{} || echo {}' ';'
  350: AM_DISTCHECK_CONFIGURE_FLAGS = --with-openssl
  351: all: config.h
  352: 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
  353: 
  354: .SUFFIXES:
  355: am--refresh: Makefile
  356: 	@:
  357: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  358: 	@for dep in $?; do \
  359: 	  case '$(am__configure_deps)' in \
  360: 	    *$$dep*) \
  361: 	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  362: 	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  363: 		&& exit 0; \
  364: 	      exit 1;; \
  365: 	  esac; \
  366: 	done; \
  367: 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  368: 	$(am__cd) $(top_srcdir) && \
  369: 	  $(AUTOMAKE) --foreign Makefile
  370: .PRECIOUS: Makefile
  371: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  372: 	@case '$?' in \
  373: 	  *config.status*) \
  374: 	    echo ' $(SHELL) ./config.status'; \
  375: 	    $(SHELL) ./config.status;; \
  376: 	  *) \
  377: 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  378: 	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  379: 	esac;
  380: 
  381: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  382: 	$(SHELL) ./config.status --recheck
  383: 
  384: $(top_srcdir)/configure:  $(am__configure_deps)
  385: 	$(am__cd) $(srcdir) && $(AUTOCONF)
  386: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  387: 	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  388: $(am__aclocal_m4_deps):
  389: 
  390: config.h: stamp-h1
  391: 	@test -f $@ || rm -f stamp-h1
  392: 	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
  393: 
  394: stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  395: 	@rm -f stamp-h1
  396: 	cd $(top_builddir) && $(SHELL) ./config.status config.h
  397: $(srcdir)/config.h.in:  $(am__configure_deps) 
  398: 	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  399: 	rm -f stamp-h1
  400: 	touch $@
  401: 
  402: distclean-hdr:
  403: 	-rm -f config.h stamp-h1
  404: distribute.sh: $(top_builddir)/config.status $(srcdir)/distribute.sh.in
  405: 	cd $(top_builddir) && $(SHELL) ./config.status $@
  406: 
  407: mostlyclean-libtool:
  408: 	-rm -f *.lo
  409: 
  410: clean-libtool:
  411: 	-rm -rf .libs _libs
  412: 
  413: distclean-libtool:
  414: 	-rm -f libtool config.lt
  415: 
  416: # This directory's subdirectories are mostly independent; you can cd
  417: # into them and run 'make' without going through this Makefile.
  418: # To change the values of 'make' variables: instead of editing Makefiles,
  419: # (1) if the variable is set in 'config.status', edit 'config.status'
  420: #     (which will cause the Makefiles to be regenerated when you run 'make');
  421: # (2) otherwise, pass the desired values on the 'make' command line.
  422: $(am__recursive_targets):
  423: 	@fail=; \
  424: 	if $(am__make_keepgoing); then \
  425: 	  failcom='fail=yes'; \
  426: 	else \
  427: 	  failcom='exit 1'; \
  428: 	fi; \
  429: 	dot_seen=no; \
  430: 	target=`echo $@ | sed s/-recursive//`; \
  431: 	case "$@" in \
  432: 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  433: 	  *) list='$(SUBDIRS)' ;; \
  434: 	esac; \
  435: 	for subdir in $$list; do \
  436: 	  echo "Making $$target in $$subdir"; \
  437: 	  if test "$$subdir" = "."; then \
  438: 	    dot_seen=yes; \
  439: 	    local_target="$$target-am"; \
  440: 	  else \
  441: 	    local_target="$$target"; \
  442: 	  fi; \
  443: 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  444: 	  || eval $$failcom; \
  445: 	done; \
  446: 	if test "$$dot_seen" = "no"; then \
  447: 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  448: 	fi; test -z "$$fail"
  449: 
  450: ID: $(am__tagged_files)
  451: 	$(am__define_uniq_tagged_files); mkid -fID $$unique
  452: tags: tags-recursive
  453: TAGS: tags
  454: 
  455: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  456: 	set x; \
  457: 	here=`pwd`; \
  458: 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  459: 	  include_option=--etags-include; \
  460: 	  empty_fix=.; \
  461: 	else \
  462: 	  include_option=--include; \
  463: 	  empty_fix=; \
  464: 	fi; \
  465: 	list='$(SUBDIRS)'; for subdir in $$list; do \
  466: 	  if test "$$subdir" = .; then :; else \
  467: 	    test ! -f $$subdir/TAGS || \
  468: 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  469: 	  fi; \
  470: 	done; \
  471: 	$(am__define_uniq_tagged_files); \
  472: 	shift; \
  473: 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  474: 	  test -n "$$unique" || unique=$$empty_fix; \
  475: 	  if test $$# -gt 0; then \
  476: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  477: 	      "$$@" $$unique; \
  478: 	  else \
  479: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  480: 	      $$unique; \
  481: 	  fi; \
  482: 	fi
  483: ctags: ctags-recursive
  484: 
  485: CTAGS: ctags
  486: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  487: 	$(am__define_uniq_tagged_files); \
  488: 	test -z "$(CTAGS_ARGS)$$unique" \
  489: 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  490: 	     $$unique
  491: 
  492: GTAGS:
  493: 	here=`$(am__cd) $(top_builddir) && pwd` \
  494: 	  && $(am__cd) $(top_srcdir) \
  495: 	  && gtags -i $(GTAGS_ARGS) "$$here"
  496: cscope: cscope.files
  497: 	test ! -s cscope.files \
  498: 	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  499: clean-cscope:
  500: 	-rm -f cscope.files
  501: cscope.files: clean-cscope cscopelist
  502: cscopelist: cscopelist-recursive
  503: 
  504: cscopelist-am: $(am__tagged_files)
  505: 	list='$(am__tagged_files)'; \
  506: 	case "$(srcdir)" in \
  507: 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  508: 	  *) sdir=$(subdir)/$(srcdir) ;; \
  509: 	esac; \
  510: 	for i in $$list; do \
  511: 	  if test -f "$$i"; then \
  512: 	    echo "$(subdir)/$$i"; \
  513: 	  else \
  514: 	    echo "$$sdir/$$i"; \
  515: 	  fi; \
  516: 	done >> $(top_builddir)/cscope.files
  517: 
  518: distclean-tags:
  519: 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  520: 	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  521: 
  522: distdir: $(DISTFILES)
  523: 	$(am__remove_distdir)
  524: 	test -d "$(distdir)" || mkdir "$(distdir)"
  525: 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  526: 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  527: 	list='$(DISTFILES)'; \
  528: 	  dist_files=`for file in $$list; do echo $$file; done | \
  529: 	  sed -e "s|^$$srcdirstrip/||;t" \
  530: 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  531: 	case $$dist_files in \
  532: 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
  533: 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  534: 			   sort -u` ;; \
  535: 	esac; \
  536: 	for file in $$dist_files; do \
  537: 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  538: 	  if test -d $$d/$$file; then \
  539: 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  540: 	    if test -d "$(distdir)/$$file"; then \
  541: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  542: 	    fi; \
  543: 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  544: 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  545: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  546: 	    fi; \
  547: 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  548: 	  else \
  549: 	    test -f "$(distdir)/$$file" \
  550: 	    || cp -p $$d/$$file "$(distdir)/$$file" \
  551: 	    || exit 1; \
  552: 	  fi; \
  553: 	done
  554: 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  555: 	  if test "$$subdir" = .; then :; else \
  556: 	    $(am__make_dryrun) \
  557: 	      || test -d "$(distdir)/$$subdir" \
  558: 	      || $(MKDIR_P) "$(distdir)/$$subdir" \
  559: 	      || exit 1; \
  560: 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  561: 	    $(am__relativize); \
  562: 	    new_distdir=$$reldir; \
  563: 	    dir1=$$subdir; dir2="$(top_distdir)"; \
  564: 	    $(am__relativize); \
  565: 	    new_top_distdir=$$reldir; \
  566: 	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  567: 	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  568: 	    ($(am__cd) $$subdir && \
  569: 	      $(MAKE) $(AM_MAKEFLAGS) \
  570: 	        top_distdir="$$new_top_distdir" \
  571: 	        distdir="$$new_distdir" \
  572: 		am__remove_distdir=: \
  573: 		am__skip_length_check=: \
  574: 		am__skip_mode_fix=: \
  575: 	        distdir) \
  576: 	      || exit 1; \
  577: 	  fi; \
  578: 	done
  579: 	-test -n "$(am__skip_mode_fix)" \
  580: 	|| find "$(distdir)" -type d ! -perm -755 \
  581: 		-exec chmod u+rwx,go+rx {} \; -o \
  582: 	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  583: 	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  584: 	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  585: 	|| chmod -R a+r "$(distdir)"
  586: dist-gzip: distdir
  587: 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  588: 	$(am__post_remove_distdir)
  589: dist-bzip2: distdir
  590: 	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  591: 	$(am__post_remove_distdir)
  592: 
  593: dist-lzip: distdir
  594: 	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  595: 	$(am__post_remove_distdir)
  596: 
  597: dist-xz: distdir
  598: 	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  599: 	$(am__post_remove_distdir)
  600: 
  601: dist-tarZ: distdir
  602: 	@echo WARNING: "Support for shar distribution archives is" \
  603: 	               "deprecated." >&2
  604: 	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  605: 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  606: 	$(am__post_remove_distdir)
  607: 
  608: dist-shar: distdir
  609: 	@echo WARNING: "Support for distribution archives compressed with" \
  610: 		       "legacy program 'compress' is deprecated." >&2
  611: 	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  612: 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  613: 	$(am__post_remove_distdir)
  614: 
  615: dist-zip: distdir
  616: 	-rm -f $(distdir).zip
  617: 	zip -rq $(distdir).zip $(distdir)
  618: 	$(am__post_remove_distdir)
  619: 
  620: dist dist-all:
  621: 	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  622: 	$(am__post_remove_distdir)
  623: 
  624: # This target untars the dist file and tries a VPATH configuration.  Then
  625: # it guarantees that the distribution is self-contained by making another
  626: # tarfile.
  627: distcheck: dist
  628: 	case '$(DIST_ARCHIVES)' in \
  629: 	*.tar.gz*) \
  630: 	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  631: 	*.tar.bz2*) \
  632: 	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  633: 	*.tar.lz*) \
  634: 	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  635: 	*.tar.xz*) \
  636: 	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  637: 	*.tar.Z*) \
  638: 	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  639: 	*.shar.gz*) \
  640: 	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  641: 	*.zip*) \
  642: 	  unzip $(distdir).zip ;;\
  643: 	esac
  644: 	chmod -R a-w $(distdir)
  645: 	chmod u+w $(distdir)
  646: 	mkdir $(distdir)/_build $(distdir)/_inst
  647: 	chmod a-w $(distdir)
  648: 	test -d $(distdir)/_build || exit 0; \
  649: 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  650: 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  651: 	  && am__cwd=`pwd` \
  652: 	  && $(am__cd) $(distdir)/_build \
  653: 	  && ../configure \
  654: 	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  655: 	    $(DISTCHECK_CONFIGURE_FLAGS) \
  656: 	    --srcdir=.. --prefix="$$dc_install_base" \
  657: 	  && $(MAKE) $(AM_MAKEFLAGS) \
  658: 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
  659: 	  && $(MAKE) $(AM_MAKEFLAGS) check \
  660: 	  && $(MAKE) $(AM_MAKEFLAGS) install \
  661: 	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  662: 	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  663: 	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  664: 	        distuninstallcheck \
  665: 	  && chmod -R a-w "$$dc_install_base" \
  666: 	  && ({ \
  667: 	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  668: 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  669: 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  670: 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  671: 	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  672: 	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
  673: 	  && rm -rf "$$dc_destdir" \
  674: 	  && $(MAKE) $(AM_MAKEFLAGS) dist \
  675: 	  && rm -rf $(DIST_ARCHIVES) \
  676: 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  677: 	  && cd "$$am__cwd" \
  678: 	  || exit 1
  679: 	$(am__post_remove_distdir)
  680: 	@(echo "$(distdir) archives ready for distribution: "; \
  681: 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  682: 	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  683: distuninstallcheck:
  684: 	@test -n '$(distuninstallcheck_dir)' || { \
  685: 	  echo 'ERROR: trying to run $@ with an empty' \
  686: 	       '$$(distuninstallcheck_dir)' >&2; \
  687: 	  exit 1; \
  688: 	}; \
  689: 	$(am__cd) '$(distuninstallcheck_dir)' || { \
  690: 	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  691: 	  exit 1; \
  692: 	}; \
  693: 	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  694: 	   || { echo "ERROR: files left after uninstall:" ; \
  695: 	        if test -n "$(DESTDIR)"; then \
  696: 	          echo "  (check DESTDIR support)"; \
  697: 	        fi ; \
  698: 	        $(distuninstallcheck_listfiles) ; \
  699: 	        exit 1; } >&2
  700: distcleancheck: distclean
  701: 	@if test '$(srcdir)' = . ; then \
  702: 	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  703: 	  exit 1 ; \
  704: 	fi
  705: 	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  706: 	  || { echo "ERROR: files left in build directory after distclean:" ; \
  707: 	       $(distcleancheck_listfiles) ; \
  708: 	       exit 1; } >&2
  709: check-am: all-am
  710: check: check-recursive
  711: all-am: Makefile config.h
  712: installdirs: installdirs-recursive
  713: installdirs-am:
  714: install: install-recursive
  715: install-exec: install-exec-recursive
  716: install-data: install-data-recursive
  717: uninstall: uninstall-recursive
  718: 
  719: install-am: all-am
  720: 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  721: 
  722: installcheck: installcheck-recursive
  723: install-strip:
  724: 	if test -z '$(STRIP)'; then \
  725: 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  726: 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  727: 	      install; \
  728: 	else \
  729: 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  730: 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  731: 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  732: 	fi
  733: mostlyclean-generic:
  734: 
  735: clean-generic:
  736: 
  737: distclean-generic:
  738: 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  739: 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  740: 
  741: maintainer-clean-generic:
  742: 	@echo "This command is intended for maintainers to use"
  743: 	@echo "it deletes files that may require special tools to rebuild."
  744: clean: clean-recursive
  745: 
  746: clean-am: clean-generic clean-libtool mostlyclean-am
  747: 
  748: distclean: distclean-recursive
  749: 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
  750: 	-rm -f Makefile
  751: distclean-am: clean-am distclean-generic distclean-hdr \
  752: 	distclean-libtool distclean-tags
  753: 
  754: dvi: dvi-recursive
  755: 
  756: dvi-am:
  757: 
  758: html: html-recursive
  759: 
  760: html-am:
  761: 
  762: info: info-recursive
  763: 
  764: info-am:
  765: 
  766: install-data-am:
  767: 
  768: install-dvi: install-dvi-recursive
  769: 
  770: install-dvi-am:
  771: 
  772: install-exec-am:
  773: 
  774: install-html: install-html-recursive
  775: 
  776: install-html-am:
  777: 
  778: install-info: install-info-recursive
  779: 
  780: install-info-am:
  781: 
  782: install-man:
  783: 
  784: install-pdf: install-pdf-recursive
  785: 
  786: install-pdf-am:
  787: 
  788: install-ps: install-ps-recursive
  789: 
  790: install-ps-am:
  791: 
  792: installcheck-am:
  793: 
  794: maintainer-clean: maintainer-clean-recursive
  795: 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
  796: 	-rm -rf $(top_srcdir)/autom4te.cache
  797: 	-rm -f Makefile
  798: maintainer-clean-am: distclean-am maintainer-clean-generic
  799: 
  800: mostlyclean: mostlyclean-recursive
  801: 
  802: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  803: 
  804: pdf: pdf-recursive
  805: 
  806: pdf-am:
  807: 
  808: ps: ps-recursive
  809: 
  810: ps-am:
  811: 
  812: uninstall-am:
  813: 
  814: .MAKE: $(am__recursive_targets) all install-am install-strip
  815: 
  816: .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  817: 	am--refresh check check-am clean clean-cscope clean-generic \
  818: 	clean-libtool cscope cscopelist-am ctags ctags-am dist \
  819: 	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
  820: 	dist-xz dist-zip distcheck distclean distclean-generic \
  821: 	distclean-hdr distclean-libtool distclean-tags distcleancheck \
  822: 	distdir distuninstallcheck dvi dvi-am html html-am info \
  823: 	info-am install install-am install-data install-data-am \
  824: 	install-dvi install-dvi-am install-exec install-exec-am \
  825: 	install-html install-html-am install-info install-info-am \
  826: 	install-man install-pdf install-pdf-am install-ps \
  827: 	install-ps-am install-strip installcheck installcheck-am \
  828: 	installdirs installdirs-am maintainer-clean \
  829: 	maintainer-clean-generic mostlyclean mostlyclean-generic \
  830: 	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
  831: 	uninstall-am
  832: 
  833: 
  834: # Tell versions [3.59,3.63) of GNU make to not export all variables.
  835: # Otherwise a system limit (for SysV at least) may be exceeded.
  836: .NOEXPORT:

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