~ubuntu-branches/ubuntu/natty/libxslt/natty

« back to all changes in this revision

Viewing changes to tests/exslt/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-01-19 13:15:06 UTC
  • mfrom: (9.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100119131506-cp3debjmuhm12lzi
Tags: 1.1.26-1ubuntu1
Merge with Debian; remaining changes:
Build a python-libxslt1-dbg package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
13
14
# PARTICULAR PURPOSE.
14
15
 
15
16
@SET_MAKE@
16
 
srcdir = @srcdir@
17
 
top_srcdir = @top_srcdir@
18
17
VPATH = @srcdir@
19
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
20
20
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
22
 
top_builddir = ../..
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
INSTALL = @INSTALL@
25
23
install_sh_DATA = $(install_sh) -c -m 644
26
24
install_sh_PROGRAM = $(install_sh) -c
27
25
install_sh_SCRIPT = $(install_sh) -c
44
42
mkinstalldirs = $(install_sh) -d
45
43
CONFIG_HEADER = $(top_builddir)/config.h
46
44
CONFIG_CLEAN_FILES =
 
45
CONFIG_CLEAN_VPATH_FILES =
47
46
SOURCES =
48
47
DIST_SOURCES =
49
48
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
50
49
        html-recursive info-recursive install-data-recursive \
51
 
        install-exec-recursive install-info-recursive \
52
 
        install-recursive installcheck-recursive installdirs-recursive \
53
 
        pdf-recursive ps-recursive uninstall-info-recursive \
54
 
        uninstall-recursive
 
50
        install-dvi-recursive install-exec-recursive \
 
51
        install-html-recursive install-info-recursive \
 
52
        install-pdf-recursive install-ps-recursive install-recursive \
 
53
        installcheck-recursive installdirs-recursive pdf-recursive \
 
54
        ps-recursive uninstall-recursive
 
55
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
56
  distclean-recursive maintainer-clean-recursive
 
57
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
58
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
59
        distdir
55
60
ETAGS = etags
56
61
CTAGS = ctags
57
62
DIST_SUBDIRS = $(SUBDIRS)
58
63
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
64
am__relativize = \
 
65
  dir0=`pwd`; \
 
66
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
67
  sed_rest='s,^[^/]*/*,,'; \
 
68
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
69
  sed_butlast='s,/*[^/]*$$,,'; \
 
70
  while test -n "$$dir1"; do \
 
71
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
72
    if test "$$first" != "."; then \
 
73
      if test "$$first" = ".."; then \
 
74
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
75
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
76
      else \
 
77
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
78
        if test "$$first2" = "$$first"; then \
 
79
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
80
        else \
 
81
          dir2="../$$dir2"; \
 
82
        fi; \
 
83
        dir0="$$dir0"/"$$first"; \
 
84
      fi; \
 
85
    fi; \
 
86
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
87
  done; \
 
88
  reldir="$$dir2"
59
89
ACLOCAL = @ACLOCAL@
60
 
AMDEP_FALSE = @AMDEP_FALSE@
61
 
AMDEP_TRUE = @AMDEP_TRUE@
62
90
AMTAR = @AMTAR@
63
91
AR = @AR@
 
92
AS = @AS@
64
93
AUTOCONF = @AUTOCONF@
65
94
AUTOHEADER = @AUTOHEADER@
66
95
AUTOMAKE = @AUTOMAKE@
70
99
CFLAGS = @CFLAGS@
71
100
CPP = @CPP@
72
101
CPPFLAGS = @CPPFLAGS@
73
 
CXX = @CXX@
74
 
CXXCPP = @CXXCPP@
75
 
CXXDEPMODE = @CXXDEPMODE@
76
 
CXXFLAGS = @CXXFLAGS@
77
102
CYGPATH_W = @CYGPATH_W@
78
103
DEFS = @DEFS@
79
104
DEPDIR = @DEPDIR@
 
105
DLLTOOL = @DLLTOOL@
80
106
DSYMUTIL = @DSYMUTIL@
81
 
ECHO = @ECHO@
 
107
DUMPBIN = @DUMPBIN@
82
108
ECHO_C = @ECHO_C@
83
109
ECHO_N = @ECHO_N@
84
110
ECHO_T = @ECHO_T@
88
114
EXSLT_LIBDIR = @EXSLT_LIBDIR@
89
115
EXSLT_LIBS = @EXSLT_LIBS@
90
116
EXTRA_LIBS = @EXTRA_LIBS@
91
 
F77 = @F77@
92
 
FFLAGS = @FFLAGS@
 
117
FGREP = @FGREP@
93
118
GREP = @GREP@
94
119
HTML_DIR = @HTML_DIR@
 
120
INSTALL = @INSTALL@
95
121
INSTALL_DATA = @INSTALL_DATA@
96
122
INSTALL_PROGRAM = @INSTALL_PROGRAM@
97
123
INSTALL_SCRIPT = @INSTALL_SCRIPT@
98
124
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
125
LD = @LD@
99
126
LDFLAGS = @LDFLAGS@
100
127
LIBEXSLT_MAJOR_VERSION = @LIBEXSLT_MAJOR_VERSION@
101
128
LIBEXSLT_MICRO_VERSION = @LIBEXSLT_MICRO_VERSION@
123
150
LIBXSLT_VERSION_EXTRA = @LIBXSLT_VERSION_EXTRA@
124
151
LIBXSLT_VERSION_INFO = @LIBXSLT_VERSION_INFO@
125
152
LIBXSLT_VERSION_NUMBER = @LIBXSLT_VERSION_NUMBER@
 
153
LIPO = @LIPO@
126
154
LN_S = @LN_S@
127
155
LTLIBOBJS = @LTLIBOBJS@
128
156
MAINT = @MAINT@
129
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
130
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
131
157
MAKEINFO = @MAKEINFO@
 
158
MKDIR_P = @MKDIR_P@
132
159
MV = @MV@
133
160
M_LIBS = @M_LIBS@
 
161
NM = @NM@
134
162
NMEDIT = @NMEDIT@
 
163
OBJDUMP = @OBJDUMP@
135
164
OBJEXT = @OBJEXT@
 
165
OTOOL = @OTOOL@
 
166
OTOOL64 = @OTOOL64@
136
167
PACKAGE = @PACKAGE@
137
168
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
138
169
PACKAGE_NAME = @PACKAGE_NAME@
139
170
PACKAGE_STRING = @PACKAGE_STRING@
140
171
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
172
PACKAGE_URL = @PACKAGE_URL@
141
173
PACKAGE_VERSION = @PACKAGE_VERSION@
142
174
PATH_SEPARATOR = @PATH_SEPARATOR@
143
175
PERL = @PERL@
156
188
STATIC_BINARIES = @STATIC_BINARIES@
157
189
STRIP = @STRIP@
158
190
TAR = @TAR@
 
191
THREAD_LIBS = @THREAD_LIBS@
159
192
VERSION = @VERSION@
 
193
VERSION_SCRIPT_FLAGS = @VERSION_SCRIPT_FLAGS@
160
194
WIN32_EXTRA_LDFLAGS = @WIN32_EXTRA_LDFLAGS@
161
195
WIN32_EXTRA_LIBADD = @WIN32_EXTRA_LIBADD@
162
196
WITH_CRYPTO = @WITH_CRYPTO@
163
197
WITH_DEBUGGER = @WITH_DEBUGGER@
164
 
WITH_DEBUGGER_FALSE = @WITH_DEBUGGER_FALSE@
165
 
WITH_DEBUGGER_TRUE = @WITH_DEBUGGER_TRUE@
166
198
WITH_MEM_DEBUG = @WITH_MEM_DEBUG@
167
199
WITH_MODULES = @WITH_MODULES@
168
 
WITH_MODULES_FALSE = @WITH_MODULES_FALSE@
169
 
WITH_MODULES_TRUE = @WITH_MODULES_TRUE@
170
 
WITH_PERL_FALSE = @WITH_PERL_FALSE@
171
 
WITH_PERL_TRUE = @WITH_PERL_TRUE@
172
 
WITH_PYTHON_FALSE = @WITH_PYTHON_FALSE@
173
 
WITH_PYTHON_TRUE = @WITH_PYTHON_TRUE@
174
200
WITH_TRIO = @WITH_TRIO@
175
201
WITH_XSLT_DEBUG = @WITH_XSLT_DEBUG@
 
202
XMLLINT = @XMLLINT@
176
203
XML_CONFIG = @XML_CONFIG@
 
204
XSLTPROC = @XSLTPROC@
177
205
XSLTPROCDV = @XSLTPROCDV@
178
206
XSLT_INCLUDEDIR = @XSLT_INCLUDEDIR@
179
207
XSLT_LIBDIR = @XSLT_LIBDIR@
180
208
XSLT_LIBS = @XSLT_LIBS@
 
209
XSLT_LOCALE_WINAPI = @XSLT_LOCALE_WINAPI@
 
210
XSLT_LOCALE_XLOCALE = @XSLT_LOCALE_XLOCALE@
 
211
abs_builddir = @abs_builddir@
 
212
abs_srcdir = @abs_srcdir@
 
213
abs_top_builddir = @abs_top_builddir@
 
214
abs_top_srcdir = @abs_top_srcdir@
181
215
ac_ct_CC = @ac_ct_CC@
182
 
ac_ct_CXX = @ac_ct_CXX@
183
 
ac_ct_F77 = @ac_ct_F77@
184
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
185
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
186
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
187
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
216
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
188
217
am__include = @am__include@
189
218
am__leading_dot = @am__leading_dot@
190
219
am__quote = @am__quote@
196
225
build_cpu = @build_cpu@
197
226
build_os = @build_os@
198
227
build_vendor = @build_vendor@
 
228
builddir = @builddir@
199
229
datadir = @datadir@
200
230
datarootdir = @datarootdir@
201
231
docdir = @docdir@
214
244
libexecdir = @libexecdir@
215
245
localedir = @localedir@
216
246
localstatedir = @localstatedir@
 
247
lt_ECHO = @lt_ECHO@
217
248
mandir = @mandir@
218
249
mkdir_p = @mkdir_p@
219
250
oldincludedir = @oldincludedir@
224
255
pythondir = @pythondir@
225
256
sbindir = @sbindir@
226
257
sharedstatedir = @sharedstatedir@
 
258
srcdir = @srcdir@
227
259
sysconfdir = @sysconfdir@
228
260
target_alias = @target_alias@
 
261
top_build_prefix = @top_build_prefix@
 
262
top_builddir = @top_builddir@
 
263
top_srcdir = @top_srcdir@
229
264
SUBDIRS = common functions math sets strings dynamic date
230
265
all: all-recursive
231
266
 
234
269
        @for dep in $?; do \
235
270
          case '$(am__configure_deps)' in \
236
271
            *$$dep*) \
