Diff for /embedaddon/lighttpd/tests/Makefile.in between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2014/06/15 20:20:05 version 1.1.1.3, 2016/11/02 10:35:00
Line 1 Line 1
# Makefile.in generated by automake 1.14.1 from Makefile.am.# Makefile.in generated by automake 1.15 from Makefile.am.
 # @configure_input@  # @configure_input@
   
# Copyright (C) 1994-2013 Free Software Foundation, Inc.# Copyright (C) 1994-2014 Free Software Foundation, Inc.
   
 # This Makefile.in is free software; the Free Software Foundation  # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
Line 14 Line 14
   
 @SET_MAKE@  @SET_MAKE@
 VPATH = @srcdir@  VPATH = @srcdir@
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'am__is_gnu_make = { \
   if test -z '$(MAKELEVEL)'; then \
     false; \
   elif test -n '$(MAKE_HOST)'; then \
     true; \
   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
     true; \
   else \
     false; \
   fi; \
 }
 am__make_running_with_option = \  am__make_running_with_option = \
   case $${target_option-} in \    case $${target_option-} in \
       ?) ;; \        ?) ;; \
Line 77  PRE_UNINSTALL = : Line 87  PRE_UNINSTALL = :
 POST_UNINSTALL = :  POST_UNINSTALL = :
 build_triplet = @build@  build_triplet = @build@
 host_triplet = @host@  host_triplet = @host@
 target_triplet = @target@  
 @CHECK_WITH_FASTCGI_TRUE@check_PROGRAMS = fcgi-auth$(EXEEXT) \  @CHECK_WITH_FASTCGI_TRUE@check_PROGRAMS = fcgi-auth$(EXEEXT) \
 @CHECK_WITH_FASTCGI_TRUE@       fcgi-responder$(EXEEXT)  @CHECK_WITH_FASTCGI_TRUE@       fcgi-responder$(EXEEXT)
 subdir = tests  subdir = tests
 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \  
         $(top_srcdir)/depcomp  
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \  am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \          $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
Line 90  am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ Line 97  am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
         $(top_srcdir)/configure.ac          $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
         $(ACLOCAL_M4)          $(ACLOCAL_M4)
   DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
 mkinstalldirs = $(install_sh) -d  mkinstalldirs = $(install_sh) -d
 CONFIG_HEADER = $(top_builddir)/config.h  CONFIG_HEADER = $(top_builddir)/config.h
 CONFIG_CLEAN_FILES =  CONFIG_CLEAN_FILES =
Line 207  am__tty_colors = { \ Line 215  am__tty_colors = { \
   fi; \    fi; \
 }  }
 DIST_SUBDIRS = $(SUBDIRS)  DIST_SUBDIRS = $(SUBDIRS)
   am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 am__relativize = \  am__relativize = \
   dir0=`pwd`; \    dir0=`pwd`; \
Line 280  LIBEV_LIBS = @LIBEV_LIBS@ Line 289  LIBEV_LIBS = @LIBEV_LIBS@
 LIBOBJS = @LIBOBJS@  LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@  LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@  LIBTOOL = @LIBTOOL@
   LIBUNWIND_CFLAGS = @LIBUNWIND_CFLAGS@
   LIBUNWIND_LIBS = @LIBUNWIND_LIBS@
 LIPO = @LIPO@  LIPO = @LIPO@
 LN_S = @LN_S@  LN_S = @LN_S@
 LTLIBOBJS = @LTLIBOBJS@  LTLIBOBJS = @LTLIBOBJS@
   LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
 LUA_CFLAGS = @LUA_CFLAGS@  LUA_CFLAGS = @LUA_CFLAGS@
 LUA_LIBS = @LUA_LIBS@  LUA_LIBS = @LUA_LIBS@
 MAKEINFO = @MAKEINFO@  MAKEINFO = @MAKEINFO@
 MANIFEST_TOOL = @MANIFEST_TOOL@  MANIFEST_TOOL = @MANIFEST_TOOL@
MEMCACHE_LIB = @MEMCACHE_LIB@MEMCACHED_LIB = @MEMCACHED_LIB@
 MKDIR_P = @MKDIR_P@  MKDIR_P = @MKDIR_P@
 MYSQL_CONFIG = @MYSQL_CONFIG@  MYSQL_CONFIG = @MYSQL_CONFIG@
 MYSQL_INCLUDE = @MYSQL_INCLUDE@  MYSQL_INCLUDE = @MYSQL_INCLUDE@
