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

Side by Side Diff: third_party/libxslt/src/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
« no previous file with comments | « third_party/libxslt/src/Makefile.am ('k') | third_party/libxslt/src/README » ('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.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 = . 92 subdir = .
83 DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog COPYING \
84 $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
85 $(top_srcdir)/configure $(am__configure_deps) \
86 $(srcdir)/config.h.in $(srcdir)/libxslt.pc.in \
87 $(srcdir)/libexslt.pc.in $(srcdir)/xslt-config.in \
88 $(srcdir)/libxslt.spec.in TODO compile config.guess config.sub \
89 install-sh missing ltmain.sh
90 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91 am__aclocal_m4_deps = $(top_srcdir)/configure.in 94 am__aclocal_m4_deps = $(top_srcdir)/configure.in
92 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 95 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
93 $(ACLOCAL_M4) 96 $(ACLOCAL_M4)
97 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
98 $(am__configure_deps) $(am__DIST_COMMON)
94 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 99 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
95 configure.lineno config.status.lineno 100 configure.lineno config.status.lineno
96 mkinstalldirs = $(install_sh) -d 101 mkinstalldirs = $(install_sh) -d
97 CONFIG_HEADER = config.h 102 CONFIG_HEADER = config.h
98 CONFIG_CLEAN_FILES = libxslt.pc libexslt.pc xslt-config libxslt.spec 103 CONFIG_CLEAN_FILES = libxslt.pc libexslt.pc xslt-config libxslt.spec
99 CONFIG_CLEAN_VPATH_FILES = 104 CONFIG_CLEAN_VPATH_FILES =
100 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 105 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
101 am__vpath_adj = case $$p in \ 106 am__vpath_adj = case $$p in \
102 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 107 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
103 *) f=$$p;; \ 108 *) f=$$p;; \
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 # e.g., the same source file might be shared among _SOURCES variables 182 # e.g., the same source file might be shared among _SOURCES variables
178 # for different programs/libraries. 183 # for different programs/libraries.
179 am__define_uniq_tagged_files = \ 184 am__define_uniq_tagged_files = \
180 list='$(am__tagged_files)'; \ 185 list='$(am__tagged_files)'; \
181 unique=`for i in $$list; do \ 186 unique=`for i in $$list; do \
182 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 187 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
183 done | $(am__uniquify_input)` 188 done | $(am__uniquify_input)`
184 ETAGS = etags 189 ETAGS = etags
185 CTAGS = ctags 190 CTAGS = ctags
186 CSCOPE = cscope 191 CSCOPE = cscope
192 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
193 $(srcdir)/libexslt.pc.in $(srcdir)/libxslt.pc.in \
194 $(srcdir)/libxslt.spec.in $(srcdir)/xslt-config.in AUTHORS \
195 COPYING ChangeLog INSTALL NEWS README TODO compile \
196 config.guess config.sub depcomp install-sh ltmain.sh missing
187 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 197 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
188 distdir = $(PACKAGE)-$(VERSION) 198 distdir = $(PACKAGE)-$(VERSION)
189 top_distdir = $(distdir) 199 top_distdir = $(distdir)
190 am__remove_distdir = \ 200 am__remove_distdir = \
191 if test -d "$(distdir)"; then \ 201 if test -d "$(distdir)"; then \
192 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 202 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
193 && rm -rf "$(distdir)" \ 203 && rm -rf "$(distdir)" \
194 || { sleep 5 && rm -rf "$(distdir)"; }; \ 204 || { sleep 5 && rm -rf "$(distdir)"; }; \
195 else :; fi 205 else :; fi
196 am__post_remove_distdir = $(am__remove_distdir) 206 am__post_remove_distdir = $(am__remove_distdir)
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 LIBXSLT_MAJOR_VERSION = @LIBXSLT_MAJOR_VERSION@ 298 LIBXSLT_MAJOR_VERSION = @LIBXSLT_MAJOR_VERSION@
289 LIBXSLT_MICRO_VERSION = @LIBXSLT_MICRO_VERSION@ 299 LIBXSLT_MICRO_VERSION = @LIBXSLT_MICRO_VERSION@
290 LIBXSLT_MINOR_VERSION = @LIBXSLT_MINOR_VERSION@ 300 LIBXSLT_MINOR_VERSION = @LIBXSLT_MINOR_VERSION@
291 LIBXSLT_VERSION = @LIBXSLT_VERSION@ 301 LIBXSLT_VERSION = @LIBXSLT_VERSION@
292 LIBXSLT_VERSION_EXTRA = @LIBXSLT_VERSION_EXTRA@ 302 LIBXSLT_VERSION_EXTRA = @LIBXSLT_VERSION_EXTRA@
293 LIBXSLT_VERSION_INFO = @LIBXSLT_VERSION_INFO@ 303 LIBXSLT_VERSION_INFO = @LIBXSLT_VERSION_INFO@
294 LIBXSLT_VERSION_NUMBER = @LIBXSLT_VERSION_NUMBER@ 304 LIBXSLT_VERSION_NUMBER = @LIBXSLT_VERSION_NUMBER@
295 LIPO = @LIPO@ 305 LIPO = @LIPO@
296 LN_S = @LN_S@ 306 LN_S = @LN_S@
297 LTLIBOBJS = @LTLIBOBJS@ 307 LTLIBOBJS = @LTLIBOBJS@
308 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
298 MAKEINFO = @MAKEINFO@ 309 MAKEINFO = @MAKEINFO@
299 MANIFEST_TOOL = @MANIFEST_TOOL@ 310 MANIFEST_TOOL = @MANIFEST_TOOL@
300 MKDIR_P = @MKDIR_P@ 311 MKDIR_P = @MKDIR_P@
301 MV = @MV@ 312 MV = @MV@
302 M_LIBS = @M_LIBS@ 313 M_LIBS = @M_LIBS@
303 NM = @NM@ 314 NM = @NM@
304 NMEDIT = @NMEDIT@ 315 NMEDIT = @NMEDIT@
305 OBJDUMP = @OBJDUMP@ 316 OBJDUMP = @OBJDUMP@
306 OBJEXT = @OBJEXT@ 317 OBJEXT = @OBJEXT@
307 OTOOL = @OTOOL@ 318 OTOOL = @OTOOL@
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 *$$dep*) \ 450 *$$dep*) \
440 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ 451 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
441 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ 452 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
442 && exit 0; \ 453 && exit 0; \
443 exit 1;; \ 454 exit 1;; \
444 esac; \ 455 esac; \
445 done; \ 456 done; \
446 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ 457 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
447 $(am__cd) $(top_srcdir) && \ 458 $(am__cd) $(top_srcdir) && \
448 $(AUTOMAKE) --gnu Makefile 459 $(AUTOMAKE) --gnu Makefile
449 .PRECIOUS: Makefile
450 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 460 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
451 @case '$?' in \ 461 @case '$?' in \
452 *config.status*) \ 462 *config.status*) \
453 echo ' $(SHELL) ./config.status'; \ 463 echo ' $(SHELL) ./config.status'; \
454 $(SHELL) ./config.status;; \ 464 $(SHELL) ./config.status;; \
455 *) \ 465 *) \
456 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfi les_maybe)'; \ 466 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfi les_maybe)'; \
457 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_may be);; \ 467 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_may be);; \
458 esac; 468 esac;
459 469
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
779 789
780 dist-lzip: distdir 790 dist-lzip: distdir
781 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).ta r.lz 791 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).ta r.lz
782 $(am__post_remove_distdir) 792 $(am__post_remove_distdir)
783 793
784 dist-xz: distdir 794 dist-xz: distdir
785 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir) .tar.xz 795 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir) .tar.xz
786 $(am__post_remove_distdir) 796 $(am__post_remove_distdir)
787 797
788 dist-tarZ: distdir 798 dist-tarZ: distdir
789 » @echo WARNING: "Support for shar distribution archives is" \ 799 » @echo WARNING: "Support for distribution archives compressed with" \
790 » "deprecated." >&2 800 » » "legacy program 'compress' is deprecated." >&2
791 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 801 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
792 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 802 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
793 $(am__post_remove_distdir) 803 $(am__post_remove_distdir)
794 804
795 dist-shar: distdir 805 dist-shar: distdir
796 » @echo WARNING: "Support for distribution archives compressed with" \ 806 » @echo WARNING: "Support for shar distribution archives is" \
797 » » "legacy program 'compress' is deprecated." >&2 807 » "deprecated." >&2
798 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 808 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
799 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 809 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
800 $(am__post_remove_distdir) 810 $(am__post_remove_distdir)
801 811
802 dist-zip: distdir 812 dist-zip: distdir
803 -rm -f $(distdir).zip 813 -rm -f $(distdir).zip
804 zip -rq $(distdir).zip $(distdir) 814 zip -rq $(distdir).zip $(distdir)
805 $(am__post_remove_distdir) 815 $(am__post_remove_distdir)
806 816
807 dist dist-all: 817 dist dist-all:
(...skipping 15 matching lines...) Expand all
823 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 833 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
824 *.tar.Z*) \ 834 *.tar.Z*) \
825 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 835 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
826 *.shar.gz*) \ 836 *.shar.gz*) \
827 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 837 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
828 *.zip*) \ 838 *.zip*) \
829 unzip $(distdir).zip ;;\ 839 unzip $(distdir).zip ;;\
830 esac 840 esac
831 chmod -R a-w $(distdir) 841 chmod -R a-w $(distdir)
832 chmod u+w $(distdir) 842 chmod u+w $(distdir)
833 » mkdir $(distdir)/_build $(distdir)/_inst 843 » mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
834 chmod a-w $(distdir) 844 chmod a-w $(distdir)
835 test -d $(distdir)/_build || exit 0; \ 845 test -d $(distdir)/_build || exit 0; \
836 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]: [\\/],/,'` \ 846 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]: [\\/],/,'` \
837 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 847 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
838 && am__cwd=`pwd` \ 848 && am__cwd=`pwd` \
839 » && $(am__cd) $(distdir)/_build \ 849 » && $(am__cd) $(distdir)/_build/sub \
840 » && ../configure \ 850 » && ../../configure \
841 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 851 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
842 $(DISTCHECK_CONFIGURE_FLAGS) \ 852 $(DISTCHECK_CONFIGURE_FLAGS) \
843 » --srcdir=.. --prefix="$$dc_install_base" \ 853 » --srcdir=../.. --prefix="$$dc_install_base" \
844 && $(MAKE) $(AM_MAKEFLAGS) \ 854 && $(MAKE) $(AM_MAKEFLAGS) \
845 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 855 && $(MAKE) $(AM_MAKEFLAGS) dvi \
846 && $(MAKE) $(AM_MAKEFLAGS) check \ 856 && $(MAKE) $(AM_MAKEFLAGS) check \
847 && $(MAKE) $(AM_MAKEFLAGS) install \ 857 && $(MAKE) $(AM_MAKEFLAGS) install \
848 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 858 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
849 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 859 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
850 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 860 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
851 distuninstallcheck \ 861 distuninstallcheck \
852 && chmod -R a-w "$$dc_install_base" \ 862 && chmod -R a-w "$$dc_install_base" \
853 && ({ \ 863 && ({ \
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
1019 install-exec-am install-html install-html-am install-info \ 1029 install-exec-am install-html install-html-am install-info \
1020 install-info-am install-m4dataDATA install-man install-pdf \ 1030 install-info-am install-m4dataDATA install-man install-pdf \
1021 install-pdf-am install-pkgconfigDATA install-ps install-ps-am \ 1031 install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
1022 install-strip installcheck installcheck-am installdirs \ 1032 install-strip installcheck installcheck-am installdirs \
1023 installdirs-am maintainer-clean maintainer-clean-generic \ 1033 installdirs-am maintainer-clean maintainer-clean-generic \
1024 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 1034 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
1025 ps ps-am tags tags-am uninstall uninstall-am \ 1035 ps ps-am tags tags-am uninstall uninstall-am \
1026 uninstall-binSCRIPTS uninstall-confexecDATA \ 1036 uninstall-binSCRIPTS uninstall-confexecDATA \
1027 uninstall-m4dataDATA uninstall-pkgconfigDATA 1037 uninstall-m4dataDATA uninstall-pkgconfigDATA
1028 1038
1039 .PRECIOUS: Makefile
1040
1029 1041
1030 dist-hook: cleanup libxslt.spec 1042 dist-hook: cleanup libxslt.spec
1031 touch $(distdir)/doc/*.xml 1043 touch $(distdir)/doc/*.xml
1032 touch $(distdir)/doc/EXSLT/*.xml 1044 touch $(distdir)/doc/EXSLT/*.xml
1033 touch $(distdir)/libxslt/*.syms 1045 touch $(distdir)/libxslt/*.syms
1034 (cd $(srcdir) ; tar -cf - --exclude CVS --exclude .svn win32 vms example s) | (cd $(distdir); tar xf -) 1046 (cd $(srcdir) ; tar -cf - --exclude CVS --exclude .svn win32 vms example s) | (cd $(distdir); tar xf -)
1035 1047
1036 xsltConf.sh: xsltConf.sh.in Makefile 1048 xsltConf.sh: xsltConf.sh.in Makefile
1037 sed -e 's?\@XSLT_LIBDIR\@?$(XSLT_LIBDIR)?g' \ 1049 sed -e 's?\@XSLT_LIBDIR\@?$(XSLT_LIBDIR)?g' \
1038 -e 's?\@XSLT_INCLUDEDIR\@?$(XSLT_INCLUDEDIR)?g' \ 1050 -e 's?\@XSLT_INCLUDEDIR\@?$(XSLT_INCLUDEDIR)?g' \
(...skipping 23 matching lines...) Expand all
1062 1074
1063 cleantar: 1075 cleantar:
1064 @(rm -f libxslt*.tar.gz) 1076 @(rm -f libxslt*.tar.gz)
1065 1077
1066 rpm: cleantar 1078 rpm: cleantar
1067 @(unset CDPATH ; $(MAKE) dist && rpmbuild -ta $(distdir).tar.gz) 1079 @(unset CDPATH ; $(MAKE) dist && rpmbuild -ta $(distdir).tar.gz)
1068 1080
1069 # Tell versions [3.59,3.63) of GNU make to not export all variables. 1081 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1070 # Otherwise a system limit (for SysV at least) may be exceeded. 1082 # Otherwise a system limit (for SysV at least) may be exceeded.
1071 .NOEXPORT: 1083 .NOEXPORT:
OLDNEW
« no previous file with comments | « third_party/libxslt/src/Makefile.am ('k') | third_party/libxslt/src/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698