Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(216)

Side by Side Diff: third_party/libxml/src/Makefile.in

Issue 1994003003: Roll libxml to 8effcb578e0590cc01bbcab0f9dccefc6bdbcdbd (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update README.chromium Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/libxml/src/Makefile.am ('k') | third_party/libxml/src/NEWS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Makefile.in generated by automake 1.15 from Makefile.am. 1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@ 2 # @configure_input@
3 3
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc. 4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5 5
6 # This Makefile.in is free software; the Free Software Foundation 6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it, 7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved. 8 # with or without modifications, as long as this notice is preserved.
9 9
10 # This program is distributed in the hope that it will be useful, 10 # This program is distributed in the hope that it will be useful,
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 EXEEXT = @EXEEXT@ 490 EXEEXT = @EXEEXT@
491 FGREP = @FGREP@ 491 FGREP = @FGREP@
492 FTP_OBJ = @FTP_OBJ@ 492 FTP_OBJ = @FTP_OBJ@
493 GREP = @GREP@ 493 GREP = @GREP@
494 HAVE_ISINF = @HAVE_ISINF@ 494 HAVE_ISINF = @HAVE_ISINF@
495 HAVE_ISNAN = @HAVE_ISNAN@ 495 HAVE_ISNAN = @HAVE_ISNAN@
496 HTML_DIR = @HTML_DIR@ 496 HTML_DIR = @HTML_DIR@
497 HTML_OBJ = @HTML_OBJ@ 497 HTML_OBJ = @HTML_OBJ@
498 HTTP_OBJ = @HTTP_OBJ@ 498 HTTP_OBJ = @HTTP_OBJ@
499 ICONV_LIBS = @ICONV_LIBS@ 499 ICONV_LIBS = @ICONV_LIBS@
500 ICU_CFLAGS = @ICU_CFLAGS@
500 ICU_LIBS = @ICU_LIBS@ 501 ICU_LIBS = @ICU_LIBS@
501 INSTALL = @INSTALL@ 502 INSTALL = @INSTALL@
502 INSTALL_DATA = @INSTALL_DATA@ 503 INSTALL_DATA = @INSTALL_DATA@
503 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 504 INSTALL_PROGRAM = @INSTALL_PROGRAM@
504 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 505 INSTALL_SCRIPT = @INSTALL_SCRIPT@
505 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 506 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
506 LD = @LD@ 507 LD = @LD@
507 LDFLAGS = @LDFLAGS@ 508 LDFLAGS = @LDFLAGS@
508 LIBOBJS = @LIBOBJS@ 509 LIBOBJS = @LIBOBJS@
509 LIBS = @LIBS@ 510 LIBS = @LIBS@
510 LIBTOOL = @LIBTOOL@ 511 LIBTOOL = @LIBTOOL@
511 LIBXML_MAJOR_VERSION = @LIBXML_MAJOR_VERSION@ 512 LIBXML_MAJOR_VERSION = @LIBXML_MAJOR_VERSION@
512 LIBXML_MICRO_VERSION = @LIBXML_MICRO_VERSION@ 513 LIBXML_MICRO_VERSION = @LIBXML_MICRO_VERSION@
513 LIBXML_MINOR_VERSION = @LIBXML_MINOR_VERSION@ 514 LIBXML_MINOR_VERSION = @LIBXML_MINOR_VERSION@
514 LIBXML_VERSION = @LIBXML_VERSION@ 515 LIBXML_VERSION = @LIBXML_VERSION@
515 LIBXML_VERSION_EXTRA = @LIBXML_VERSION_EXTRA@ 516 LIBXML_VERSION_EXTRA = @LIBXML_VERSION_EXTRA@
516 LIBXML_VERSION_INFO = @LIBXML_VERSION_INFO@ 517 LIBXML_VERSION_INFO = @LIBXML_VERSION_INFO@
517 LIBXML_VERSION_NUMBER = @LIBXML_VERSION_NUMBER@ 518 LIBXML_VERSION_NUMBER = @LIBXML_VERSION_NUMBER@
518 LIPO = @LIPO@ 519 LIPO = @LIPO@
519 LN_S = @LN_S@ 520 LN_S = @LN_S@
520 LTLIBOBJS = @LTLIBOBJS@ 521 LTLIBOBJS = @LTLIBOBJS@
521 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 522 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
522 LZMA_CFLAGS = @LZMA_CFLAGS@ 523 LZMA_CFLAGS = @LZMA_CFLAGS@
523 LZMA_LIBS = @LZMA_LIBS@ 524 LZMA_LIBS = @LZMA_LIBS@
525 MAINT = @MAINT@
524 MAKEINFO = @MAKEINFO@ 526 MAKEINFO = @MAKEINFO@
525 MANIFEST_TOOL = @MANIFEST_TOOL@ 527 MANIFEST_TOOL = @MANIFEST_TOOL@
526 MKDIR_P = @MKDIR_P@ 528 MKDIR_P = @MKDIR_P@
527 MODULE_EXTENSION = @MODULE_EXTENSION@ 529 MODULE_EXTENSION = @MODULE_EXTENSION@
528 MODULE_PLATFORM_LIBS = @MODULE_PLATFORM_LIBS@ 530 MODULE_PLATFORM_LIBS = @MODULE_PLATFORM_LIBS@
529 MV = @MV@ 531 MV = @MV@
530 M_LIBS = @M_LIBS@ 532 M_LIBS = @M_LIBS@
531 NM = @NM@ 533 NM = @NM@
532 NMEDIT = @NMEDIT@ 534 NMEDIT = @NMEDIT@
533 OBJDUMP = @OBJDUMP@ 535 OBJDUMP = @OBJDUMP@
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
820 DISTCLEANFILES = COPYING missing.lst 822 DISTCLEANFILES = COPYING missing.lst
821 confexecdir = $(libdir) 823 confexecdir = $(libdir)
822 confexec_DATA = xml2Conf.sh 824 confexec_DATA = xml2Conf.sh
823 CVS_EXTRA_DIST = 825 CVS_EXTRA_DIST =
824 EXTRA_DIST = xml2-config.in xml2Conf.sh.in libxml.spec.in libxml2.spec \ 826 EXTRA_DIST = xml2-config.in xml2Conf.sh.in libxml.spec.in libxml2.spec \
825 libxml.m4 Copyright check-xml-test-suite.py gentest.py \ 827 libxml.m4 Copyright check-xml-test-suite.py gentest.py \
826 check-relaxng-test-suite.py check-relaxng-test-suite2.py \ 828 check-relaxng-test-suite.py check-relaxng-test-suite2.py \
827 check-xsddata-test-suite.py check-xinclude-test-suite.py \ 829 check-xsddata-test-suite.py check-xinclude-test-suite.py \
828 example/Makefile.am example/gjobread.c example/gjobs.xml \ 830 example/Makefile.am example/gjobread.c example/gjobs.xml \
829 $(man_MANS) libxml-2.0.pc.in libxml-2.0-uninstalled.pc.in \ 831 $(man_MANS) libxml-2.0.pc.in libxml-2.0-uninstalled.pc.in \
830 » libxml2-config.cmake.in \ 832 » libxml2-config.cmake.in autogen.sh \
831 trionan.c trionan.h triostr.c triostr.h trio.c trio.h \ 833 trionan.c trionan.h triostr.c triostr.h trio.c trio.h \
832 triop.h triodef.h libxml.h elfgcchack.h xzlib.h buf.h \ 834 triop.h triodef.h libxml.h elfgcchack.h xzlib.h buf.h \
833 enc.h save.h testThreadsWin32.c genUnicode.py TODO_SCHEMAS \ 835 enc.h save.h testThreadsWin32.c genUnicode.py TODO_SCHEMAS \
834 dbgen.pl dbgenattr.pl regressions.py regressions.xml \ 836 dbgen.pl dbgenattr.pl regressions.py regressions.xml \
835 README.tests Makefile.tests libxml2.syms timsort.h \ 837 README.tests Makefile.tests libxml2.syms timsort.h \
836 $(CVS_EXTRA_DIST) 838 $(CVS_EXTRA_DIST)
837 839
838 pkgconfigdir = $(libdir)/pkgconfig 840 pkgconfigdir = $(libdir)/pkgconfig
839 pkgconfig_DATA = libxml-2.0.pc 841 pkgconfig_DATA = libxml-2.0.pc
840 cmakedir = $(libdir)/cmake/libxml2 842 cmakedir = $(libdir)/cmake/libxml2
(...skipping 12 matching lines...) Expand all
853 # 855 #
854 LCOV = /usr/bin/lcov 856 LCOV = /usr/bin/lcov
855 GENHTML = /usr/bin/genhtml 857 GENHTML = /usr/bin/genhtml
856 all: $(BUILT_SOURCES) config.h 858 all: $(BUILT_SOURCES) config.h
857 $(MAKE) $(AM_MAKEFLAGS) all-recursive 859 $(MAKE) $(AM_MAKEFLAGS) all-recursive
858 860
859 .SUFFIXES: 861 .SUFFIXES:
860 .SUFFIXES: .c .lo .o .obj 862 .SUFFIXES: .c .lo .o .obj
861 am--refresh: Makefile 863 am--refresh: Makefile
862 @: 864 @:
863 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 865 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi gure_deps)
864 @for dep in $?; do \ 866 @for dep in $?; do \
865 case '$(am__configure_deps)' in \ 867 case '$(am__configure_deps)' in \
866 *$$dep*) \ 868 *$$dep*) \
867 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ 869 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
868 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ 870 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
869 && exit 0; \ 871 && exit 0; \
870 exit 1;; \ 872 exit 1;; \
871 esac; \ 873 esac; \
872 done; \ 874 done; \
873 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ 875 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
874 $(am__cd) $(top_srcdir) && \ 876 $(am__cd) $(top_srcdir) && \
875 $(AUTOMAKE) --gnu Makefile 877 $(AUTOMAKE) --gnu Makefile
876 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 878 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
877 @case '$?' in \ 879 @case '$?' in \
878 *config.status*) \ 880 *config.status*) \
879 echo ' $(SHELL) ./config.status'; \ 881 echo ' $(SHELL) ./config.status'; \
880 $(SHELL) ./config.status;; \ 882 $(SHELL) ./config.status;; \
881 *) \ 883 *) \
882 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfi les_maybe)'; \ 884 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfi les_maybe)'; \
883 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_may be);; \ 885 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_may be);; \
884 esac; 886 esac;
885 887
886 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES) 888 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES)
887 $(SHELL) ./config.status --recheck 889 $(SHELL) ./config.status --recheck
888 890
889 $(top_srcdir)/configure: $(am__configure_deps) 891 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
890 $(am__cd) $(srcdir) && $(AUTOCONF) 892 $(am__cd) $(srcdir) && $(AUTOCONF)
891 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 893 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
892 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 894 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
893 $(am__aclocal_m4_deps): 895 $(am__aclocal_m4_deps):
894 896
895 config.h: stamp-h1 897 config.h: stamp-h1
896 @test -f $@ || rm -f stamp-h1 898 @test -f $@ || rm -f stamp-h1
897 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 899 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
898 900
899 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 901 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
900 @rm -f stamp-h1 902 @rm -f stamp-h1
901 cd $(top_builddir) && $(SHELL) ./config.status config.h 903 cd $(top_builddir) && $(SHELL) ./config.status config.h
902 $(srcdir)/config.h.in: $(am__configure_deps) 904 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
903 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 905 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
904 rm -f stamp-h1 906 rm -f stamp-h1
905 touch $@ 907 touch $@
906 908
907 distclean-hdr: 909 distclean-hdr:
908 -rm -f config.h stamp-h1 910 -rm -f config.h stamp-h1
909 libxml2.spec: $(top_builddir)/config.status $(srcdir)/libxml.spec.in 911 libxml2.spec: $(top_builddir)/config.status $(srcdir)/libxml.spec.in
910 cd $(top_builddir) && $(SHELL) ./config.status $@ 912 cd $(top_builddir) && $(SHELL) ./config.status $@
911 libxml-2.0.pc: $(top_builddir)/config.status $(srcdir)/libxml-2.0.pc.in 913 libxml-2.0.pc: $(top_builddir)/config.status $(srcdir)/libxml-2.0.pc.in
912 cd $(top_builddir) && $(SHELL) ./config.status $@ 914 cd $(top_builddir) && $(SHELL) ./config.status $@
(...skipping 996 matching lines...) Expand 10 before | Expand all | Expand 10 after
1909 @(if [ "$(PYTHON_SUBDIR)" != "" ] ; then cd python ; \ 1911 @(if [ "$(PYTHON_SUBDIR)" != "" ] ; then cd python ; \
1910 $(MAKE) tests ; fi) 1912 $(MAKE) tests ; fi)
1911 1913
1912 check: all runtests 1914 check: all runtests
1913 1915
1914 check-valgrind valgrind: all 1916 check-valgrind valgrind: all
1915 @echo '## Running the regression tests under Valgrind' 1917 @echo '## Running the regression tests under Valgrind'
1916 @echo '## Go get a cup of coffee it is gonna take a while ...' 1918 @echo '## Go get a cup of coffee it is gonna take a while ...'
1917 $(MAKE) CHECKER='valgrind -q' runtests 1919 $(MAKE) CHECKER='valgrind -q' runtests
1918 1920
1921 asan:
1922 @echo '## rebuilding for ASAN'
1923 ./configure CFLAGS="-fsanitize=address,undefined -Wformat -Werror=format -security -Werror=array-bounds -g" CXXFLAGS="-fsanitize=address,undefined -Wform at -Werror=format-security -Werror=array-bounds -g" LDFLAGS="-fsanitize=address, undefined" CC="clang" CXX="clang++" --disable-shared ; OptimOff ; $(MAKE) clean ; $(MAKE)
1924
1919 testall : tests SVGtests SAXtests 1925 testall : tests SVGtests SAXtests
1920 1926
1921 tests: XMLtests XMLenttests NStests IDtests Errtests APItests $(READER_TEST) $(T EST_SAX) $(TEST_PUSH) $(TEST_HTML) $(TEST_PHTML) $(TEST_VALID) URItests $(TEST_P ATTERN) $(TEST_XPATH) $(TEST_XPTR) $(TEST_XINCLUDE) $(TEST_C14N) $(TEST_DEBUG) $ (TEST_CATALOG) $(TEST_REGEXPS) $(TEST_SCHEMAS) $(TEST_SCHEMATRON) $(TEST_THREADS ) Timingtests $(TEST_VTIME) $(PYTHON_TESTS) $(TEST_MODULES) 1927 tests: XMLtests XMLenttests NStests IDtests Errtests APItests $(READER_TEST) $(T EST_SAX) $(TEST_PUSH) $(TEST_HTML) $(TEST_PHTML) $(TEST_VALID) URItests $(TEST_P ATTERN) $(TEST_XPATH) $(TEST_XPTR) $(TEST_XINCLUDE) $(TEST_C14N) $(TEST_DEBUG) $ (TEST_CATALOG) $(TEST_REGEXPS) $(TEST_SCHEMAS) $(TEST_SCHEMATRON) $(TEST_THREADS ) Timingtests $(TEST_VTIME) $(PYTHON_TESTS) $(TEST_MODULES)
1922 @(if [ "$(PYTHON_SUBDIR)" != "" ] ; then cd python ; \ 1928 @(if [ "$(PYTHON_SUBDIR)" != "" ] ; then cd python ; \
1923 $(MAKE) tests ; fi) 1929 $(MAKE) tests ; fi)
1924 @(cd doc/examples ; $(MAKE) tests) 1930 @(cd doc/examples ; $(MAKE) tests)
1925 1931
1926 APItests: testapi$(EXEEXT) 1932 APItests: testapi$(EXEEXT)
1927 @echo "## Running the API regression tests this may take a little while" 1933 @echo "## Running the API regression tests this may take a little while"
1928 -@($(CHECKER) $(top_builddir)/testapi -q) 1934 -@($(CHECKER) $(top_builddir)/testapi -q)
(...skipping 997 matching lines...) Expand 10 before | Expand all | Expand 10 after
2926 rm $(top_builddir)/coverage/libxml2.info.tmp 2932 rm $(top_builddir)/coverage/libxml2.info.tmp
2927 $(GENHTML) -s -t "libxml2" -o $(top_builddir)/coverage --legend $(top_bu ilddir)/coverage/libxml2.info 2933 $(GENHTML) -s -t "libxml2" -o $(top_builddir)/coverage --legend $(top_bu ilddir)/coverage/libxml2.info
2928 echo "Coverage report is in $(top_builddir)/coverage/index.html" 2934 echo "Coverage report is in $(top_builddir)/coverage/index.html"
2929 2935
2930 clean-cov: 2936 clean-cov:
2931 rm -rf $(top_builddir)/coverage 2937 rm -rf $(top_builddir)/coverage
2932 2938
2933 # Tell versions [3.59,3.63) of GNU make to not export all variables. 2939 # Tell versions [3.59,3.63) of GNU make to not export all variables.
2934 # Otherwise a system limit (for SysV at least) may be exceeded. 2940 # Otherwise a system limit (for SysV at least) may be exceeded.
2935 .NOEXPORT: 2941 .NOEXPORT:
OLDNEW
« no previous file with comments | « third_party/libxml/src/Makefile.am ('k') | third_party/libxml/src/NEWS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698