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

Side by Side Diff: third_party/libxslt/libexslt/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/libexslt/Makefile.am ('k') | third_party/libxslt/libexslt/common.c » ('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 = libexslt
83 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84 $(srcdir)/exsltconfig.h.in $(top_srcdir)/depcomp \
85 $(exsltinc_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 = exsltconfig.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)$(exsltincdir)" "$(DESTDIR)$(exsltincdir)"
123 LTLIBRARIES = $(lib_LTLIBRARIES)
124 am__DEPENDENCIES_1 =
125 libexslt_la_DEPENDENCIES = $(top_builddir)/libxslt/libxslt.la \
126 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
127 $(am__DEPENDENCIES_1)
128 am_libexslt_la_OBJECTS = exslt.lo common.lo crypto.lo math.lo sets.lo \
129 functions.lo strings.lo date.lo saxon.lo dynamic.lo
130 libexslt_la_OBJECTS = $(am_libexslt_la_OBJECTS)
131 AM_V_lt = $(am__v_lt_@AM_V@)
132 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
133 am__v_lt_0 = --silent
134 am__v_lt_1 =
135 libexslt_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
136 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
137 $(libexslt_la_LDFLAGS) $(LDFLAGS) -o $@
138 AM_V_P = $(am__v_P_@AM_V@)
139 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
140 am__v_P_0 = false
141 am__v_P_1 = :
142 AM_V_GEN = $(am__v_GEN_@AM_V@)
143 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
144 am__v_GEN_0 = @echo " GEN " $@;
145 am__v_GEN_1 =
146 AM_V_at = $(am__v_at_@AM_V@)
147 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
148 am__v_at_0 = @
149 am__v_at_1 =
150 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
151 depcomp = $(SHELL) $(top_srcdir)/depcomp
152 am__depfiles_maybe = depfiles
153 am__mv = mv -f
154 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
155 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
156 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
157 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
158 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
159 $(AM_CFLAGS) $(CFLAGS)
160 AM_V_CC = $(am__v_CC_@AM_V@)
161 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
162 am__v_CC_0 = @echo " CC " $@;
163 am__v_CC_1 =
164 CCLD = $(CC)
165 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
166 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
167 $(AM_LDFLAGS) $(LDFLAGS) -o $@
168 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
169 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
170 am__v_CCLD_0 = @echo " CCLD " $@;
171 am__v_CCLD_1 =
172 SOURCES = $(libexslt_la_SOURCES)
173 DIST_SOURCES = $(libexslt_la_SOURCES)
174 am__can_run_installinfo = \
175 case $$AM_UPDATE_INFO_DIR in \
176 n|no|NO) false;; \
177 *) (install-info --version) >/dev/null 2>&1;; \
178 esac
179 man3dir = $(mandir)/man3
180 NROFF = nroff
181 MANS = $(man_MANS)
182 HEADERS = $(exsltinc_HEADERS) $(nodist_exsltinc_HEADERS)
183 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
184 # Read a list of newline-separated strings from the standard input,
185 # and print each of them once, without duplicates. Input order is
186 # *not* preserved.
187 am__uniquify_input = $(AWK) '\
188 BEGIN { nonempty = 0; } \
189 { items[$$0] = 1; nonempty = 1; } \
190 END { if (nonempty) { for (i in items) print i; }; } \
191 '
192 # Make sure the list of sources is unique. This is necessary because,
193 # e.g., the same source file might be shared among _SOURCES variables
194 # for different programs/libraries.
195 am__define_uniq_tagged_files = \
196 list='$(am__tagged_files)'; \
197 unique=`for i in $$list; do \
198 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
199 done | $(am__uniquify_input)`
200 ETAGS = etags
201 CTAGS = ctags
202 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
203 ACLOCAL = @ACLOCAL@
204 AMTAR = @AMTAR@
205 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
206 AR = @AR@
207 AS = @AS@
208 AUTOCONF = @AUTOCONF@
209 AUTOHEADER = @AUTOHEADER@
210 AUTOMAKE = @AUTOMAKE@
211 AWK = @AWK@
212 CC = @CC@
213 CCDEPMODE = @CCDEPMODE@
214 CFLAGS = @CFLAGS@
215 CPP = @CPP@
216 CPPFLAGS = @CPPFLAGS@
217 CRYPTO_TESTDIR = @CRYPTO_TESTDIR@
218 CYGPATH_W = @CYGPATH_W@
219 DEFS = @DEFS@
220 DEPDIR = @DEPDIR@
221 DLLTOOL = @DLLTOOL@
222 DSYMUTIL = @DSYMUTIL@
223 DUMPBIN = @DUMPBIN@
224 ECHO_C = @ECHO_C@
225 ECHO_N = @ECHO_N@
226 ECHO_T = @ECHO_T@
227 EGREP = @EGREP@
228 EXEEXT = @EXEEXT@
229 EXSLT_INCLUDEDIR = @EXSLT_INCLUDEDIR@
230 EXSLT_LIBDIR = @EXSLT_LIBDIR@
231 EXSLT_LIBS = @EXSLT_LIBS@
232 EXTRA_LIBS = @EXTRA_LIBS@
233 FGREP = @FGREP@
234 GREP = @GREP@
235 HTML_DIR = @HTML_DIR@
236 INSTALL = @INSTALL@
237 INSTALL_DATA = @INSTALL_DATA@
238 INSTALL_PROGRAM = @INSTALL_PROGRAM@
239 INSTALL_SCRIPT = @INSTALL_SCRIPT@
240 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
241 LD = @LD@
242 LDFLAGS = @LDFLAGS@
243 LIBEXSLT_MAJOR_VERSION = @LIBEXSLT_MAJOR_VERSION@
244 LIBEXSLT_MICRO_VERSION = @LIBEXSLT_MICRO_VERSION@
245 LIBEXSLT_MINOR_VERSION = @LIBEXSLT_MINOR_VERSION@
246 LIBEXSLT_VERSION = @LIBEXSLT_VERSION@
247 LIBEXSLT_VERSION_EXTRA = @LIBEXSLT_VERSION_EXTRA@
248 LIBEXSLT_VERSION_INFO = @LIBEXSLT_VERSION_INFO@
249 LIBEXSLT_VERSION_NUMBER = @LIBEXSLT_VERSION_NUMBER@
250 LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
251 LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
252 LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
253 LIBOBJS = @LIBOBJS@
254 LIBS = @LIBS@
255 LIBTOOL = @LIBTOOL@
256 LIBXML_CFLAGS = @LIBXML_CFLAGS@
257 LIBXML_LIBS = @LIBXML_LIBS@
258 LIBXML_REQUIRED_VERSION = @LIBXML_REQUIRED_VERSION@
259 LIBXML_SRC = @LIBXML_SRC@
260 LIBXSLT_DEFAULT_PLUGINS_PATH = @LIBXSLT_DEFAULT_PLUGINS_PATH@
261 LIBXSLT_MAJOR_MINOR_VERSION = @LIBXSLT_MAJOR_MINOR_VERSION@
262 LIBXSLT_MAJOR_VERSION = @LIBXSLT_MAJOR_VERSION@
263 LIBXSLT_MICRO_VERSION = @LIBXSLT_MICRO_VERSION@
264 LIBXSLT_MINOR_VERSION = @LIBXSLT_MINOR_VERSION@
265 LIBXSLT_VERSION = @LIBXSLT_VERSION@
266 LIBXSLT_VERSION_EXTRA = @LIBXSLT_VERSION_EXTRA@
267 LIBXSLT_VERSION_INFO = @LIBXSLT_VERSION_INFO@
268 LIBXSLT_VERSION_NUMBER = @LIBXSLT_VERSION_NUMBER@
269 LIPO = @LIPO@
270 LN_S = @LN_S@
271 LTLIBOBJS = @LTLIBOBJS@
272 MAKEINFO = @MAKEINFO@
273 MANIFEST_TOOL = @MANIFEST_TOOL@
274 MKDIR_P = @MKDIR_P@
275 MV = @MV@
276 M_LIBS = @M_LIBS@
277 NM = @NM@
278 NMEDIT = @NMEDIT@
279 OBJDUMP = @OBJDUMP@
280 OBJEXT = @OBJEXT@
281 OTOOL = @OTOOL@
282 OTOOL64 = @OTOOL64@
283 PACKAGE = @PACKAGE@
284 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
285 PACKAGE_NAME = @PACKAGE_NAME@
286 PACKAGE_STRING = @PACKAGE_STRING@
287 PACKAGE_TARNAME = @PACKAGE_TARNAME@
288 PACKAGE_URL = @PACKAGE_URL@
289 PACKAGE_VERSION = @PACKAGE_VERSION@
290 PATH_SEPARATOR = @PATH_SEPARATOR@
291 PERL = @PERL@
292 PYTHON = @PYTHON@
293 PYTHONSODV = @PYTHONSODV@
294 PYTHON_INCLUDES = @PYTHON_INCLUDES@
295 PYTHON_LIBS = @PYTHON_LIBS@
296 PYTHON_SITE_PACKAGES = @PYTHON_SITE_PACKAGES@
297 PYTHON_SUBDIR = @PYTHON_SUBDIR@
298 PYTHON_VERSION = @PYTHON_VERSION@
299 RANLIB = @RANLIB@
300 RELDATE = @RELDATE@
301 RM = @RM@
302 SED = @SED@
303 SET_MAKE = @SET_MAKE@
304 SHELL = @SHELL@
305 STRIP = @STRIP@
306 TAR = @TAR@
307 THREAD_LIBS = @THREAD_LIBS@
308 VERSION = @VERSION@
309 VERSION_SCRIPT_FLAGS = @VERSION_SCRIPT_FLAGS@
310 WIN32_EXTRA_LDFLAGS = @WIN32_EXTRA_LDFLAGS@
311 WIN32_EXTRA_LIBADD = @WIN32_EXTRA_LIBADD@
312 WITH_CRYPTO = @WITH_CRYPTO@
313 WITH_DEBUGGER = @WITH_DEBUGGER@
314 WITH_MEM_DEBUG = @WITH_MEM_DEBUG@
315 WITH_MODULES = @WITH_MODULES@
316 WITH_TRIO = @WITH_TRIO@
317 WITH_XSLT_DEBUG = @WITH_XSLT_DEBUG@
318 XMLLINT = @XMLLINT@
319 XML_CONFIG = @XML_CONFIG@
320 XSLTPROC = @XSLTPROC@
321 XSLTPROCDV = @XSLTPROCDV@
322 XSLT_INCLUDEDIR = @XSLT_INCLUDEDIR@
323 XSLT_LIBDIR = @XSLT_LIBDIR@
324 XSLT_LIBS = @XSLT_LIBS@
325 XSLT_LOCALE_WINAPI = @XSLT_LOCALE_WINAPI@
326 XSLT_LOCALE_XLOCALE = @XSLT_LOCALE_XLOCALE@
327 abs_builddir = @abs_builddir@
328 abs_srcdir = @abs_srcdir@
329 abs_top_builddir = @abs_top_builddir@
330 abs_top_srcdir = @abs_top_srcdir@
331 ac_ct_AR = @ac_ct_AR@
332 ac_ct_CC = @ac_ct_CC@
333 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
334 am__include = @am__include@
335 am__leading_dot = @am__leading_dot@
336 am__quote = @am__quote@
337 am__tar = @am__tar@
338 am__untar = @am__untar@
339 bindir = @bindir@
340 build = @build@
341 build_alias = @build_alias@
342 build_cpu = @build_cpu@
343 build_os = @build_os@
344 build_vendor = @build_vendor@
345 builddir = @builddir@
346 datadir = @datadir@
347 datarootdir = @datarootdir@
348 docdir = @docdir@
349 dvidir = @dvidir@
350 exec_prefix = @exec_prefix@
351 host = @host@
352 host_alias = @host_alias@
353 host_cpu = @host_cpu@
354 host_os = @host_os@
355 host_vendor = @host_vendor@
356 htmldir = @htmldir@
357 includedir = @includedir@
358 infodir = @infodir@
359 install_sh = @install_sh@
360 libdir = @libdir@
361 libexecdir = @libexecdir@
362 localedir = @localedir@
363 localstatedir = @localstatedir@
364 mandir = @mandir@
365 mkdir_p = @mkdir_p@
366 oldincludedir = @oldincludedir@
367 pdfdir = @pdfdir@
368 prefix = @prefix@
369 program_transform_name = @program_transform_name@
370 psdir = @psdir@
371 pythondir = @pythondir@
372 sbindir = @sbindir@
373 sharedstatedir = @sharedstatedir@
374 srcdir = @srcdir@
375 sysconfdir = @sysconfdir@
376 target_alias = @target_alias@
377 top_build_prefix = @top_build_prefix@
378 top_builddir = @top_builddir@
379 top_srcdir = @top_srcdir@
380 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/libxslt -I$(top_srcdir)/libexslt \
381 -I$(top_builddir) -I$(top_builddir)/libxslt \
382 -I$(top_builddir)/libexslt
383
384 AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(LIBXML_CFLAGS)
385 lib_LTLIBRARIES = libexslt.la
386 exsltincdir = $(includedir)/libexslt
387 exsltinc_HEADERS = \
388 exslt.h \
389 exsltexports.h
390
391 nodist_exsltinc_HEADERS = \
392 exsltconfig.h
393
394 libexslt_la_SOURCES = \
395 exslt.c \
396 common.c \
397 crypto.c \
398 math.c \
399 sets.c \
400 functions.c \
401 strings.c \
402 date.c \
403 saxon.c \
404 libexslt.h \
405 dynamic.c
406
407 libexslt_la_LIBADD = $(top_builddir)/libxslt/libxslt.la $(EXTRA_LIBS) $(LIBGCRYP T_LIBS) $(M_LIBS)
408 libexslt_la_LDFLAGS = $(WIN32_EXTRA_LDFLAGS) -version-info $(LIBEXSLT_VERSION_IN FO)
409 man_MANS = libexslt.3
410 EXTRA_DIST = $(man_MANS)
411 all: all-am
412
413 .SUFFIXES:
414 .SUFFIXES: .c .lo .o .obj
415 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
416 @for dep in $?; do \
417 case '$(am__configure_deps)' in \
418 *$$dep*) \
419 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
420 && { if test -f $@; then exit 0; else break; fi; }; \
421 exit 1;; \
422 esac; \
423 done; \
424 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libexslt/Makefile'; \
425 $(am__cd) $(top_srcdir) && \
426 $(AUTOMAKE) --gnu libexslt/Makefile
427 .PRECIOUS: Makefile
428 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
429 @case '$?' in \
430 *config.status*) \
431 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
432 *) \
433 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $ (am__depfiles_maybe)'; \
434 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__de pfiles_maybe);; \
435 esac;
436
437 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES)
438 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
439
440 $(top_srcdir)/configure: $(am__configure_deps)
441 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
442 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
443 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
444 $(am__aclocal_m4_deps):
445 exsltconfig.h: $(top_builddir)/config.status $(srcdir)/exsltconfig.h.in
446 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
447
448 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
449 @$(NORMAL_INSTALL)
450 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
451 list2=; for p in $$list; do \
452 if test -f $$p; then \
453 list2="$$list2 $$p"; \
454 else :; fi; \
455 done; \
456 test -z "$$list2" || { \
457 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
458 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
459 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $( INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
460 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL ) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
461 }
462
463 uninstall-libLTLIBRARIES:
464 @$(NORMAL_UNINSTALL)
465 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
466 for p in $$list; do \
467 $(am__strip_dir) \
468 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
469 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f " $(DESTDIR)$(libdir)/$$f"; \
470 done
471
472 clean-libLTLIBRARIES:
473 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
474 @list='$(lib_LTLIBRARIES)'; \
475 locs=`for p in $$list; do echo $$p; done | \
476 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
477 sort -u`; \
478 test -z "$$locs" || { \
479 echo rm -f $${locs}; \
480 rm -f $${locs}; \
481 }
482
483 libexslt.la: $(libexslt_la_OBJECTS) $(libexslt_la_DEPENDENCIES) $(EXTRA_libexslt _la_DEPENDENCIES)
484 $(AM_V_CCLD)$(libexslt_la_LINK) -rpath $(libdir) $(libexslt_la_OBJECTS) $(libexslt_la_LIBADD) $(LIBS)
485
486 mostlyclean-compile:
487 -rm -f *.$(OBJEXT)
488
489 distclean-compile:
490 -rm -f *.tab.c
491
492 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Plo@am__quote@
493 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypto.Plo@am__quote@
494 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/date.Plo@am__quote@
495 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dynamic.Plo@am__quote@
496 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exslt.Plo@am__quote@
497 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@
498 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/math.Plo@am__quote@
499 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/saxon.Plo@am__quote@
500 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sets.Plo@am__quote@
501 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strings.Plo@am__quote@
502
503 .c.o:
504 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
505 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
506 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtoo l=no @AMDEPBACKSLASH@
507 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
508 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
509
510 .c.obj:
511 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
512 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
513 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtoo l=no @AMDEPBACKSLASH@
514 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
515 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) ' $<'`
516
517 .c.lo:
518 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.T po -c -o $@ $<
519 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
520 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtoo l=yes @AMDEPBACKSLASH@
521 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
522 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
523
524 mostlyclean-libtool:
525 -rm -f *.lo
526
527 clean-libtool:
528 -rm -rf .libs _libs
529 install-man3: $(man_MANS)
530 @$(NORMAL_INSTALL)
531 @list1=''; \
532 list2='$(man_MANS)'; \
533 test -n "$(man3dir)" \
534 && test -n "`echo $$list1$$list2`" \
535 || exit 0; \
536 echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
537 $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
538 { for i in $$list1; do echo "$$i"; done; \
539 if test -n "$$list2"; then \
540 for i in $$list2; do echo "$$i"; done \
541 | sed -n '/\.3[a-z]*$$/p'; \
542 fi; \
543 } | while read p; do \
544 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
545 echo "$$d$$p"; echo "$$p"; \
546 done | \
547 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
548 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
549 sed 'N;N;s,\n, ,g' | { \
550 list=; while read file base inst; do \
551 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
552 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
553 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
554 fi; \
555 done; \
556 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
557 while read files; do \
558 test -z "$$files" || { \
559 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
560 $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
561 done; }
562
563 uninstall-man3:
564 @$(NORMAL_UNINSTALL)
565 @list=''; test -n "$(man3dir)" || exit 0; \
566 files=`{ for i in $$list; do echo "$$i"; done; \
567 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
568 sed -n '/\.3[a-z]*$$/p'; \
569 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
570 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
571 dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
572 install-exsltincHEADERS: $(exsltinc_HEADERS)
573 @$(NORMAL_INSTALL)
574 @list='$(exsltinc_HEADERS)'; test -n "$(exsltincdir)" || list=; \
575 if test -n "$$list"; then \
576 echo " $(MKDIR_P) '$(DESTDIR)$(exsltincdir)'"; \
577 $(MKDIR_P) "$(DESTDIR)$(exsltincdir)" || exit 1; \
578 fi; \
579 for p in $$list; do \
580 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
581 echo "$$d$$p"; \
582 done | $(am__base_list) | \
583 while read files; do \
584 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(exsltincdir)'"; \
585 $(INSTALL_HEADER) $$files "$(DESTDIR)$(exsltincdir)" || exit $$?; \
586 done
587
588 uninstall-exsltincHEADERS:
589 @$(NORMAL_UNINSTALL)
590 @list='$(exsltinc_HEADERS)'; test -n "$(exsltincdir)" || list=; \
591 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
592 dir='$(DESTDIR)$(exsltincdir)'; $(am__uninstall_files_from_dir)
593 install-nodist_exsltincHEADERS: $(nodist_exsltinc_HEADERS)
594 @$(NORMAL_INSTALL)
595 @list='$(nodist_exsltinc_HEADERS)'; test -n "$(exsltincdir)" || list=; \
596 if test -n "$$list"; then \
597 echo " $(MKDIR_P) '$(DESTDIR)$(exsltincdir)'"; \
598 $(MKDIR_P) "$(DESTDIR)$(exsltincdir)" || exit 1; \
599 fi; \
600 for p in $$list; do \
601 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
602 echo "$$d$$p"; \
603 done | $(am__base_list) | \
604 while read files; do \
605 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(exsltincdir)'"; \
606 $(INSTALL_HEADER) $$files "$(DESTDIR)$(exsltincdir)" || exit $$?; \
607 done
608
609 uninstall-nodist_exsltincHEADERS:
610 @$(NORMAL_UNINSTALL)
611 @list='$(nodist_exsltinc_HEADERS)'; test -n "$(exsltincdir)" || list=; \
612 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
613 dir='$(DESTDIR)$(exsltincdir)'; $(am__uninstall_files_from_dir)
614
615 ID: $(am__tagged_files)
616 $(am__define_uniq_tagged_files); mkid -fID $$unique
617 tags: tags-am
618 TAGS: tags
619
620 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
621 set x; \
622 here=`pwd`; \
623 $(am__define_uniq_tagged_files); \
624 shift; \
625 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
626 test -n "$$unique" || unique=$$empty_fix; \
627 if test $$# -gt 0; then \
628 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
629 "$$@" $$unique; \
630 else \
631 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
632 $$unique; \
633 fi; \
634 fi
635 ctags: ctags-am
636
637 CTAGS: ctags
638 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
639 $(am__define_uniq_tagged_files); \
640 test -z "$(CTAGS_ARGS)$$unique" \
641 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
642 $$unique
643
644 GTAGS:
645 here=`$(am__cd) $(top_builddir) && pwd` \
646 && $(am__cd) $(top_srcdir) \
647 && gtags -i $(GTAGS_ARGS) "$$here"
648 cscopelist: cscopelist-am
649
650 cscopelist-am: $(am__tagged_files)
651 list='$(am__tagged_files)'; \
652 case "$(srcdir)" in \
653 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
654 *) sdir=$(subdir)/$(srcdir) ;; \
655 esac; \
656 for i in $$list; do \
657 if test -f "$$i"; then \
658 echo "$(subdir)/$$i"; \
659 else \
660 echo "$$sdir/$$i"; \
661 fi; \
662 done >> $(top_builddir)/cscope.files
663
664 distclean-tags:
665 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
666
667 distdir: $(DISTFILES)
668 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
669 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
670 list='$(DISTFILES)'; \
671 dist_files=`for file in $$list; do echo $$file; done | \
672 sed -e "s|^$$srcdirstrip/||;t" \
673 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
674 case $$dist_files in \
675 */*) $(MKDIR_P) `echo "$$dist_files" | \
676 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
677 sort -u` ;; \
678 esac; \
679 for file in $$dist_files; do \
680 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
681 if test -d $$d/$$file; then \
682 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
683 if test -d "$(distdir)/$$file"; then \
684 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
685 fi; \
686 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
687 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
688 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
689 fi; \
690 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
691 else \
692 test -f "$(distdir)/$$file" \
693 || cp -p $$d/$$file "$(distdir)/$$file" \
694 || exit 1; \
695 fi; \
696 done
697 check-am: all-am
698 check: check-am
699 all-am: Makefile $(LTLIBRARIES) $(MANS) $(HEADERS)
700 installdirs:
701 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(exs ltincdir)" "$(DESTDIR)$(exsltincdir)"; do \
702 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
703 done
704 install: install-am
705 install-exec: install-exec-am
706 install-data: install-data-am
707 uninstall: uninstall-am
708
709 install-am: all-am
710 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
711
712 installcheck: installcheck-am
713 install-strip:
714 if test -z '$(STRIP)'; then \
715 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
716 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
717 install; \
718 else \
719 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
720 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
721 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
722 fi
723 mostlyclean-generic:
724
725 clean-generic:
726
727 distclean-generic:
728 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
729 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
730
731 maintainer-clean-generic:
732 @echo "This command is intended for maintainers to use"
733 @echo "it deletes files that may require special tools to rebuild."
734 clean: clean-am
735
736 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
737 mostlyclean-am
738
739 distclean: distclean-am
740 -rm -rf ./$(DEPDIR)
741 -rm -f Makefile
742 distclean-am: clean-am distclean-compile distclean-generic \
743 distclean-tags
744
745 dvi: dvi-am
746
747 dvi-am:
748
749 html: html-am
750
751 html-am:
752
753 info: info-am
754
755 info-am:
756
757 install-data-am: install-exsltincHEADERS install-man \
758 install-nodist_exsltincHEADERS
759
760 install-dvi: install-dvi-am
761
762 install-dvi-am:
763
764 install-exec-am: install-libLTLIBRARIES
765
766 install-html: install-html-am
767
768 install-html-am:
769
770 install-info: install-info-am
771
772 install-info-am:
773
774 install-man: install-man3
775
776 install-pdf: install-pdf-am
777
778 install-pdf-am:
779
780 install-ps: install-ps-am
781
782 install-ps-am:
783
784 installcheck-am:
785
786 maintainer-clean: maintainer-clean-am
787 -rm -rf ./$(DEPDIR)
788 -rm -f Makefile
789 maintainer-clean-am: distclean-am maintainer-clean-generic
790
791 mostlyclean: mostlyclean-am
792
793 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
794 mostlyclean-libtool
795
796 pdf: pdf-am
797
798 pdf-am:
799
800 ps: ps-am
801
802 ps-am:
803
804 uninstall-am: uninstall-exsltincHEADERS uninstall-libLTLIBRARIES \
805 uninstall-man uninstall-nodist_exsltincHEADERS
806
807 uninstall-man: uninstall-man3
808
809 .MAKE: install-am install-strip
810
811 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
812 clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
813 ctags-am distclean distclean-compile distclean-generic \
814 distclean-libtool distclean-tags distdir dvi dvi-am html \
815 html-am info info-am install install-am install-data \
816 install-data-am install-dvi install-dvi-am install-exec \
817 install-exec-am install-exsltincHEADERS install-html \
818 install-html-am install-info install-info-am \
819 install-libLTLIBRARIES install-man install-man3 \
820 install-nodist_exsltincHEADERS install-pdf install-pdf-am \
821 install-ps install-ps-am install-strip installcheck \
822 installcheck-am installdirs maintainer-clean \
823 maintainer-clean-generic mostlyclean mostlyclean-compile \
824 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
825 tags tags-am uninstall uninstall-am uninstall-exsltincHEADERS \
826 uninstall-libLTLIBRARIES uninstall-man uninstall-man3 \
827 uninstall-nodist_exsltincHEADERS
828
829
830 # Tell versions [3.59,3.63) of GNU make to not export all variables.
831 # Otherwise a system limit (for SysV at least) may be exceeded.
832 .NOEXPORT:
OLDNEW
« no previous file with comments | « third_party/libxslt/libexslt/Makefile.am ('k') | third_party/libxslt/libexslt/common.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698