237
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
238
 
                && exit 0; \
 
272
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
273
                && { if test -f $@; then exit 0; else break; fi; }; \
239
274
              exit 1;; \
240
275
          esac; \
241
276
        done; \
242
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tests/exslt/Makefile'; \
243
 
        cd $(top_srcdir) && \
244
 
          $(AUTOMAKE) --foreign  tests/exslt/Makefile
 
277
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/exslt/Makefile'; \
 
278
        $(am__cd) $(top_srcdir) && \
 
279
          $(AUTOMAKE) --foreign tests/exslt/Makefile
245
280
.PRECIOUS: Makefile
246
281
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
247
282
        @case '$?' in \
259
294
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
260
295
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
261
296
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
297
$(am__aclocal_m4_deps):
262
298
 
263
299
mostlyclean-libtool:
264
300
        -rm -f *.lo
266
302
clean-libtool:
267
303
        -rm -rf .libs _libs
268
304
 
269
 
distclean-libtool:
270
 
        -rm -f libtool
271
 
uninstall-info-am:
272
 
 
273
305
# This directory's subdirectories are mostly independent; you can cd
274
306
# into them and run `make' without going through this Makefile.
275
307
# To change the values of `make' variables: instead of editing Makefiles,
294
326
          else \
295
327
            local_target="$$target"; \
