Imported Upstream version 1.1.32
[platform/upstream/libxslt.git] / tests / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 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 VPATH = @srcdir@
17 am__is_gnu_make = { \
18   if test -z '$(MAKELEVEL)'; then \
19     false; \
20   elif test -n '$(MAKE_HOST)'; then \
21     true; \
22   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23     true; \
24   else \
25     false; \
26   fi; \
27 }
28 am__make_running_with_option = \
29   case $${target_option-} in \
30       ?) ;; \
31       *) echo "am__make_running_with_option: internal error: invalid" \
32               "target option '$${target_option-}' specified" >&2; \
33          exit 1;; \
34   esac; \
35   has_opt=no; \
36   sane_makeflags=$$MAKEFLAGS; \
37   if $(am__is_gnu_make); then \
38     sane_makeflags=$$MFLAGS; \
39   else \
40     case $$MAKEFLAGS in \
41       *\\[\ \   ]*) \
42         bs=\\; \
43         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
45     esac; \
46   fi; \
47   skip_next=no; \
48   strip_trailopt () \
49   { \
50     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51   }; \
52   for flg in $$sane_makeflags; do \
53     test $$skip_next = yes && { skip_next=no; continue; }; \
54     case $$flg in \
55       *=*|--*) continue;; \
56         -*I) strip_trailopt 'I'; skip_next=yes;; \
57       -*I?*) strip_trailopt 'I';; \
58         -*O) strip_trailopt 'O'; skip_next=yes;; \
59       -*O?*) strip_trailopt 'O';; \
60         -*l) strip_trailopt 'l'; skip_next=yes;; \
61       -*l?*) strip_trailopt 'l';; \
62       -[dEDm]) skip_next=yes;; \
63       -[JT]) skip_next=yes;; \
64     esac; \
65     case $$flg in \
66       *$$target_option*) has_opt=yes; break;; \
67     esac; \
68   done; \
69   test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 subdir = tests
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
93 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
94         $(ACLOCAL_M4)
95 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
96 mkinstalldirs = $(install_sh) -d
97 CONFIG_HEADER = $(top_builddir)/config.h
98 CONFIG_CLEAN_FILES =
99 CONFIG_CLEAN_VPATH_FILES =
100 AM_V_P = $(am__v_P_@AM_V@)
101 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
102 am__v_P_0 = false
103 am__v_P_1 = :
104 AM_V_GEN = $(am__v_GEN_@AM_V@)
105 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
106 am__v_GEN_0 = @echo "  GEN     " $@;
107 am__v_GEN_1 = 
108 AM_V_at = $(am__v_at_@AM_V@)
109 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
110 am__v_at_0 = @
111 am__v_at_1 = 
112 SOURCES =
113 DIST_SOURCES =
114 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
115         ctags-recursive dvi-recursive html-recursive info-recursive \
116         install-data-recursive install-dvi-recursive \
117         install-exec-recursive install-html-recursive \
118         install-info-recursive install-pdf-recursive \
119         install-ps-recursive install-recursive installcheck-recursive \
120         installdirs-recursive pdf-recursive ps-recursive \
121         tags-recursive uninstall-recursive
122 am__can_run_installinfo = \
123   case $$AM_UPDATE_INFO_DIR in \
124     n|no|NO) false;; \
125     *) (install-info --version) >/dev/null 2>&1;; \
126   esac
127 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
128   distclean-recursive maintainer-clean-recursive
129 am__recursive_targets = \
130   $(RECURSIVE_TARGETS) \
131   $(RECURSIVE_CLEAN_TARGETS) \
132   $(am__extra_recursive_targets)
133 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
134         distdir
135 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
136 # Read a list of newline-separated strings from the standard input,
137 # and print each of them once, without duplicates.  Input order is
138 # *not* preserved.
139 am__uniquify_input = $(AWK) '\
140   BEGIN { nonempty = 0; } \
141   { items[$$0] = 1; nonempty = 1; } \
142   END { if (nonempty) { for (i in items) print i; }; } \
143 '
144 # Make sure the list of sources is unique.  This is necessary because,
145 # e.g., the same source file might be shared among _SOURCES variables
146 # for different programs/libraries.
147 am__define_uniq_tagged_files = \
148   list='$(am__tagged_files)'; \
149   unique=`for i in $$list; do \
150     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
151   done | $(am__uniquify_input)`
152 ETAGS = etags
153 CTAGS = ctags
154 DIST_SUBDIRS = $(SUBDIRS)
155 am__DIST_COMMON = $(srcdir)/Makefile.in
156 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
157 am__relativize = \
158   dir0=`pwd`; \
159   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
160   sed_rest='s,^[^/]*/*,,'; \
161   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
162   sed_butlast='s,/*[^/]*$$,,'; \
163   while test -n "$$dir1"; do \
164     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
165     if test "$$first" != "."; then \
166       if test "$$first" = ".."; then \
167         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
168         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
169       else \
170         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
171         if test "$$first2" = "$$first"; then \
172           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
173         else \
174           dir2="../$$dir2"; \
175         fi; \
176         dir0="$$dir0"/"$$first"; \
177       fi; \
178     fi; \
179     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
180   done; \
181   reldir="$$dir2"
182 ACLOCAL = @ACLOCAL@
183 AMTAR = @AMTAR@
184 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
185 AR = @AR@
186 AS = @AS@
187 AUTOCONF = @AUTOCONF@
188 AUTOHEADER = @AUTOHEADER@
189 AUTOMAKE = @AUTOMAKE@
190 AWK = @AWK@
191 CC = @CC@
192 CCDEPMODE = @CCDEPMODE@
193 CFLAGS = @CFLAGS@
194 CPP = @CPP@
195 CPPFLAGS = @CPPFLAGS@
196 CRYPTO_TESTDIR = @CRYPTO_TESTDIR@
197 CYGPATH_W = @CYGPATH_W@
198 DEFS = @DEFS@
199 DEPDIR = @DEPDIR@
200 DLLTOOL = @DLLTOOL@
201 DSYMUTIL = @DSYMUTIL@
202 DUMPBIN = @DUMPBIN@
203 ECHO_C = @ECHO_C@
204 ECHO_N = @ECHO_N@
205 ECHO_T = @ECHO_T@
206 EGREP = @EGREP@
207 EXEEXT = @EXEEXT@
208 EXSLT_INCLUDEDIR = @EXSLT_INCLUDEDIR@
209 EXSLT_LIBDIR = @EXSLT_LIBDIR@
210 EXSLT_LIBS = @EXSLT_LIBS@
211 EXTRA_LIBS = @EXTRA_LIBS@
212 FGREP = @FGREP@
213 GREP = @GREP@
214 HTML_DIR = @HTML_DIR@
215 INSTALL = @INSTALL@
216 INSTALL_DATA = @INSTALL_DATA@
217 INSTALL_PROGRAM = @INSTALL_PROGRAM@
218 INSTALL_SCRIPT = @INSTALL_SCRIPT@
219 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
220 LD = @LD@
221 LDFLAGS = @LDFLAGS@
222 LIBEXSLT_MAJOR_VERSION = @LIBEXSLT_MAJOR_VERSION@
223 LIBEXSLT_MICRO_VERSION = @LIBEXSLT_MICRO_VERSION@
224 LIBEXSLT_MINOR_VERSION = @LIBEXSLT_MINOR_VERSION@
225 LIBEXSLT_VERSION = @LIBEXSLT_VERSION@
226 LIBEXSLT_VERSION_EXTRA = @LIBEXSLT_VERSION_EXTRA@
227 LIBEXSLT_VERSION_INFO = @LIBEXSLT_VERSION_INFO@
228 LIBEXSLT_VERSION_NUMBER = @LIBEXSLT_VERSION_NUMBER@
229 LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
230 LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
231 LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
232 LIBOBJS = @LIBOBJS@
233 LIBS = @LIBS@
234 LIBTOOL = @LIBTOOL@
235 LIBXML_CFLAGS = @LIBXML_CFLAGS@
236 LIBXML_LIBS = @LIBXML_LIBS@
237 LIBXML_REQUIRED_VERSION = @LIBXML_REQUIRED_VERSION@
238 LIBXML_SRC = @LIBXML_SRC@
239 LIBXSLT_DEFAULT_PLUGINS_PATH = @LIBXSLT_DEFAULT_PLUGINS_PATH@
240 LIBXSLT_MAJOR_MINOR_VERSION = @LIBXSLT_MAJOR_MINOR_VERSION@
241 LIBXSLT_MAJOR_VERSION = @LIBXSLT_MAJOR_VERSION@
242 LIBXSLT_MICRO_VERSION = @LIBXSLT_MICRO_VERSION@
243 LIBXSLT_MINOR_VERSION = @LIBXSLT_MINOR_VERSION@
244 LIBXSLT_VERSION = @LIBXSLT_VERSION@
245 LIBXSLT_VERSION_EXTRA = @LIBXSLT_VERSION_EXTRA@
246 LIBXSLT_VERSION_INFO = @LIBXSLT_VERSION_INFO@
247 LIBXSLT_VERSION_NUMBER = @LIBXSLT_VERSION_NUMBER@
248 LIPO = @LIPO@
249 LN_S = @LN_S@
250 LTLIBOBJS = @LTLIBOBJS@
251 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
252 MAKEINFO = @MAKEINFO@
253 MANIFEST_TOOL = @MANIFEST_TOOL@
254 MKDIR_P = @MKDIR_P@
255 M_LIBS = @M_LIBS@
256 NM = @NM@
257 NMEDIT = @NMEDIT@
258 OBJDUMP = @OBJDUMP@
259 OBJEXT = @OBJEXT@
260 OTOOL = @OTOOL@
261 OTOOL64 = @OTOOL64@
262 PACKAGE = @PACKAGE@
263 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
264 PACKAGE_NAME = @PACKAGE_NAME@
265 PACKAGE_STRING = @PACKAGE_STRING@
266 PACKAGE_TARNAME = @PACKAGE_TARNAME@
267 PACKAGE_URL = @PACKAGE_URL@
268 PACKAGE_VERSION = @PACKAGE_VERSION@
269 PATH_SEPARATOR = @PATH_SEPARATOR@
270 PERL = @PERL@
271 PKG_CONFIG = @PKG_CONFIG@
272 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
273 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
274 PYTHON = @PYTHON@
275 PYTHONSODV = @PYTHONSODV@
276 PYTHON_INCLUDES = @PYTHON_INCLUDES@
277 PYTHON_LIBS = @PYTHON_LIBS@
278 PYTHON_SITE_PACKAGES = @PYTHON_SITE_PACKAGES@
279 PYTHON_SUBDIR = @PYTHON_SUBDIR@
280 PYTHON_VERSION = @PYTHON_VERSION@
281 RANLIB = @RANLIB@
282 RELDATE = @RELDATE@
283 SED = @SED@
284 SET_MAKE = @SET_MAKE@
285 SHELL = @SHELL@
286 STRIP = @STRIP@
287 THREAD_LIBS = @THREAD_LIBS@
288 VERSION = @VERSION@
289 VERSION_SCRIPT_FLAGS = @VERSION_SCRIPT_FLAGS@
290 WIN32_EXTRA_LDFLAGS = @WIN32_EXTRA_LDFLAGS@
291 WIN32_EXTRA_LIBADD = @WIN32_EXTRA_LIBADD@
292 WITH_CRYPTO = @WITH_CRYPTO@
293 WITH_DEBUGGER = @WITH_DEBUGGER@
294 WITH_MEM_DEBUG = @WITH_MEM_DEBUG@
295 WITH_MODULES = @WITH_MODULES@
296 WITH_TRIO = @WITH_TRIO@
297 WITH_XSLT_DEBUG = @WITH_XSLT_DEBUG@
298 XMLLINT = @XMLLINT@
299 XML_CONFIG = @XML_CONFIG@
300 XSLTPROC = @XSLTPROC@
301 XSLTPROCDV = @XSLTPROCDV@
302 XSLT_INCLUDEDIR = @XSLT_INCLUDEDIR@
303 XSLT_LIBDIR = @XSLT_LIBDIR@
304 XSLT_LIBS = @XSLT_LIBS@
305 abs_builddir = @abs_builddir@
306 abs_srcdir = @abs_srcdir@
307 abs_top_builddir = @abs_top_builddir@
308 abs_top_srcdir = @abs_top_srcdir@
309 ac_ct_AR = @ac_ct_AR@
310 ac_ct_CC = @ac_ct_CC@
311 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
312 am__include = @am__include@
313 am__leading_dot = @am__leading_dot@
314 am__quote = @am__quote@
315 am__tar = @am__tar@
316 am__untar = @am__untar@
317 bindir = @bindir@
318 build = @build@
319 build_alias = @build_alias@
320 build_cpu = @build_cpu@
321 build_os = @build_os@
322 build_vendor = @build_vendor@
323 builddir = @builddir@
324 datadir = @datadir@
325 datarootdir = @datarootdir@
326 docdir = @docdir@
327 dvidir = @dvidir@
328 exec_prefix = @exec_prefix@
329 host = @host@
330 host_alias = @host_alias@
331 host_cpu = @host_cpu@
332 host_os = @host_os@
333 host_vendor = @host_vendor@
334 htmldir = @htmldir@
335 includedir = @includedir@
336 infodir = @infodir@
337 install_sh = @install_sh@
338 libdir = @libdir@
339 libexecdir = @libexecdir@
340 localedir = @localedir@
341 localstatedir = @localstatedir@
342 mandir = @mandir@
343 mkdir_p = @mkdir_p@
344 oldincludedir = @oldincludedir@
345 pdfdir = @pdfdir@
346 prefix = @prefix@
347 program_transform_name = @program_transform_name@
348 psdir = @psdir@
349 pythondir = @pythondir@
350 sbindir = @sbindir@
351 sharedstatedir = @sharedstatedir@
352 srcdir = @srcdir@
353 sysconfdir = @sysconfdir@
354 target_alias = @target_alias@
355 top_build_prefix = @top_build_prefix@
356 top_builddir = @top_builddir@
357 top_srcdir = @top_srcdir@
358 SUBDIRS = docs REC1 REC2 REC general namespaces keys numbers documents \
359         extensions reports xmlspec multiple xinclude XSLTMark docbook \
360         exslt plugins
361
362 all: all-recursive
363
364 .SUFFIXES:
365 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
366         @for dep in $?; do \
367           case '$(am__configure_deps)' in \
368             *$$dep*) \
369               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
370                 && { if test -f $@; then exit 0; else break; fi; }; \
371               exit 1;; \
372           esac; \
373         done; \
374         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
375         $(am__cd) $(top_srcdir) && \
376           $(AUTOMAKE) --foreign tests/Makefile
377 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
378         @case '$?' in \
379           *config.status*) \
380             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
381           *) \
382             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
383             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
384         esac;
385
386 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
387         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
388
389 $(top_srcdir)/configure:  $(am__configure_deps)
390         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
391 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
392         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
393 $(am__aclocal_m4_deps):
394
395 mostlyclean-libtool:
396         -rm -f *.lo
397
398 clean-libtool:
399         -rm -rf .libs _libs
400
401 # This directory's subdirectories are mostly independent; you can cd
402 # into them and run 'make' without going through this Makefile.
403 # To change the values of 'make' variables: instead of editing Makefiles,
404 # (1) if the variable is set in 'config.status', edit 'config.status'
405 #     (which will cause the Makefiles to be regenerated when you run 'make');
406 # (2) otherwise, pass the desired values on the 'make' command line.
407 $(am__recursive_targets):
408         @fail=; \
409         if $(am__make_keepgoing); then \
410           failcom='fail=yes'; \
411         else \
412           failcom='exit 1'; \
413         fi; \
414         dot_seen=no; \
415         target=`echo $@ | sed s/-recursive//`; \
416         case "$@" in \
417           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
418           *) list='$(SUBDIRS)' ;; \
419         esac; \
420         for subdir in $$list; do \
421           echo "Making $$target in $$subdir"; \
422           if test "$$subdir" = "."; then \
423             dot_seen=yes; \
424             local_target="$$target-am"; \
425           else \
426             local_target="$$target"; \
427           fi; \
428           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
429           || eval $$failcom; \
430         done; \
431         if test "$$dot_seen" = "no"; then \
432           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
433         fi; test -z "$$fail"
434
435 ID: $(am__tagged_files)
436         $(am__define_uniq_tagged_files); mkid -fID $$unique
437 tags: tags-recursive
438 TAGS: tags
439
440 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
441         set x; \
442         here=`pwd`; \
443         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
444           include_option=--etags-include; \
445           empty_fix=.; \
446         else \
447           include_option=--include; \
448           empty_fix=; \
449         fi; \
450         list='$(SUBDIRS)'; for subdir in $$list; do \
451           if test "$$subdir" = .; then :; else \
452             test ! -f $$subdir/TAGS || \
453               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
454           fi; \
455         done; \
456         $(am__define_uniq_tagged_files); \
457         shift; \
458         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
459           test -n "$$unique" || unique=$$empty_fix; \
460           if test $$# -gt 0; then \
461             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
462               "$$@" $$unique; \
463           else \
464             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
465               $$unique; \
466           fi; \
467         fi
468 ctags: ctags-recursive
469
470 CTAGS: ctags
471 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
472         $(am__define_uniq_tagged_files); \
473         test -z "$(CTAGS_ARGS)$$unique" \
474           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
475              $$unique
476
477 GTAGS:
478         here=`$(am__cd) $(top_builddir) && pwd` \
479           && $(am__cd) $(top_srcdir) \
480           && gtags -i $(GTAGS_ARGS) "$$here"
481 cscopelist: cscopelist-recursive
482
483 cscopelist-am: $(am__tagged_files)
484         list='$(am__tagged_files)'; \
485         case "$(srcdir)" in \
486           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
487           *) sdir=$(subdir)/$(srcdir) ;; \
488         esac; \
489         for i in $$list; do \
490           if test -f "$$i"; then \
491             echo "$(subdir)/$$i"; \
492           else \
493             echo "$$sdir/$$i"; \
494           fi; \
495         done >> $(top_builddir)/cscope.files
496
497 distclean-tags:
498         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
499
500 distdir: $(DISTFILES)
501         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
502         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
503         list='$(DISTFILES)'; \
504           dist_files=`for file in $$list; do echo $$file; done | \
505           sed -e "s|^$$srcdirstrip/||;t" \
506               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
507         case $$dist_files in \
508           */*) $(MKDIR_P) `echo "$$dist_files" | \
509                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
510                            sort -u` ;; \
511         esac; \
512         for file in $$dist_files; do \
513           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
514           if test -d $$d/$$file; then \
515             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
516             if test -d "$(distdir)/$$file"; then \
517               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
518             fi; \
519             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
520               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
521               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
522             fi; \
523             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
524           else \
525             test -f "$(distdir)/$$file" \
526             || cp -p $$d/$$file "$(distdir)/$$file" \
527             || exit 1; \
528           fi; \
529         done
530         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
531           if test "$$subdir" = .; then :; else \
532             $(am__make_dryrun) \
533               || test -d "$(distdir)/$$subdir" \
534               || $(MKDIR_P) "$(distdir)/$$subdir" \
535               || exit 1; \
536             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
537             $(am__relativize); \
538             new_distdir=$$reldir; \
539             dir1=$$subdir; dir2="$(top_distdir)"; \
540             $(am__relativize); \
541             new_top_distdir=$$reldir; \
542             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
543             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
544             ($(am__cd) $$subdir && \
545               $(MAKE) $(AM_MAKEFLAGS) \
546                 top_distdir="$$new_top_distdir" \
547                 distdir="$$new_distdir" \
548                 am__remove_distdir=: \
549                 am__skip_length_check=: \
550                 am__skip_mode_fix=: \
551                 distdir) \
552               || exit 1; \
553           fi; \
554         done
555 check-am: all-am
556 check: check-recursive
557 all-am: Makefile
558 installdirs: installdirs-recursive
559 installdirs-am:
560 install: install-recursive
561 install-exec: install-exec-recursive
562 install-data: install-data-recursive
563 uninstall: uninstall-recursive
564
565 install-am: all-am
566         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
567
568 installcheck: installcheck-recursive
569 install-strip:
570         if test -z '$(STRIP)'; then \
571           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
572             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
573               install; \
574         else \
575           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
576             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
577             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
578         fi
579 mostlyclean-generic:
580
581 clean-generic:
582
583 distclean-generic:
584         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
585         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
586
587 maintainer-clean-generic:
588         @echo "This command is intended for maintainers to use"
589         @echo "it deletes files that may require special tools to rebuild."
590 clean: clean-recursive
591
592 clean-am: clean-generic clean-libtool mostlyclean-am
593
594 distclean: distclean-recursive
595         -rm -f Makefile
596 distclean-am: clean-am distclean-generic distclean-tags
597
598 dvi: dvi-recursive
599
600 dvi-am:
601
602 html: html-recursive
603
604 html-am:
605
606 info: info-recursive
607
608 info-am:
609
610 install-data-am:
611
612 install-dvi: install-dvi-recursive
613
614 install-dvi-am:
615
616 install-exec-am:
617
618 install-html: install-html-recursive
619
620 install-html-am:
621
622 install-info: install-info-recursive
623
624 install-info-am:
625
626 install-man:
627
628 install-pdf: install-pdf-recursive
629
630 install-pdf-am:
631
632 install-ps: install-ps-recursive
633
634 install-ps-am:
635
636 installcheck-am:
637
638 maintainer-clean: maintainer-clean-recursive
639         -rm -f Makefile
640 maintainer-clean-am: distclean-am maintainer-clean-generic
641
642 mostlyclean: mostlyclean-recursive
643
644 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
645
646 pdf: pdf-recursive
647
648 pdf-am:
649
650 ps: ps-recursive
651
652 ps-am:
653
654 uninstall-am:
655
656 .MAKE: $(am__recursive_targets) install-am install-strip
657
658 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
659         check-am clean clean-generic clean-libtool cscopelist-am ctags \
660         ctags-am distclean distclean-generic distclean-libtool \
661         distclean-tags distdir dvi dvi-am html html-am info info-am \
662         install install-am install-data install-data-am install-dvi \
663         install-dvi-am install-exec install-exec-am install-html \
664         install-html-am install-info install-info-am install-man \
665         install-pdf install-pdf-am install-ps install-ps-am \
666         install-strip installcheck installcheck-am installdirs \
667         installdirs-am maintainer-clean maintainer-clean-generic \
668         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
669         ps ps-am tags tags-am uninstall uninstall-am
670
671 .PRECIOUS: Makefile
672
673
674 all:
675
676 # Each subdirectory has it's own Makefile to cater for the unique
677 # requirements of that subdirectory.  In general, xsltproc will be
678 # run on the *.xsl / *.xml file combinations, and the output of that
679 # run will be compared with the "expected" output contained in *.out
680 # and (if errors are expected) in *.err
681 test tests:
682         @(cur=`pwd` ; for dir in $(SUBDIRS) ; do cd $$dir ; $(MAKE) CHECKER='$(CHECKER)' tests ; cd $$cur ; done)
683
684 valgrind:
685         @echo '## Running the regression tests under Valgrind'
686         @echo '## Go get a cup of coffee it is gonna take a while ...'
687         $(MAKE) CHECKER='libtool --mode=execute valgrind -q --leak-check=full' tests
688
689 full: tests docbook_tests
690
691 docbook_tests:
692         @(cd docbook ; $(MAKE) full)
693
694 # Tell versions [3.59,3.63) of GNU make to not export all variables.
695 # Otherwise a system limit (for SysV at least) may be exceeded.
696 .NOEXPORT: