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

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

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