296
328
          fi; \
297
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
329
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
298
330
          || eval $$failcom; \
299
331
        done; \
300
332
        if test "$$dot_seen" = "no"; then \
301
333
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
302
334
        fi; test -z "$$fail"
303
335
 
304
 
mostlyclean-recursive clean-recursive distclean-recursive \
305
 
maintainer-clean-recursive:
 
336
$(RECURSIVE_CLEAN_TARGETS):
306
337
        @failcom='exit 1'; \
307
338
        for f in x $$MAKEFLAGS; do \
308
339
          case $$f in \
329
360
          else \
330
361
            local_target="$$target"; \
331
362
          fi; \
332
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
363
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
333
364
          || eval $$failcom; \
334
365
        done && test -z "$$fail"
335
366
tags-recursive:
336
367
        list='$(SUBDIRS)'; for subdir in $$list; do \
337
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
368
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
338
369
        done
339
370
ctags-recursive:
340
371
        list='$(SUBDIRS)'; for subdir in $$list; do \
341
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
372
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
342
373
        done
343
374
 
344
375
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
346
377
        unique=`for i in $$list; do \
347
378
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
348
379
          done | \
349
 
          $(AWK) '    { files[$$0] = 1; } \
350
 
               END { for (i in files) print i; }'`; \
 
