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

Side by Side Diff: third_party/libxslt/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
« no previous file with comments | « third_party/libxslt/libxslt/Makefile.am ('k') | third_party/libxslt/libxslt/attributes.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
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
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17
18 VPATH = @srcdir@
19 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20 am__make_running_with_option = \
21 case $${target_option-} in \
22 ?) ;; \
23 *) echo "am__make_running_with_option: internal error: invalid" \
24 "target option '$${target_option-}' specified" >&2; \
25 exit 1;; \
26 esac; \
27 has_opt=no; \
28 sane_makeflags=$$MAKEFLAGS; \
29 if $(am__is_gnu_make); then \
30 sane_makeflags=$$MFLAGS; \
31 else \
32 case $$MAKEFLAGS in \
33 *\\[\ \ ]*) \
34 bs=\\; \
35 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
36 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
37 esac; \
38 fi; \
39 skip_next=no; \
40 strip_trailopt () \
41 { \
42 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
43 }; \
44 for flg in $$sane_makeflags; do \
45 test $$skip_next = yes && { skip_next=no; continue; }; \
46 case $$flg in \
47 *=*|--*) continue;; \
48 -*I) strip_trailopt 'I'; skip_next=yes;; \
49 -*I?*) strip_trailopt 'I';; \
50 -*O) strip_trailopt 'O'; skip_next=yes;; \
51 -*O?*) strip_trailopt 'O';; \
52 -*l) strip_trailopt 'l'; skip_next=yes;; \
53 -*l?*) strip_trailopt 'l';; \
54 -[dEDm]) skip_next=yes;; \
55 -[JT]) skip_next=yes;; \
56 esac; \
57 case $$flg in \
58 *$$target_option*) has_opt=yes; break;; \
59 esac; \
60 done; \
61 test $$has_opt = yes
62 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
63 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
64 pkgdatadir = $(datadir)/@PACKAGE@
65 pkgincludedir = $(includedir)/@PACKAGE@
66 pkglibdir = $(libdir)/@PACKAGE@
67 pkglibexecdir = $(libexecdir)/@PACKAGE@
68 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
69 install_sh_DATA = $(install_sh) -c -m 644
70 install_sh_PROGRAM = $(install_sh) -c
71 install_sh_SCRIPT = $(install_sh) -c
72 INSTALL_HEADER = $(INSTALL_DATA)
73 transform = $(program_transform_name)
74 NORMAL_INSTALL = :
75 PRE_INSTALL = :
76 POST_INSTALL = :
77 NORMAL_UNINSTALL = :
78 PRE_UNINSTALL = :
79 POST_UNINSTALL = :
80 build_triplet = @build@
81 host_triplet = @host@
82 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
87 am__aclocal_m4_deps = $(top_srcdir)/configure.in
88 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
89 $(ACLOCAL_M4)
90 mkinstalldirs = $(install_sh) -d
91 CONFIG_HEADER = $(top_builddir)/config.h
92 CONFIG_CLEAN_FILES = xsltconfig.h xsltwin32config.h
93 CONFIG_CLEAN_VPATH_FILES =
94 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
95 am__vpath_adj = case $$p in \
96 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
97 *) f=$$p;; \
98 esac;
99 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
100 am__install_max = 40
101 am__nobase_strip_setup = \
102 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
103 am__nobase_strip = \
104 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
105 am__nobase_list = $(am__nobase_strip_setup); \
106 for p in $$list; do echo "$$p $$p"; done | \
107 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
108 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
109 if (++n[$$2] == $(am__install_max)) \
110 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
111 END { for (dir in files) print dir, files[dir] }'
112 am__base_list = \
113 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
114 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
115 am__uninstall_files_from_dir = { \
116 test -z "$$files" \
117 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
118 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
119 $(am__cd) "$$dir" && rm -f $$files; }; \
120 }
121 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)" \
122 "$(DESTDIR)$(xsltincdir)" "$(DESTDIR)$(xsltincdir)"
123 LTLIBRARIES = $(lib_LTLIBRARIES)
124 am__DEPENDENCIES_1 =
125 libxslt_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
126 $(am__DEPENDENCIES_1)
127 am_libxslt_la_OBJECTS = attrvt.lo xslt.lo xsltlocale.lo xsltutils.lo \
128 pattern.lo templates.lo variables.lo keys.lo numbers.lo \
129 extensions.lo extra.lo functions.lo namespaces.lo imports.lo \
130 attributes.lo documents.lo preproc.lo transform.lo security.lo
131 nodist_libxslt_la_OBJECTS =
132 libxslt_la_OBJECTS = $(am_libxslt_la_OBJECTS) \
133 $(nodist_libxslt_la_OBJECTS)
134 AM_V_lt = $(am__v_lt_@AM_V@)
135 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
136 am__v_lt_0 = --silent
137 am__v_lt_1 =
138 libxslt_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
139 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
140 $(libxslt_la_LDFLAGS) $(LDFLAGS) -o $@
141 AM_V_P = $(am__v_P_@AM_V@)
142 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
143 am__v_P_0 = false
144 am__v_P_1 = :
145 AM_V_GEN = $(am__v_GEN_@AM_V@)
146 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
147 am__v_GEN_0 = @echo " GEN " $@;
148 am__v_GEN_1 =
149 AM_V_at = $(am__v_at_@AM_V@)
150 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
151 am__v_at_0 = @
152 am__v_at_1 =
153 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
154 depcomp = $(SHELL) $(top_srcdir)/depcomp
155 am__depfiles_maybe = depfiles
156 am__mv = mv -f
157 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
158 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
159 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
160 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
161 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
162 $(AM_CFLAGS) $(CFLAGS)
163 AM_V_CC = $(am__v_CC_@AM_V@)
164 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
165 am__v_CC_0 = @echo " CC " $@;
166 am__v_CC_1 =
167 CCLD = $(CC)
168 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
169 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
170 $(AM_LDFLAGS) $(LDFLAGS) -o $@
171 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
172 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
173 am__v_CCLD_0 = @echo " CCLD " $@;
174 am__v_CCLD_1 =
175 SOURCES = $(libxslt_la_SOURCES) $(nodist_libxslt_la_SOURCES)
176 DIST_SOURCES = $(libxslt_la_SOURCES)
177 am__can_run_installinfo = \
178 case $$AM_UPDATE_INFO_DIR in \
179 n|no|NO) false;; \
180 *) (install-info --version) >/dev/null 2>&1;; \
181 esac
182 man3dir = $(mandir)/man3
183 NROFF = nroff
184 MANS = $(man_MANS)
185 HEADERS = $(nodist_xsltinc_HEADERS) $(xsltinc_HEADERS)
186 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
187 # Read a list of newline-separated strings from the standard input,
188 # and print each of them once, without duplicates. Input order is
189 # *not* preserved.
190 am__uniquify_input = $(AWK) '\
191 BEGIN { nonempty = 0; } \
192 { items[$$0] = 1; nonempty = 1; } \
193 END { if (nonempty) { for (i in items) print i; }; } \
194 '
195 # 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
197 # for different programs/libraries.
198 am__define_uniq_tagged_files = \
199 list='$(am__tagged_files)'; \
200 unique=`for i in $$list; do \
201 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
202 done | $(am__uniquify_input)`
203 ETAGS = etags
204 CTAGS = ctags
205 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
206 ACLOCAL = @ACLOCAL@
207 AMTAR = @AMTAR@
208 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
209 AR = @AR@
210 AS = @AS@
211 AUTOCONF = @AUTOCONF@
212 AUTOHEADER = @AUTOHEADER@
213 AUTOMAKE = @AUTOMAKE@
214 AWK = @AWK@
215 CC = @CC@
216 CCDEPMODE = @CCDEPMODE@
217 CFLAGS = @CFLAGS@
218 CPP = @CPP@
219 CPPFLAGS = @CPPFLAGS@
220 CRYPTO_TESTDIR = @CRYPTO_TESTDIR@
221 CYGPATH_W = @CYGPATH_W@
222 DEFS = @DEFS@
223 DEPDIR = @DEPDIR@
224 DLLTOOL = @DLLTOOL@
225 DSYMUTIL = @DSYMUTIL@
226 DUMPBIN = @DUMPBIN@
227 ECHO_C = @ECHO_C@
228 ECHO_N = @ECHO_N@
229 ECHO_T = @ECHO_T@
230 EGREP = @EGREP@
231 EXEEXT = @EXEEXT@
232 EXSLT_INCLUDEDIR = @EXSLT_INCLUDEDIR@
233 EXSLT_LIBDIR = @EXSLT_LIBDIR@
234 EXSLT_LIBS = @EXSLT_LIBS@
235 EXTRA_LIBS = @EXTRA_LIBS@
236 FGREP = @FGREP@
237 GREP = @GREP@
238 HTML_DIR = @HTML_DIR@
239 INSTALL = @INSTALL@
240 INSTALL_DATA = @INSTALL_DATA@
241 INSTALL_PROGRAM = @INSTALL_PROGRAM@
242 INSTALL_SCRIPT = @INSTALL_SCRIPT@
243 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
244 LD = @LD@
245 LDFLAGS = @LDFLAGS@
246 LIBEXSLT_MAJOR_VERSION = @LIBEXSLT_MAJOR_VERSION@
247 LIBEXSLT_MICRO_VERSION = @LIBEXSLT_MICRO_VERSION@
248 LIBEXSLT_MINOR_VERSION = @LIBEXSLT_MINOR_VERSION@
249 LIBEXSLT_VERSION = @LIBEXSLT_VERSION@
250 LIBEXSLT_VERSION_EXTRA = @LIBEXSLT_VERSION_EXTRA@
251 LIBEXSLT_VERSION_INFO = @LIBEXSLT_VERSION_INFO@
252 LIBEXSLT_VERSION_NUMBER = @LIBEXSLT_VERSION_NUMBER@
253 LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
254 LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
255 LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
256 LIBOBJS = @LIBOBJS@
257 LIBS = @LIBS@
258 LIBTOOL = @LIBTOOL@
259 LIBXML_CFLAGS = @LIBXML_CFLAGS@
260 LIBXML_LIBS = @LIBXML_LIBS@
261 LIBXML_REQUIRED_VERSION = @LIBXML_REQUIRED_VERSION@
262 LIBXML_SRC = @LIBXML_SRC@
263 LIBXSLT_DEFAULT_PLUGINS_PATH = @LIBXSLT_DEFAULT_PLUGINS_PATH@
264 LIBXSLT_MAJOR_MINOR_VERSION = @LIBXSLT_MAJOR_MINOR_VERSION@
265 LIBXSLT_MAJOR_VERSION = @LIBXSLT_MAJOR_VERSION@
266 LIBXSLT_MICRO_VERSION = @LIBXSLT_MICRO_VERSION@
267 LIBXSLT_MINOR_VERSION = @LIBXSLT_MINOR_VERSION@
268 LIBXSLT_VERSION = @LIBXSLT_VERSION@
269 LIBXSLT_VERSION_EXTRA = @LIBXSLT_VERSION_EXTRA@
270 LIBXSLT_VERSION_INFO = @LIBXSLT_VERSION_INFO@
271 LIBXSLT_VERSION_NUMBER = @LIBXSLT_VERSION_NUMBER@
272 LIPO = @LIPO@
273 LN_S = @LN_S@
274 LTLIBOBJS = @LTLIBOBJS@
275 MAKEINFO = @MAKEINFO@
276 MANIFEST_TOOL = @MANIFEST_TOOL@
277 MKDIR_P = @MKDIR_P@
278 MV = @MV@
279 M_LIBS = @M_LIBS@
280 NM = @NM@
281 NMEDIT = @NMEDIT@
282 OBJDUMP = @OBJDUMP@
283 OBJEXT = @OBJEXT@
284 OTOOL = @OTOOL@
285 OTOOL64 = @OTOOL64@
286 PACKAGE = @PACKAGE@
287 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
288 PACKAGE_NAME = @PACKAGE_NAME@
289 PACKAGE_STRING = @PACKAGE_STRING@
290 PACKAGE_TARNAME = @PACKAGE_TARNAME@
291 PACKAGE_URL = @PACKAGE_URL@
292 PACKAGE_VERSION = @PACKAGE_VERSION@
293 PATH_SEPARATOR = @PATH_SEPARATOR@
294 PERL = @PERL@
295 PYTHON = @PYTHON@
296 PYTHONSODV = @PYTHONSODV@
297 PYTHON_INCLUDES = @PYTHON_INCLUDES@
298 PYTHON_LIBS = @PYTHON_LIBS@
299 PYTHON_SITE_PACKAGES = @PYTHON_SITE_PACKAGES@
300 PYTHON_SUBDIR = @PYTHON_SUBDIR@
301 PYTHON_VERSION = @PYTHON_VERSION@
302 RANLIB = @RANLIB@
303 RELDATE = @RELDATE@
304 RM = @RM@
305 SED = @SED@
306 SET_MAKE = @SET_MAKE@
307 SHELL = @SHELL@
308 STRIP = @STRIP@
309 TAR = @TAR@
310 THREAD_LIBS = @THREAD_LIBS@
311 VERSION = @VERSION@
312 VERSION_SCRIPT_FLAGS = @VERSION_SCRIPT_FLAGS@
313 WIN32_EXTRA_LDFLAGS = @WIN32_EXTRA_LDFLAGS@
314 WIN32_EXTRA_LIBADD = @WIN32_EXTRA_LIBADD@
315 WITH_CRYPTO = @WITH_CRYPTO@
316 WITH_DEBUGGER = @WITH_DEBUGGER@
317 WITH_MEM_DEBUG = @WITH_MEM_DEBUG@
318 WITH_MODULES = @WITH_MODULES@
319 WITH_TRIO = @WITH_TRIO@
320 WITH_XSLT_DEBUG = @WITH_XSLT_DEBUG@
321 XMLLINT = @XMLLINT@
322 XML_CONFIG = @XML_CONFIG@
323 XSLTPROC = @XSLTPROC@
324 XSLTPROCDV = @XSLTPROCDV@
325 XSLT_INCLUDEDIR = @XSLT_INCLUDEDIR@
326 XSLT_LIBDIR = @XSLT_LIBDIR@
327 XSLT_LIBS = @XSLT_LIBS@
328 XSLT_LOCALE_WINAPI = @XSLT_LOCALE_WINAPI@
329 XSLT_LOCALE_XLOCALE = @XSLT_LOCALE_XLOCALE@
330 abs_builddir = @abs_builddir@
331 abs_srcdir = @abs_srcdir@
332 abs_top_builddir = @abs_top_builddir@
333 abs_top_srcdir = @abs_top_srcdir@
334 ac_ct_AR = @ac_ct_AR@
335 ac_ct_CC = @ac_ct_CC@
336 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
337 am__include = @am__include@
338 am__leading_dot = @am__leading_dot@
339 am__quote = @am__quote@
340 am__tar = @am__tar@
341 am__untar = @am__untar@
342 bindir = @bindir@
343 build = @build@
344 build_alias = @build_alias@
345 build_cpu = @build_cpu@
346 build_os = @build_os@
347 build_vendor = @build_vendor@
348 builddir = @builddir@
349 datadir = @datadir@
350 datarootdir = @datarootdir@
351 docdir = @docdir@
352 dvidir = @dvidir@
353 exec_prefix = @exec_prefix@
354 host = @host@
355 host_alias = @host_alias@
356 host_cpu = @host_cpu@
357 host_os = @host_os@
358 host_vendor = @host_vendor@
359 htmldir = @htmldir@
360 includedir = @includedir@
361 infodir = @infodir@
362 install_sh = @install_sh@
363 libdir = @libdir@
364 libexecdir = @libexecdir@
365 localedir = @localedir@
366 localstatedir = @localstatedir@
367 mandir = @mandir@
368 mkdir_p = @mkdir_p@
369 oldincludedir = @oldincludedir@
370 pdfdir = @pdfdir@
371 prefix = @prefix@
372 program_transform_name = @program_transform_name@
373 psdir = @psdir@
374 pythondir = @pythondir@
375 sbindir = @sbindir@
376 sharedstatedir = @sharedstatedir@
377 srcdir = @srcdir@
378 sysconfdir = @sysconfdir@
379 target_alias = @target_alias@
380 top_build_prefix = @top_build_prefix@
381 top_builddir = @top_builddir@
382 top_srcdir = @top_srcdir@
383 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/libxslt
384 AM_CFLAGS = $(LIBXML_CFLAGS)
385 lib_LTLIBRARIES = libxslt.la
386 xsltincdir = $(includedir)/libxslt
387 xsltinc_HEADERS = \
388 xslt.h \
389 xsltutils.h \
390 pattern.h \
391 templates.h \
392 variables.h \
393 keys.h \
394 numbersInternals.h \
395 extensions.h \
396 extra.h \
397 functions.h \
398 namespaces.h \
399 imports.h \
400 attributes.h \
401 documents.h \
402 preproc.h \
403 transform.h \
404 security.h \
405 xsltInternals.h \
406 xsltexports.h \
407 xsltlocale.h
408
409 nodist_xsltinc_HEADERS = \
410 xsltconfig.h
411
412 libxslt_la_SOURCES = \
413 attrvt.c \
414 xslt.c \
415 xsltlocale.c \
416 xsltutils.c \
417 pattern.c \
418 templates.c \
419 variables.c \
420 keys.c \
421 numbers.c \
422 extensions.c \
423 extra.c \
424 functions.c \
425 namespaces.c \
426 imports.c \
427 attributes.c \
428 documents.c \
429 preproc.c \
430 transform.c \
431 security.c \
432 win32config.h \
433 xsltwin32config.h.in \
434 libxslt.h
435
436 nodist_libxslt_la_SOURCES = \
437 xsltwin32config.h
438
439 @USE_VERSION_SCRIPT_FALSE@LIBXSLT_VERSION_SCRIPT =
440 @USE_VERSION_SCRIPT_TRUE@LIBXSLT_VERSION_SCRIPT = $(VERSION_SCRIPT_FLAGS)$(srcdi r)/libxslt.syms
441 libxslt_la_LIBADD = $(LIBXML_LIBS) $(EXTRA_LIBS) $(M_LIBS)
442 libxslt_la_LDFLAGS = \
443 $(WIN32_EXTRA_LDFLAGS) \
444 $(LIBXSLT_VERSION_SCRIPT) \
445 -version-info $(LIBXSLT_VERSION_INFO)
446
447 man_MANS = libxslt.3
448 EXTRA_DIST = $(man_MANS) trio.h triodef.h libxslt.syms
449 all: all-am
450
451 .SUFFIXES:
452 .SUFFIXES: .c .lo .o .obj
453 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
454 @for dep in $?; do \
455 case '$(am__configure_deps)' in \
456 *$$dep*) \
457 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
458 && { if test -f $@; then exit 0; else break; fi; }; \
459 exit 1;; \
460 esac; \
461 done; \
462 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libxslt/Makefile'; \
463 $(am__cd) $(top_srcdir) && \
464 $(AUTOMAKE) --gnu libxslt/Makefile
465 .PRECIOUS: Makefile
466 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
467 @case '$?' in \
468 *config.status*) \
469 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
470 *) \
471 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $ (am__depfiles_maybe)'; \
472 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__de pfiles_maybe);; \
473 esac;
474
475 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES)
476 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
477
478 $(top_srcdir)/configure: $(am__configure_deps)
479 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
480 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
481 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
482 $(am__aclocal_m4_deps):
483 xsltconfig.h: $(top_builddir)/config.status $(srcdir)/xsltconfig.h.in
484 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
485 xsltwin32config.h: $(top_builddir)/config.status $(srcdir)/xsltwin32config.h.in
486 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
487
488 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
489 @$(NORMAL_INSTALL)
490 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
491 list2=; for p in $$list; do \
492 if test -f $$p; then \
493 list2="$$list2 $$p"; \
494 else :; fi; \
495 done; \
496 test -z "$$list2" || { \
497 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
498 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
499 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $( INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
500 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL ) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
501 }
502
503 uninstall-libLTLIBRARIES:
504 @$(NORMAL_UNINSTALL)
505 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
506 for p in $$list; do \
507 $(am__strip_dir) \
508 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
509 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f " $(DESTDIR)$(libdir)/$$f"; \
510 done
511
512 clean-libLTLIBRARIES:
513 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
514 @list='$(lib_LTLIBRARIES)'; \
515 locs=`for p in $$list; do echo $$p; done | \
516 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
517 sort -u`; \
518 test -z "$$locs" || { \
519 echo rm -f $${locs}; \
520 rm -f $${locs}; \
521 }
522
523 libxslt.la: $(libxslt_la_OBJECTS) $(libxslt_la_DEPENDENCIES) $(EXTRA_libxslt_la_ DEPENDENCIES)
524 $(AM_V_CCLD)$(libxslt_la_LINK) -rpath $(libdir) $(libxslt_la_OBJECTS) $( libxslt_la_LIBADD) $(LIBS)
525
526 mostlyclean-compile:
527 -rm -f *.$(OBJEXT)
528
529 distclean-compile:
530 -rm -f *.tab.c
531
532 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/attributes.Plo@am__quote@
533 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/attrvt.Plo@am__quote@
534 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/documents.Plo@am__quote@
535 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/extensions.Plo@am__quote@
536 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/extra.Plo@am__quote@
537 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@
538 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imports.Plo@am__quote@
539 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keys.Plo@am__quote@
540 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/namespaces.Plo@am__quote@
541 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/numbers.Plo@am__quote@
542 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pattern.Plo@am__quote@
543 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preproc.Plo@am__quote@
544 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/security.Plo@am__quote@
545 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/templates.Plo@am__quote@
546 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transform.Plo@am__quote@
547 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/variables.Plo@am__quote@
548 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xslt.Plo@am__quote@
549 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsltlocale.Plo@am__quote@
550 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsltutils.Plo@am__quote@
551
552 .c.o:
553 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
554 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
555 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtoo l=no @AMDEPBACKSLASH@
556 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
557 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
558
559 .c.obj:
560 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
561 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
562 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtoo l=no @AMDEPBACKSLASH@
563 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
564 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) ' $<'`
565
566 .c.lo:
567 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.T po -c -o $@ $<
568 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
569 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtoo l=yes @AMDEPBACKSLASH@
570 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
571 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
572
573 mostlyclean-libtool:
574 -rm -f *.lo
575
576 clean-libtool:
577 -rm -rf .libs _libs
578 install-man3: $(man_MANS)
579 @$(NORMAL_INSTALL)
580 @list1=''; \
581 list2='$(man_MANS)'; \
582 test -n "$(man3dir)" \
583 && test -n "`echo $$list1$$list2`" \
584 || exit 0; \
585 echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
586 $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
587 { for i in $$list1; do echo "$$i"; done; \
588 if test -n "$$list2"; then \
589 for i in $$list2; do echo "$$i"; done \
590 | sed -n '/\.3[a-z]*$$/p'; \
591 fi; \
592 } | while read p; do \
593 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
594 echo "$$d$$p"; echo "$$p"; \
595 done | \
596 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
597 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
598 sed 'N;N;s,\n, ,g' | { \
599 list=; while read file base inst; do \
600 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
601 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
602 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
603 fi; \
604 done; \
605 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
606 while read files; do \
607 test -z "$$files" || { \
608 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
609 $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
610 done; }
611
612 uninstall-man3:
613 @$(NORMAL_UNINSTALL)
614 @list=''; test -n "$(man3dir)" || exit 0; \
615 files=`{ for i in $$list; do echo "$$i"; done; \
616 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
617 sed -n '/\.3[a-z]*$$/p'; \
618 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
619 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
620 dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
621 install-nodist_xsltincHEADERS: $(nodist_xsltinc_HEADERS)
622 @$(NORMAL_INSTALL)
623 @list='$(nodist_xsltinc_HEADERS)'; test -n "$(xsltincdir)" || list=; \
624 if test -n "$$list"; then \
625 echo " $(MKDIR_P) '$(DESTDIR)$(xsltincdir)'"; \
626 $(MKDIR_P) "$(DESTDIR)$(xsltincdir)" || exit 1; \
627 fi; \
628 for p in $$list; do \
629 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
630 echo "$$d$$p"; \
631 done | $(am__base_list) | \
632 while read files; do \
633 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(xsltincdir)'"; \
634 $(INSTALL_HEADER) $$files "$(DESTDIR)$(xsltincdir)" || exit $$?; \
635 done
636
637 uninstall-nodist_xsltincHEADERS:
638 @$(NORMAL_UNINSTALL)
639 @list='$(nodist_xsltinc_HEADERS)'; test -n "$(xsltincdir)" || list=; \
640 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
641 dir='$(DESTDIR)$(xsltincdir)'; $(am__uninstall_files_from_dir)
642 install-xsltincHEADERS: $(xsltinc_HEADERS)
643 @$(NORMAL_INSTALL)
644 @list='$(xsltinc_HEADERS)'; test -n "$(xsltincdir)" || list=; \
645 if test -n "$$list"; then \
646 echo " $(MKDIR_P) '$(DESTDIR)$(xsltincdir)'"; \
647 $(MKDIR_P) "$(DESTDIR)$(xsltincdir)" || exit 1; \
648 fi; \
649 for p in $$list; do \
650 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
651 echo "$$d$$p"; \
652 done | $(am__base_list) | \
653 while read files; do \
654 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(xsltincdir)'"; \
655 $(INSTALL_HEADER) $$files "$(DESTDIR)$(xsltincdir)" || exit $$?; \
656 done
657
658 uninstall-xsltincHEADERS:
659 @$(NORMAL_UNINSTALL)
660 @list='$(xsltinc_HEADERS)'; test -n "$(xsltincdir)" || list=; \
661 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
662 dir='$(DESTDIR)$(xsltincdir)'; $(am__uninstall_files_from_dir)
663
664 ID: $(am__tagged_files)
665 $(am__define_uniq_tagged_files); mkid -fID $$unique
666 tags: tags-am
667 TAGS: tags
668
669 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
670 set x; \
671 here=`pwd`; \
672 $(am__define_uniq_tagged_files); \
673 shift; \
674 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
675 test -n "$$unique" || unique=$$empty_fix; \
676 if test $$# -gt 0; then \
677 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
678 "$$@" $$unique; \
679 else \
680 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
681 $$unique; \
682 fi; \
683 fi
684 ctags: ctags-am
685
686 CTAGS: ctags
687 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
688 $(am__define_uniq_tagged_files); \
689 test -z "$(CTAGS_ARGS)$$unique" \
690 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
691 $$unique
692
693 GTAGS:
694 here=`$(am__cd) $(top_builddir) && pwd` \
695 && $(am__cd) $(top_srcdir) \
696 && gtags -i $(GTAGS_ARGS) "$$here"
697 cscopelist: cscopelist-am
698
699 cscopelist-am: $(am__tagged_files)
700 list='$(am__tagged_files)'; \
701 case "$(srcdir)" in \
702 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
703 *) sdir=$(subdir)/$(srcdir) ;; \
704 esac; \
705 for i in $$list; do \
706 if test -f "$$i"; then \
707 echo "$(subdir)/$$i"; \
708 else \
709 echo "$$sdir/$$i"; \
710 fi; \
711 done >> $(top_builddir)/cscope.files
712
713 distclean-tags:
714 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
715
716 distdir: $(DISTFILES)
717 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
718 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
719 list='$(DISTFILES)'; \
720 dist_files=`for file in $$list; do echo $$file; done | \
721 sed -e "s|^$$srcdirstrip/||;t" \
722 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
723 case $$dist_files in \
724 */*) $(MKDIR_P) `echo "$$dist_files" | \
725 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
726 sort -u` ;; \
727 esac; \
728 for file in $$dist_files; do \
729 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
730 if test -d $$d/$$file; then \
731 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
732 if test -d "$(distdir)/$$file"; then \
733 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
734 fi; \
735 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
736 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
737 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
738 fi; \
739 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
740 else \
741 test -f "$(distdir)/$$file" \
742 || cp -p $$d/$$file "$(distdir)/$$file" \
743 || exit 1; \
744 fi; \
745 done
746 check-am: all-am
747 check: check-am
748 all-am: Makefile $(LTLIBRARIES) $(MANS) $(HEADERS)
749 installdirs:
750 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(xsl tincdir)" "$(DESTDIR)$(xsltincdir)"; do \
751 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
752 done
753 install: install-am
754 install-exec: install-exec-am
755 install-data: install-data-am
756 uninstall: uninstall-am
757
758 install-am: all-am
759 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
760
761 installcheck: installcheck-am
762 install-strip:
763 if test -z '$(STRIP)'; then \
764 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
765 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
766 install; \
767 else \
768 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
769 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
770 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
771 fi
772 mostlyclean-generic:
773
774 clean-generic:
775
776 distclean-generic:
777 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
778 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
779
780 maintainer-clean-generic:
781 @echo "This command is intended for maintainers to use"
782 @echo "it deletes files that may require special tools to rebuild."
783 clean: clean-am
784
785 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
786 mostlyclean-am
787
788 distclean: distclean-am
789 -rm -rf ./$(DEPDIR)
790 -rm -f Makefile
791 distclean-am: clean-am distclean-compile distclean-generic \
792 distclean-tags
793
794 dvi: dvi-am
795
796 dvi-am:
797
798 html: html-am
799
800 html-am:
801
802 info: info-am
803
804 info-am:
805
806 install-data-am: install-man install-nodist_xsltincHEADERS \
807 install-xsltincHEADERS
808
809 install-dvi: install-dvi-am
810
811 install-dvi-am:
812
813 install-exec-am: install-libLTLIBRARIES
814 @$(NORMAL_INSTALL)
815 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
816 install-html: install-html-am
817
818 install-html-am:
819
820 install-info: install-info-am
821
822 install-info-am:
823
824 install-man: install-man3
825
826 install-pdf: install-pdf-am
827
828 install-pdf-am:
829
830 install-ps: install-ps-am
831
832 install-ps-am:
833
834 installcheck-am:
835
836 maintainer-clean: maintainer-clean-am
837 -rm -rf ./$(DEPDIR)
838 -rm -f Makefile
839 maintainer-clean-am: distclean-am maintainer-clean-generic
840
841 mostlyclean: mostlyclean-am
842
843 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
844 mostlyclean-libtool
845
846 pdf: pdf-am
847
848 pdf-am:
849
850 ps: ps-am
851
852 ps-am:
853
854 uninstall-am: uninstall-libLTLIBRARIES uninstall-man \
855 uninstall-nodist_xsltincHEADERS uninstall-xsltincHEADERS
856
857 uninstall-man: uninstall-man3
858
859 .MAKE: install-am install-exec-am install-strip
860
861 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
862 clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
863 ctags-am distclean distclean-compile distclean-generic \
864 distclean-libtool distclean-tags distdir dvi dvi-am html \
865 html-am info info-am install install-am install-data \
866 install-data-am install-dvi install-dvi-am install-exec \
867 install-exec-am install-exec-hook install-html install-html-am \
868 install-info install-info-am install-libLTLIBRARIES \
869 install-man install-man3 install-nodist_xsltincHEADERS \
870 install-pdf install-pdf-am install-ps install-ps-am \
871 install-strip install-xsltincHEADERS installcheck \
872 installcheck-am installdirs maintainer-clean \
873 maintainer-clean-generic mostlyclean mostlyclean-compile \
874 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
875 tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES \
876 uninstall-man uninstall-man3 uninstall-nodist_xsltincHEADERS \
877 uninstall-xsltincHEADERS
878
879
880 xsltproc: all
881 @(cd ../xsltproc ; $(MAKE))
882
883 install-exec-hook:
884 $(MKDIR_P) "$(DESTDIR)$(libdir)/libxslt-plugins"
885
886 # 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.
888 .NOEXPORT:
OLDNEW
« no previous file with comments | « third_party/libxslt/libxslt/Makefile.am ('k') | third_party/libxslt/libxslt/attributes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698