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

Side by Side Diff: third_party/libxslt/linux/libxslt/Makefile

Issue 1848793005: Roll libxslt to 891681e3e948f31732229f53cb6db7215f740fc7 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
(Empty)
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # libxslt/Makefile. Generated from Makefile.in by configure.
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
16
17
18 VPATH = ../../libxslt
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)/libxslt
65 pkgincludedir = $(includedir)/libxslt
66 pkglibdir = $(libdir)/libxslt
67 pkglibexecdir = $(libexecdir)/libxslt
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 = x86_64-unknown-linux-gnu
81 host_triplet = x86_64-unknown-linux-gnu
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)"
123 LTLIBRARIES = $(lib_LTLIBRARIES)
124 am__DEPENDENCIES_1 =
125 libxslt_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
126 am_libxslt_la_OBJECTS = attrvt.lo xslt.lo xsltlocale.lo xsltutils.lo \
127 pattern.lo templates.lo variables.lo keys.lo numbers.lo \
128 extensions.lo extra.lo functions.lo namespaces.lo imports.lo \
129 attributes.lo documents.lo preproc.lo transform.lo security.lo
130 libxslt_la_OBJECTS = $(am_libxslt_la_OBJECTS)
131 AM_V_lt = $(am__v_lt_$(V))
132 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
133 am__v_lt_0 = --silent
134 am__v_lt_1 =
135 libxslt_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
136 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
137 $(libxslt_la_LDFLAGS) $(LDFLAGS) -o $@
138 AM_V_P = $(am__v_P_$(V))
139 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
140 am__v_P_0 = false
141 am__v_P_1 = :
142 AM_V_GEN = $(am__v_GEN_$(V))
143 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
144 am__v_GEN_0 = @echo " GEN " $@;
145 am__v_GEN_1 =
146 AM_V_at = $(am__v_at_$(V))
147 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
148 am__v_at_0 = @
149 am__v_at_1 =
150 DEFAULT_INCLUDES = -I. -I$(srcdir) -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_$(V))
161 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
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_$(V))
169 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
170 am__v_CCLD_0 = @echo " CCLD " $@;
171 am__v_CCLD_1 =
172 SOURCES = $(libxslt_la_SOURCES)
173 DIST_SOURCES = $(libxslt_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 = $(xsltinc_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 = ${SHELL} /work/cb/src/third_party/libxslt/missing aclocal-1.14
204 AMTAR = $${TAR-tar}
205 AM_DEFAULT_VERBOSITY = 0
206 AR = ar
207 AS = as
208 AUTOCONF = ${SHELL} /work/cb/src/third_party/libxslt/missing autoconf
209 AUTOHEADER = ${SHELL} /work/cb/src/third_party/libxslt/missing autoheader
210 AUTOMAKE = ${SHELL} /work/cb/src/third_party/libxslt/missing automake-1.14
211 AWK = gawk
212 CC = gcc
213 CCDEPMODE = depmode=gcc3
214 CFLAGS = -g -O2 -Wall -Wformat=2 -Wmissing-format-attribute
215 CPP = gcc -E
216 CPPFLAGS =
217 CRYPTO_TESTDIR = crypto
218 CYGPATH_W = echo
219 DEFS = -DHAVE_CONFIG_H
220 DEPDIR = .deps
221 DLLTOOL = false
222 DSYMUTIL =
223 DUMPBIN =
224 ECHO_C =
225 ECHO_N = -n
226 ECHO_T =
227 EGREP = /bin/grep -E
228 EXEEXT =
229 EXSLT_INCLUDEDIR = -I${includedir}
230 EXSLT_LIBDIR = -L${libdir}
231 EXSLT_LIBS = -lexslt -lxslt -L/work/cb/src/third_party/libxml/linux -L/usr/local /lib -lxml2 -lz -lm -ldl -lm -lgcrypt
232 EXTRA_LIBS =
233 FGREP = /bin/grep -F
234 GREP = /bin/grep
235 HTML_DIR = $(datadir)/doc/$(PACKAGE)-$(VERSION)/html
236 INSTALL = /usr/bin/install -c
237 INSTALL_DATA = ${INSTALL} -m 644
238 INSTALL_PROGRAM = ${INSTALL}
239 INSTALL_SCRIPT = ${INSTALL}
240 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
241 LD = /usr/bin/ld -m elf_x86_64
242 LDFLAGS =
243 LIBEXSLT_MAJOR_VERSION = 0
244 LIBEXSLT_MICRO_VERSION = 17
245 LIBEXSLT_MINOR_VERSION = 8
246 LIBEXSLT_VERSION = 0.8.17
247 LIBEXSLT_VERSION_EXTRA =
248 LIBEXSLT_VERSION_INFO = 8:17:8
249 LIBEXSLT_VERSION_NUMBER = 817
250 LIBGCRYPT_CFLAGS =
251 LIBGCRYPT_CONFIG = /usr/bin/libgcrypt-config
252 LIBGCRYPT_LIBS = -lgcrypt
253 LIBOBJS =
254 LIBS =
255 LIBTOOL = $(SHELL) $(top_builddir)/libtool
256 LIBXML_CFLAGS = -I/work/cb/src/third_party/libxml/linux/include
257 LIBXML_LIBS = -L/work/cb/src/third_party/libxml/linux -L/usr/local/lib -lxml2 -l z -lm -ldl
258 LIBXML_REQUIRED_VERSION = 2.6.27
259 LIBXML_SRC = ../../libxml/linux/
260 LIBXSLT_DEFAULT_PLUGINS_PATH = /usr/local/lib/libxslt-plugins
261 LIBXSLT_MAJOR_MINOR_VERSION = 1.1
262 LIBXSLT_MAJOR_VERSION = 1
263 LIBXSLT_MICRO_VERSION = 28
264 LIBXSLT_MINOR_VERSION = 1
265 LIBXSLT_VERSION = 1.1.28
266 LIBXSLT_VERSION_EXTRA =
267 LIBXSLT_VERSION_INFO = 2:28:1
268 LIBXSLT_VERSION_NUMBER = 10128
269 LIPO =
270 LN_S = ln -s
271 LTLIBOBJS =
272 MAKEINFO = ${SHELL} /work/cb/src/third_party/libxslt/missing makeinfo
273 MANIFEST_TOOL = :
274 MKDIR_P = /bin/mkdir -p
275 MV = /bin/mv
276 M_LIBS = -lm
277 NM = /usr/bin/nm -B
278 NMEDIT =
279 OBJDUMP = objdump
280 OBJEXT = o
281 OTOOL =
282 OTOOL64 =
283 PACKAGE = libxslt
284 PACKAGE_BUGREPORT =
285 PACKAGE_NAME =
286 PACKAGE_STRING =
287 PACKAGE_TARNAME =
288 PACKAGE_URL =
289 PACKAGE_VERSION =
290 PATH_SEPARATOR = :
291 PERL = perl
292 PYTHON = /usr/bin/python
293 PYTHONSODV =
294 PYTHON_INCLUDES = /usr/include/python2.7
295 PYTHON_LIBS = -lpthread -ldl -lutil -lm -lpython2.7
296 PYTHON_SITE_PACKAGES = /usr/lib/python2.7/dist-packages
297 PYTHON_SUBDIR = python
298 PYTHON_VERSION = 2.7
299 RANLIB = ranlib
300 RELDATE = Fri Apr 1 2016
301 RM = /bin/rm
302 SED = /bin/sed
303 SET_MAKE =
304 SHELL = /bin/sh
305 STRIP = strip
306 TAR = /bin/tar
307 THREAD_LIBS = -lpthread
308 VERSION = 1.1.28
309 VERSION_SCRIPT_FLAGS = -Wl,--version-script=
310 WIN32_EXTRA_LDFLAGS =
311 WIN32_EXTRA_LIBADD =
312 WITH_CRYPTO = 1
313 WITH_DEBUGGER = 0
314 WITH_MEM_DEBUG = 0
315 WITH_MODULES = 0
316 WITH_TRIO = 0
317 WITH_XSLT_DEBUG = 0
318 XMLLINT = /usr/bin/xmllint
319 XML_CONFIG = /work/cb/src/third_party/libxml/linux/xml2-config
320 XSLTPROC = /usr/bin/xsltproc
321 XSLTPROCDV =
322 XSLT_INCLUDEDIR = -I${includedir}
323 XSLT_LIBDIR = -L${libdir}
324 XSLT_LIBS = -lxslt -L/work/cb/src/third_party/libxml/linux -L/usr/local/lib -lxm l2 -lz -lm -ldl -lm
325 XSLT_LOCALE_WINAPI = 0
326 XSLT_LOCALE_XLOCALE = 1
327 abs_builddir = /work/cb/src/third_party/libxslt/linux/libxslt
328 abs_srcdir = /work/cb/src/third_party/libxslt/linux/../libxslt
329 abs_top_builddir = /work/cb/src/third_party/libxslt/linux
330 abs_top_srcdir = /work/cb/src/third_party/libxslt/linux/..
331 ac_ct_AR = ar
332 ac_ct_CC = gcc
333 ac_ct_DUMPBIN =
334 am__include = include
335 am__leading_dot = .
336 am__quote =
337 am__tar = $${TAR-tar} chof - "$$tardir"
338 am__untar = $${TAR-tar} xf -
339 bindir = ${exec_prefix}/bin
340 build = x86_64-unknown-linux-gnu
341 build_alias =
342 build_cpu = x86_64
343 build_os = linux-gnu
344 build_vendor = unknown
345 builddir = .
346 datadir = ${datarootdir}
347 datarootdir = ${prefix}/share
348 docdir = ${datarootdir}/doc/${PACKAGE}
349 dvidir = ${docdir}
350 exec_prefix = ${prefix}
351 host = x86_64-unknown-linux-gnu
352 host_alias =
353 host_cpu = x86_64
354 host_os = linux-gnu
355 host_vendor = unknown
356 htmldir = ${docdir}
357 includedir = ${prefix}/include
358 infodir = ${datarootdir}/info
359 install_sh = ${SHELL} /work/cb/src/third_party/libxslt/install-sh
360 libdir = ${exec_prefix}/lib
361 libexecdir = ${exec_prefix}/libexec
362 localedir = ${datarootdir}/locale
363 localstatedir = ${prefix}/var
364 mandir = ${datarootdir}/man
365 mkdir_p = $(MKDIR_P)
366 oldincludedir = /usr/include
367 pdfdir = ${docdir}
368 prefix = /usr/local
369 program_transform_name = s,x,x,
370 psdir = ${docdir}
371 pythondir = $(libdir)/python$(PYTHON_VERSION)/site-packages
372 sbindir = ${exec_prefix}/sbin
373 sharedstatedir = ${prefix}/com
374 srcdir = ../../libxslt
375 sysconfdir = ${prefix}/etc
376 target_alias =
377 top_build_prefix = ../
378 top_builddir = ..
379 top_srcdir = ../..
380 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/libxslt
381 AM_CFLAGS = $(LIBXML_CFLAGS)
382 lib_LTLIBRARIES = libxslt.la
383 xsltincdir = $(includedir)/libxslt
384 xsltinc_HEADERS = \
385 xslt.h \
386 xsltutils.h \
387 pattern.h \
388 templates.h \
389 variables.h \
390 keys.h \
391 numbersInternals.h \
392 extensions.h \
393 extra.h \
394 functions.h \
395 namespaces.h \
396 imports.h \
397 attributes.h \
398 documents.h \
399 preproc.h \
400 transform.h \
401 security.h \
402 xsltInternals.h \
403 xsltconfig.h \
404 xsltexports.h \
405 xsltlocale.h
406
407 libxslt_la_SOURCES = \
408 attrvt.c \
409 xslt.c \
410 xsltlocale.c \
411 xsltutils.c \
412 pattern.c \
413 templates.c \
414 variables.c \
415 keys.c \
416 numbers.c \
417 extensions.c \
418 extra.c \
419 functions.c \
420 namespaces.c \
421 imports.c \
422 attributes.c \
423 documents.c \
424 preproc.c \
425 transform.c \
426 security.c \
427 win32config.h \
428 xsltwin32config.h \
429 xsltwin32config.h.in \
430 libxslt.h
431
432 #LIBXSLT_VERSION_SCRIPT =
433 LIBXSLT_VERSION_SCRIPT = $(VERSION_SCRIPT_FLAGS)$(srcdir)/libxslt.syms
434 libxslt_la_LIBADD = $(LIBXML_LIBS) $(EXTRA_LIBS)
435 libxslt_la_LDFLAGS = \
436 $(WIN32_EXTRA_LDFLAGS) \
437 $(LIBXSLT_VERSION_SCRIPT) \
438 -version-info $(LIBXSLT_VERSION_INFO)
439
440 man_MANS = libxslt.3
441 EXTRA_DIST = $(man_MANS) trio.h triodef.h libxslt.syms
442 all: all-am
443
444 .SUFFIXES:
445 .SUFFIXES: .c .lo .o .obj
446 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
447 @for dep in $?; do \
448 case '$(am__configure_deps)' in \
449 *$$dep*) \
450 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
451 && { if test -f $@; then exit 0; else break; fi; }; \
452 exit 1;; \
453 esac; \
454 done; \
455 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libxslt/Makefile'; \
456 $(am__cd) $(top_srcdir) && \
457 $(AUTOMAKE) --gnu libxslt/Makefile
458 .PRECIOUS: Makefile
459 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
460 @case '$?' in \
461 *config.status*) \
462 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
463 *) \
464 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $ (am__depfiles_maybe)'; \
465 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__de pfiles_maybe);; \
466 esac;
467
468 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES)
469 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
470
471 $(top_srcdir)/configure: $(am__configure_deps)
472 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
473 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
474 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
475 $(am__aclocal_m4_deps):
476 xsltconfig.h: $(top_builddir)/config.status $(srcdir)/xsltconfig.h.in
477 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
478 xsltwin32config.h: $(top_builddir)/config.status $(srcdir)/xsltwin32config.h.in
479 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
480
481 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
482 @$(NORMAL_INSTALL)
483 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
484 list2=; for p in $$list; do \
485 if test -f $$p; then \
486 list2="$$list2 $$p"; \
487 else :; fi; \
488 done; \
489 test -z "$$list2" || { \
490 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
491 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
492 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $( INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
493 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL ) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
494 }
495
496 uninstall-libLTLIBRARIES:
497 @$(NORMAL_UNINSTALL)
498 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
499 for p in $$list; do \
500 $(am__strip_dir) \
501 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
502 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f " $(DESTDIR)$(libdir)/$$f"; \
503 done
504
505 clean-libLTLIBRARIES:
506 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
507 @list='$(lib_LTLIBRARIES)'; \
508 locs=`for p in $$list; do echo $$p; done | \
509 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
510 sort -u`; \
511 test -z "$$locs" || { \
512 echo rm -f $${locs}; \
513 rm -f $${locs}; \
514 }
515
516 libxslt.la: $(libxslt_la_OBJECTS) $(libxslt_la_DEPENDENCIES) $(EXTRA_libxslt_la_ DEPENDENCIES)
517 $(AM_V_CCLD)$(libxslt_la_LINK) -rpath $(libdir) $(libxslt_la_OBJECTS) $( libxslt_la_LIBADD) $(LIBS)
518
519 mostlyclean-compile:
520 -rm -f *.$(OBJEXT)
521
522 distclean-compile:
523 -rm -f *.tab.c
524
525 include ./$(DEPDIR)/attributes.Plo
526 include ./$(DEPDIR)/attrvt.Plo
527 include ./$(DEPDIR)/documents.Plo
528 include ./$(DEPDIR)/extensions.Plo
529 include ./$(DEPDIR)/extra.Plo
530 include ./$(DEPDIR)/functions.Plo
531 include ./$(DEPDIR)/imports.Plo
532 include ./$(DEPDIR)/keys.Plo
533 include ./$(DEPDIR)/namespaces.Plo
534 include ./$(DEPDIR)/numbers.Plo
535 include ./$(DEPDIR)/pattern.Plo
536 include ./$(DEPDIR)/preproc.Plo
537 include ./$(DEPDIR)/security.Plo
538 include ./$(DEPDIR)/templates.Plo
539 include ./$(DEPDIR)/transform.Plo
540 include ./$(DEPDIR)/variables.Plo
541 include ./$(DEPDIR)/xslt.Plo
542 include ./$(DEPDIR)/xsltlocale.Plo
543 include ./$(DEPDIR)/xsltutils.Plo
544
545 .c.o:
546 $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
547 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
548 # $(AM_V_CC)source='$<' object='$@' libtool=no \
549 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
550 # $(AM_V_CC_no)$(COMPILE) -c -o $@ $<
551
552 .c.obj:
553 $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYG PATH_W) '$<'`
554 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
555 # $(AM_V_CC)source='$<' object='$@' libtool=no \
556 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
557 # $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
558
559 .c.lo:
560 $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
561 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
562 # $(AM_V_CC)source='$<' object='$@' libtool=yes \
563 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
564 # $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $<
565
566 mostlyclean-libtool:
567 -rm -f *.lo
568
569 clean-libtool:
570 -rm -rf .libs _libs
571 install-man3: $(man_MANS)
572 @$(NORMAL_INSTALL)
573 @list1=''; \
574 list2='$(man_MANS)'; \
575 test -n "$(man3dir)" \
576 && test -n "`echo $$list1$$list2`" \
577 || exit 0; \
578 echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
579 $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
580 { for i in $$list1; do echo "$$i"; done; \
581 if test -n "$$list2"; then \
582 for i in $$list2; do echo "$$i"; done \
583 | sed -n '/\.3[a-z]*$$/p'; \
584 fi; \
585 } | while read p; do \
586 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
587 echo "$$d$$p"; echo "$$p"; \
588 done | \
589 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
590 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
591 sed 'N;N;s,\n, ,g' | { \
592 list=; while read file base inst; do \
593 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
594 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
595 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
596 fi; \
597 done; \
598 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
599 while read files; do \
600 test -z "$$files" || { \
601 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
602 $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
603 done; }
604
605 uninstall-man3:
606 @$(NORMAL_UNINSTALL)
607 @list=''; test -n "$(man3dir)" || exit 0; \
608 files=`{ for i in $$list; do echo "$$i"; done; \
609 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
610 sed -n '/\.3[a-z]*$$/p'; \
611 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
612 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
613 dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
614 install-xsltincHEADERS: $(xsltinc_HEADERS)
615 @$(NORMAL_INSTALL)
616 @list='$(xsltinc_HEADERS)'; test -n "$(xsltincdir)" || list=; \
617 if test -n "$$list"; then \
618 echo " $(MKDIR_P) '$(DESTDIR)$(xsltincdir)'"; \
619 $(MKDIR_P) "$(DESTDIR)$(xsltincdir)" || exit 1; \
620 fi; \
621 for p in $$list; do \
622 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
623 echo "$$d$$p"; \
624 done | $(am__base_list) | \
625 while read files; do \
626 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(xsltincdir)'"; \
627 $(INSTALL_HEADER) $$files "$(DESTDIR)$(xsltincdir)" || exit $$?; \
628 done
629
630 uninstall-xsltincHEADERS:
631 @$(NORMAL_UNINSTALL)
632 @list='$(xsltinc_HEADERS)'; test -n "$(xsltincdir)" || list=; \
633 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
634 dir='$(DESTDIR)$(xsltincdir)'; $(am__uninstall_files_from_dir)
635
636 ID: $(am__tagged_files)
637 $(am__define_uniq_tagged_files); mkid -fID $$unique
638 tags: tags-am
639 TAGS: tags
640
641 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
642 set x; \
643 here=`pwd`; \
644 $(am__define_uniq_tagged_files); \
645 shift; \
646 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
647 test -n "$$unique" || unique=$$empty_fix; \
648 if test $$# -gt 0; then \
649 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
650 "$$@" $$unique; \
651 else \
652 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
653 $$unique; \
654 fi; \
655 fi
656 ctags: ctags-am
657
658 CTAGS: ctags
659 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
660 $(am__define_uniq_tagged_files); \
661 test -z "$(CTAGS_ARGS)$$unique" \
662 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
663 $$unique
664
665 GTAGS:
666 here=`$(am__cd) $(top_builddir) && pwd` \
667 && $(am__cd) $(top_srcdir) \
668 && gtags -i $(GTAGS_ARGS) "$$here"
669 cscopelist: cscopelist-am
670
671 cscopelist-am: $(am__tagged_files)
672 list='$(am__tagged_files)'; \
673 case "$(srcdir)" in \
674 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
675 *) sdir=$(subdir)/$(srcdir) ;; \
676 esac; \
677 for i in $$list; do \
678 if test -f "$$i"; then \
679 echo "$(subdir)/$$i"; \
680 else \
681 echo "$$sdir/$$i"; \
682 fi; \
683 done >> $(top_builddir)/cscope.files
684
685 distclean-tags:
686 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
687
688 distdir: $(DISTFILES)
689 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
690 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
691 list='$(DISTFILES)'; \
692 dist_files=`for file in $$list; do echo $$file; done | \
693 sed -e "s|^$$srcdirstrip/||;t" \
694 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
695 case $$dist_files in \
696 */*) $(MKDIR_P) `echo "$$dist_files" | \
697 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
698 sort -u` ;; \
699 esac; \
700 for file in $$dist_files; do \
701 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
702 if test -d $$d/$$file; then \
703 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
704 if test -d "$(distdir)/$$file"; then \
705 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
706 fi; \
707 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
708 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
709 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
710 fi; \
711 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
712 else \
713 test -f "$(distdir)/$$file" \
714 || cp -p $$d/$$file "$(distdir)/$$file" \
715 || exit 1; \
716 fi; \
717 done
718 check-am: all-am
719 check: check-am
720 all-am: Makefile $(LTLIBRARIES) $(MANS) $(HEADERS)
721 installdirs:
722 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(xsl tincdir)"; do \
723 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
724 done
725 install: install-am
726 install-exec: install-exec-am
727 install-data: install-data-am
728 uninstall: uninstall-am
729
730 install-am: all-am
731 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
732
733 installcheck: installcheck-am
734 install-strip:
735 if test -z '$(STRIP)'; then \
736 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
737 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
738 install; \
739 else \
740 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
741 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
742 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
743 fi
744 mostlyclean-generic:
745
746 clean-generic:
747
748 distclean-generic:
749 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
750 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
751
752 maintainer-clean-generic:
753 @echo "This command is intended for maintainers to use"
754 @echo "it deletes files that may require special tools to rebuild."
755 clean: clean-am
756
757 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
758 mostlyclean-am
759
760 distclean: distclean-am
761 -rm -rf ./$(DEPDIR)
762 -rm -f Makefile
763 distclean-am: clean-am distclean-compile distclean-generic \
764 distclean-tags
765
766 dvi: dvi-am
767
768 dvi-am:
769
770 html: html-am
771
772 html-am:
773
774 info: info-am
775
776 info-am:
777
778 install-data-am: install-man install-xsltincHEADERS
779
780 install-dvi: install-dvi-am
781
782 install-dvi-am:
783
784 install-exec-am: install-libLTLIBRARIES
785 @$(NORMAL_INSTALL)
786 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
787 install-html: install-html-am
788
789 install-html-am:
790
791 install-info: install-info-am
792
793 install-info-am:
794
795 install-man: install-man3
796
797 install-pdf: install-pdf-am
798
799 install-pdf-am:
800
801 install-ps: install-ps-am
802
803 install-ps-am:
804
805 installcheck-am:
806
807 maintainer-clean: maintainer-clean-am
808 -rm -rf ./$(DEPDIR)
809 -rm -f Makefile
810 maintainer-clean-am: distclean-am maintainer-clean-generic
811
812 mostlyclean: mostlyclean-am
813
814 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
815 mostlyclean-libtool
816
817 pdf: pdf-am
818
819 pdf-am:
820
821 ps: ps-am
822
823 ps-am:
824
825 uninstall-am: uninstall-libLTLIBRARIES uninstall-man \
826 uninstall-xsltincHEADERS
827
828 uninstall-man: uninstall-man3
829
830 .MAKE: install-am install-exec-am install-strip
831
832 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
833 clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
834 ctags-am distclean distclean-compile distclean-generic \
835 distclean-libtool distclean-tags distdir dvi dvi-am html \
836 html-am info info-am install install-am install-data \
837 install-data-am install-dvi install-dvi-am install-exec \
838 install-exec-am install-exec-hook install-html install-html-am \
839 install-info install-info-am install-libLTLIBRARIES \
840 install-man install-man3 install-pdf install-pdf-am install-ps \
841 install-ps-am install-strip install-xsltincHEADERS \
842 installcheck installcheck-am installdirs maintainer-clean \
843 maintainer-clean-generic mostlyclean mostlyclean-compile \
844 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
845 tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES \
846 uninstall-man uninstall-man3 uninstall-xsltincHEADERS
847
848
849 xsltproc: all
850 @(cd ../xsltproc ; $(MAKE))
851
852 install-exec-hook:
853 $(MKDIR_P) "$(DESTDIR)$(libdir)/libxslt-plugins"
854
855 # Tell versions [3.59,3.63) of GNU make to not export all variables.
856 # Otherwise a system limit (for SysV at least) may be exceeded.
857 .NOEXPORT:
OLDNEW
« no previous file with comments | « third_party/libxslt/linux/libxslt.spec ('k') | third_party/libxslt/linux/libxslt/xsltwin32config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698