380
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
381
              END { if (nonempty) { for (i in files) print i; }; }'`; \
351
382
        mkid -fID $$unique
352
383
tags: TAGS
353
384
 
354
385
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
355
386
                $(TAGS_FILES) $(LISP)
356
 
        tags=; \
 
387
        set x; \
357
388
        here=`pwd`; \
358
389
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
359
390
          include_option=--etags-include; \
365
396
        list='$(SUBDIRS)'; for subdir in $$list; do \
366
397
          if test "$$subdir" = .; then :; else \
367
398
            test ! -f $$subdir/TAGS || \
368
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
399
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
369
400
          fi; \
370
401
        done; \
371
402
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
372
403
        unique=`for i in $$list; do \
373
404
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
374
405
          done | \
375
 
          $(AWK) '    { files[$$0] = 1; } \
376
 
               END { for (i in files) print i; }'`; \
377
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
406
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
407
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
408
        shift; \
 
409
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
378
410
          test -n "$$unique" || unique=$$empty_fix; \
379
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
380
 
            $$tags $$unique; \
 
411
          if test $$# -gt 0; then \
 
412
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
413
              "$$@" $$unique; \
 
414
          else \
 
415
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
416
              $$unique; \
 
417
          fi; \
381
418
        fi
382
419
ctags: CTAGS
383
420
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
384
421
                $(TAGS_FILES) $(LISP)
385
 
        tags=; \
386
 
        here=`pwd`; \
387
422
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
388
423
        unique=`for i in $$list; do \
389
424
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
390
425
          done | \
391
 
          $(AWK) '    { files[$$0] = 1; } \
392
 
               END { for (i in files) print i; }'`; \
393
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
426
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
427
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
428
        test -z "$(CTAGS_ARGS)$$unique" \
394
429
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
395
 
             $$tags $$unique
 
430
             $$unique
396
431
 
397
432
GTAGS:
398
433
        here=`$(am__cd) $(top_builddir) && pwd` \
399
 
          && cd $(top_srcdir) \
400
 
          && gtags -i $(GTAGS_ARGS) $$here
 
434
          && $(am__cd) $(top_srcdir) \
 
435
          && gtags -i $(GTAGS_ARGS) "$$here"
401
436
 
402
437
distclean-tags:
403
438
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
404
439
 
405
440
distdir: $(DISTFILES)
406
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
407
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
408
 
        list='$(DISTFILES)'; for file in $$list; do \
409
 
          case $$file in \
410
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
411
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
412
 
          esac; \
 
441
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
442
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
443
        list='$(DISTFILES)'; \
 
444
          dist_files=`for file in $$list; do echo $$file; done | \
 
445
          sed -e "s|^$$srcdirstrip/||;t" \
 
446
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
447
        case $$dist_files in \
 
448
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
449
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
450
                           sort -u` ;; \
 
451
        esac; \
 
452
        for file in $$dist_files; do \
413
453
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
414
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
415
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
416
 
            dir="/$$dir"; \
417
 
            $(mkdir_p) "$(distdir)$$dir"; \
418
 
          else \
419
 
            dir=''; \
420
 
          fi; \
421
454
          if test -d $$d/$$file; then \
 
455
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
456
            if test -d "$(distdir)/$$file"; then \
 
457
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
458
            fi; \
422
459
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
423
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
460
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
461
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
424
462
            fi; \
425
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
463
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
426
464
          else \
427
 
            test -f $(distdir)/$$file \
428
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
465
            test -f "$(distdir)/$$file" \
 
466
            || cp -p $$d/$$file "$(distdir)/$$file" \
429
467
            || exit 1; \
430
468
          fi; \
431
469
        done
432
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
470
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
433
471
          if test "$$subdir" = .; then :; else \
434
472
            test -d "$(distdir)/$$subdir" \
435
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
473
            || $(MKDIR_P) "$(distdir)/$$subdir" \
