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