Annotation of embedaddon/lighttpd/tests/Makefile.in, revision 1.1

1.1     ! misho       1: # Makefile.in generated by automake 1.14 from Makefile.am.
        !             2: # @configure_input@
        !             3: 
        !             4: # Copyright (C) 1994-2013 Free Software Foundation, Inc.
        !             5: 
        !             6: # This Makefile.in is free software; the Free Software Foundation
        !             7: # gives unlimited permission to copy and/or distribute it,
        !             8: # with or without modifications, as long as this notice is preserved.
        !             9: 
        !            10: # This program is distributed in the hope that it will be useful,
        !            11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
        !            12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
        !            13: # PARTICULAR PURPOSE.
        !            14: 
        !            15: @SET_MAKE@
        !            16: 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: @CHECK_WITH_FASTCGI_TRUE@check_PROGRAMS = fcgi-auth$(EXEEXT) \
        !            82: @CHECK_WITH_FASTCGI_TRUE@      fcgi-responder$(EXEEXT)
        !            83: subdir = tests
        !            84: DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
        !            85:        $(top_srcdir)/depcomp
        !            86: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
        !            87: am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
        !            88:        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
        !            89:        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
        !            90:        $(top_srcdir)/configure.ac
        !            91: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        !            92:        $(ACLOCAL_M4)
        !            93: mkinstalldirs = $(install_sh) -d
        !            94: CONFIG_HEADER = $(top_builddir)/config.h
        !            95: CONFIG_CLEAN_FILES =
        !            96: CONFIG_CLEAN_VPATH_FILES =
        !            97: am__fcgi_auth_SOURCES_DIST = fcgi-auth.c
        !            98: @CHECK_WITH_FASTCGI_TRUE@am_fcgi_auth_OBJECTS = fcgi-auth.$(OBJEXT)
        !            99: fcgi_auth_OBJECTS = $(am_fcgi_auth_OBJECTS)
        !           100: fcgi_auth_DEPENDENCIES =
        !           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: am__fcgi_responder_SOURCES_DIST = fcgi-responder.c
        !           106: @CHECK_WITH_FASTCGI_TRUE@am_fcgi_responder_OBJECTS =  \
        !           107: @CHECK_WITH_FASTCGI_TRUE@      fcgi-responder.$(OBJEXT)
        !           108: fcgi_responder_OBJECTS = $(am_fcgi_responder_OBJECTS)
        !           109: fcgi_responder_DEPENDENCIES =
        !           110: AM_V_P = $(am__v_P_@AM_V@)
        !           111: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
        !           112: am__v_P_0 = false
        !           113: am__v_P_1 = :
        !           114: AM_V_GEN = $(am__v_GEN_@AM_V@)
        !           115: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
        !           116: am__v_GEN_0 = @echo "  GEN     " $@;
        !           117: am__v_GEN_1 = 
        !           118: AM_V_at = $(am__v_at_@AM_V@)
        !           119: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
        !           120: am__v_at_0 = @
        !           121: am__v_at_1 = 
        !           122: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
        !           123: depcomp = $(SHELL) $(top_srcdir)/depcomp
        !           124: am__depfiles_maybe = depfiles
        !           125: am__mv = mv -f
        !           126: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        !           127:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
        !           128: LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
        !           129:        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
        !           130:        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
        !           131:        $(AM_CFLAGS) $(CFLAGS)
        !           132: AM_V_CC = $(am__v_CC_@AM_V@)
        !           133: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
        !           134: am__v_CC_0 = @echo "  CC      " $@;
        !           135: am__v_CC_1 = 
        !           136: CCLD = $(CC)
        !           137: LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
        !           138:        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
        !           139:        $(AM_LDFLAGS) $(LDFLAGS) -o $@
        !           140: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
        !           141: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
        !           142: am__v_CCLD_0 = @echo "  CCLD    " $@;
        !           143: am__v_CCLD_1 = 
        !           144: SOURCES = $(fcgi_auth_SOURCES) $(fcgi_responder_SOURCES)
        !           145: DIST_SOURCES = $(am__fcgi_auth_SOURCES_DIST) \
        !           146:        $(am__fcgi_responder_SOURCES_DIST)
        !           147: RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
        !           148:        ctags-recursive dvi-recursive html-recursive info-recursive \
        !           149:        install-data-recursive install-dvi-recursive \
        !           150:        install-exec-recursive install-html-recursive \
        !           151:        install-info-recursive install-pdf-recursive \
        !           152:        install-ps-recursive install-recursive installcheck-recursive \
        !           153:        installdirs-recursive pdf-recursive ps-recursive \
        !           154:        tags-recursive uninstall-recursive
        !           155: am__can_run_installinfo = \
        !           156:   case $$AM_UPDATE_INFO_DIR in \
        !           157:     n|no|NO) false;; \
        !           158:     *) (install-info --version) >/dev/null 2>&1;; \
        !           159:   esac
        !           160: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive        \
        !           161:   distclean-recursive maintainer-clean-recursive
        !           162: am__recursive_targets = \
        !           163:   $(RECURSIVE_TARGETS) \
        !           164:   $(RECURSIVE_CLEAN_TARGETS) \
        !           165:   $(am__extra_recursive_targets)
        !           166: AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
        !           167:        distdir
        !           168: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
        !           169: # Read a list of newline-separated strings from the standard input,
        !           170: # and print each of them once, without duplicates.  Input order is
        !           171: # *not* preserved.
        !           172: am__uniquify_input = $(AWK) '\
        !           173:   BEGIN { nonempty = 0; } \
        !           174:   { items[$$0] = 1; nonempty = 1; } \
        !           175:   END { if (nonempty) { for (i in items) print i; }; } \
        !           176: '
        !           177: # Make sure the list of sources is unique.  This is necessary because,
        !           178: # e.g., the same source file might be shared among _SOURCES variables
        !           179: # for different programs/libraries.
        !           180: am__define_uniq_tagged_files = \
        !           181:   list='$(am__tagged_files)'; \
        !           182:   unique=`for i in $$list; do \
        !           183:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           184:   done | $(am__uniquify_input)`
        !           185: ETAGS = etags
        !           186: CTAGS = ctags
        !           187: am__tty_colors_dummy = \
        !           188:   mgn= red= grn= lgn= blu= brg= std=; \
        !           189:   am__color_tests=no
        !           190: am__tty_colors = { \
        !           191:   $(am__tty_colors_dummy); \
        !           192:   if test "X$(AM_COLOR_TESTS)" = Xno; then \
        !           193:     am__color_tests=no; \
        !           194:   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
        !           195:     am__color_tests=yes; \
        !           196:   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
        !           197:     am__color_tests=yes; \
        !           198:   fi; \
        !           199:   if test $$am__color_tests = yes; then \
        !           200:     red=''; \
        !           201:     grn=''; \
        !           202:     lgn=''; \
        !           203:     blu=''; \
        !           204:     mgn=''; \
        !           205:     brg=''; \
        !           206:     std=''; \
        !           207:   fi; \
        !           208: }
        !           209: DIST_SUBDIRS = $(SUBDIRS)
        !           210: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
        !           211: am__relativize = \
        !           212:   dir0=`pwd`; \
        !           213:   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
        !           214:   sed_rest='s,^[^/]*/*,,'; \
        !           215:   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
        !           216:   sed_butlast='s,/*[^/]*$$,,'; \
        !           217:   while test -n "$$dir1"; do \
        !           218:     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
        !           219:     if test "$$first" != "."; then \
        !           220:       if test "$$first" = ".."; then \
        !           221:         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
        !           222:         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
        !           223:       else \
        !           224:         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
        !           225:         if test "$$first2" = "$$first"; then \
        !           226:           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
        !           227:         else \
        !           228:           dir2="../$$dir2"; \
        !           229:         fi; \
        !           230:         dir0="$$dir0"/"$$first"; \
        !           231:       fi; \
        !           232:     fi; \
        !           233:     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
        !           234:   done; \
        !           235:   reldir="$$dir2"
        !           236: ACLOCAL = @ACLOCAL@
        !           237: AMTAR = @AMTAR@
        !           238: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
        !           239: AR = @AR@
        !           240: ATTR_LIB = @ATTR_LIB@
        !           241: AUTOCONF = @AUTOCONF@
        !           242: AUTOHEADER = @AUTOHEADER@
        !           243: AUTOMAKE = @AUTOMAKE@
        !           244: AWK = @AWK@
        !           245: BZ_LIB = @BZ_LIB@
        !           246: CC = @CC@
        !           247: CCDEPMODE = @CCDEPMODE@
        !           248: CFLAGS = @CFLAGS@
        !           249: CPP = @CPP@
        !           250: CPPFLAGS = @CPPFLAGS@
        !           251: CRYPT_LIB = @CRYPT_LIB@
        !           252: CYGPATH_W = @CYGPATH_W@
        !           253: DEFS = @DEFS@
        !           254: DEPDIR = @DEPDIR@
        !           255: DLLTOOL = @DLLTOOL@
        !           256: DL_LIB = @DL_LIB@
        !           257: DSYMUTIL = @DSYMUTIL@
        !           258: DUMPBIN = @DUMPBIN@
        !           259: ECHO_C = @ECHO_C@
        !           260: ECHO_N = @ECHO_N@
        !           261: ECHO_T = @ECHO_T@
        !           262: EGREP = @EGREP@
        !           263: EXEEXT = @EXEEXT@
        !           264: FAM_CFLAGS = @FAM_CFLAGS@
        !           265: FAM_LIBS = @FAM_LIBS@
        !           266: FGREP = @FGREP@
        !           267: GDBM_LIB = @GDBM_LIB@
        !           268: GREP = @GREP@
        !           269: INSTALL = @INSTALL@
        !           270: INSTALL_DATA = @INSTALL_DATA@
        !           271: INSTALL_PROGRAM = @INSTALL_PROGRAM@
        !           272: INSTALL_SCRIPT = @INSTALL_SCRIPT@
        !           273: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
        !           274: LBER_LIB = @LBER_LIB@
        !           275: LD = @LD@
        !           276: LDAP_LIB = @LDAP_LIB@
        !           277: LDFLAGS = @LDFLAGS@
        !           278: LIBEV_CFLAGS = @LIBEV_CFLAGS@
        !           279: LIBEV_LIBS = @LIBEV_LIBS@
        !           280: LIBOBJS = @LIBOBJS@
        !           281: LIBS = @LIBS@
        !           282: LIBTOOL = @LIBTOOL@
        !           283: LIPO = @LIPO@
        !           284: LN_S = @LN_S@
        !           285: LTLIBOBJS = @LTLIBOBJS@
        !           286: LUA_CFLAGS = @LUA_CFLAGS@
        !           287: LUA_LIBS = @LUA_LIBS@
        !           288: MAKEINFO = @MAKEINFO@
        !           289: MANIFEST_TOOL = @MANIFEST_TOOL@
        !           290: MEMCACHE_LIB = @MEMCACHE_LIB@
        !           291: MKDIR_P = @MKDIR_P@
        !           292: MYSQL_CONFIG = @MYSQL_CONFIG@
        !           293: MYSQL_INCLUDE = @MYSQL_INCLUDE@
        !           294: MYSQL_LIBS = @MYSQL_LIBS@
        !           295: NM = @NM@
        !           296: NMEDIT = @NMEDIT@
        !           297: OBJDUMP = @OBJDUMP@
        !           298: OBJEXT = @OBJEXT@
        !           299: OTOOL = @OTOOL@
        !           300: OTOOL64 = @OTOOL64@
        !           301: PACKAGE = @PACKAGE@
        !           302: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
        !           303: PACKAGE_NAME = @PACKAGE_NAME@
        !           304: PACKAGE_STRING = @PACKAGE_STRING@
        !           305: PACKAGE_TARNAME = @PACKAGE_TARNAME@
        !           306: PACKAGE_URL = @PACKAGE_URL@
        !           307: PACKAGE_VERSION = @PACKAGE_VERSION@
        !           308: PATH_SEPARATOR = @PATH_SEPARATOR@
        !           309: PCRECONFIG = @PCRECONFIG@
        !           310: PCRE_LIB = @PCRE_LIB@
        !           311: PKG_CONFIG = @PKG_CONFIG@
        !           312: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
        !           313: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
        !           314: RANLIB = @RANLIB@
        !           315: SED = @SED@
        !           316: SENDFILE_LIB = @SENDFILE_LIB@
        !           317: SET_MAKE = @SET_MAKE@
        !           318: SHELL = @SHELL@
        !           319: SQLITE_CFLAGS = @SQLITE_CFLAGS@
        !           320: SQLITE_LIBS = @SQLITE_LIBS@
        !           321: SSL_LIB = @SSL_LIB@
        !           322: STRIP = @STRIP@
        !           323: UUID_LIBS = @UUID_LIBS@
        !           324: VERSION = @VERSION@
        !           325: XML_CFLAGS = @XML_CFLAGS@
        !           326: XML_LIBS = @XML_LIBS@
        !           327: Z_LIB = @Z_LIB@
        !           328: abs_builddir = @abs_builddir@
        !           329: abs_srcdir = @abs_srcdir@
        !           330: abs_top_builddir = @abs_top_builddir@
        !           331: abs_top_srcdir = @abs_top_srcdir@
        !           332: ac_ct_AR = @ac_ct_AR@
        !           333: ac_ct_CC = @ac_ct_CC@
        !           334: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
        !           335: am__include = @am__include@
        !           336: am__leading_dot = @am__leading_dot@
        !           337: am__quote = @am__quote@
        !           338: am__tar = @am__tar@
        !           339: am__untar = @am__untar@
        !           340: bindir = @bindir@
        !           341: build = @build@
        !           342: build_alias = @build_alias@
        !           343: build_cpu = @build_cpu@
        !           344: build_os = @build_os@
        !           345: build_vendor = @build_vendor@
        !           346: builddir = @builddir@
        !           347: datadir = @datadir@
        !           348: datarootdir = @datarootdir@
        !           349: docdir = @docdir@
        !           350: dvidir = @dvidir@
        !           351: exec_prefix = @exec_prefix@
        !           352: host = @host@
        !           353: host_alias = @host_alias@
        !           354: host_cpu = @host_cpu@
        !           355: host_os = @host_os@
        !           356: host_vendor = @host_vendor@
        !           357: htmldir = @htmldir@
        !           358: includedir = @includedir@
        !           359: infodir = @infodir@
        !           360: install_sh = @install_sh@
        !           361: libdir = @libdir@
        !           362: libexecdir = @libexecdir@
        !           363: localedir = @localedir@
        !           364: localstatedir = @localstatedir@
        !           365: mandir = @mandir@
        !           366: mkdir_p = @mkdir_p@
        !           367: oldincludedir = @oldincludedir@
        !           368: pdfdir = @pdfdir@
        !           369: prefix = @prefix@
        !           370: program_transform_name = @program_transform_name@
        !           371: psdir = @psdir@
        !           372: sbindir = @sbindir@
        !           373: sharedstatedir = @sharedstatedir@
        !           374: srcdir = @srcdir@
        !           375: sysconfdir = @sysconfdir@
        !           376: target = @target@
        !           377: target_alias = @target_alias@
        !           378: target_cpu = @target_cpu@
        !           379: target_os = @target_os@
        !           380: target_vendor = @target_vendor@
        !           381: top_build_prefix = @top_build_prefix@
        !           382: top_builddir = @top_builddir@
        !           383: top_srcdir = @top_srcdir@
        !           384: 
        !           385: # lighttpd.conf and conformance.pl expect this directory
        !           386: testdir = $(srcdir)/tmp/lighttpd/
        !           387: @CHECK_WITH_FASTCGI_TRUE@fcgi_auth_SOURCES = fcgi-auth.c
        !           388: @CHECK_WITH_FASTCGI_TRUE@fcgi_auth_LDADD = -lfcgi
        !           389: @CHECK_WITH_FASTCGI_TRUE@fcgi_responder_SOURCES = fcgi-responder.c
        !           390: @CHECK_WITH_FASTCGI_TRUE@fcgi_responder_LDADD = -lfcgi
        !           391: TESTS = \
        !           392:        prepare.sh \
        !           393:        run-tests.pl \
        !           394:        cleanup.sh
        !           395: 
        !           396: CONFS = \
        !           397:       404-handler.conf \
        !           398:       bug-06.conf \
        !           399:       bug-12.conf \
        !           400:       cachable.t \
        !           401:       condition.conf \
        !           402:       core-404-handler.t \
        !           403:       core-condition.t \
        !           404:       core-keepalive.t \
        !           405:       core-request.t \
        !           406:       core-response.t \
        !           407:       core-var-include.t \
        !           408:       core.t \
        !           409:       fastcgi-10.conf \
        !           410:       fastcgi-13.conf \
        !           411:       fastcgi-auth.conf \
        !           412:       fastcgi-responder.conf \
        !           413:       LightyTest.pm \
        !           414:       lowercase.conf \
        !           415:       lowercase.t \
        !           416:       mod-access.t \
        !           417:       mod-auth.t \
        !           418:       mod-cgi.t \
        !           419:       mod-compress.conf \
        !           420:       mod-compress.t \
        !           421:       mod-fastcgi.t \
        !           422:       mod-proxy.t \
        !           423:       mod-redirect.t \
        !           424:       mod-rewrite.t \
        !           425:       mod-secdownload.t \
        !           426:       mod-setenv.t \
        !           427:       mod-simplevhost.conf \
        !           428:       mod-simplevhost.t \
        !           429:       mod-ssi.t \
        !           430:       mod-userdir.t \
        !           431:       proxy.conf \
        !           432:       request.t \
        !           433:       symlink.t \
        !           434:       var-include-sub.conf \
        !           435:       var-include.conf
        !           436: 
        !           437: TESTS_ENVIRONMENT = $(srcdir)/wrapper.sh $(srcdir) $(top_builddir)
        !           438: EXTRA_DIST = wrapper.sh lighttpd.conf \
        !           439:        lighttpd.user \
        !           440:        lighttpd.htpasswd \
        !           441:        SConscript \
        !           442:        $(CONFS) \
        !           443:        $(TESTS)
        !           444: 
        !           445: SUBDIRS = docroot
        !           446: all: all-recursive
        !           447: 
        !           448: .SUFFIXES:
        !           449: .SUFFIXES: .c .lo .o .obj
        !           450: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
        !           451:        @for dep in $?; do \
        !           452:          case '$(am__configure_deps)' in \
        !           453:            *$$dep*) \
        !           454:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
        !           455:                && { if test -f $@; then exit 0; else break; fi; }; \
        !           456:              exit 1;; \
        !           457:          esac; \
        !           458:        done; \
        !           459:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
        !           460:        $(am__cd) $(top_srcdir) && \
        !           461:          $(AUTOMAKE) --foreign tests/Makefile
        !           462: .PRECIOUS: Makefile
        !           463: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        !           464:        @case '$?' in \
        !           465:          *config.status*) \
        !           466:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
        !           467:          *) \
        !           468:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
        !           469:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
        !           470:        esac;
        !           471: 
        !           472: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
        !           473:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        !           474: 
        !           475: $(top_srcdir)/configure:  $(am__configure_deps)
        !           476:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        !           477: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
        !           478:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        !           479: $(am__aclocal_m4_deps):
        !           480: 
        !           481: clean-checkPROGRAMS:
        !           482:        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
        !           483:        echo " rm -f" $$list; \
        !           484:        rm -f $$list || exit $$?; \
        !           485:        test -n "$(EXEEXT)" || exit 0; \
        !           486:        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
        !           487:        echo " rm -f" $$list; \
        !           488:        rm -f $$list
        !           489: 
        !           490: fcgi-auth$(EXEEXT): $(fcgi_auth_OBJECTS) $(fcgi_auth_DEPENDENCIES) $(EXTRA_fcgi_auth_DEPENDENCIES) 
        !           491:        @rm -f fcgi-auth$(EXEEXT)
        !           492:        $(AM_V_CCLD)$(LINK) $(fcgi_auth_OBJECTS) $(fcgi_auth_LDADD) $(LIBS)
        !           493: 
        !           494: fcgi-responder$(EXEEXT): $(fcgi_responder_OBJECTS) $(fcgi_responder_DEPENDENCIES) $(EXTRA_fcgi_responder_DEPENDENCIES) 
        !           495:        @rm -f fcgi-responder$(EXEEXT)
        !           496:        $(AM_V_CCLD)$(LINK) $(fcgi_responder_OBJECTS) $(fcgi_responder_LDADD) $(LIBS)
        !           497: 
        !           498: mostlyclean-compile:
        !           499:        -rm -f *.$(OBJEXT)
        !           500: 
        !           501: distclean-compile:
        !           502:        -rm -f *.tab.c
        !           503: 
        !           504: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fcgi-auth.Po@am__quote@
        !           505: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fcgi-responder.Po@am__quote@
        !           506: 
        !           507: .c.o:
        !           508: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
        !           509: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
        !           510: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
        !           511: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !           512: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
        !           513: 
        !           514: .c.obj:
        !           515: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
        !           516: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
        !           517: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
        !           518: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !           519: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
        !           520: 
        !           521: .c.lo:
        !           522: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
        !           523: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
        !           524: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
        !           525: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !           526: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
        !           527: 
        !           528: mostlyclean-libtool:
        !           529:        -rm -f *.lo
        !           530: 
        !           531: clean-libtool:
        !           532:        -rm -rf .libs _libs
        !           533: 
        !           534: # This directory's subdirectories are mostly independent; you can cd
        !           535: # into them and run 'make' without going through this Makefile.
        !           536: # To change the values of 'make' variables: instead of editing Makefiles,
        !           537: # (1) if the variable is set in 'config.status', edit 'config.status'
        !           538: #     (which will cause the Makefiles to be regenerated when you run 'make');
        !           539: # (2) otherwise, pass the desired values on the 'make' command line.
        !           540: $(am__recursive_targets):
        !           541:        @fail=; \
        !           542:        if $(am__make_keepgoing); then \
        !           543:          failcom='fail=yes'; \
        !           544:        else \
        !           545:          failcom='exit 1'; \
        !           546:        fi; \
        !           547:        dot_seen=no; \
        !           548:        target=`echo $@ | sed s/-recursive//`; \
        !           549:        case "$@" in \
        !           550:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
        !           551:          *) list='$(SUBDIRS)' ;; \
        !           552:        esac; \
        !           553:        for subdir in $$list; do \
        !           554:          echo "Making $$target in $$subdir"; \
        !           555:          if test "$$subdir" = "."; then \
        !           556:            dot_seen=yes; \
        !           557:            local_target="$$target-am"; \
        !           558:          else \
        !           559:            local_target="$$target"; \
        !           560:          fi; \
        !           561:          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
        !           562:          || eval $$failcom; \
        !           563:        done; \
        !           564:        if test "$$dot_seen" = "no"; then \
        !           565:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
        !           566:        fi; test -z "$$fail"
        !           567: 
        !           568: ID: $(am__tagged_files)
        !           569:        $(am__define_uniq_tagged_files); mkid -fID $$unique
        !           570: tags: tags-recursive
        !           571: TAGS: tags
        !           572: 
        !           573: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
        !           574:        set x; \
        !           575:        here=`pwd`; \
        !           576:        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
        !           577:          include_option=--etags-include; \
        !           578:          empty_fix=.; \
        !           579:        else \
        !           580:          include_option=--include; \
        !           581:          empty_fix=; \
        !           582:        fi; \
        !           583:        list='$(SUBDIRS)'; for subdir in $$list; do \
        !           584:          if test "$$subdir" = .; then :; else \
        !           585:            test ! -f $$subdir/TAGS || \
        !           586:              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
        !           587:          fi; \
        !           588:        done; \
        !           589:        $(am__define_uniq_tagged_files); \
        !           590:        shift; \
        !           591:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
        !           592:          test -n "$$unique" || unique=$$empty_fix; \
        !           593:          if test $$# -gt 0; then \
        !           594:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           595:              "$$@" $$unique; \
        !           596:          else \
        !           597:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           598:              $$unique; \
        !           599:          fi; \
        !           600:        fi
        !           601: ctags: ctags-recursive
        !           602: 
        !           603: CTAGS: ctags
        !           604: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
        !           605:        $(am__define_uniq_tagged_files); \
        !           606:        test -z "$(CTAGS_ARGS)$$unique" \
        !           607:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
        !           608:             $$unique
        !           609: 
        !           610: GTAGS:
        !           611:        here=`$(am__cd) $(top_builddir) && pwd` \
        !           612:          && $(am__cd) $(top_srcdir) \
        !           613:          && gtags -i $(GTAGS_ARGS) "$$here"
        !           614: cscopelist: cscopelist-recursive
        !           615: 
        !           616: cscopelist-am: $(am__tagged_files)
        !           617:        list='$(am__tagged_files)'; \
        !           618:        case "$(srcdir)" in \
        !           619:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
        !           620:          *) sdir=$(subdir)/$(srcdir) ;; \
        !           621:        esac; \
        !           622:        for i in $$list; do \
        !           623:          if test -f "$$i"; then \
        !           624:            echo "$(subdir)/$$i"; \
        !           625:          else \
        !           626:            echo "$$sdir/$$i"; \
        !           627:          fi; \
        !           628:        done >> $(top_builddir)/cscope.files
        !           629: 
        !           630: distclean-tags:
        !           631:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
        !           632: 
        !           633: check-TESTS: $(TESTS)
        !           634:        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
        !           635:        srcdir=$(srcdir); export srcdir; \
        !           636:        list=' $(TESTS) '; \
        !           637:        $(am__tty_colors); \
        !           638:        if test -n "$$list"; then \
        !           639:          for tst in $$list; do \
        !           640:            if test -f ./$$tst; then dir=./; \
        !           641:            elif test -f $$tst; then dir=; \
        !           642:            else dir="$(srcdir)/"; fi; \
        !           643:            if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
        !           644:              all=`expr $$all + 1`; \
        !           645:              case " $(XFAIL_TESTS) " in \
        !           646:              *[\ \     ]$$tst[\ \      ]*) \
        !           647:                xpass=`expr $$xpass + 1`; \
        !           648:                failed=`expr $$failed + 1`; \
        !           649:                col=$$red; res=XPASS; \
        !           650:              ;; \
        !           651:              *) \
        !           652:                col=$$grn; res=PASS; \
        !           653:              ;; \
        !           654:              esac; \
        !           655:            elif test $$? -ne 77; then \
        !           656:              all=`expr $$all + 1`; \
        !           657:              case " $(XFAIL_TESTS) " in \
        !           658:              *[\ \     ]$$tst[\ \      ]*) \
        !           659:                xfail=`expr $$xfail + 1`; \
        !           660:                col=$$lgn; res=XFAIL; \
        !           661:              ;; \
        !           662:              *) \
        !           663:                failed=`expr $$failed + 1`; \
        !           664:                col=$$red; res=FAIL; \
        !           665:              ;; \
        !           666:              esac; \
        !           667:            else \
        !           668:              skip=`expr $$skip + 1`; \
        !           669:              col=$$blu; res=SKIP; \
        !           670:            fi; \
        !           671:            echo "$${col}$$res$${std}: $$tst"; \
        !           672:          done; \
        !           673:          if test "$$all" -eq 1; then \
        !           674:            tests="test"; \
        !           675:            All=""; \
        !           676:          else \
        !           677:            tests="tests"; \
        !           678:            All="All "; \
        !           679:          fi; \
        !           680:          if test "$$failed" -eq 0; then \
        !           681:            if test "$$xfail" -eq 0; then \
        !           682:              banner="$$All$$all $$tests passed"; \
        !           683:            else \
        !           684:              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
        !           685:              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
        !           686:            fi; \
        !           687:          else \
        !           688:            if test "$$xpass" -eq 0; then \
        !           689:              banner="$$failed of $$all $$tests failed"; \
        !           690:            else \
        !           691:              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
        !           692:              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
        !           693:            fi; \
        !           694:          fi; \
        !           695:          dashes="$$banner"; \
        !           696:          skipped=""; \
        !           697:          if test "$$skip" -ne 0; then \
        !           698:            if test "$$skip" -eq 1; then \
        !           699:              skipped="($$skip test was not run)"; \
        !           700:            else \
        !           701:              skipped="($$skip tests were not run)"; \
        !           702:            fi; \
        !           703:            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
        !           704:              dashes="$$skipped"; \
        !           705:          fi; \
        !           706:          report=""; \
        !           707:          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
        !           708:            report="Please report to $(PACKAGE_BUGREPORT)"; \
        !           709:            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
        !           710:              dashes="$$report"; \
        !           711:          fi; \
        !           712:          dashes=`echo "$$dashes" | sed s/./=/g`; \
        !           713:          if test "$$failed" -eq 0; then \
        !           714:            col="$$grn"; \
        !           715:          else \
        !           716:            col="$$red"; \
        !           717:          fi; \
        !           718:          echo "$${col}$$dashes$${std}"; \
        !           719:          echo "$${col}$$banner$${std}"; \
        !           720:          test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
        !           721:          test -z "$$report" || echo "$${col}$$report$${std}"; \
        !           722:          echo "$${col}$$dashes$${std}"; \
        !           723:          test "$$failed" -eq 0; \
        !           724:        else :; fi
        !           725: 
        !           726: distdir: $(DISTFILES)
        !           727:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        !           728:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        !           729:        list='$(DISTFILES)'; \
        !           730:          dist_files=`for file in $$list; do echo $$file; done | \
        !           731:          sed -e "s|^$$srcdirstrip/||;t" \
        !           732:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
        !           733:        case $$dist_files in \
        !           734:          */*) $(MKDIR_P) `echo "$$dist_files" | \
        !           735:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
        !           736:                           sort -u` ;; \
        !           737:        esac; \
        !           738:        for file in $$dist_files; do \
        !           739:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
        !           740:          if test -d $$d/$$file; then \
        !           741:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
        !           742:            if test -d "$(distdir)/$$file"; then \
        !           743:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
        !           744:            fi; \
        !           745:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
        !           746:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
        !           747:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
        !           748:            fi; \
        !           749:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
        !           750:          else \
        !           751:            test -f "$(distdir)/$$file" \
        !           752:            || cp -p $$d/$$file "$(distdir)/$$file" \
        !           753:            || exit 1; \
        !           754:          fi; \
        !           755:        done
        !           756:        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
        !           757:          if test "$$subdir" = .; then :; else \
        !           758:            $(am__make_dryrun) \
        !           759:              || test -d "$(distdir)/$$subdir" \
        !           760:              || $(MKDIR_P) "$(distdir)/$$subdir" \
        !           761:              || exit 1; \
        !           762:            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
        !           763:            $(am__relativize); \
        !           764:            new_distdir=$$reldir; \
        !           765:            dir1=$$subdir; dir2="$(top_distdir)"; \
        !           766:            $(am__relativize); \
        !           767:            new_top_distdir=$$reldir; \
        !           768:            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
        !           769:            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
        !           770:            ($(am__cd) $$subdir && \
        !           771:              $(MAKE) $(AM_MAKEFLAGS) \
        !           772:                top_distdir="$$new_top_distdir" \
        !           773:                distdir="$$new_distdir" \
        !           774:                am__remove_distdir=: \
        !           775:                am__skip_length_check=: \
        !           776:                am__skip_mode_fix=: \
        !           777:                distdir) \
        !           778:              || exit 1; \
        !           779:          fi; \
        !           780:        done
        !           781: check-am: all-am
        !           782:        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
        !           783:        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
        !           784: check: check-recursive
        !           785: all-am: Makefile
        !           786: installdirs: installdirs-recursive
        !           787: installdirs-am:
        !           788: install: install-recursive
        !           789: install-exec: install-exec-recursive
        !           790: install-data: install-data-recursive
        !           791: uninstall: uninstall-recursive
        !           792: 
        !           793: install-am: all-am
        !           794:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
        !           795: 
        !           796: installcheck: installcheck-recursive
        !           797: install-strip:
        !           798:        if test -z '$(STRIP)'; then \
        !           799:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           800:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           801:              install; \
        !           802:        else \
        !           803:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           804:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           805:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
        !           806:        fi
        !           807: mostlyclean-generic:
        !           808: 
        !           809: clean-generic:
        !           810: 
        !           811: distclean-generic:
        !           812:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
        !           813:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
        !           814: 
        !           815: maintainer-clean-generic:
        !           816:        @echo "This command is intended for maintainers to use"
        !           817:        @echo "it deletes files that may require special tools to rebuild."
        !           818: clean: clean-recursive
        !           819: 
        !           820: clean-am: clean-checkPROGRAMS clean-generic clean-libtool clean-local \
        !           821:        mostlyclean-am
        !           822: 
        !           823: distclean: distclean-recursive
        !           824:        -rm -rf ./$(DEPDIR)
        !           825:        -rm -f Makefile
        !           826: distclean-am: clean-am distclean-compile distclean-generic \
        !           827:        distclean-tags
        !           828: 
        !           829: dvi: dvi-recursive
        !           830: 
        !           831: dvi-am:
        !           832: 
        !           833: html: html-recursive
        !           834: 
        !           835: html-am:
        !           836: 
        !           837: info: info-recursive
        !           838: 
        !           839: info-am:
        !           840: 
        !           841: install-data-am:
        !           842: 
        !           843: install-dvi: install-dvi-recursive
        !           844: 
        !           845: install-dvi-am:
        !           846: 
        !           847: install-exec-am:
        !           848: 
        !           849: install-html: install-html-recursive
        !           850: 
        !           851: install-html-am:
        !           852: 
        !           853: install-info: install-info-recursive
        !           854: 
        !           855: install-info-am:
        !           856: 
        !           857: install-man:
        !           858: 
        !           859: install-pdf: install-pdf-recursive
        !           860: 
        !           861: install-pdf-am:
        !           862: 
        !           863: install-ps: install-ps-recursive
        !           864: 
        !           865: install-ps-am:
        !           866: 
        !           867: installcheck-am:
        !           868: 
        !           869: maintainer-clean: maintainer-clean-recursive
        !           870:        -rm -rf ./$(DEPDIR)
        !           871:        -rm -f Makefile
        !           872: maintainer-clean-am: distclean-am maintainer-clean-generic
        !           873: 
        !           874: mostlyclean: mostlyclean-recursive
        !           875: 
        !           876: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
        !           877:        mostlyclean-libtool
        !           878: 
        !           879: pdf: pdf-recursive
        !           880: 
        !           881: pdf-am:
        !           882: 
        !           883: ps: ps-recursive
        !           884: 
        !           885: ps-am:
        !           886: 
        !           887: uninstall-am:
        !           888: 
        !           889: .MAKE: $(am__recursive_targets) check-am install-am install-strip
        !           890: 
        !           891: .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
        !           892:        check-TESTS check-am clean clean-checkPROGRAMS clean-generic \
        !           893:        clean-libtool clean-local cscopelist-am ctags ctags-am \
        !           894:        distclean distclean-compile distclean-generic \
        !           895:        distclean-libtool distclean-tags distdir dvi dvi-am html \
        !           896:        html-am info info-am install install-am install-data \
        !           897:        install-data-am install-dvi install-dvi-am install-exec \
        !           898:        install-exec-am install-html install-html-am install-info \
        !           899:        install-info-am install-man install-pdf install-pdf-am \
        !           900:        install-ps install-ps-am install-strip installcheck \
        !           901:        installcheck-am installdirs installdirs-am maintainer-clean \
        !           902:        maintainer-clean-generic mostlyclean mostlyclean-compile \
        !           903:        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
        !           904:        tags tags-am uninstall uninstall-am
        !           905: 
        !           906: 
        !           907: leak-check:
        !           908:        for i in $(TESTS); do \
        !           909:                $(srcdir)/$$i; \
        !           910:                echo $$?; \
        !           911:        done
        !           912: 
        !           913: clean-local:
        !           914:        rm -f *.out
        !           915: 
        !           916: # Tell versions [3.59,3.63) of GNU make to not export all variables.
        !           917: # Otherwise a system limit (for SysV at least) may be exceeded.
        !           918: .NOEXPORT:

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