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

version 1.1.1.2, 2014/06/15 20:20:06 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@  
 subdir = doc/config  subdir = doc/config
 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am  
 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 87  am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ Line 95  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 146  am__define_uniq_tagged_files = \ Line 155  am__define_uniq_tagged_files = \
 ETAGS = etags  ETAGS = etags
 CTAGS = ctags  CTAGS = ctags
 DIST_SUBDIRS = $(SUBDIRS)  DIST_SUBDIRS = $(SUBDIRS)
   am__DIST_COMMON = $(srcdir)/Makefile.in
 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 219  LIBEV_LIBS = @LIBEV_LIBS@ Line 229  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 312  sbindir = @sbindir@ Line 325  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 337  $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__c Line 346  $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__c
         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/config/Makefile'; \          echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/config/Makefile'; \
         $(am__cd) $(top_srcdir) && \          $(am__cd) $(top_srcdir) && \
           $(AUTOMAKE) --foreign doc/config/Makefile            $(AUTOMAKE) --foreign doc/config/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 631  uninstall-am: Line 639  uninstall-am:
         installdirs-am maintainer-clean maintainer-clean-generic \          installdirs-am maintainer-clean maintainer-clean-generic \
         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \          mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
         ps ps-am tags tags-am uninstall uninstall-am          ps ps-am tags tags-am uninstall uninstall-am
   
   .PRECIOUS: Makefile
   
   
 # Tell versions [3.59,3.63) of GNU make to not export all variables.  # Tell versions [3.59,3.63) of GNU make to not export all variables.

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


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