OLD | NEW |
| (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 = . | |
83 DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog COPYING \ | |
84 $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ | |
85 $(top_srcdir)/configure $(am__configure_deps) \ | |
86 $(srcdir)/config.h.in $(srcdir)/libxslt.pc.in \ | |
87 $(srcdir)/libexslt.pc.in $(srcdir)/xslt-config.in \ | |
88 $(srcdir)/libxslt.spec.in TODO compile config.guess config.sub \ | |
89 install-sh missing ltmain.sh | |
90 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
91 am__aclocal_m4_deps = $(top_srcdir)/configure.in | |
92 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
93 $(ACLOCAL_M4) | |
94 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | |
95 configure.lineno config.status.lineno | |
96 mkinstalldirs = $(install_sh) -d | |
97 CONFIG_HEADER = config.h | |
98 CONFIG_CLEAN_FILES = libxslt.pc libexslt.pc xslt-config libxslt.spec | |
99 CONFIG_CLEAN_VPATH_FILES = | |
100 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | |
101 am__vpath_adj = case $$p in \ | |
102 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | |
103 *) f=$$p;; \ | |
104 esac; | |
105 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; | |
106 am__install_max = 40 | |
107 am__nobase_strip_setup = \ | |
108 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` | |
109 am__nobase_strip = \ | |
110 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" | |
111 am__nobase_list = $(am__nobase_strip_setup); \ | |
112 for p in $$list; do echo "$$p $$p"; done | \ | |
113 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ | |
114 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ | |
115 if (++n[$$2] == $(am__install_max)) \ | |
116 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ | |
117 END { for (dir in files) print dir, files[dir] }' | |
118 am__base_list = \ | |
119 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ | |
120 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | |
121 am__uninstall_files_from_dir = { \ | |
122 test -z "$$files" \ | |
123 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ | |
124 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ | |
125 $(am__cd) "$$dir" && rm -f $$files; }; \ | |
126 } | |
127 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(confexecdir)" \ | |
128 "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(pkgconfigdir)" | |
129 SCRIPTS = $(bin_SCRIPTS) | |
130 AM_V_P = $(am__v_P_@AM_V@) | |
131 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) | |
132 am__v_P_0 = false | |
133 am__v_P_1 = : | |
134 AM_V_GEN = $(am__v_GEN_@AM_V@) | |
135 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | |
136 am__v_GEN_0 = @echo " GEN " $@; | |
137 am__v_GEN_1 = | |
138 AM_V_at = $(am__v_at_@AM_V@) | |
139 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | |
140 am__v_at_0 = @ | |
141 am__v_at_1 = | |
142 SOURCES = | |
143 DIST_SOURCES = | |
144 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ | |
145 ctags-recursive dvi-recursive html-recursive info-recursive \ | |
146 install-data-recursive install-dvi-recursive \ | |
147 install-exec-recursive install-html-recursive \ | |
148 install-info-recursive install-pdf-recursive \ | |
149 install-ps-recursive install-recursive installcheck-recursive \ | |
150 installdirs-recursive pdf-recursive ps-recursive \ | |
151 tags-recursive uninstall-recursive | |
152 am__can_run_installinfo = \ | |
153 case $$AM_UPDATE_INFO_DIR in \ | |
154 n|no|NO) false;; \ | |
155 *) (install-info --version) >/dev/null 2>&1;; \ | |
156 esac | |
157 DATA = $(confexec_DATA) $(m4data_DATA) $(pkgconfig_DATA) | |
158 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ | |
159 distclean-recursive maintainer-clean-recursive | |
160 am__recursive_targets = \ | |
161 $(RECURSIVE_TARGETS) \ | |
162 $(RECURSIVE_CLEAN_TARGETS) \ | |
163 $(am__extra_recursive_targets) | |
164 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ | |
165 cscope distdir dist dist-all distcheck | |
166 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ | |
167 $(LISP)config.h.in | |
168 # Read a list of newline-separated strings from the standard input, | |
169 # and print each of them once, without duplicates. Input order is | |
170 # *not* preserved. | |
171 am__uniquify_input = $(AWK) '\ | |
172 BEGIN { nonempty = 0; } \ | |
173 { items[$$0] = 1; nonempty = 1; } \ | |
174 END { if (nonempty) { for (i in items) print i; }; } \ | |
175 ' | |
176 # Make sure the list of sources is unique. This is necessary because, | |
177 # e.g., the same source file might be shared among _SOURCES variables | |
178 # for different programs/libraries. | |
179 am__define_uniq_tagged_files = \ | |
180 list='$(am__tagged_files)'; \ | |
181 unique=`for i in $$list; do \ | |
182 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
183 done | $(am__uniquify_input)` | |
184 ETAGS = etags | |
185 CTAGS = ctags | |
186 CSCOPE = cscope | |
187 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
188 distdir = $(PACKAGE)-$(VERSION) | |
189 top_distdir = $(distdir) | |
190 am__remove_distdir = \ | |
191 if test -d "$(distdir)"; then \ | |
192 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ | |
193 && rm -rf "$(distdir)" \ | |
194 || { sleep 5 && rm -rf "$(distdir)"; }; \ | |
195 else :; fi | |
196 am__post_remove_distdir = $(am__remove_distdir) | |
197 am__relativize = \ | |
198 dir0=`pwd`; \ | |
199 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ | |
200 sed_rest='s,^[^/]*/*,,'; \ | |
201 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ | |
202 sed_butlast='s,/*[^/]*$$,,'; \ | |
203 while test -n "$$dir1"; do \ | |
204 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ | |
205 if test "$$first" != "."; then \ | |
206 if test "$$first" = ".."; then \ | |
207 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ | |
208 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ | |
209 else \ | |
210 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ | |
211 if test "$$first2" = "$$first"; then \ | |
212 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ | |
213 else \ | |
214 dir2="../$$dir2"; \ | |
215 fi; \ | |
216 dir0="$$dir0"/"$$first"; \ | |
217 fi; \ | |
218 fi; \ | |
219 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ | |
220 done; \ | |
221 reldir="$$dir2" | |
222 DIST_ARCHIVES = $(distdir).tar.gz | |
223 GZIP_ENV = --best | |
224 DIST_TARGETS = dist-gzip | |
225 distuninstallcheck_listfiles = find . -type f -print | |
226 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | |
227 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' | |
228 distcleancheck_listfiles = find . -type f -print | |
229 ACLOCAL = @ACLOCAL@ | |
230 AMTAR = @AMTAR@ | |
231 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | |
232 AR = @AR@ | |
233 AS = @AS@ | |
234 AUTOCONF = @AUTOCONF@ | |
235 AUTOHEADER = @AUTOHEADER@ | |
236 AUTOMAKE = @AUTOMAKE@ | |
237 AWK = @AWK@ | |
238 CC = @CC@ | |
239 CCDEPMODE = @CCDEPMODE@ | |
240 CFLAGS = @CFLAGS@ | |
241 CPP = @CPP@ | |
242 CPPFLAGS = @CPPFLAGS@ | |
243 CRYPTO_TESTDIR = @CRYPTO_TESTDIR@ | |
244 CYGPATH_W = @CYGPATH_W@ | |
245 DEFS = @DEFS@ | |
246 DEPDIR = @DEPDIR@ | |
247 DLLTOOL = @DLLTOOL@ | |
248 DSYMUTIL = @DSYMUTIL@ | |
249 DUMPBIN = @DUMPBIN@ | |
250 ECHO_C = @ECHO_C@ | |
251 ECHO_N = @ECHO_N@ | |
252 ECHO_T = @ECHO_T@ | |
253 EGREP = @EGREP@ | |
254 EXEEXT = @EXEEXT@ | |
255 EXSLT_INCLUDEDIR = @EXSLT_INCLUDEDIR@ | |
256 EXSLT_LIBDIR = @EXSLT_LIBDIR@ | |
257 EXSLT_LIBS = @EXSLT_LIBS@ | |
258 EXTRA_LIBS = @EXTRA_LIBS@ | |
259 FGREP = @FGREP@ | |
260 GREP = @GREP@ | |
261 HTML_DIR = @HTML_DIR@ | |
262 INSTALL = @INSTALL@ | |
263 INSTALL_DATA = @INSTALL_DATA@ | |
264 INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
265 INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
266 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
267 LD = @LD@ | |
268 LDFLAGS = @LDFLAGS@ | |
269 LIBEXSLT_MAJOR_VERSION = @LIBEXSLT_MAJOR_VERSION@ | |
270 LIBEXSLT_MICRO_VERSION = @LIBEXSLT_MICRO_VERSION@ | |
271 LIBEXSLT_MINOR_VERSION = @LIBEXSLT_MINOR_VERSION@ | |
272 LIBEXSLT_VERSION = @LIBEXSLT_VERSION@ | |
273 LIBEXSLT_VERSION_EXTRA = @LIBEXSLT_VERSION_EXTRA@ | |
274 LIBEXSLT_VERSION_INFO = @LIBEXSLT_VERSION_INFO@ | |
275 LIBEXSLT_VERSION_NUMBER = @LIBEXSLT_VERSION_NUMBER@ | |
276 LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@ | |
277 LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@ | |
278 LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@ | |
279 LIBOBJS = @LIBOBJS@ | |
280 LIBS = @LIBS@ | |
281 LIBTOOL = @LIBTOOL@ | |
282 LIBXML_CFLAGS = @LIBXML_CFLAGS@ | |
283 LIBXML_LIBS = @LIBXML_LIBS@ | |
284 LIBXML_REQUIRED_VERSION = @LIBXML_REQUIRED_VERSION@ | |
285 LIBXML_SRC = @LIBXML_SRC@ | |
286 LIBXSLT_DEFAULT_PLUGINS_PATH = @LIBXSLT_DEFAULT_PLUGINS_PATH@ | |
287 LIBXSLT_MAJOR_MINOR_VERSION = @LIBXSLT_MAJOR_MINOR_VERSION@ | |
288 LIBXSLT_MAJOR_VERSION = @LIBXSLT_MAJOR_VERSION@ | |
289 LIBXSLT_MICRO_VERSION = @LIBXSLT_MICRO_VERSION@ | |
290 LIBXSLT_MINOR_VERSION = @LIBXSLT_MINOR_VERSION@ | |
291 LIBXSLT_VERSION = @LIBXSLT_VERSION@ | |
292 LIBXSLT_VERSION_EXTRA = @LIBXSLT_VERSION_EXTRA@ | |
293 LIBXSLT_VERSION_INFO = @LIBXSLT_VERSION_INFO@ | |
294 LIBXSLT_VERSION_NUMBER = @LIBXSLT_VERSION_NUMBER@ | |
295 LIPO = @LIPO@ | |
296 LN_S = @LN_S@ | |
297 LTLIBOBJS = @LTLIBOBJS@ | |
298 MAKEINFO = @MAKEINFO@ | |
299 MANIFEST_TOOL = @MANIFEST_TOOL@ | |
300 MKDIR_P = @MKDIR_P@ | |
301 MV = @MV@ | |
302 M_LIBS = @M_LIBS@ | |
303 NM = @NM@ | |
304 NMEDIT = @NMEDIT@ | |
305 OBJDUMP = @OBJDUMP@ | |
306 OBJEXT = @OBJEXT@ | |
307 OTOOL = @OTOOL@ | |
308 OTOOL64 = @OTOOL64@ | |
309 PACKAGE = @PACKAGE@ | |
310 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
311 PACKAGE_NAME = @PACKAGE_NAME@ | |
312 PACKAGE_STRING = @PACKAGE_STRING@ | |
313 PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
314 PACKAGE_URL = @PACKAGE_URL@ | |
315 PACKAGE_VERSION = @PACKAGE_VERSION@ | |
316 PATH_SEPARATOR = @PATH_SEPARATOR@ | |
317 PERL = @PERL@ | |
318 PYTHON = @PYTHON@ | |
319 PYTHONSODV = @PYTHONSODV@ | |
320 PYTHON_INCLUDES = @PYTHON_INCLUDES@ | |
321 PYTHON_LIBS = @PYTHON_LIBS@ | |
322 PYTHON_SITE_PACKAGES = @PYTHON_SITE_PACKAGES@ | |
323 PYTHON_SUBDIR = @PYTHON_SUBDIR@ | |
324 PYTHON_VERSION = @PYTHON_VERSION@ | |
325 RANLIB = @RANLIB@ | |
326 RELDATE = @RELDATE@ | |
327 RM = @RM@ | |
328 SED = @SED@ | |
329 SET_MAKE = @SET_MAKE@ | |
330 SHELL = @SHELL@ | |
331 STRIP = @STRIP@ | |
332 TAR = @TAR@ | |
333 THREAD_LIBS = @THREAD_LIBS@ | |
334 VERSION = @VERSION@ | |
335 VERSION_SCRIPT_FLAGS = @VERSION_SCRIPT_FLAGS@ | |
336 WIN32_EXTRA_LDFLAGS = @WIN32_EXTRA_LDFLAGS@ | |
337 WIN32_EXTRA_LIBADD = @WIN32_EXTRA_LIBADD@ | |
338 WITH_CRYPTO = @WITH_CRYPTO@ | |
339 WITH_DEBUGGER = @WITH_DEBUGGER@ | |
340 WITH_MEM_DEBUG = @WITH_MEM_DEBUG@ | |
341 WITH_MODULES = @WITH_MODULES@ | |
342 WITH_TRIO = @WITH_TRIO@ | |
343 WITH_XSLT_DEBUG = @WITH_XSLT_DEBUG@ | |
344 XMLLINT = @XMLLINT@ | |
345 XML_CONFIG = @XML_CONFIG@ | |
346 XSLTPROC = @XSLTPROC@ | |
347 XSLTPROCDV = @XSLTPROCDV@ | |
348 XSLT_INCLUDEDIR = @XSLT_INCLUDEDIR@ | |
349 XSLT_LIBDIR = @XSLT_LIBDIR@ | |
350 XSLT_LIBS = @XSLT_LIBS@ | |
351 XSLT_LOCALE_WINAPI = @XSLT_LOCALE_WINAPI@ | |
352 XSLT_LOCALE_XLOCALE = @XSLT_LOCALE_XLOCALE@ | |
353 abs_builddir = @abs_builddir@ | |
354 abs_srcdir = @abs_srcdir@ | |
355 abs_top_builddir = @abs_top_builddir@ | |
356 abs_top_srcdir = @abs_top_srcdir@ | |
357 ac_ct_AR = @ac_ct_AR@ | |
358 ac_ct_CC = @ac_ct_CC@ | |
359 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | |
360 am__include = @am__include@ | |
361 am__leading_dot = @am__leading_dot@ | |
362 am__quote = @am__quote@ | |
363 am__tar = @am__tar@ | |
364 am__untar = @am__untar@ | |
365 bindir = @bindir@ | |
366 build = @build@ | |
367 build_alias = @build_alias@ | |
368 build_cpu = @build_cpu@ | |
369 build_os = @build_os@ | |
370 build_vendor = @build_vendor@ | |
371 builddir = @builddir@ | |
372 datadir = @datadir@ | |
373 datarootdir = @datarootdir@ | |
374 docdir = @docdir@ | |
375 dvidir = @dvidir@ | |
376 exec_prefix = @exec_prefix@ | |
377 host = @host@ | |
378 host_alias = @host_alias@ | |
379 host_cpu = @host_cpu@ | |
380 host_os = @host_os@ | |
381 host_vendor = @host_vendor@ | |
382 htmldir = @htmldir@ | |
383 includedir = @includedir@ | |
384 infodir = @infodir@ | |
385 install_sh = @install_sh@ | |
386 libdir = @libdir@ | |
387 libexecdir = @libexecdir@ | |
388 localedir = @localedir@ | |
389 localstatedir = @localstatedir@ | |
390 mandir = @mandir@ | |
391 mkdir_p = @mkdir_p@ | |
392 oldincludedir = @oldincludedir@ | |
393 pdfdir = @pdfdir@ | |
394 prefix = @prefix@ | |
395 program_transform_name = @program_transform_name@ | |
396 psdir = @psdir@ | |
397 pythondir = @pythondir@ | |
398 sbindir = @sbindir@ | |
399 sharedstatedir = @sharedstatedir@ | |
400 srcdir = @srcdir@ | |
401 sysconfdir = @sysconfdir@ | |
402 target_alias = @target_alias@ | |
403 top_build_prefix = @top_build_prefix@ | |
404 top_builddir = @top_builddir@ | |
405 top_srcdir = @top_srcdir@ | |
406 SUBDIRS = \ | |
407 libxslt \ | |
408 libexslt \ | |
409 xsltproc \ | |
410 doc \ | |
411 $(PYTHON_SUBDIR) \ | |
412 tests | |
413 | |
414 DIST_SUBDIRS = libxslt libexslt xsltproc python doc tests | |
415 confexecdir = $(libdir) | |
416 confexec_DATA = xsltConf.sh | |
417 bin_SCRIPTS = xslt-config | |
418 CVS_EXTRA_DIST = | |
419 EXTRA_DIST = xsltConf.sh.in xslt-config.in libxslt.spec libxslt.spec.in \ | |
420 FEATURES TODO Copyright libxslt.m4 \ | |
421 win32/libxslt/libxslt.def win32/libxslt/libxslt.dsw \ | |
422 win32/libxslt/libxslt_so.dsp win32/libxslt/xsltproc.dsp \ | |
423 $(CVS_EXTRA_DIST) | |
424 | |
425 CLEANFILES = xsltConf.sh | |
426 pkgconfigdir = $(libdir)/pkgconfig | |
427 pkgconfig_DATA = libxslt.pc libexslt.pc | |
428 m4datadir = $(datadir)/aclocal | |
429 m4data_DATA = libxslt.m4 | |
430 all: config.h | |
431 $(MAKE) $(AM_MAKEFLAGS) all-recursive | |
432 | |
433 .SUFFIXES: | |
434 am--refresh: Makefile | |
435 @: | |
436 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | |
437 @for dep in $?; do \ | |
438 case '$(am__configure_deps)' in \ | |
439 *$$dep*) \ | |
440 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ | |
441 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ | |
442 && exit 0; \ | |
443 exit 1;; \ | |
444 esac; \ | |
445 done; \ | |
446 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ | |
447 $(am__cd) $(top_srcdir) && \ | |
448 $(AUTOMAKE) --gnu Makefile | |
449 .PRECIOUS: Makefile | |
450 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
451 @case '$?' in \ | |
452 *config.status*) \ | |
453 echo ' $(SHELL) ./config.status'; \ | |
454 $(SHELL) ./config.status;; \ | |
455 *) \ | |
456 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfi
les_maybe)'; \ | |
457 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_may
be);; \ | |
458 esac; | |
459 | |
460 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC
IES) | |
461 $(SHELL) ./config.status --recheck | |
462 | |
463 $(top_srcdir)/configure: $(am__configure_deps) | |
464 $(am__cd) $(srcdir) && $(AUTOCONF) | |
465 $(ACLOCAL_M4): $(am__aclocal_m4_deps) | |
466 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | |
467 $(am__aclocal_m4_deps): | |
468 | |
469 config.h: stamp-h1 | |
470 @test -f $@ || rm -f stamp-h1 | |
471 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 | |
472 | |
473 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status | |
474 @rm -f stamp-h1 | |
475 cd $(top_builddir) && $(SHELL) ./config.status config.h | |
476 $(srcdir)/config.h.in: $(am__configure_deps) | |
477 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) | |
478 rm -f stamp-h1 | |
479 touch $@ | |
480 | |
481 distclean-hdr: | |
482 -rm -f config.h stamp-h1 | |
483 libxslt.pc: $(top_builddir)/config.status $(srcdir)/libxslt.pc.in | |
484 cd $(top_builddir) && $(SHELL) ./config.status $@ | |
485 libexslt.pc: $(top_builddir)/config.status $(srcdir)/libexslt.pc.in | |
486 cd $(top_builddir) && $(SHELL) ./config.status $@ | |
487 xslt-config: $(top_builddir)/config.status $(srcdir)/xslt-config.in | |
488 cd $(top_builddir) && $(SHELL) ./config.status $@ | |
489 libxslt.spec: $(top_builddir)/config.status $(srcdir)/libxslt.spec.in | |
490 cd $(top_builddir) && $(SHELL) ./config.status $@ | |
491 install-binSCRIPTS: $(bin_SCRIPTS) | |
492 @$(NORMAL_INSTALL) | |
493 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \ | |
494 if test -n "$$list"; then \ | |
495 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ | |
496 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ | |
497 fi; \ | |
498 for p in $$list; do \ | |
499 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |
500 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ | |
501 done | \ | |
502 sed -e 'p;s,.*/,,;n' \ | |
503 -e 'h;s|.*|.|' \ | |
504 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ | |
505 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ | |
506 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ | |
507 if ($$2 == $$4) { files[d] = files[d] " " $$1; \ | |
508 if (++n[d] == $(am__install_max)) { \ | |
509 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ | |
510 else { print "f", d "/" $$4, $$1 } } \ | |
511 END { for (d in files) print "f", d, files[d] }' | \ | |
512 while read type dir files; do \ | |
513 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ | |
514 test -z "$$files" || { \ | |
515 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \ | |
516 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?;
\ | |
517 } \ | |
518 ; done | |
519 | |
520 uninstall-binSCRIPTS: | |
521 @$(NORMAL_UNINSTALL) | |
522 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \ | |
523 files=`for p in $$list; do echo "$$p"; done | \ | |
524 sed -e 's,.*/,,;$(transform)'`; \ | |
525 dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir) | |
526 | |
527 mostlyclean-libtool: | |
528 -rm -f *.lo | |
529 | |
530 clean-libtool: | |
531 -rm -rf .libs _libs | |
532 | |
533 distclean-libtool: | |
534 -rm -f libtool config.lt | |
535 install-confexecDATA: $(confexec_DATA) | |
536 @$(NORMAL_INSTALL) | |
537 @list='$(confexec_DATA)'; test -n "$(confexecdir)" || list=; \ | |
538 if test -n "$$list"; then \ | |
539 echo " $(MKDIR_P) '$(DESTDIR)$(confexecdir)'"; \ | |
540 $(MKDIR_P) "$(DESTDIR)$(confexecdir)" || exit 1; \ | |
541 fi; \ | |
542 for p in $$list; do \ | |
543 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |
544 echo "$$d$$p"; \ | |
545 done | $(am__base_list) | \ | |
546 while read files; do \ | |
547 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(confexecdir)'"; \ | |
548 $(INSTALL_DATA) $$files "$(DESTDIR)$(confexecdir)" || exit $$?; \ | |
549 done | |
550 | |
551 uninstall-confexecDATA: | |
552 @$(NORMAL_UNINSTALL) | |
553 @list='$(confexec_DATA)'; test -n "$(confexecdir)" || list=; \ | |
554 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ | |
555 dir='$(DESTDIR)$(confexecdir)'; $(am__uninstall_files_from_dir) | |
556 install-m4dataDATA: $(m4data_DATA) | |
557 @$(NORMAL_INSTALL) | |
558 @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \ | |
559 if test -n "$$list"; then \ | |
560 echo " $(MKDIR_P) '$(DESTDIR)$(m4datadir)'"; \ | |
561 $(MKDIR_P) "$(DESTDIR)$(m4datadir)" || exit 1; \ | |
562 fi; \ | |
563 for p in $$list; do \ | |
564 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |
565 echo "$$d$$p"; \ | |
566 done | $(am__base_list) | \ | |
567 while read files; do \ | |
568 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(m4datadir)'"; \ | |
569 $(INSTALL_DATA) $$files "$(DESTDIR)$(m4datadir)" || exit $$?; \ | |
570 done | |
571 | |
572 uninstall-m4dataDATA: | |
573 @$(NORMAL_UNINSTALL) | |
574 @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \ | |
575 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ | |
576 dir='$(DESTDIR)$(m4datadir)'; $(am__uninstall_files_from_dir) | |
577 install-pkgconfigDATA: $(pkgconfig_DATA) | |
578 @$(NORMAL_INSTALL) | |
579 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ | |
580 if test -n "$$list"; then \ | |
581 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ | |
582 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ | |
583 fi; \ | |
584 for p in $$list; do \ | |
585 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |
586 echo "$$d$$p"; \ | |
587 done | $(am__base_list) | \ | |
588 while read files; do \ | |
589 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ | |
590 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ | |
591 done | |
592 | |
593 uninstall-pkgconfigDATA: | |
594 @$(NORMAL_UNINSTALL) | |
595 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ | |
596 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ | |
597 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) | |
598 | |
599 # This directory's subdirectories are mostly independent; you can cd | |
600 # into them and run 'make' without going through this Makefile. | |
601 # To change the values of 'make' variables: instead of editing Makefiles, | |
602 # (1) if the variable is set in 'config.status', edit 'config.status' | |
603 # (which will cause the Makefiles to be regenerated when you run 'make'); | |
604 # (2) otherwise, pass the desired values on the 'make' command line. | |
605 $(am__recursive_targets): | |
606 @fail=; \ | |
607 if $(am__make_keepgoing); then \ | |
608 failcom='fail=yes'; \ | |
609 else \ | |
610 failcom='exit 1'; \ | |
611 fi; \ | |
612 dot_seen=no; \ | |
613 target=`echo $@ | sed s/-recursive//`; \ | |
614 case "$@" in \ | |
615 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | |
616 *) list='$(SUBDIRS)' ;; \ | |
617 esac; \ | |
618 for subdir in $$list; do \ | |
619 echo "Making $$target in $$subdir"; \ | |
620 if test "$$subdir" = "."; then \ | |
621 dot_seen=yes; \ | |
622 local_target="$$target-am"; \ | |
623 else \ | |
624 local_target="$$target"; \ | |
625 fi; \ | |
626 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
627 || eval $$failcom; \ | |
628 done; \ | |
629 if test "$$dot_seen" = "no"; then \ | |
630 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | |
631 fi; test -z "$$fail" | |
632 | |
633 ID: $(am__tagged_files) | |
634 $(am__define_uniq_tagged_files); mkid -fID $$unique | |
635 tags: tags-recursive | |
636 TAGS: tags | |
637 | |
638 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | |
639 set x; \ | |
640 here=`pwd`; \ | |
641 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ | |
642 include_option=--etags-include; \ | |
643 empty_fix=.; \ | |
644 else \ | |
645 include_option=--include; \ | |
646 empty_fix=; \ | |
647 fi; \ | |
648 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
649 if test "$$subdir" = .; then :; else \ | |
650 test ! -f $$subdir/TAGS || \ | |
651 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ | |
652 fi; \ | |
653 done; \ | |
654 $(am__define_uniq_tagged_files); \ | |
655 shift; \ | |
656 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | |
657 test -n "$$unique" || unique=$$empty_fix; \ | |
658 if test $$# -gt 0; then \ | |
659 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
660 "$$@" $$unique; \ | |
661 else \ | |
662 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
663 $$unique; \ | |
664 fi; \ | |
665 fi | |
666 ctags: ctags-recursive | |
667 | |
668 CTAGS: ctags | |
669 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | |
670 $(am__define_uniq_tagged_files); \ | |
671 test -z "$(CTAGS_ARGS)$$unique" \ | |
672 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
673 $$unique | |
674 | |
675 GTAGS: | |
676 here=`$(am__cd) $(top_builddir) && pwd` \ | |
677 && $(am__cd) $(top_srcdir) \ | |
678 && gtags -i $(GTAGS_ARGS) "$$here" | |
679 cscope: cscope.files | |
680 test ! -s cscope.files \ | |
681 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(
CSCOPE_ARGS) | |
682 clean-cscope: | |
683 -rm -f cscope.files | |
684 cscope.files: clean-cscope cscopelist | |
685 cscopelist: cscopelist-recursive | |
686 | |
687 cscopelist-am: $(am__tagged_files) | |
688 list='$(am__tagged_files)'; \ | |
689 case "$(srcdir)" in \ | |
690 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ | |
691 *) sdir=$(subdir)/$(srcdir) ;; \ | |
692 esac; \ | |
693 for i in $$list; do \ | |
694 if test -f "$$i"; then \ | |
695 echo "$(subdir)/$$i"; \ | |
696 else \ | |
697 echo "$$sdir/$$i"; \ | |
698 fi; \ | |
699 done >> $(top_builddir)/cscope.files | |
700 | |
701 distclean-tags: | |
702 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
703 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files | |
704 | |
705 distdir: $(DISTFILES) | |
706 $(am__remove_distdir) | |
707 test -d "$(distdir)" || mkdir "$(distdir)" | |
708 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
709 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
710 list='$(DISTFILES)'; \ | |
711 dist_files=`for file in $$list; do echo $$file; done | \ | |
712 sed -e "s|^$$srcdirstrip/||;t" \ | |
713 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |
714 case $$dist_files in \ | |
715 */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
716 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
717 sort -u` ;; \ | |
718 esac; \ | |
719 for file in $$dist_files; do \ | |
720 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
721 if test -d $$d/$$file; then \ | |
722 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
723 if test -d "$(distdir)/$$file"; then \ | |
724 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {}
\;; \ | |
725 fi; \ | |
726 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
727 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | |
728 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {}
\;; \ | |
729 fi; \ | |
730 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | |
731 else \ | |
732 test -f "$(distdir)/$$file" \ | |
733 || cp -p $$d/$$file "$(distdir)/$$file" \ | |
734 || exit 1; \ | |
735 fi; \ | |
736 done | |
737 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | |
738 if test "$$subdir" = .; then :; else \ | |
739 $(am__make_dryrun) \ | |
740 || test -d "$(distdir)/$$subdir" \ | |
741 || $(MKDIR_P) "$(distdir)/$$subdir" \ | |
742 || exit 1; \ | |
743 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ | |
744 $(am__relativize); \ | |
745 new_distdir=$$reldir; \ | |
746 dir1=$$subdir; dir2="$(top_distdir)"; \ | |
747 $(am__relativize); \ | |
748 new_top_distdir=$$reldir; \ | |
749 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_to
p_distdir" distdir="$$new_distdir" \\"; \ | |
750 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mod
e_fix=: distdir)"; \ | |
751 ($(am__cd) $$subdir && \ | |
752 $(MAKE) $(AM_MAKEFLAGS) \ | |
753 top_distdir="$$new_top_distdir" \ | |
754 distdir="$$new_distdir" \ | |
755 am__remove_distdir=: \ | |
756 am__skip_length_check=: \ | |
757 am__skip_mode_fix=: \ | |
758 distdir) \ | |
759 || exit 1; \ | |
760 fi; \ | |
761 done | |
762 $(MAKE) $(AM_MAKEFLAGS) \ | |
763 top_distdir="$(top_distdir)" distdir="$(distdir)" \ | |
764 dist-hook | |
765 -test -n "$(am__skip_mode_fix)" \ | |
766 || find "$(distdir)" -type d ! -perm -755 \ | |
767 -exec chmod u+rwx,go+rx {} \; -o \ | |
768 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ | |
769 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ | |
770 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ | |
771 || chmod -R a+r "$(distdir)" | |
772 dist-gzip: distdir | |
773 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).t
ar.gz | |
774 $(am__post_remove_distdir) | |
775 | |
776 dist-bzip2: distdir | |
777 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir
).tar.bz2 | |
778 $(am__post_remove_distdir) | |
779 | |
780 dist-lzip: distdir | |
781 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).ta
r.lz | |
782 $(am__post_remove_distdir) | |
783 | |
784 dist-xz: distdir | |
785 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir)
.tar.xz | |
786 $(am__post_remove_distdir) | |
787 | |
788 dist-tarZ: distdir | |
789 @echo WARNING: "Support for shar distribution archives is" \ | |
790 "deprecated." >&2 | |
791 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 | |
792 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z | |
793 $(am__post_remove_distdir) | |
794 | |
795 dist-shar: distdir | |
796 @echo WARNING: "Support for distribution archives compressed with" \ | |
797 "legacy program 'compress' is deprecated." >&2 | |
798 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 | |
799 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz | |
800 $(am__post_remove_distdir) | |
801 | |
802 dist-zip: distdir | |
803 -rm -f $(distdir).zip | |
804 zip -rq $(distdir).zip $(distdir) | |
805 $(am__post_remove_distdir) | |
806 | |
807 dist dist-all: | |
808 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' | |
809 $(am__post_remove_distdir) | |
810 | |
811 # This target untars the dist file and tries a VPATH configuration. Then | |
812 # it guarantees that the distribution is self-contained by making another | |
813 # tarfile. | |
814 distcheck: dist | |
815 case '$(DIST_ARCHIVES)' in \ | |
816 *.tar.gz*) \ | |
817 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ | |
818 *.tar.bz2*) \ | |
819 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ | |
820 *.tar.lz*) \ | |
821 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ | |
822 *.tar.xz*) \ | |
823 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ | |
824 *.tar.Z*) \ | |
825 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ | |
826 *.shar.gz*) \ | |
827 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ | |
828 *.zip*) \ | |
829 unzip $(distdir).zip ;;\ | |
830 esac | |
831 chmod -R a-w $(distdir) | |
832 chmod u+w $(distdir) | |
833 mkdir $(distdir)/_build $(distdir)/_inst | |
834 chmod a-w $(distdir) | |
835 test -d $(distdir)/_build || exit 0; \ | |
836 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:
[\\/],/,'` \ | |
837 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ | |
838 && am__cwd=`pwd` \ | |
839 && $(am__cd) $(distdir)/_build \ | |
840 && ../configure \ | |
841 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ | |
842 $(DISTCHECK_CONFIGURE_FLAGS) \ | |
843 --srcdir=.. --prefix="$$dc_install_base" \ | |
844 && $(MAKE) $(AM_MAKEFLAGS) \ | |
845 && $(MAKE) $(AM_MAKEFLAGS) dvi \ | |
846 && $(MAKE) $(AM_MAKEFLAGS) check \ | |
847 && $(MAKE) $(AM_MAKEFLAGS) install \ | |
848 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | |
849 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ | |
850 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base"
\ | |
851 distuninstallcheck \ | |
852 && chmod -R a-w "$$dc_install_base" \ | |
853 && ({ \ | |
854 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ | |
855 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ | |
856 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ | |
857 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ | |
858 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ | |
859 } || { rm -rf "$$dc_destdir"; exit 1; }) \ | |
860 && rm -rf "$$dc_destdir" \ | |
861 && $(MAKE) $(AM_MAKEFLAGS) dist \ | |
862 && rm -rf $(DIST_ARCHIVES) \ | |
863 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ | |
864 && cd "$$am__cwd" \ | |
865 || exit 1 | |
866 $(am__post_remove_distdir) | |
867 @(echo "$(distdir) archives ready for distribution: "; \ | |
868 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ | |
869 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' | |
870 distuninstallcheck: | |
871 @test -n '$(distuninstallcheck_dir)' || { \ | |
872 echo 'ERROR: trying to run $@ with an empty' \ | |
873 '$$(distuninstallcheck_dir)' >&2; \ | |
874 exit 1; \ | |
875 }; \ | |
876 $(am__cd) '$(distuninstallcheck_dir)' || { \ | |
877 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ | |
878 exit 1; \ | |
879 }; \ | |
880 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ | |
881 || { echo "ERROR: files left after uninstall:" ; \ | |
882 if test -n "$(DESTDIR)"; then \ | |
883 echo " (check DESTDIR support)"; \ | |
884 fi ; \ | |
885 $(distuninstallcheck_listfiles) ; \ | |
886 exit 1; } >&2 | |
887 distcleancheck: distclean | |
888 @if test '$(srcdir)' = . ; then \ | |
889 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ | |
890 exit 1 ; \ | |
891 fi | |
892 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ | |
893 || { echo "ERROR: files left in build directory after distclean:" ; \ | |
894 $(distcleancheck_listfiles) ; \ | |
895 exit 1; } >&2 | |
896 check-am: all-am | |
897 $(MAKE) $(AM_MAKEFLAGS) check-local | |
898 check: check-recursive | |
899 all-am: Makefile $(SCRIPTS) $(DATA) config.h | |
900 installdirs: installdirs-recursive | |
901 installdirs-am: | |
902 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(confexecdir)" "$(DESTDIR)$
(m4datadir)" "$(DESTDIR)$(pkgconfigdir)"; do \ | |
903 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | |
904 done | |
905 install: install-recursive | |
906 install-exec: install-exec-recursive | |
907 install-data: install-data-recursive | |
908 uninstall: uninstall-recursive | |
909 | |
910 install-am: all-am | |
911 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
912 | |
913 installcheck: installcheck-recursive | |
914 install-strip: | |
915 if test -z '$(STRIP)'; then \ | |
916 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
917 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s
\ | |
918 install; \ | |
919 else \ | |
920 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
921 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s
\ | |
922 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | |
923 fi | |
924 mostlyclean-generic: | |
925 | |
926 clean-generic: | |
927 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) | |
928 | |
929 distclean-generic: | |
930 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
931 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f
$(CONFIG_CLEAN_VPATH_FILES) | |
932 | |
933 maintainer-clean-generic: | |
934 @echo "This command is intended for maintainers to use" | |
935 @echo "it deletes files that may require special tools to rebuild." | |
936 clean: clean-recursive | |
937 | |
938 clean-am: clean-generic clean-libtool mostlyclean-am | |
939 | |
940 distclean: distclean-recursive | |
941 -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |
942 -rm -f Makefile | |
943 distclean-am: clean-am distclean-generic distclean-hdr \ | |
944 distclean-libtool distclean-tags | |
945 | |
946 dvi: dvi-recursive | |
947 | |
948 dvi-am: | |
949 | |
950 html: html-recursive | |
951 | |
952 html-am: | |
953 | |
954 info: info-recursive | |
955 | |
956 info-am: | |
957 | |
958 install-data-am: install-m4dataDATA install-pkgconfigDATA | |
959 | |
960 install-dvi: install-dvi-recursive | |
961 | |
962 install-dvi-am: | |
963 | |
964 install-exec-am: install-binSCRIPTS install-confexecDATA | |
965 | |
966 install-html: install-html-recursive | |
967 | |
968 install-html-am: | |
969 | |
970 install-info: install-info-recursive | |
971 | |
972 install-info-am: | |
973 | |
974 install-man: | |
975 | |
976 install-pdf: install-pdf-recursive | |
977 | |
978 install-pdf-am: | |
979 | |
980 install-ps: install-ps-recursive | |
981 | |
982 install-ps-am: | |
983 | |
984 installcheck-am: | |
985 | |
986 maintainer-clean: maintainer-clean-recursive | |
987 -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |
988 -rm -rf $(top_srcdir)/autom4te.cache | |
989 -rm -f Makefile | |
990 maintainer-clean-am: distclean-am maintainer-clean-generic | |
991 | |
992 mostlyclean: mostlyclean-recursive | |
993 | |
994 mostlyclean-am: mostlyclean-generic mostlyclean-libtool | |
995 | |
996 pdf: pdf-recursive | |
997 | |
998 pdf-am: | |
999 | |
1000 ps: ps-recursive | |
1001 | |
1002 ps-am: | |
1003 | |
1004 uninstall-am: uninstall-binSCRIPTS uninstall-confexecDATA \ | |
1005 uninstall-m4dataDATA uninstall-pkgconfigDATA | |
1006 | |
1007 .MAKE: $(am__recursive_targets) all check-am install-am install-strip | |
1008 | |
1009 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ | |
1010 am--refresh check check-am check-local clean clean-cscope \ | |
1011 clean-generic clean-libtool cscope cscopelist-am ctags \ | |
1012 ctags-am dist dist-all dist-bzip2 dist-gzip dist-hook \ | |
1013 dist-lzip dist-shar dist-tarZ dist-xz dist-zip distcheck \ | |
1014 distclean distclean-generic distclean-hdr distclean-libtool \ | |
1015 distclean-tags distcleancheck distdir distuninstallcheck dvi \ | |
1016 dvi-am html html-am info info-am install install-am \ | |
1017 install-binSCRIPTS install-confexecDATA install-data \ | |
1018 install-data-am install-dvi install-dvi-am install-exec \ | |
1019 install-exec-am install-html install-html-am install-info \ | |
1020 install-info-am install-m4dataDATA install-man install-pdf \ | |
1021 install-pdf-am install-pkgconfigDATA install-ps install-ps-am \ | |
1022 install-strip installcheck installcheck-am installdirs \ | |
1023 installdirs-am maintainer-clean maintainer-clean-generic \ | |
1024 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ | |
1025 ps ps-am tags tags-am uninstall uninstall-am \ | |
1026 uninstall-binSCRIPTS uninstall-confexecDATA \ | |
1027 uninstall-m4dataDATA uninstall-pkgconfigDATA | |
1028 | |
1029 | |
1030 dist-hook: cleanup libxslt.spec | |
1031 touch $(distdir)/doc/*.xml | |
1032 touch $(distdir)/doc/EXSLT/*.xml | |
1033 touch $(distdir)/libxslt/*.syms | |
1034 (cd $(srcdir) ; tar -cf - --exclude CVS --exclude .svn win32 vms example
s) | (cd $(distdir); tar xf -) | |
1035 | |
1036 xsltConf.sh: xsltConf.sh.in Makefile | |
1037 sed -e 's?\@XSLT_LIBDIR\@?$(XSLT_LIBDIR)?g' \ | |
1038 -e 's?\@XSLT_INCLUDEDIR\@?$(XSLT_INCLUDEDIR)?g' \ | |
1039 -e 's?\@VERSION\@?$(VERSION)?g' \ | |
1040 -e 's?\@XSLT_LIBS\@?$(XSLT_LIBS) $(EXTRA_LIBS)?g' \ | |
1041 < $(srcdir)/xsltConf.sh.in > xsltConf.tmp \ | |
1042 && mv xsltConf.tmp xsltConf.sh | |
1043 | |
1044 check-local: tests | |
1045 | |
1046 dummy: | |
1047 | |
1048 tests: dummy | |
1049 @echo '## Running the regression test suite' | |
1050 @(cd tests ; $(MAKE) tests) | |
1051 @(cd xsltproc ; $(MAKE) tests) | |
1052 @(if [ "$(PYTHON_SUBDIR)" != "" ] ; then cd python ; $(MAKE) tests ; fi) | |
1053 | |
1054 valgrind: | |
1055 @echo '## Running the regression tests under Valgrind' | |
1056 @echo '## Go get a cup of coffee it is gonna take a while ...' | |
1057 @(cd tests ; $(MAKE) CHECKER='libtool --mode=execute valgrind -q --leak-
check=full' tests) | |
1058 @(cd xsltproc ; $(MAKE) CHECKER='libtool --mode=execute valgrind -q --le
ak-check=full' tests) | |
1059 | |
1060 cleanup: | |
1061 -@(find . -name .\#\* -exec rm {} \;) | |
1062 | |
1063 cleantar: | |
1064 @(rm -f libxslt*.tar.gz) | |
1065 | |
1066 rpm: cleantar | |
1067 @(unset CDPATH ; $(MAKE) dist && rpmbuild -ta $(distdir).tar.gz) | |
1068 | |
1069 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
1070 # Otherwise a system limit (for SysV at least) may be exceeded. | |
1071 .NOEXPORT: | |
OLD | NEW |