| Index: third_party/libxml/src/include/Makefile.in
|
| diff --git a/third_party/libxml/src/include/Makefile.in b/third_party/libxml/src/include/Makefile.in
|
| index ddc808f47e79c9f7a5bb187fecdf3238d2818083..e2fda3d8ba4dd1949c0869820353f8eddee5f1ae 100644
|
| --- a/third_party/libxml/src/include/Makefile.in
|
| +++ b/third_party/libxml/src/include/Makefile.in
|
| @@ -1,7 +1,7 @@
|
| -# Makefile.in generated by automake 1.15 from Makefile.am.
|
| +# Makefile.in generated by automake 1.14.1 from Makefile.am.
|
| # @configure_input@
|
|
|
| -# Copyright (C) 1994-2014 Free Software Foundation, Inc.
|
| +# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
|
|
| # This Makefile.in is free software; the Free Software Foundation
|
| # gives unlimited permission to copy and/or distribute it,
|
| @@ -14,17 +14,7 @@
|
|
|
| @SET_MAKE@
|
| VPATH = @srcdir@
|
| -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__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
|
| am__make_running_with_option = \
|
| case $${target_option-} in \
|
| ?) ;; \
|
| @@ -88,6 +78,7 @@ POST_UNINSTALL = :
|
| build_triplet = @build@
|
| host_triplet = @host@
|
| subdir = include
|
| +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
|
| 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 \
|
| @@ -95,7 +86,6 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
|
| $(top_srcdir)/acinclude.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 =
|
| @@ -155,7 +145,6 @@ am__define_uniq_tagged_files = \
|
| ETAGS = etags
|
| CTAGS = ctags
|
| DIST_SUBDIRS = $(SUBDIRS)
|
| -am__DIST_COMMON = $(srcdir)/Makefile.in
|
| DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
| am__relativize = \
|
| dir0=`pwd`; \
|
| @@ -222,6 +211,7 @@ HTML_DIR = @HTML_DIR@
|
| HTML_OBJ = @HTML_OBJ@
|
| HTTP_OBJ = @HTTP_OBJ@
|
| ICONV_LIBS = @ICONV_LIBS@
|
| +ICU_CFLAGS = @ICU_CFLAGS@
|
| ICU_LIBS = @ICU_LIBS@
|
| INSTALL = @INSTALL@
|
| INSTALL_DATA = @INSTALL_DATA@
|
| @@ -243,9 +233,9 @@ LIBXML_VERSION_NUMBER = @LIBXML_VERSION_NUMBER@
|
| LIPO = @LIPO@
|
| LN_S = @LN_S@
|
| LTLIBOBJS = @LTLIBOBJS@
|
| -LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
|
| LZMA_CFLAGS = @LZMA_CFLAGS@
|
| LZMA_LIBS = @LZMA_LIBS@
|
| +MAINT = @MAINT@
|
| MAKEINFO = @MAKEINFO@
|
| MANIFEST_TOOL = @MANIFEST_TOOL@
|
| MKDIR_P = @MKDIR_P@
|
| @@ -417,7 +407,7 @@ EXTRA_DIST = win32config.h wsockcompat.h
|
| all: all-recursive
|
|
|
| .SUFFIXES:
|
| -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
| +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
| @for dep in $?; do \
|
| case '$(am__configure_deps)' in \
|
| *$$dep*) \
|
| @@ -429,6 +419,7 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
| echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
|
| $(am__cd) $(top_srcdir) && \
|
| $(AUTOMAKE) --gnu include/Makefile
|
| +.PRECIOUS: Makefile
|
| Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
| @case '$?' in \
|
| *config.status*) \
|
| @@ -441,9 +432,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
| $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
| cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
| -$(top_srcdir)/configure: $(am__configure_deps)
|
| +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
| cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
| -$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
| +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
| cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
| $(am__aclocal_m4_deps):
|
|
|
| @@ -723,8 +714,6 @@ uninstall-am:
|
| mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-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.
|
| # Otherwise a system limit (for SysV at least) may be exceeded.
|
|
|