Line 373  sbindir = @sbindir@ Line 385  sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@  sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@  srcdir = @srcdir@
 sysconfdir = @sysconfdir@  sysconfdir = @sysconfdir@
 target = @target@  
 target_alias = @target_alias@  target_alias = @target_alias@
 target_cpu = @target_cpu@  
 target_os = @target_os@  
 target_vendor = @target_vendor@  
 top_build_prefix = @top_build_prefix@  top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@  top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@  top_srcdir = @top_srcdir@
Line 394  TESTS = \ Line 402  TESTS = \
         cleanup.sh          cleanup.sh
   
 CONFS = \  CONFS = \
      404-handler.conf \        404-handler.conf \
      bug-06.conf \        bug-06.conf \
      bug-12.conf \        bug-12.conf \
      cachable.t \        cachable.t \
      condition.conf \        condition.conf \
      core-404-handler.t \        core-404-handler.t \
      core-condition.t \        core-condition.t \
      core-keepalive.t \        core-keepalive.t \
      core-request.t \        core-request.t \
      core-response.t \        core-response.t \
      core-var-include.t \        core-var-include.t \
      core.t \        core.t \
      fastcgi-10.conf \        fastcgi-10.conf \
      fastcgi-13.conf \        fastcgi-13.conf \
      fastcgi-auth.conf \        fastcgi-auth.conf \
      fastcgi-responder.conf \        fastcgi-responder.conf \
      LightyTest.pm \        LightyTest.pm \
      lowercase.conf \        lowercase.conf \
      lowercase.t \        lowercase.t \
      mod-access.t \        mod-access.t \
      mod-auth.t \        mod-auth.t \
      mod-cgi.t \        mod-cgi.t \
      mod-compress.conf \        mod-compress.conf \
      mod-compress.t \        mod-compress.t \
      mod-fastcgi.t \        mod-extforward.conf \
      mod-proxy.t \        mod-extforward.t \
      mod-redirect.t \        mod-fastcgi.t \
      mod-rewrite.t \        mod-proxy.t \
      mod-secdownload.t \        mod-redirect.t \
      mod-setenv.t \        mod-rewrite.t \
      mod-simplevhost.conf \        mod-secdownload.t \
      mod-simplevhost.t \        mod-setenv.t \
      mod-ssi.t \        mod-simplevhost.conf \
      mod-userdir.t \        mod-simplevhost.t \
      proxy.conf \        mod-ssi.t \
      request.t \        mod-userdir.t \
      symlink.t \        proxy.conf \
      var-include-sub.conf \        request.t \
      var-include.conf        symlink.t \
         var-include-sub.conf \
         var-include.conf
   
 TESTS_ENVIRONMENT = $(srcdir)/wrapper.sh $(srcdir) $(top_builddir)  TESTS_ENVIRONMENT = $(srcdir)/wrapper.sh $(srcdir) $(top_builddir)
EXTRA_DIST = wrapper.sh lighttpd.conf \EXTRA_DIST = \
        lighttpd.user \        $(CONFS) \
         $(TESTS) \
         CMakeLists.txt \
         lighttpd.conf \
         lighttpd.htpasswd \          lighttpd.htpasswd \
           lighttpd.user \
         SConscript \          SConscript \
        $(CONFS) \        wrapper.sh
        $(TESTS) 
   
 SUBDIRS = docroot  SUBDIRS = docroot
 all: all-recursive  all: all-recursive
Line 459  $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__c Line 472  $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__c
         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \          echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
         $(am__cd) $(top_srcdir) && \          $(am__cd) $(top_srcdir) && \
           $(AUTOMAKE) --foreign tests/Makefile            $(AUTOMAKE) --foreign tests/Makefile
 .PRECIOUS: Makefile  
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status  Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
         @case '$?' in \          @case '$?' in \
           *config.status*) \            *config.status*) \
Line 902  uninstall-am: Line 914  uninstall-am:
         maintainer-clean-generic mostlyclean mostlyclean-compile \          maintainer-clean-generic mostlyclean mostlyclean-compile \
         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \          mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
         tags tags-am uninstall uninstall-am          tags tags-am uninstall uninstall-am
   
   .PRECIOUS: Makefile
   
   
 leak-check:  leak-check:

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


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