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

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

Issue 1977213002: 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
OLDNEW
1 # Makefile.in generated by automake 1.15 from Makefile.am. 1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@ 2 # @configure_input@
3 3
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc. 4 # Copyright (C) 1994-2013 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,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE. 13 # PARTICULAR PURPOSE.
14 14
15 @SET_MAKE@ 15 @SET_MAKE@
16 16
17 17
18 18
19 19
20 VPATH = @srcdir@ 20 VPATH = @srcdir@
21 am__is_gnu_make = { \ 21 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
22 if test -z '$(MAKELEVEL)'; then \
23 false; \
24 elif test -n '$(MAKE_HOST)'; then \
25 true; \
26 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
27 true; \
28 else \
29 false; \
30 fi; \
31 }
32 am__make_running_with_option = \ 22 am__make_running_with_option = \
33 case $${target_option-} in \ 23 case $${target_option-} in \
34 ?) ;; \ 24 ?) ;; \
35 *) echo "am__make_running_with_option: internal error: invalid" \ 25 *) echo "am__make_running_with_option: internal error: invalid" \
36 "target option '$${target_option-}' specified" >&2; \ 26 "target option '$${target_option-}' specified" >&2; \
37 exit 1;; \ 27 exit 1;; \
38 esac; \ 28 esac; \
39 has_opt=no; \ 29 has_opt=no; \
40 sane_makeflags=$$MAKEFLAGS; \ 30 sane_makeflags=$$MAKEFLAGS; \
41 if $(am__is_gnu_make); then \ 31 if $(am__is_gnu_make); then \
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 host_triplet = @host@ 83 host_triplet = @host@
94 noinst_PROGRAMS = testSchemas$(EXEEXT) testRelax$(EXEEXT) \ 84 noinst_PROGRAMS = testSchemas$(EXEEXT) testRelax$(EXEEXT) \
95 testSAX$(EXEEXT) testHTML$(EXEEXT) testXPath$(EXEEXT) \ 85 testSAX$(EXEEXT) testHTML$(EXEEXT) testXPath$(EXEEXT) \
96 testURI$(EXEEXT) testThreads$(EXEEXT) testC14N$(EXEEXT) \ 86 testURI$(EXEEXT) testThreads$(EXEEXT) testC14N$(EXEEXT) \
97 testAutomata$(EXEEXT) testRegexp$(EXEEXT) testReader$(EXEEXT) \ 87 testAutomata$(EXEEXT) testRegexp$(EXEEXT) testReader$(EXEEXT) \
98 testapi$(EXEEXT) testModule$(EXEEXT) runtest$(EXEEXT) \ 88 testapi$(EXEEXT) testModule$(EXEEXT) runtest$(EXEEXT) \
99 runsuite$(EXEEXT) testchar$(EXEEXT) testdict$(EXEEXT) \ 89 runsuite$(EXEEXT) testchar$(EXEEXT) testdict$(EXEEXT) \
100 runxmlconf$(EXEEXT) testrecurse$(EXEEXT) testlimits$(EXEEXT) 90 runxmlconf$(EXEEXT) testrecurse$(EXEEXT) testlimits$(EXEEXT)
101 bin_PROGRAMS = xmllint$(EXEEXT) xmlcatalog$(EXEEXT) 91 bin_PROGRAMS = xmllint$(EXEEXT) xmlcatalog$(EXEEXT)
102 subdir = . 92 subdir = .
93 DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
94 $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
95 $(top_srcdir)/configure $(am__configure_deps) \
96 $(srcdir)/config.h.in $(srcdir)/libxml.spec.in \
97 $(srcdir)/libxml-2.0.pc.in \
98 $(srcdir)/libxml-2.0-uninstalled.pc.in \
99 $(srcdir)/libxml2-config.cmake.in $(srcdir)/xml2-config.in \
100 depcomp COPYING TODO compile config.guess config.sub \
101 install-sh missing ltmain.sh
103 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 102 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
104 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 103 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
105 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 104 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
106 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 105 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
107 $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac 106 $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
108 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 107 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
109 $(ACLOCAL_M4) 108 $(ACLOCAL_M4)
110 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
111 $(am__configure_deps) $(am__DIST_COMMON)
112 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 109 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
113 configure.lineno config.status.lineno 110 configure.lineno config.status.lineno
114 mkinstalldirs = $(install_sh) -d 111 mkinstalldirs = $(install_sh) -d
115 CONFIG_HEADER = config.h 112 CONFIG_HEADER = config.h
116 CONFIG_CLEAN_FILES = libxml2.spec libxml-2.0.pc \ 113 CONFIG_CLEAN_FILES = libxml2.spec libxml-2.0.pc \
117 libxml-2.0-uninstalled.pc libxml2-config.cmake xml2-config 114 libxml-2.0-uninstalled.pc libxml2-config.cmake xml2-config
118 CONFIG_CLEAN_VPATH_FILES = 115 CONFIG_CLEAN_VPATH_FILES =
119 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 116 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
120 am__vpath_adj = case $$p in \ 117 am__vpath_adj = case $$p in \
121 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 118 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 # e.g., the same source file might be shared among _SOURCES variables 399 # e.g., the same source file might be shared among _SOURCES variables
403 # for different programs/libraries. 400 # for different programs/libraries.
404 am__define_uniq_tagged_files = \ 401 am__define_uniq_tagged_files = \
405 list='$(am__tagged_files)'; \ 402 list='$(am__tagged_files)'; \
406 unique=`for i in $$list; do \ 403 unique=`for i in $$list; do \
407 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 404 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
408 done | $(am__uniquify_input)` 405 done | $(am__uniquify_input)`
409 ETAGS = etags 406 ETAGS = etags
410 CTAGS = ctags 407 CTAGS = ctags
411 CSCOPE = cscope 408 CSCOPE = cscope
412 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
413 $(srcdir)/libxml-2.0-uninstalled.pc.in \
414 $(srcdir)/libxml-2.0.pc.in $(srcdir)/libxml.spec.in \
415 $(srcdir)/libxml2-config.cmake.in $(srcdir)/xml2-config.in \
416 AUTHORS COPYING ChangeLog INSTALL NEWS README TODO compile \
417 config.guess config.sub depcomp install-sh ltmain.sh missing
418 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 409 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
419 distdir = $(PACKAGE)-$(VERSION) 410 distdir = $(PACKAGE)-$(VERSION)
420 top_distdir = $(distdir) 411 top_distdir = $(distdir)
421 am__remove_distdir = \ 412 am__remove_distdir = \
422 if test -d "$(distdir)"; then \ 413 if test -d "$(distdir)"; then \
423 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 414 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
424 && rm -rf "$(distdir)" \ 415 && rm -rf "$(distdir)" \
425 || { sleep 5 && rm -rf "$(distdir)"; }; \ 416 || { sleep 5 && rm -rf "$(distdir)"; }; \
426 else :; fi 417 else :; fi
427 am__post_remove_distdir = $(am__remove_distdir) 418 am__post_remove_distdir = $(am__remove_distdir)
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 EXEEXT = @EXEEXT@ 481 EXEEXT = @EXEEXT@
491 FGREP = @FGREP@ 482 FGREP = @FGREP@
492 FTP_OBJ = @FTP_OBJ@ 483 FTP_OBJ = @FTP_OBJ@
493 GREP = @GREP@ 484 GREP = @GREP@
494 HAVE_ISINF = @HAVE_ISINF@ 485 HAVE_ISINF = @HAVE_ISINF@
495 HAVE_ISNAN = @HAVE_ISNAN@ 486 HAVE_ISNAN = @HAVE_ISNAN@
496 HTML_DIR = @HTML_DIR@ 487 HTML_DIR = @HTML_DIR@
497 HTML_OBJ = @HTML_OBJ@ 488 HTML_OBJ = @HTML_OBJ@
498 HTTP_OBJ = @HTTP_OBJ@ 489 HTTP_OBJ = @HTTP_OBJ@
499 ICONV_LIBS = @ICONV_LIBS@ 490 ICONV_LIBS = @ICONV_LIBS@
491 ICU_CFLAGS = @ICU_CFLAGS@
500 ICU_LIBS = @ICU_LIBS@ 492 ICU_LIBS = @ICU_LIBS@
501 INSTALL = @INSTALL@ 493 INSTALL = @INSTALL@
502 INSTALL_DATA = @INSTALL_DATA@ 494 INSTALL_DATA = @INSTALL_DATA@
503 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 495 INSTALL_PROGRAM = @INSTALL_PROGRAM@
504 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 496 INSTALL_SCRIPT = @INSTALL_SCRIPT@
505 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 497 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
506 LD = @LD@ 498 LD = @LD@
507 LDFLAGS = @LDFLAGS@ 499 LDFLAGS = @LDFLAGS@
508 LIBOBJS = @LIBOBJS@ 500 LIBOBJS = @LIBOBJS@
509 LIBS = @LIBS@ 501 LIBS = @LIBS@
510 LIBTOOL = @LIBTOOL@ 502 LIBTOOL = @LIBTOOL@
511 LIBXML_MAJOR_VERSION = @LIBXML_MAJOR_VERSION@ 503 LIBXML_MAJOR_VERSION = @LIBXML_MAJOR_VERSION@
512 LIBXML_MICRO_VERSION = @LIBXML_MICRO_VERSION@ 504 LIBXML_MICRO_VERSION = @LIBXML_MICRO_VERSION@
513 LIBXML_MINOR_VERSION = @LIBXML_MINOR_VERSION@ 505 LIBXML_MINOR_VERSION = @LIBXML_MINOR_VERSION@
514 LIBXML_VERSION = @LIBXML_VERSION@ 506 LIBXML_VERSION = @LIBXML_VERSION@
515 LIBXML_VERSION_EXTRA = @LIBXML_VERSION_EXTRA@ 507 LIBXML_VERSION_EXTRA = @LIBXML_VERSION_EXTRA@
516 LIBXML_VERSION_INFO = @LIBXML_VERSION_INFO@ 508 LIBXML_VERSION_INFO = @LIBXML_VERSION_INFO@
517 LIBXML_VERSION_NUMBER = @LIBXML_VERSION_NUMBER@ 509 LIBXML_VERSION_NUMBER = @LIBXML_VERSION_NUMBER@
518 LIPO = @LIPO@ 510 LIPO = @LIPO@
519 LN_S = @LN_S@ 511 LN_S = @LN_S@
520 LTLIBOBJS = @LTLIBOBJS@ 512 LTLIBOBJS = @LTLIBOBJS@
521 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
522 LZMA_CFLAGS = @LZMA_CFLAGS@ 513 LZMA_CFLAGS = @LZMA_CFLAGS@
523 LZMA_LIBS = @LZMA_LIBS@ 514 LZMA_LIBS = @LZMA_LIBS@
515 MAINT = @MAINT@
524 MAKEINFO = @MAKEINFO@ 516 MAKEINFO = @MAKEINFO@
525 MANIFEST_TOOL = @MANIFEST_TOOL@ 517 MANIFEST_TOOL = @MANIFEST_TOOL@
526 MKDIR_P = @MKDIR_P@ 518 MKDIR_P = @MKDIR_P@
527 MODULE_EXTENSION = @MODULE_EXTENSION@ 519 MODULE_EXTENSION = @MODULE_EXTENSION@
528 MODULE_PLATFORM_LIBS = @MODULE_PLATFORM_LIBS@ 520 MODULE_PLATFORM_LIBS = @MODULE_PLATFORM_LIBS@
529 MV = @MV@ 521 MV = @MV@
530 M_LIBS = @M_LIBS@ 522 M_LIBS = @M_LIBS@
531 NM = @NM@ 523 NM = @NM@
532 NMEDIT = @NMEDIT@ 524 NMEDIT = @NMEDIT@
533 OBJDUMP = @OBJDUMP@ 525 OBJDUMP = @OBJDUMP@
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
820 DISTCLEANFILES = COPYING missing.lst 812 DISTCLEANFILES = COPYING missing.lst
821 confexecdir = $(libdir) 813 confexecdir = $(libdir)
822 confexec_DATA = xml2Conf.sh 814 confexec_DATA = xml2Conf.sh
823 CVS_EXTRA_DIST = 815 CVS_EXTRA_DIST =
824 EXTRA_DIST = xml2-config.in xml2Conf.sh.in libxml.spec.in libxml2.spec \ 816 EXTRA_DIST = xml2-config.in xml2Conf.sh.in libxml.spec.in libxml2.spec \
825 libxml.m4 Copyright check-xml-test-suite.py gentest.py \ 817 libxml.m4 Copyright check-xml-test-suite.py gentest.py \
826 check-relaxng-test-suite.py check-relaxng-test-suite2.py \ 818 check-relaxng-test-suite.py check-relaxng-test-suite2.py \
827 check-xsddata-test-suite.py check-xinclude-test-suite.py \ 819 check-xsddata-test-suite.py check-xinclude-test-suite.py \
828 example/Makefile.am example/gjobread.c example/gjobs.xml \ 820 example/Makefile.am example/gjobread.c example/gjobs.xml \
829 $(man_MANS) libxml-2.0.pc.in libxml-2.0-uninstalled.pc.in \ 821 $(man_MANS) libxml-2.0.pc.in libxml-2.0-uninstalled.pc.in \
830 » libxml2-config.cmake.in \ 822 » libxml2-config.cmake.in autogen.sh \
831 trionan.c trionan.h triostr.c triostr.h trio.c trio.h \ 823 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 \ 824 triop.h triodef.h libxml.h elfgcchack.h xzlib.h buf.h \
833 enc.h save.h testThreadsWin32.c genUnicode.py TODO_SCHEMAS \ 825 enc.h save.h testThreadsWin32.c genUnicode.py TODO_SCHEMAS \
834 dbgen.pl dbgenattr.pl regressions.py regressions.xml \ 826 dbgen.pl dbgenattr.pl regressions.py regressions.xml \
835 README.tests Makefile.tests libxml2.syms timsort.h \ 827 README.tests Makefile.tests libxml2.syms timsort.h \
836 $(CVS_EXTRA_DIST) 828 $(CVS_EXTRA_DIST)
837 829
838 pkgconfigdir = $(libdir)/pkgconfig 830 pkgconfigdir = $(libdir)/pkgconfig
839 pkgconfig_DATA = libxml-2.0.pc 831 pkgconfig_DATA = libxml-2.0.pc
840 cmakedir = $(libdir)/cmake/libxml2 832 cmakedir = $(libdir)/cmake/libxml2
(...skipping 12 matching lines...) Expand all
853 # 845 #
854 LCOV = /usr/bin/lcov 846 LCOV = /usr/bin/lcov
855 GENHTML = /usr/bin/genhtml 847 GENHTML = /usr/bin/genhtml
856 all: $(BUILT_SOURCES) config.h 848 all: $(BUILT_SOURCES) config.h
857 $(MAKE) $(AM_MAKEFLAGS) all-recursive 849 $(MAKE) $(AM_MAKEFLAGS) all-recursive
858 850
859 .SUFFIXES: 851 .SUFFIXES:
860 .SUFFIXES: .c .lo .o .obj 852 .SUFFIXES: .c .lo .o .obj
861 am--refresh: Makefile 853 am--refresh: Makefile
862 @: 854 @:
863 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 855 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi gure_deps)
864 @for dep in $?; do \ 856 @for dep in $?; do \
865 case '$(am__configure_deps)' in \ 857 case '$(am__configure_deps)' in \
866 *$$dep*) \ 858 *$$dep*) \
867 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ 859 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
868 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ 860 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
869 && exit 0; \ 861 && exit 0; \
870 exit 1;; \ 862 exit 1;; \
871 esac; \ 863 esac; \
872 done; \ 864 done; \
873 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ 865 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
874 $(am__cd) $(top_srcdir) && \ 866 $(am__cd) $(top_srcdir) && \
875 $(AUTOMAKE) --gnu Makefile 867 $(AUTOMAKE) --gnu Makefile
868 .PRECIOUS: Makefile
876 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 869 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
877 @case '$?' in \ 870 @case '$?' in \
878 *config.status*) \ 871 *config.status*) \
879 echo ' $(SHELL) ./config.status'; \ 872 echo ' $(SHELL) ./config.status'; \
880 $(SHELL) ./config.status;; \ 873 $(SHELL) ./config.status;; \
881 *) \ 874 *) \
882 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfi les_maybe)'; \ 875 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfi les_maybe)'; \
883 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_may be);; \ 876 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_may be);; \
884 esac; 877 esac;
885 878
886 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES) 879 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES)
887 $(SHELL) ./config.status --recheck 880 $(SHELL) ./config.status --recheck
888 881
889 $(top_srcdir)/configure: $(am__configure_deps) 882 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
890 $(am__cd) $(srcdir) && $(AUTOCONF) 883 $(am__cd) $(srcdir) && $(AUTOCONF)
891 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 884 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
892 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 885 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
893 $(am__aclocal_m4_deps): 886 $(am__aclocal_m4_deps):
894 887
895 config.h: stamp-h1 888 config.h: stamp-h1
896 @test -f $@ || rm -f stamp-h1 889 @test -f $@ || rm -f stamp-h1
897 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 890 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
898 891
899 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 892 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
900 @rm -f stamp-h1 893 @rm -f stamp-h1
901 cd $(top_builddir) && $(SHELL) ./config.status config.h 894 cd $(top_builddir) && $(SHELL) ./config.status config.h
902 $(srcdir)/config.h.in: $(am__configure_deps) 895 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
903 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 896 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
904 rm -f stamp-h1 897 rm -f stamp-h1
905 touch $@ 898 touch $@
906 899
907 distclean-hdr: 900 distclean-hdr:
908 -rm -f config.h stamp-h1 901 -rm -f config.h stamp-h1
909 libxml2.spec: $(top_builddir)/config.status $(srcdir)/libxml.spec.in 902 libxml2.spec: $(top_builddir)/config.status $(srcdir)/libxml.spec.in
910 cd $(top_builddir) && $(SHELL) ./config.status $@ 903 cd $(top_builddir) && $(SHELL) ./config.status $@
911 libxml-2.0.pc: $(top_builddir)/config.status $(srcdir)/libxml-2.0.pc.in 904 libxml-2.0.pc: $(top_builddir)/config.status $(srcdir)/libxml-2.0.pc.in
912 cd $(top_builddir) && $(SHELL) ./config.status $@ 905 cd $(top_builddir) && $(SHELL) ./config.status $@
(...skipping 698 matching lines...) Expand 10 before | Expand all | Expand 10 after
1611 1604
1612 dist-lzip: distdir 1605 dist-lzip: distdir
1613 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).ta r.lz 1606 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).ta r.lz
1614 $(am__post_remove_distdir) 1607 $(am__post_remove_distdir)
1615 1608
1616 dist-xz: distdir 1609 dist-xz: distdir
1617 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir) .tar.xz 1610 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir) .tar.xz
1618 $(am__post_remove_distdir) 1611 $(am__post_remove_distdir)
1619 1612
1620 dist-tarZ: distdir 1613 dist-tarZ: distdir
1621 » @echo WARNING: "Support for distribution archives compressed with" \ 1614 » @echo WARNING: "Support for shar distribution archives is" \
1622 » » "legacy program 'compress' is deprecated." >&2 1615 » "deprecated." >&2
1623 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 1616 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1624 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 1617 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1625 $(am__post_remove_distdir) 1618 $(am__post_remove_distdir)
1626 1619
1627 dist-shar: distdir 1620 dist-shar: distdir
1628 » @echo WARNING: "Support for shar distribution archives is" \ 1621 » @echo WARNING: "Support for distribution archives compressed with" \
1629 » "deprecated." >&2 1622 » » "legacy program 'compress' is deprecated." >&2
1630 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 1623 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1631 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 1624 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1632 $(am__post_remove_distdir) 1625 $(am__post_remove_distdir)
1633 1626
1634 dist-zip: distdir 1627 dist-zip: distdir
1635 -rm -f $(distdir).zip 1628 -rm -f $(distdir).zip
1636 zip -rq $(distdir).zip $(distdir) 1629 zip -rq $(distdir).zip $(distdir)
1637 $(am__post_remove_distdir) 1630 $(am__post_remove_distdir)
1638 1631
1639 dist dist-all: 1632 dist dist-all:
(...skipping 15 matching lines...) Expand all
1655 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 1648 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1656 *.tar.Z*) \ 1649 *.tar.Z*) \
1657 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 1650 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1658 *.shar.gz*) \ 1651 *.shar.gz*) \
1659 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 1652 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1660 *.zip*) \ 1653 *.zip*) \
1661 unzip $(distdir).zip ;;\ 1654 unzip $(distdir).zip ;;\
1662 esac 1655 esac
1663 chmod -R a-w $(distdir) 1656 chmod -R a-w $(distdir)
1664 chmod u+w $(distdir) 1657 chmod u+w $(distdir)
1665 » mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 1658 » mkdir $(distdir)/_build $(distdir)/_inst
1666 chmod a-w $(distdir) 1659 chmod a-w $(distdir)
1667 test -d $(distdir)/_build || exit 0; \ 1660 test -d $(distdir)/_build || exit 0; \
1668 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]: [\\/],/,'` \ 1661 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]: [\\/],/,'` \
1669 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 1662 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1670 && am__cwd=`pwd` \ 1663 && am__cwd=`pwd` \
1671 » && $(am__cd) $(distdir)/_build/sub \ 1664 » && $(am__cd) $(distdir)/_build \
1672 » && ../../configure \ 1665 » && ../configure \
1673 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 1666 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1674 $(DISTCHECK_CONFIGURE_FLAGS) \ 1667 $(DISTCHECK_CONFIGURE_FLAGS) \
1675 » --srcdir=../.. --prefix="$$dc_install_base" \ 1668 » --srcdir=.. --prefix="$$dc_install_base" \
1676 && $(MAKE) $(AM_MAKEFLAGS) \ 1669 && $(MAKE) $(AM_MAKEFLAGS) \
1677 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 1670 && $(MAKE) $(AM_MAKEFLAGS) dvi \
1678 && $(MAKE) $(AM_MAKEFLAGS) check \ 1671 && $(MAKE) $(AM_MAKEFLAGS) check \
1679 && $(MAKE) $(AM_MAKEFLAGS) install \ 1672 && $(MAKE) $(AM_MAKEFLAGS) install \
1680 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 1673 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1681 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 1674 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1682 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 1675 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1683 distuninstallcheck \ 1676 distuninstallcheck \
1684 && chmod -R a-w "$$dc_install_base" \ 1677 && chmod -R a-w "$$dc_install_base" \
1685 && ({ \ 1678 && ({ \
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
1876 install-strip installcheck installcheck-am installdirs \ 1869 install-strip installcheck installcheck-am installdirs \
1877 installdirs-am maintainer-clean maintainer-clean-generic \ 1870 installdirs-am maintainer-clean maintainer-clean-generic \
1878 mostlyclean mostlyclean-compile mostlyclean-generic \ 1871 mostlyclean mostlyclean-compile mostlyclean-generic \
1879 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 1872 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1880 uninstall-am uninstall-binPROGRAMS uninstall-binSCRIPTS \ 1873 uninstall-am uninstall-binPROGRAMS uninstall-binSCRIPTS \
1881 uninstall-cmakeDATA uninstall-confexecDATA \ 1874 uninstall-cmakeDATA uninstall-confexecDATA \
1882 uninstall-libLTLIBRARIES uninstall-local uninstall-m4dataDATA \ 1875 uninstall-libLTLIBRARIES uninstall-local uninstall-m4dataDATA \
1883 uninstall-man uninstall-man1 uninstall-man3 \ 1876 uninstall-man uninstall-man1 uninstall-man3 \
1884 uninstall-pkgconfigDATA 1877 uninstall-pkgconfigDATA
1885 1878
1886 .PRECIOUS: Makefile
1887
1888 1879
1889 # that one forces the rebuild when "make rebuild" is run on doc/ 1880 # that one forces the rebuild when "make rebuild" is run on doc/
1890 rebuild_testapi: 1881 rebuild_testapi:
1891 -@(if [ "$(PYTHON)" != "" ] ; then \ 1882 -@(if [ "$(PYTHON)" != "" ] ; then \
1892 $(PYTHON) $(srcdir)/gentest.py $(srcdir) ; fi ) 1883 $(PYTHON) $(srcdir)/gentest.py $(srcdir) ; fi )
1893 1884
1894 # that one is just to make sure it is rebuilt if missing 1885 # that one is just to make sure it is rebuilt if missing
1895 # but adding the dependances generate mess 1886 # but adding the dependances generate mess
1896 testapi.c: $(srcdir)/gentest.py 1887 testapi.c: $(srcdir)/gentest.py
1897 -@(if [ "$(PYTHON)" != "" ] ; then \ 1888 -@(if [ "$(PYTHON)" != "" ] ; then \
(...skipping 11 matching lines...) Expand all
1909 @(if [ "$(PYTHON_SUBDIR)" != "" ] ; then cd python ; \ 1900 @(if [ "$(PYTHON_SUBDIR)" != "" ] ; then cd python ; \
1910 $(MAKE) tests ; fi) 1901 $(MAKE) tests ; fi)
1911 1902
1912 check: all runtests 1903 check: all runtests
1913 1904
1914 check-valgrind valgrind: all 1905 check-valgrind valgrind: all
1915 @echo '## Running the regression tests under Valgrind' 1906 @echo '## Running the regression tests under Valgrind'
1916 @echo '## Go get a cup of coffee it is gonna take a while ...' 1907 @echo '## Go get a cup of coffee it is gonna take a while ...'
1917 $(MAKE) CHECKER='valgrind -q' runtests 1908 $(MAKE) CHECKER='valgrind -q' runtests
1918 1909
1910 asan:
1911 @echo '## rebuilding for ASAN'
1912 ./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)
1913
1919 testall : tests SVGtests SAXtests 1914 testall : tests SVGtests SAXtests
1920 1915
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) 1916 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 ; \ 1917 @(if [ "$(PYTHON_SUBDIR)" != "" ] ; then cd python ; \
1923 $(MAKE) tests ; fi) 1918 $(MAKE) tests ; fi)
1924 @(cd doc/examples ; $(MAKE) tests) 1919 @(cd doc/examples ; $(MAKE) tests)
1925 1920
1926 APItests: testapi$(EXEEXT) 1921 APItests: testapi$(EXEEXT)
1927 @echo "## Running the API regression tests this may take a little while" 1922 @echo "## Running the API regression tests this may take a little while"
1928 -@($(CHECKER) $(top_builddir)/testapi -q) 1923 -@($(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 2921 rm $(top_builddir)/coverage/libxml2.info.tmp
2927 $(GENHTML) -s -t "libxml2" -o $(top_builddir)/coverage --legend $(top_bu ilddir)/coverage/libxml2.info 2922 $(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" 2923 echo "Coverage report is in $(top_builddir)/coverage/index.html"
2929 2924
2930 clean-cov: 2925 clean-cov:
2931 rm -rf $(top_builddir)/coverage 2926 rm -rf $(top_builddir)/coverage
2932 2927
2933 # Tell versions [3.59,3.63) of GNU make to not export all variables. 2928 # 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. 2929 # Otherwise a system limit (for SysV at least) may be exceeded.
2935 .NOEXPORT: 2930 .NOEXPORT:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698