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

Side by Side Diff: third_party/libxml/src/include/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 VPATH = @srcdir@ 16 VPATH = @srcdir@
17 am__is_gnu_make = { \ 17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \ 18 am__make_running_with_option = \
29 case $${target_option-} in \ 19 case $${target_option-} in \
30 ?) ;; \ 20 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \ 21 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \ 22 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \ 23 exit 1;; \
34 esac; \ 24 esac; \
35 has_opt=no; \ 25 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \ 26 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \ 27 if $(am__is_gnu_make); then \
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 transform = $(program_transform_name) 71 transform = $(program_transform_name)
82 NORMAL_INSTALL = : 72 NORMAL_INSTALL = :
83 PRE_INSTALL = : 73 PRE_INSTALL = :
84 POST_INSTALL = : 74 POST_INSTALL = :
85 NORMAL_UNINSTALL = : 75 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = : 76 PRE_UNINSTALL = :
87 POST_UNINSTALL = : 77 POST_UNINSTALL = :
88 build_triplet = @build@ 78 build_triplet = @build@
89 host_triplet = @host@ 79 host_triplet = @host@
90 subdir = include 80 subdir = include
81 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 82 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 83 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
93 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 84 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
94 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 85 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
95 $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac 86 $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
96 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 87 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97 $(ACLOCAL_M4) 88 $(ACLOCAL_M4)
98 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
99 mkinstalldirs = $(install_sh) -d 89 mkinstalldirs = $(install_sh) -d
100 CONFIG_HEADER = $(top_builddir)/config.h 90 CONFIG_HEADER = $(top_builddir)/config.h
101 CONFIG_CLEAN_FILES = 91 CONFIG_CLEAN_FILES =
102 CONFIG_CLEAN_VPATH_FILES = 92 CONFIG_CLEAN_VPATH_FILES =
103 AM_V_P = $(am__v_P_@AM_V@) 93 AM_V_P = $(am__v_P_@AM_V@)
104 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 94 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
105 am__v_P_0 = false 95 am__v_P_0 = false
106 am__v_P_1 = : 96 am__v_P_1 = :
107 AM_V_GEN = $(am__v_GEN_@AM_V@) 97 AM_V_GEN = $(am__v_GEN_@AM_V@)
108 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 98 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 # e.g., the same source file might be shared among _SOURCES variables 138 # e.g., the same source file might be shared among _SOURCES variables
149 # for different programs/libraries. 139 # for different programs/libraries.
150 am__define_uniq_tagged_files = \ 140 am__define_uniq_tagged_files = \
151 list='$(am__tagged_files)'; \ 141 list='$(am__tagged_files)'; \
152 unique=`for i in $$list; do \ 142 unique=`for i in $$list; do \
153 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 143 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
154 done | $(am__uniquify_input)` 144 done | $(am__uniquify_input)`
155 ETAGS = etags 145 ETAGS = etags
156 CTAGS = ctags 146 CTAGS = ctags
157 DIST_SUBDIRS = $(SUBDIRS) 147 DIST_SUBDIRS = $(SUBDIRS)
158 am__DIST_COMMON = $(srcdir)/Makefile.in
159 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 148 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
160 am__relativize = \ 149 am__relativize = \
161 dir0=`pwd`; \ 150 dir0=`pwd`; \
162 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 151 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
163 sed_rest='s,^[^/]*/*,,'; \ 152 sed_rest='s,^[^/]*/*,,'; \
164 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 153 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
165 sed_butlast='s,/*[^/]*$$,,'; \ 154 sed_butlast='s,/*[^/]*$$,,'; \
166 while test -n "$$dir1"; do \ 155 while test -n "$$dir1"; do \
167 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 156 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
168 if test "$$first" != "."; then \ 157 if test "$$first" != "."; then \
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 EXEEXT = @EXEEXT@ 204 EXEEXT = @EXEEXT@
216 FGREP = @FGREP@ 205 FGREP = @FGREP@
217 FTP_OBJ = @FTP_OBJ@ 206 FTP_OBJ = @FTP_OBJ@
218 GREP = @GREP@ 207 GREP = @GREP@
219 HAVE_ISINF = @HAVE_ISINF@ 208 HAVE_ISINF = @HAVE_ISINF@
220 HAVE_ISNAN = @HAVE_ISNAN@ 209 HAVE_ISNAN = @HAVE_ISNAN@
221 HTML_DIR = @HTML_DIR@ 210 HTML_DIR = @HTML_DIR@
222 HTML_OBJ = @HTML_OBJ@ 211 HTML_OBJ = @HTML_OBJ@
223 HTTP_OBJ = @HTTP_OBJ@ 212 HTTP_OBJ = @HTTP_OBJ@
224 ICONV_LIBS = @ICONV_LIBS@ 213 ICONV_LIBS = @ICONV_LIBS@
214 ICU_CFLAGS = @ICU_CFLAGS@
225 ICU_LIBS = @ICU_LIBS@ 215 ICU_LIBS = @ICU_LIBS@
226 INSTALL = @INSTALL@ 216 INSTALL = @INSTALL@
227 INSTALL_DATA = @INSTALL_DATA@ 217 INSTALL_DATA = @INSTALL_DATA@
228 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 218 INSTALL_PROGRAM = @INSTALL_PROGRAM@
229 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 219 INSTALL_SCRIPT = @INSTALL_SCRIPT@
230 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 220 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
231 LD = @LD@ 221 LD = @LD@
232 LDFLAGS = @LDFLAGS@ 222 LDFLAGS = @LDFLAGS@
233 LIBOBJS = @LIBOBJS@ 223 LIBOBJS = @LIBOBJS@
234 LIBS = @LIBS@ 224 LIBS = @LIBS@
235 LIBTOOL = @LIBTOOL@ 225 LIBTOOL = @LIBTOOL@
236 LIBXML_MAJOR_VERSION = @LIBXML_MAJOR_VERSION@ 226 LIBXML_MAJOR_VERSION = @LIBXML_MAJOR_VERSION@
237 LIBXML_MICRO_VERSION = @LIBXML_MICRO_VERSION@ 227 LIBXML_MICRO_VERSION = @LIBXML_MICRO_VERSION@
238 LIBXML_MINOR_VERSION = @LIBXML_MINOR_VERSION@ 228 LIBXML_MINOR_VERSION = @LIBXML_MINOR_VERSION@
239 LIBXML_VERSION = @LIBXML_VERSION@ 229 LIBXML_VERSION = @LIBXML_VERSION@
240 LIBXML_VERSION_EXTRA = @LIBXML_VERSION_EXTRA@ 230 LIBXML_VERSION_EXTRA = @LIBXML_VERSION_EXTRA@
241 LIBXML_VERSION_INFO = @LIBXML_VERSION_INFO@ 231 LIBXML_VERSION_INFO = @LIBXML_VERSION_INFO@
242 LIBXML_VERSION_NUMBER = @LIBXML_VERSION_NUMBER@ 232 LIBXML_VERSION_NUMBER = @LIBXML_VERSION_NUMBER@
243 LIPO = @LIPO@ 233 LIPO = @LIPO@
244 LN_S = @LN_S@ 234 LN_S = @LN_S@
245 LTLIBOBJS = @LTLIBOBJS@ 235 LTLIBOBJS = @LTLIBOBJS@
246 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
247 LZMA_CFLAGS = @LZMA_CFLAGS@ 236 LZMA_CFLAGS = @LZMA_CFLAGS@
248 LZMA_LIBS = @LZMA_LIBS@ 237 LZMA_LIBS = @LZMA_LIBS@
238 MAINT = @MAINT@
249 MAKEINFO = @MAKEINFO@ 239 MAKEINFO = @MAKEINFO@
250 MANIFEST_TOOL = @MANIFEST_TOOL@ 240 MANIFEST_TOOL = @MANIFEST_TOOL@
251 MKDIR_P = @MKDIR_P@ 241 MKDIR_P = @MKDIR_P@
252 MODULE_EXTENSION = @MODULE_EXTENSION@ 242 MODULE_EXTENSION = @MODULE_EXTENSION@
253 MODULE_PLATFORM_LIBS = @MODULE_PLATFORM_LIBS@ 243 MODULE_PLATFORM_LIBS = @MODULE_PLATFORM_LIBS@
254 MV = @MV@ 244 MV = @MV@
255 M_LIBS = @M_LIBS@ 245 M_LIBS = @M_LIBS@
256 NM = @NM@ 246 NM = @NM@
257 NMEDIT = @NMEDIT@ 247 NMEDIT = @NMEDIT@
258 OBJDUMP = @OBJDUMP@ 248 OBJDUMP = @OBJDUMP@
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 sysconfdir = @sysconfdir@ 400 sysconfdir = @sysconfdir@
411 target_alias = @target_alias@ 401 target_alias = @target_alias@
412 top_build_prefix = @top_build_prefix@ 402 top_build_prefix = @top_build_prefix@
413 top_builddir = @top_builddir@ 403 top_builddir = @top_builddir@
414 top_srcdir = @top_srcdir@ 404 top_srcdir = @top_srcdir@
415 SUBDIRS = libxml 405 SUBDIRS = libxml
416 EXTRA_DIST = win32config.h wsockcompat.h 406 EXTRA_DIST = win32config.h wsockcompat.h
417 all: all-recursive 407 all: all-recursive
418 408
419 .SUFFIXES: 409 .SUFFIXES:
420 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 410 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi gure_deps)
421 @for dep in $?; do \ 411 @for dep in $?; do \
422 case '$(am__configure_deps)' in \ 412 case '$(am__configure_deps)' in \
423 *$$dep*) \ 413 *$$dep*) \
424 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 414 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
425 && { if test -f $@; then exit 0; else break; fi; }; \ 415 && { if test -f $@; then exit 0; else break; fi; }; \
426 exit 1;; \ 416 exit 1;; \
427 esac; \ 417 esac; \
428 done; \ 418 done; \
429 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \ 419 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
430 $(am__cd) $(top_srcdir) && \ 420 $(am__cd) $(top_srcdir) && \
431 $(AUTOMAKE) --gnu include/Makefile 421 $(AUTOMAKE) --gnu include/Makefile
422 .PRECIOUS: Makefile
432 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 423 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
433 @case '$?' in \ 424 @case '$?' in \
434 *config.status*) \ 425 *config.status*) \
435 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 426 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
436 *) \ 427 *) \
437 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $ (am__depfiles_maybe)'; \ 428 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $ (am__depfiles_maybe)'; \
438 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__de pfiles_maybe);; \ 429 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__de pfiles_maybe);; \
439 esac; 430 esac;
440 431
441 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES) 432 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES)
442 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 433 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
443 434
444 $(top_srcdir)/configure: $(am__configure_deps) 435 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
445 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 436 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
446 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 437 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
447 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 438 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
448 $(am__aclocal_m4_deps): 439 $(am__aclocal_m4_deps):
449 440
450 mostlyclean-libtool: 441 mostlyclean-libtool:
451 -rm -f *.lo 442 -rm -f *.lo
452 443
453 clean-libtool: 444 clean-libtool:
454 -rm -rf .libs _libs 445 -rm -rf .libs _libs
455 446
456 # This directory's subdirectories are mostly independent; you can cd 447 # This directory's subdirectories are mostly independent; you can cd
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
716 distclean-tags distdir dvi dvi-am html html-am info info-am \ 707 distclean-tags distdir dvi dvi-am html html-am info info-am \
717 install install-am install-data install-data-am install-dvi \ 708 install install-am install-data install-data-am install-dvi \
718 install-dvi-am install-exec install-exec-am install-html \ 709 install-dvi-am install-exec install-exec-am install-html \
719 install-html-am install-info install-info-am install-man \ 710 install-html-am install-info install-info-am install-man \
720 install-pdf install-pdf-am install-ps install-ps-am \ 711 install-pdf install-pdf-am install-ps install-ps-am \
721 install-strip installcheck installcheck-am installdirs \ 712 install-strip installcheck installcheck-am installdirs \
722 installdirs-am maintainer-clean maintainer-clean-generic \ 713 installdirs-am maintainer-clean maintainer-clean-generic \
723 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 714 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
724 ps ps-am tags tags-am uninstall uninstall-am 715 ps ps-am tags tags-am uninstall uninstall-am
725 716
726 .PRECIOUS: Makefile
727
728 717
729 # Tell versions [3.59,3.63) of GNU make to not export all variables. 718 # Tell versions [3.59,3.63) of GNU make to not export all variables.
730 # Otherwise a system limit (for SysV at least) may be exceeded. 719 # Otherwise a system limit (for SysV at least) may be exceeded.
731 .NOEXPORT: 720 .NOEXPORT:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698