436
474
            || exit 1; \
437
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
438
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
439
 
            (cd $$subdir && \
 
475
          fi; \
 
476
        done
 
477
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
478
          if test "$$subdir" = .; then :; else \
 
479
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
480
            $(am__relativize); \
 
481
            new_distdir=$$reldir; \
 
482
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
483
            $(am__relativize); \
 
484
            new_top_distdir=$$reldir; \
 
485
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
486
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
487
            ($(am__cd) $$subdir && \
440
488
              $(MAKE) $(AM_MAKEFLAGS) \
441
 
                top_distdir="$$top_distdir" \
442
 
                distdir="$$distdir/$$subdir" \
 
489
                top_distdir="$$new_top_distdir" \
 
490
                distdir="$$new_distdir" \
 
491
                am__remove_distdir=: \
 
492
                am__skip_length_check=: \
 
493
                am__skip_mode_fix=: \
443
494
                distdir) \
444
495
              || exit 1; \
445
496
          fi; \
469
520
 
470
521
distclean-generic:
471
522
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
523
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
472
524
 
473
525
maintainer-clean-generic:
474
526
        @echo "This command is intended for maintainers to use"
479
531
 
480
532
distclean: distclean-recursive
481
533
        -rm -f Makefile
482
 
distclean-am: clean-am distclean-generic distclean-libtool \
483
 
        distclean-tags
 
534
distclean-am: clean-am distclean-generic distclean-tags
484
535
 
485
536
dvi: dvi-recursive
486
537
 
488
539
 
489
540
html: html-recursive
490
541
 
 
542
html-am:
 
543
 
491
544
info: info-recursive
492
545
 
493
546
info-am:
494
547
 
495
548
install-data-am:
496
549
 
 
550
install-dvi: install-dvi-recursive
 
551
 
 
552
install-dvi-am:
 
553
 
497
554
install-exec-am:
498
555
 
 
556
install-html: install-html-recursive
 
557
 
 
558
install-html-am:
 
559
 
499
560
install-info: install-info-recursive
500
561
 
 
562
install-info-am:
 
563
 
501
564
install-man:
502
565
 
 
566
install-pdf: install-pdf-recursive
 
567
 
 
568
install-pdf-am:
 
569
 
 
570
install-ps: install-ps-recursive
 
571
 
 
572
install-ps-am:
 
573
 
503
574
installcheck-am:
504
575
 
505
576
maintainer-clean: maintainer-clean-recursive
518
589
 
519
590
ps-am:
520
591
 
521
 
uninstall-am: uninstall-info-am
522
 
 
523
 
uninstall-info: uninstall-info-recursive
524
 
 
525
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
526
 
        clean clean-generic clean-libtool clean-recursive ctags \
527
 
        ctags-recursive distclean distclean-generic distclean-libtool \
528
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
592
uninstall-am:
 
593
 
 
594
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
595
        install-am install-strip tags-recursive
 
596
 
 
597
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
598
        all all-am check check-am clean clean-generic clean-libtool \
 
599
        ctags ctags-recursive distclean distclean-generic \
 
600
        distclean-libtool distclean-tags distdir dvi dvi-am html \
529
601
        html-am info info-am install install-am install-data \
530
 
        install-data-am install-exec install-exec-am install-info \
531
 
        install-info-am install-man install-strip installcheck \
 
602
        install-data-am install-dvi install-dvi-am install-exec \
 
603
        install-exec-am install-html install-html-am install-info \
 
604
        install-info-am install-man install-pdf install-pdf-am \
 
605
        install-ps install-ps-am install-strip installcheck \
532
606
        installcheck-am installdirs installdirs-am maintainer-clean \
533
 
        maintainer-clean-generic maintainer-clean-recursive \
534
 
        mostlyclean mostlyclean-generic mostlyclean-libtool \
535
 
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
536
 
        uninstall uninstall-am uninstall-info-am
 
607
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
608
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
609
        uninstall uninstall-am
537
610
 
538
611
 
539
612
all:
544
617
valgrind:
545
618
        @echo '## Running the regression tests under Valgrind'
546
619
        $(MAKE) CHECKER='valgrind -q' tests
 
620
 
547
621
# Tell versions [3.59,3.63) of GNU make to not export all variables.
548
622
# Otherwise a system limit (for SysV at least) may be exceeded.
549
623
.NOEXPORT: