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

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

Issue 2865973002: Check in the libxslt roll script. (Closed)
Patch Set: Consistent quotes. Created 3 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.14.1 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-2013 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,
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 VPATH = @srcdir@ 18 VPATH = @srcdir@
19 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 19 am__is_gnu_make = { \
20 if test -z '$(MAKELEVEL)'; then \
21 false; \
22 elif test -n '$(MAKE_HOST)'; then \
23 true; \
24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25 true; \
26 else \
27 false; \
28 fi; \
29 }
20 am__make_running_with_option = \ 30 am__make_running_with_option = \
21 case $${target_option-} in \ 31 case $${target_option-} in \
22 ?) ;; \ 32 ?) ;; \
23 *) echo "am__make_running_with_option: internal error: invalid" \ 33 *) echo "am__make_running_with_option: internal error: invalid" \
24 "target option '$${target_option-}' specified" >&2; \ 34 "target option '$${target_option-}' specified" >&2; \
25 exit 1;; \ 35 exit 1;; \
26 esac; \ 36 esac; \
27 has_opt=no; \ 37 has_opt=no; \
28 sane_makeflags=$$MAKEFLAGS; \ 38 sane_makeflags=$$MAKEFLAGS; \
29 if $(am__is_gnu_make); then \ 39 if $(am__is_gnu_make); then \
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 transform = $(program_transform_name) 83 transform = $(program_transform_name)
74 NORMAL_INSTALL = : 84 NORMAL_INSTALL = :
75 PRE_INSTALL = : 85 PRE_INSTALL = :
76 POST_INSTALL = : 86 POST_INSTALL = :
77 NORMAL_UNINSTALL = : 87 NORMAL_UNINSTALL = :
78 PRE_UNINSTALL = : 88 PRE_UNINSTALL = :
79 POST_UNINSTALL = : 89 POST_UNINSTALL = :
80 build_triplet = @build@ 90 build_triplet = @build@
81 host_triplet = @host@ 91 host_triplet = @host@
82 subdir = libxslt 92 subdir = libxslt
83 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84 $(srcdir)/xsltconfig.h.in $(srcdir)/xsltwin32config.h.in \
85 $(top_srcdir)/depcomp $(xsltinc_HEADERS)
86 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
87 am__aclocal_m4_deps = $(top_srcdir)/configure.in 94 am__aclocal_m4_deps = $(top_srcdir)/configure.in
88 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 95 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
89 $(ACLOCAL_M4) 96 $(ACLOCAL_M4)
97 DIST_COMMON = $(srcdir)/Makefile.am $(xsltinc_HEADERS) \
98 $(am__DIST_COMMON)
90 mkinstalldirs = $(install_sh) -d 99 mkinstalldirs = $(install_sh) -d
91 CONFIG_HEADER = $(top_builddir)/config.h 100 CONFIG_HEADER = $(top_builddir)/config.h
92 CONFIG_CLEAN_FILES = xsltconfig.h xsltwin32config.h 101 CONFIG_CLEAN_FILES = xsltconfig.h xsltwin32config.h
93 CONFIG_CLEAN_VPATH_FILES = 102 CONFIG_CLEAN_VPATH_FILES =
94 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 103 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
95 am__vpath_adj = case $$p in \ 104 am__vpath_adj = case $$p in \
96 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 105 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
97 *) f=$$p;; \ 106 *) f=$$p;; \
98 esac; 107 esac;
99 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 108 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 # Make sure the list of sources is unique. This is necessary because, 204 # Make sure the list of sources is unique. This is necessary because,
196 # e.g., the same source file might be shared among _SOURCES variables 205 # e.g., the same source file might be shared among _SOURCES variables
197 # for different programs/libraries. 206 # for different programs/libraries.
198 am__define_uniq_tagged_files = \ 207 am__define_uniq_tagged_files = \
199 list='$(am__tagged_files)'; \ 208 list='$(am__tagged_files)'; \
200 unique=`for i in $$list; do \ 209 unique=`for i in $$list; do \
201 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 210 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
202 done | $(am__uniquify_input)` 211 done | $(am__uniquify_input)`
203 ETAGS = etags 212 ETAGS = etags
204 CTAGS = ctags 213 CTAGS = ctags
214 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/xsltconfig.h.in \
215 $(srcdir)/xsltwin32config.h.in $(top_srcdir)/depcomp
205 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 216 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
206 ACLOCAL = @ACLOCAL@ 217 ACLOCAL = @ACLOCAL@
207 AMTAR = @AMTAR@ 218 AMTAR = @AMTAR@
208 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 219 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
209 AR = @AR@ 220 AR = @AR@
210 AS = @AS@ 221 AS = @AS@
211 AUTOCONF = @AUTOCONF@ 222 AUTOCONF = @AUTOCONF@
212 AUTOHEADER = @AUTOHEADER@ 223 AUTOHEADER = @AUTOHEADER@
213 AUTOMAKE = @AUTOMAKE@ 224 AUTOMAKE = @AUTOMAKE@
214 AWK = @AWK@ 225 AWK = @AWK@
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 LIBXSLT_MAJOR_VERSION = @LIBXSLT_MAJOR_VERSION@ 276 LIBXSLT_MAJOR_VERSION = @LIBXSLT_MAJOR_VERSION@
266 LIBXSLT_MICRO_VERSION = @LIBXSLT_MICRO_VERSION@ 277 LIBXSLT_MICRO_VERSION = @LIBXSLT_MICRO_VERSION@
267 LIBXSLT_MINOR_VERSION = @LIBXSLT_MINOR_VERSION@ 278 LIBXSLT_MINOR_VERSION = @LIBXSLT_MINOR_VERSION@
268 LIBXSLT_VERSION = @LIBXSLT_VERSION@ 279 LIBXSLT_VERSION = @LIBXSLT_VERSION@
269 LIBXSLT_VERSION_EXTRA = @LIBXSLT_VERSION_EXTRA@ 280 LIBXSLT_VERSION_EXTRA = @LIBXSLT_VERSION_EXTRA@
270 LIBXSLT_VERSION_INFO = @LIBXSLT_VERSION_INFO@ 281 LIBXSLT_VERSION_INFO = @LIBXSLT_VERSION_INFO@
271 LIBXSLT_VERSION_NUMBER = @LIBXSLT_VERSION_NUMBER@ 282 LIBXSLT_VERSION_NUMBER = @LIBXSLT_VERSION_NUMBER@
272 LIPO = @LIPO@ 283 LIPO = @LIPO@
273 LN_S = @LN_S@ 284 LN_S = @LN_S@
274 LTLIBOBJS = @LTLIBOBJS@ 285 LTLIBOBJS = @LTLIBOBJS@
286 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
275 MAKEINFO = @MAKEINFO@ 287 MAKEINFO = @MAKEINFO@
276 MANIFEST_TOOL = @MANIFEST_TOOL@ 288 MANIFEST_TOOL = @MANIFEST_TOOL@
277 MKDIR_P = @MKDIR_P@ 289 MKDIR_P = @MKDIR_P@
278 MV = @MV@ 290 MV = @MV@
279 M_LIBS = @M_LIBS@ 291 M_LIBS = @M_LIBS@
280 NM = @NM@ 292 NM = @NM@
281 NMEDIT = @NMEDIT@ 293 NMEDIT = @NMEDIT@
282 OBJDUMP = @OBJDUMP@ 294 OBJDUMP = @OBJDUMP@
283 OBJEXT = @OBJEXT@ 295 OBJEXT = @OBJEXT@
284 OTOOL = @OTOOL@ 296 OTOOL = @OTOOL@
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 case '$(am__configure_deps)' in \ 467 case '$(am__configure_deps)' in \
456 *$$dep*) \ 468 *$$dep*) \
457 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 469 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
458 && { if test -f $@; then exit 0; else break; fi; }; \ 470 && { if test -f $@; then exit 0; else break; fi; }; \
459 exit 1;; \ 471 exit 1;; \
460 esac; \ 472 esac; \
461 done; \ 473 done; \
462 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libxslt/Makefile'; \ 474 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libxslt/Makefile'; \
463 $(am__cd) $(top_srcdir) && \ 475 $(am__cd) $(top_srcdir) && \
464 $(AUTOMAKE) --gnu libxslt/Makefile 476 $(AUTOMAKE) --gnu libxslt/Makefile
465 .PRECIOUS: Makefile
466 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 477 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
467 @case '$?' in \ 478 @case '$?' in \
468 *config.status*) \ 479 *config.status*) \
469 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 480 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
470 *) \ 481 *) \
471 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $ (am__depfiles_maybe)'; \ 482 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $ (am__depfiles_maybe)'; \
472 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__de pfiles_maybe);; \ 483 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__de pfiles_maybe);; \
473 esac; 484 esac;
474 485
475 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES) 486 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES)
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
869 install-man install-man3 install-nodist_xsltincHEADERS \ 880 install-man install-man3 install-nodist_xsltincHEADERS \
870 install-pdf install-pdf-am install-ps install-ps-am \ 881 install-pdf install-pdf-am install-ps install-ps-am \
871 install-strip install-xsltincHEADERS installcheck \ 882 install-strip install-xsltincHEADERS installcheck \
872 installcheck-am installdirs maintainer-clean \ 883 installcheck-am installdirs maintainer-clean \
873 maintainer-clean-generic mostlyclean mostlyclean-compile \ 884 maintainer-clean-generic mostlyclean mostlyclean-compile \
874 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 885 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
875 tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES \ 886 tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES \
876 uninstall-man uninstall-man3 uninstall-nodist_xsltincHEADERS \ 887 uninstall-man uninstall-man3 uninstall-nodist_xsltincHEADERS \
877 uninstall-xsltincHEADERS 888 uninstall-xsltincHEADERS
878 889
890 .PRECIOUS: Makefile
891
879 892
880 xsltproc: all 893 xsltproc: all
881 @(cd ../xsltproc ; $(MAKE)) 894 @(cd ../xsltproc ; $(MAKE))
882 895
883 install-exec-hook: 896 install-exec-hook:
884 $(MKDIR_P) "$(DESTDIR)$(libdir)/libxslt-plugins" 897 $(MKDIR_P) "$(DESTDIR)$(libdir)/libxslt-plugins"
885 898
886 # Tell versions [3.59,3.63) of GNU make to not export all variables. 899 # Tell versions [3.59,3.63) of GNU make to not export all variables.
887 # Otherwise a system limit (for SysV at least) may be exceeded. 900 # Otherwise a system limit (for SysV at least) may be exceeded.
888 .NOEXPORT: 901 .NOEXPORT:
OLDNEW
« no previous file with comments | « third_party/libxslt/src/libxslt/Makefile.am ('k') | third_party/libxslt/src/libxslt/attributes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698