File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / lighttpd / Makefile.in
Revision 1.1.1.3 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Nov 2 10:35:00 2016 UTC (7 years, 7 months ago) by misho
Branches: lighttpd, MAIN
CVS tags: v1_4_41p8, HEAD
lighttpd 1.4.41

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

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