~ubuntu-branches/debian/sid/subunit/sid

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2012-04-08 21:44:01 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120408214401-7uyuh0zhx7lvpp7j
Tags: 0.0.7+bzr162-1
* New upstream snapshot.
 + Fixes compatibility with current versions of testtools. Closes: #669491
* Support installation for multiple python versions.
* Include egg-info for python-subunit. LP: #893620
* Add python3-subunit package.
* Bump standards version to 3.9.3 (no changes).
* Use machine parseable format for copyright file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
7
 
# This Makefile.in is free software; the Free Software Foundation
8
 
# gives unlimited permission to copy and/or distribute it,
9
 
# with or without modifications, as long as this notice is preserved.
10
 
 
11
 
# This program is distributed in the hope that it will be useful,
12
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
 
# PARTICULAR PURPOSE.
15
 
 
16
 
@SET_MAKE@
17
 
 
18
 
 
19
 
 
20
 
 
21
 
VPATH = @srcdir@
22
 
pkgdatadir = $(datadir)/@PACKAGE@
23
 
pkgincludedir = $(includedir)/@PACKAGE@
24
 
pkglibdir = $(libdir)/@PACKAGE@
25
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
26
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27
 
install_sh_DATA = $(install_sh) -c -m 644
28
 
install_sh_PROGRAM = $(install_sh) -c
29
 
install_sh_SCRIPT = $(install_sh) -c
30
 
INSTALL_HEADER = $(INSTALL_DATA)
31
 
transform = $(program_transform_name)
32
 
NORMAL_INSTALL = :
33
 
PRE_INSTALL = :
34
 
POST_INSTALL = :
35
 
NORMAL_UNINSTALL = :
36
 
PRE_UNINSTALL = :
37
 
POST_UNINSTALL = :
38
 
build_triplet = @build@
39
 
host_triplet = @host@
40
 
check_PROGRAMS = c/tests/test_child$(EXEEXT)
41
 
subdir = .
42
 
DIST_COMMON = README $(am__configure_deps) $(dist_bin_SCRIPTS) \
43
 
        $(include_subunit_HEADERS) $(pkgpython_PYTHON) \
44
 
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
45
 
        $(srcdir)/config.h.in $(srcdir)/libcppunit_subunit.pc.in \
46
 
        $(srcdir)/libsubunit.pc.in $(top_srcdir)/configure \
47
 
        $(top_srcdir)/perl/Makefile.PL.in COPYING INSTALL NEWS compile \
48
 
        config.guess config.sub depcomp install-sh ltmain.sh missing \
49
 
        py-compile
50
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
51
 
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
52
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
53
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
54
 
        $(top_srcdir)/configure.ac
55
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
56
 
        $(ACLOCAL_M4)
57
 
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
58
 
 configure.lineno config.status.lineno
59
 
mkinstalldirs = $(install_sh) -d
60
 
CONFIG_HEADER = config.h
61
 
CONFIG_CLEAN_FILES = libsubunit.pc libcppunit_subunit.pc \
62
 
        perl/Makefile.PL
63
 
CONFIG_CLEAN_VPATH_FILES =
64
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
65
 
am__vpath_adj = case $$p in \
66
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
67
 
    *) f=$$p;; \
68
 
  esac;
69
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
70
 
am__install_max = 40
71
 
am__nobase_strip_setup = \
72
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
73
 
am__nobase_strip = \
74
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
75
 
am__nobase_list = $(am__nobase_strip_setup); \
76
 
  for p in $$list; do echo "$$p $$p"; done | \
77
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
78
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
79
 
    if (++n[$$2] == $(am__install_max)) \
80
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
81
 
    END { for (dir in files) print dir, files[dir] }'
82
 
am__base_list = \
83
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
84
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
85
 
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
86
 
        "$(DESTDIR)$(pkgpythondir)" "$(DESTDIR)$(pcdatadir)" \
87
 
        "$(DESTDIR)$(include_subunitdir)"
88
 
LTLIBRARIES = $(lib_LTLIBRARIES)
89
 
libcppunit_subunit_la_LIBADD =
90
 
am__dirstamp = $(am__leading_dot)dirstamp
91
 
am_libcppunit_subunit_la_OBJECTS = c++/SubunitTestProgressListener.lo
92
 
libcppunit_subunit_la_OBJECTS = $(am_libcppunit_subunit_la_OBJECTS)
93
 
libsubunit_la_LIBADD =
94
 
am_libsubunit_la_OBJECTS = c/lib/child.lo
95
 
libsubunit_la_OBJECTS = $(am_libsubunit_la_OBJECTS)
96
 
c_tests_test_child_SOURCES = c/tests/test_child.c
97
 
c_tests_test_child_OBJECTS =  \
98
 
        c/tests/c_tests_test_child-test_child.$(OBJEXT)
99
 
am__DEPENDENCIES_1 = $(top_builddir)/libsubunit.la
100
 
c_tests_test_child_DEPENDENCIES = $(am__DEPENDENCIES_1)
101
 
c_tests_test_child_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
102
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) \
103
 
        $(c_tests_test_child_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
104
 
        $(LDFLAGS) -o $@
105
 
SCRIPTS = $(dist_bin_SCRIPTS)
106
 
DEFAULT_INCLUDES = -I.@am__isrc@
107
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
108
 
am__depfiles_maybe = depfiles
109
 
am__mv = mv -f
110
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
111
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
112
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
113
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
114
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
115
 
CCLD = $(CC)
116
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
117
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
118
 
        $(LDFLAGS) -o $@
119
 
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
120
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
121
 
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
122
 
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
123
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
124
 
CXXLD = $(CXX)
125
 
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
126
 
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
127
 
        $(LDFLAGS) -o $@
128
 
SOURCES = $(libcppunit_subunit_la_SOURCES) $(libsubunit_la_SOURCES) \
129
 
        c/tests/test_child.c
130
 
DIST_SOURCES = $(libcppunit_subunit_la_SOURCES) \
131
 
        $(libsubunit_la_SOURCES) c/tests/test_child.c
132
 
py_compile = $(top_srcdir)/py-compile
133
 
DATA = $(pcdata_DATA)
134
 
HEADERS = $(include_subunit_HEADERS)
135
 
ETAGS = etags
136
 
CTAGS = ctags
137
 
am__tty_colors = \
138
 
red=; grn=; lgn=; blu=; std=
139
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
140
 
distdir = $(PACKAGE)-$(VERSION)
141
 
top_distdir = $(distdir)
142
 
am__remove_distdir = \
143
 
  { test ! -d "$(distdir)" \
144
 
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
145
 
         && rm -fr "$(distdir)"; }; }
146
 
DIST_ARCHIVES = $(distdir).tar.gz
147
 
GZIP_ENV = --best
148
 
distuninstallcheck_listfiles = find . -type f -print
149
 
distcleancheck_listfiles = find . -type f -print
150
 
ACLOCAL = @ACLOCAL@
151
 
AMTAR = @AMTAR@
152
 
AM_CFLAGS = @AM_CFLAGS@
153
 
AM_CXXFLAGS = @AM_CXXFLAGS@
154
 
AR = @AR@
155
 
AUTOCONF = @AUTOCONF@
156
 
AUTOHEADER = @AUTOHEADER@
157
 
AUTOMAKE = @AUTOMAKE@
158
 
AWK = @AWK@
159
 
CC = @CC@
160
 
CCDEPMODE = @CCDEPMODE@
161
 
CFLAGS = @CFLAGS@
162
 
CHECK_CFLAGS = @CHECK_CFLAGS@
163
 
CHECK_LIBS = @CHECK_LIBS@
164
 
CPP = @CPP@
165
 
CPPFLAGS = @CPPFLAGS@
166
 
CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
167
 
CPPUNIT_LIBS = @CPPUNIT_LIBS@
168
 
CXX = @CXX@
169
 
CXXCPP = @CXXCPP@
170
 
CXXDEPMODE = @CXXDEPMODE@
171
 
CXXFLAGS = @CXXFLAGS@
172
 
CYGPATH_W = @CYGPATH_W@
173
 
DEFS = @DEFS@
174
 
DEPDIR = @DEPDIR@
175
 
DSYMUTIL = @DSYMUTIL@
176
 
DUMPBIN = @DUMPBIN@
177
 
ECHO_C = @ECHO_C@
178
 
ECHO_N = @ECHO_N@
179
 
ECHO_T = @ECHO_T@
180
 
EGREP = @EGREP@
181
 
EXEEXT = @EXEEXT@
182
 
FGREP = @FGREP@
183
 
GREP = @GREP@
184
 
INSTALL = @INSTALL@
185
 
INSTALL_DATA = @INSTALL_DATA@
186
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
187
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
188
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
189
 
LD = @LD@
190
 
LDFLAGS = @LDFLAGS@
191
 
LIBOBJS = @LIBOBJS@
192
 
LIBS = @LIBS@
193
 
LIBTOOL = @LIBTOOL@
194
 
LIPO = @LIPO@
195
 
LN_S = @LN_S@
196
 
LTLIBOBJS = @LTLIBOBJS@
197
 
MAKEINFO = @MAKEINFO@
198
 
MKDIR_P = @MKDIR_P@
199
 
NM = @NM@
200
 
NMEDIT = @NMEDIT@
201
 
OBJDUMP = @OBJDUMP@
202
 
OBJEXT = @OBJEXT@
203
 
OTOOL = @OTOOL@
204
 
OTOOL64 = @OTOOL64@
205
 
PACKAGE = @PACKAGE@
206
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
207
 
PACKAGE_NAME = @PACKAGE_NAME@
208
 
PACKAGE_STRING = @PACKAGE_STRING@
209
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
210
 
PACKAGE_URL = @PACKAGE_URL@
211
 
PACKAGE_VERSION = @PACKAGE_VERSION@
212
 
PATH_SEPARATOR = @PATH_SEPARATOR@
213
 
PKG_CONFIG = @PKG_CONFIG@
214
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
215
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
216
 
PYTHON = @PYTHON@
217
 
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
218
 
PYTHON_PLATFORM = @PYTHON_PLATFORM@
219
 
PYTHON_PREFIX = @PYTHON_PREFIX@
220
 
PYTHON_VERSION = @PYTHON_VERSION@
221
 
RANLIB = @RANLIB@
222
 
SED = @SED@
223
 
SET_MAKE = @SET_MAKE@
224
 
SHELL = @SHELL@
225
 
STRIP = @STRIP@
226
 
SUBUNIT_MAJOR_VERSION = @SUBUNIT_MAJOR_VERSION@
227
 
SUBUNIT_MICRO_VERSION = @SUBUNIT_MICRO_VERSION@
228
 
SUBUNIT_MINOR_VERSION = @SUBUNIT_MINOR_VERSION@
229
 
SUBUNIT_VERSION = @SUBUNIT_VERSION@
230
 
VERSION = @VERSION@
231
 
abs_builddir = @abs_builddir@
232
 
abs_srcdir = @abs_srcdir@
233
 
abs_top_builddir = @abs_top_builddir@
234
 
abs_top_srcdir = @abs_top_srcdir@
235
 
ac_ct_CC = @ac_ct_CC@
236
 
ac_ct_CXX = @ac_ct_CXX@
237
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
238
 
am__include = @am__include@
239
 
am__leading_dot = @am__leading_dot@
240
 
am__quote = @am__quote@
241
 
am__tar = @am__tar@
242
 
am__untar = @am__untar@
243
 
bindir = @bindir@
244
 
build = @build@
245
 
build_alias = @build_alias@
246
 
build_cpu = @build_cpu@
247
 
build_os = @build_os@
248
 
build_vendor = @build_vendor@
249
 
builddir = @builddir@
250
 
datadir = @datadir@
251
 
datarootdir = @datarootdir@
252
 
docdir = @docdir@
253
 
dvidir = @dvidir@
254
 
exec_prefix = @exec_prefix@
255
 
host = @host@
256
 
host_alias = @host_alias@
257
 
host_cpu = @host_cpu@
258
 
host_os = @host_os@
259
 
host_vendor = @host_vendor@
260
 
htmldir = @htmldir@
261
 
includedir = @includedir@
262
 
infodir = @infodir@
263
 
install_sh = @install_sh@
264
 
libdir = @libdir@
265
 
libexecdir = @libexecdir@
266
 
localedir = @localedir@
267
 
localstatedir = @localstatedir@
268
 
lt_ECHO = @lt_ECHO@
269
 
mandir = @mandir@
270
 
mkdir_p = @mkdir_p@
271
 
oldincludedir = @oldincludedir@
272
 
pdfdir = @pdfdir@
273
 
pkgpyexecdir = @pkgpyexecdir@
274
 
pkgpythondir = @pkgpythondir@
275
 
prefix = @prefix@
276
 
program_transform_name = @program_transform_name@
277
 
psdir = @psdir@
278
 
pyexecdir = @pyexecdir@
279
 
pythondir = @pythondir@
280
 
sbindir = @sbindir@
281
 
sharedstatedir = @sharedstatedir@
282
 
srcdir = @srcdir@
283
 
sysconfdir = @sysconfdir@
284
 
target_alias = @target_alias@
285
 
top_build_prefix = @top_build_prefix@
286
 
top_builddir = @top_builddir@
287
 
top_srcdir = @top_srcdir@
288
 
EXTRA_DIST = \
289
 
        .bzrignore \
290
 
        Apache-2.0 \
291
 
        BSD \
292
 
        INSTALL \
293
 
        Makefile.am \
294
 
        NEWS \
295
 
        README \
296
 
        c++/README \
297
 
        c/README \
298
 
        c/check-subunit-0.9.3.patch \
299
 
        c/check-subunit-0.9.5.patch \
300
 
        c/check-subunit-0.9.6.patch \
301
 
        perl/Makefile.PL.in \
302
 
        perl/lib/Subunit.pm \
303
 
        perl/lib/Subunit/Diff.pm \
304
 
        perl/subunit-diff \
305
 
        python/iso8601/LICENSE \
306
 
        python/iso8601/README \
307
 
        python/iso8601/README.subunit \
308
 
        python/iso8601/setup.py \
309
 
        python/iso8601/test_iso8601.py \
310
 
        python/subunit/tests/TestUtil.py \
311
 
        python/subunit/tests/__init__.py \
312
 
        python/subunit/tests/sample-script.py \
313
 
        python/subunit/tests/sample-two-script.py \
314
 
        python/subunit/tests/test_chunked.py \
315
 
        python/subunit/tests/test_details.py \
316
 
        python/subunit/tests/test_progress_model.py \
317
 
        python/subunit/tests/test_subunit_filter.py \
318
 
        python/subunit/tests/test_subunit_stats.py \
319
 
        python/subunit/tests/test_subunit_tags.py \
320
 
        python/subunit/tests/test_tap2subunit.py \
321
 
        python/subunit/tests/test_test_protocol.py \
322
 
        python/subunit/tests/test_test_results.py \
323
 
        runtests.py \
324
 
        shell/README \
325
 
        shell/share/subunit.sh \
326
 
        shell/subunit-ui.patch \
327
 
        shell/tests/test_function_output.sh \
328
 
        shell/tests/test_source_library.sh
329
 
 
330
 
ACLOCAL_AMFLAGS = -I m4
331
 
include_subunitdir = $(includedir)/subunit
332
 
dist_bin_SCRIPTS = \
333
 
        filters/subunit-filter \
334
 
        filters/subunit-ls \
335
 
        filters/subunit-stats \
336
 
        filters/subunit-tags \
337
 
        filters/subunit2gtk \
338
 
        filters/subunit2junitxml \
339
 
        filters/subunit2pyunit \
340
 
        filters/tap2subunit
341
 
 
342
 
TESTS_ENVIRONMENT = SHELL_SHARE='$(top_srcdir)/shell/share/' PYTHONPATH='$(abs_top_srcdir)/python':${PYTHONPATH}
343
 
TESTS = runtests.py $(check_PROGRAMS)
344
 
pcdatadir = $(libdir)/pkgconfig
345
 
pcdata_DATA = \
346
 
        libsubunit.pc \
347
 
        libcppunit_subunit.pc
348
 
 
349
 
pkgpython_PYTHON = \
350
 
        python/subunit/__init__.py \
351
 
        python/subunit/chunked.py \
352
 
        python/subunit/details.py \
353
 
        python/subunit/iso8601.py \
354
 
        python/subunit/progress_model.py \
355
 
        python/subunit/run.py \
356
 
        python/subunit/test_results.py
357
 
 
358
 
lib_LTLIBRARIES = libsubunit.la libcppunit_subunit.la
359
 
include_subunit_HEADERS = \
360
 
        c/include/subunit/child.h \
361
 
        c++/SubunitTestProgressListener.h
362
 
 
363
 
check_SCRIPTS = \
364
 
        runtests.py
365
 
 
366
 
libsubunit_la_SOURCES = \
367
 
        c/lib/child.c \
368
 
        c/include/subunit/child.h
369
 
 
370
 
libcppunit_subunit_la_SOURCES = \
371
 
        c++/SubunitTestProgressListener.cpp \
372
 
        c++/SubunitTestProgressListener.h
373
 
 
374
 
tests_LDADD = @CHECK_LIBS@ $(top_builddir)/libsubunit.la
375
 
c_tests_test_child_CFLAGS = -I$(top_srcdir)/c/include $(SUBUNIT_CFLAGS) @CHECK_CFLAGS@
376
 
c_tests_test_child_LDADD = $(tests_LDADD)
377
 
all: config.h
378
 
        $(MAKE) $(AM_MAKEFLAGS) all-am
379
 
 
380
 
.SUFFIXES:
381
 
.SUFFIXES: .c .cpp .lo .o .obj
382
 
am--refresh:
383
 
        @:
384
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
385
 
        @for dep in $?; do \
386
 
          case '$(am__configure_deps)' in \
387
 
            *$$dep*) \
388
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
389
 
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
390
 
                && exit 0; \
391
 
              exit 1;; \
392
 
          esac; \
393
 
        done; \
394
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
395
 
        $(am__cd) $(top_srcdir) && \
396
 
          $(AUTOMAKE) --foreign Makefile
397
 
.PRECIOUS: Makefile
398
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
399
 
        @case '$?' in \
400
 
          *config.status*) \
401
 
            echo ' $(SHELL) ./config.status'; \
402
 
            $(SHELL) ./config.status;; \
403
 
          *) \
404
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
405
 
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
406
 
        esac;
407
 
 
408
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
409
 
        $(SHELL) ./config.status --recheck
410
 
 
411
 
$(top_srcdir)/configure:  $(am__configure_deps)
412
 
        $(am__cd) $(srcdir) && $(AUTOCONF)
413
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
414
 
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
415
 
$(am__aclocal_m4_deps):
416
 
 
417
 
config.h: stamp-h1
418
 
        @if test ! -f $@; then \
419
 
          rm -f stamp-h1; \
420
 
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
421
 
        else :; fi
422
 
 
423
 
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
424
 
        @rm -f stamp-h1
425
 
        cd $(top_builddir) && $(SHELL) ./config.status config.h
426
 
$(srcdir)/config.h.in:  $(am__configure_deps) 
427
 
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
428
 
        rm -f stamp-h1
429
 
        touch $@
430
 
 
431
 
distclean-hdr:
432
 
        -rm -f config.h stamp-h1
433
 
libsubunit.pc: $(top_builddir)/config.status $(srcdir)/libsubunit.pc.in
434
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
435
 
libcppunit_subunit.pc: $(top_builddir)/config.status $(srcdir)/libcppunit_subunit.pc.in
436
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
437
 
perl/Makefile.PL: $(top_builddir)/config.status $(top_srcdir)/perl/Makefile.PL.in
438
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
439
 
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
440
 
        @$(NORMAL_INSTALL)
441
 
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
442
 
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
443
 
        list2=; for p in $$list; do \
444
 
          if test -f $$p; then \
445
 
            list2="$$list2 $$p"; \
446
 
          else :; fi; \
447
 
        done; \
448
 
        test -z "$$list2" || { \
449
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
450
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
451
 
        }
452
 
 
453
 
uninstall-libLTLIBRARIES:
454
 
        @$(NORMAL_UNINSTALL)
455
 
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
456
 
        for p in $$list; do \
457
 
          $(am__strip_dir) \
458
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
459
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
460
 
        done
461
 
 
462
 
clean-libLTLIBRARIES:
463
 
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
464
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
465
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
466
 
          test "$$dir" != "$$p" || dir=.; \
467
 
          echo "rm -f \"$${dir}/so_locations\""; \
468
 
          rm -f "$${dir}/so_locations"; \
469
 
        done
470
 
c++/$(am__dirstamp):
471
 
        @$(MKDIR_P) c++
472
 
        @: > c++/$(am__dirstamp)
473
 
c++/$(DEPDIR)/$(am__dirstamp):
474
 
        @$(MKDIR_P) c++/$(DEPDIR)
475
 
        @: > c++/$(DEPDIR)/$(am__dirstamp)
476
 
c++/SubunitTestProgressListener.lo: c++/$(am__dirstamp) \
477
 
        c++/$(DEPDIR)/$(am__dirstamp)
478
 
libcppunit_subunit.la: $(libcppunit_subunit_la_OBJECTS) $(libcppunit_subunit_la_DEPENDENCIES) 
479
 
        $(CXXLINK) -rpath $(libdir) $(libcppunit_subunit_la_OBJECTS) $(libcppunit_subunit_la_LIBADD) $(LIBS)
480
 
c/lib/$(am__dirstamp):
481
 
        @$(MKDIR_P) c/lib
482
 
        @: > c/lib/$(am__dirstamp)
483
 
c/lib/$(DEPDIR)/$(am__dirstamp):
484
 
        @$(MKDIR_P) c/lib/$(DEPDIR)
485
 
        @: > c/lib/$(DEPDIR)/$(am__dirstamp)
486
 
c/lib/child.lo: c/lib/$(am__dirstamp) c/lib/$(DEPDIR)/$(am__dirstamp)
487
 
libsubunit.la: $(libsubunit_la_OBJECTS) $(libsubunit_la_DEPENDENCIES) 
488
 
        $(LINK) -rpath $(libdir) $(libsubunit_la_OBJECTS) $(libsubunit_la_LIBADD) $(LIBS)
489
 
 
490
 
clean-checkPROGRAMS:
491
 
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
492
 
        echo " rm -f" $$list; \
493
 
        rm -f $$list || exit $$?; \
494
 
        test -n "$(EXEEXT)" || exit 0; \
495
 
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
496
 
        echo " rm -f" $$list; \
497
 
        rm -f $$list
498
 
c/tests/$(am__dirstamp):
499
 
        @$(MKDIR_P) c/tests
500
 
        @: > c/tests/$(am__dirstamp)
501
 
c/tests/$(DEPDIR)/$(am__dirstamp):
502
 
        @$(MKDIR_P) c/tests/$(DEPDIR)
503
 
        @: > c/tests/$(DEPDIR)/$(am__dirstamp)
504
 
c/tests/c_tests_test_child-test_child.$(OBJEXT):  \
505
 
        c/tests/$(am__dirstamp) c/tests/$(DEPDIR)/$(am__dirstamp)
506
 
c/tests/test_child$(EXEEXT): $(c_tests_test_child_OBJECTS) $(c_tests_test_child_DEPENDENCIES) c/tests/$(am__dirstamp)
507
 
        @rm -f c/tests/test_child$(EXEEXT)
508
 
        $(c_tests_test_child_LINK) $(c_tests_test_child_OBJECTS) $(c_tests_test_child_LDADD) $(LIBS)
509
 
install-dist_binSCRIPTS: $(dist_bin_SCRIPTS)
510
 
        @$(NORMAL_INSTALL)
511
 
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
512
 
        @list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
513
 
        for p in $$list; do \
514
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
515
 
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
516
 
        done | \
517
 
        sed -e 'p;s,.*/,,;n' \
518
 
            -e 'h;s|.*|.|' \
519
 
            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
520
 
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
521
 
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
522
 
            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
523
 
              if (++n[d] == $(am__install_max)) { \
524
 
                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
525
 
            else { print "f", d "/" $$4, $$1 } } \
526
 
          END { for (d in files) print "f", d, files[d] }' | \
527
 
        while read type dir files; do \
528
 
             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
529
 
             test -z "$$files" || { \
530
 
               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
531
 
               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
532
 
             } \
533
 
        ; done
534
 
 
535
 
uninstall-dist_binSCRIPTS:
536
 
        @$(NORMAL_UNINSTALL)
537
 
        @list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
538
 
        files=`for p in $$list; do echo "$$p"; done | \
539
 
               sed -e 's,.*/,,;$(transform)'`; \
540
 
        test -n "$$list" || exit 0; \
541
 
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
542
 
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
543
 
 
544
 
mostlyclean-compile:
545
 
        -rm -f *.$(OBJEXT)
546
 
        -rm -f c++/SubunitTestProgressListener.$(OBJEXT)
547
 
        -rm -f c++/SubunitTestProgressListener.lo
548
 
        -rm -f c/lib/child.$(OBJEXT)
549
 
        -rm -f c/lib/child.lo
550
 
        -rm -f c/tests/c_tests_test_child-test_child.$(OBJEXT)
551
 
 
552
 
distclean-compile:
553
 
        -rm -f *.tab.c
554
 
 
555
 
@AMDEP_TRUE@@am__include@ @am__quote@c++/$(DEPDIR)/SubunitTestProgressListener.Plo@am__quote@
556
 
@AMDEP_TRUE@@am__include@ @am__quote@c/lib/$(DEPDIR)/child.Plo@am__quote@
557
 
@AMDEP_TRUE@@am__include@ @am__quote@c/tests/$(DEPDIR)/c_tests_test_child-test_child.Po@am__quote@
558
 
 
559
 
.c.o:
560
 
@am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
561
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
562
 
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
563
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
564
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
565
 
@am__fastdepCC_FALSE@   $(COMPILE) -c -o $@ $<
566
 
 
567
 
.c.obj:
568
 
@am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
569
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
570
 
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
571
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
572
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
573
 
@am__fastdepCC_FALSE@   $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
574
 
 
575
 
.c.lo:
576
 
@am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
577
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
578
 
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
579
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
580
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
581
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
582
 
 
583
 
c/tests/c_tests_test_child-test_child.o: c/tests/test_child.c
584
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(c_tests_test_child_CFLAGS) $(CFLAGS) -MT c/tests/c_tests_test_child-test_child.o -MD -MP -MF c/tests/$(DEPDIR)/c_tests_test_child-test_child.Tpo -c -o c/tests/c_tests_test_child-test_child.o `test -f 'c/tests/test_child.c' || echo '$(srcdir)/'`c/tests/test_child.c
585
 
@am__fastdepCC_TRUE@    $(am__mv) c/tests/$(DEPDIR)/c_tests_test_child-test_child.Tpo c/tests/$(DEPDIR)/c_tests_test_child-test_child.Po
586
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='c/tests/test_child.c' object='c/tests/c_tests_test_child-test_child.o' libtool=no @AMDEPBACKSLASH@
587
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
588
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(c_tests_test_child_CFLAGS) $(CFLAGS) -c -o c/tests/c_tests_test_child-test_child.o `test -f 'c/tests/test_child.c' || echo '$(srcdir)/'`c/tests/test_child.c
589
 
 
590
 
c/tests/c_tests_test_child-test_child.obj: c/tests/test_child.c
591
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(c_tests_test_child_CFLAGS) $(CFLAGS) -MT c/tests/c_tests_test_child-test_child.obj -MD -MP -MF c/tests/$(DEPDIR)/c_tests_test_child-test_child.Tpo -c -o c/tests/c_tests_test_child-test_child.obj `if test -f 'c/tests/test_child.c'; then $(CYGPATH_W) 'c/tests/test_child.c'; else $(CYGPATH_W) '$(srcdir)/c/tests/test_child.c'; fi`
592
 
@am__fastdepCC_TRUE@    $(am__mv) c/tests/$(DEPDIR)/c_tests_test_child-test_child.Tpo c/tests/$(DEPDIR)/c_tests_test_child-test_child.Po
593
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='c/tests/test_child.c' object='c/tests/c_tests_test_child-test_child.obj' libtool=no @AMDEPBACKSLASH@
594
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
595
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(c_tests_test_child_CFLAGS) $(CFLAGS) -c -o c/tests/c_tests_test_child-test_child.obj `if test -f 'c/tests/test_child.c'; then $(CYGPATH_W) 'c/tests/test_child.c'; else $(CYGPATH_W) '$(srcdir)/c/tests/test_child.c'; fi`
596
 
 
597
 
.cpp.o:
598
 
@am__fastdepCXX_TRUE@   depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
599
 
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
600
 
@am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
601
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
602
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
603
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
604
 
 
605
 
.cpp.obj:
606
 
@am__fastdepCXX_TRUE@   depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
607
 
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
608
 
@am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
609
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
610
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
611
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
612
 
 
613
 
.cpp.lo:
614
 
@am__fastdepCXX_TRUE@   depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
615
 
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
616
 
@am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Plo
617
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
618
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
619
 
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
620
 
 
621
 
mostlyclean-libtool:
622
 
        -rm -f *.lo
623
 
 
624
 
clean-libtool:
625
 
        -rm -rf .libs _libs
626
 
        -rm -rf c++/.libs c++/_libs
627
 
        -rm -rf c/lib/.libs c/lib/_libs
628
 
        -rm -rf c/tests/.libs c/tests/_libs
629
 
 
630
 
distclean-libtool:
631
 
        -rm -f libtool config.lt
632
 
install-pkgpythonPYTHON: $(pkgpython_PYTHON)
633
 
        @$(NORMAL_INSTALL)
634
 
        test -z "$(pkgpythondir)" || $(MKDIR_P) "$(DESTDIR)$(pkgpythondir)"
635
 
        @list='$(pkgpython_PYTHON)'; dlist=; list2=; test -n "$(pkgpythondir)" || list=; \
636
 
        for p in $$list; do \
637
 
          if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
638
 
          if test -f $$b$$p; then \
639
 
            $(am__strip_dir) \
640
 
            dlist="$$dlist $$f"; \
641
 
            list2="$$list2 $$b$$p"; \
642
 
          else :; fi; \
643
 
        done; \
644
 
        for file in $$list2; do echo $$file; done | $(am__base_list) | \
645
 
        while read files; do \
646
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgpythondir)'"; \
647
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgpythondir)" || exit $$?; \
648
 
        done || exit $$?; \
649
 
        if test -n "$$dlist"; then \
650
 
          if test -z "$(DESTDIR)"; then \
651
 
            PYTHON=$(PYTHON) $(py_compile) --basedir "$(pkgpythondir)" $$dlist; \
652
 
          else \
653
 
            PYTHON=$(PYTHON) $(py_compile) --destdir "$(DESTDIR)" --basedir "$(pkgpythondir)" $$dlist; \
654
 
          fi; \
655
 
        else :; fi
656
 
 
657
 
uninstall-pkgpythonPYTHON:
658
 
        @$(NORMAL_UNINSTALL)
659
 
        @list='$(pkgpython_PYTHON)'; test -n "$(pkgpythondir)" || list=; \
660
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
661
 
        test -n "$$files" || exit 0; \
662
 
        filesc=`echo "$$files" | sed 's|$$|c|'`; \
663
 
        fileso=`echo "$$files" | sed 's|$$|o|'`; \
664
 
        echo " ( cd '$(DESTDIR)$(pkgpythondir)' && rm -f" $$files ")"; \
665
 
        cd "$(DESTDIR)$(pkgpythondir)" && rm -f $$files || exit $$?; \
666
 
        echo " ( cd '$(DESTDIR)$(pkgpythondir)' && rm -f" $$filesc ")"; \
667
 
        cd "$(DESTDIR)$(pkgpythondir)" && rm -f $$filesc || exit $$?; \
668
 
        echo " ( cd '$(DESTDIR)$(pkgpythondir)' && rm -f" $$fileso ")"; \
669
 
        cd "$(DESTDIR)$(pkgpythondir)" && rm -f $$fileso
670
 
install-pcdataDATA: $(pcdata_DATA)
671
 
        @$(NORMAL_INSTALL)
672
 
        test -z "$(pcdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pcdatadir)"
673
 
        @list='$(pcdata_DATA)'; test -n "$(pcdatadir)" || list=; \
674
 
        for p in $$list; do \
675
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
676
 
          echo "$$d$$p"; \
677
 
        done | $(am__base_list) | \
678
 
        while read files; do \
679
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pcdatadir)'"; \
680
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pcdatadir)" || exit $$?; \
681
 
        done
682
 
 
683
 
uninstall-pcdataDATA:
684
 
        @$(NORMAL_UNINSTALL)
685
 
        @list='$(pcdata_DATA)'; test -n "$(pcdatadir)" || list=; \
686
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
687
 
        test -n "$$files" || exit 0; \
688
 
        echo " ( cd '$(DESTDIR)$(pcdatadir)' && rm -f" $$files ")"; \
689
 
        cd "$(DESTDIR)$(pcdatadir)" && rm -f $$files
690
 
install-include_subunitHEADERS: $(include_subunit_HEADERS)
691
 
        @$(NORMAL_INSTALL)
692
 
        test -z "$(include_subunitdir)" || $(MKDIR_P) "$(DESTDIR)$(include_subunitdir)"
693
 
        @list='$(include_subunit_HEADERS)'; test -n "$(include_subunitdir)" || list=; \
694
 
        for p in $$list; do \
695
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
696
 
          echo "$$d$$p"; \
697
 
        done | $(am__base_list) | \
698
 
        while read files; do \
699
 
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(include_subunitdir)'"; \
700
 
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(include_subunitdir)" || exit $$?; \
701
 
        done
702
 
 
703
 
uninstall-include_subunitHEADERS:
704
 
        @$(NORMAL_UNINSTALL)
705
 
        @list='$(include_subunit_HEADERS)'; test -n "$(include_subunitdir)" || list=; \
706
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
707
 
        test -n "$$files" || exit 0; \
708
 
        echo " ( cd '$(DESTDIR)$(include_subunitdir)' && rm -f" $$files ")"; \
709
 
        cd "$(DESTDIR)$(include_subunitdir)" && rm -f $$files
710
 
 
711
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
712
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
713
 
        unique=`for i in $$list; do \
714
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
715
 
          done | \
716
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
717
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
718
 
        mkid -fID $$unique
719
 
tags: TAGS
720
 
 
721
 
TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
722
 
                $(TAGS_FILES) $(LISP)
723
 
        set x; \
724
 
        here=`pwd`; \
725
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
726
 
        unique=`for i in $$list; do \
727
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
728
 
          done | \
729
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
730
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
731
 
        shift; \
732
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
733
 
          test -n "$$unique" || unique=$$empty_fix; \
734
 
          if test $$# -gt 0; then \
735
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
736
 
              "$$@" $$unique; \
737
 
          else \
738
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
739
 
              $$unique; \
740
 
          fi; \
741
 
        fi
742
 
ctags: CTAGS
743
 
CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
744
 
                $(TAGS_FILES) $(LISP)
745
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
746
 
        unique=`for i in $$list; do \
747
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
748
 
          done | \
749
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
750
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
751
 
        test -z "$(CTAGS_ARGS)$$unique" \
752
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
753
 
             $$unique
754
 
 
755
 
GTAGS:
756
 
        here=`$(am__cd) $(top_builddir) && pwd` \
757
 
          && $(am__cd) $(top_srcdir) \
758
 
          && gtags -i $(GTAGS_ARGS) "$$here"
759
 
 
760
 
distclean-tags:
761
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
762
 
 
763
 
check-TESTS: $(TESTS)
764
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
765
 
        srcdir=$(srcdir); export srcdir; \
766
 
        list=' $(TESTS) '; \
767
 
        $(am__tty_colors); \
768
 
        if test -n "$$list"; then \
769
 
          for tst in $$list; do \
770
 
            if test -f ./$$tst; then dir=./; \
771
 
            elif test -f $$tst; then dir=; \
772
 
            else dir="$(srcdir)/"; fi; \
773
 
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
774
 
              all=`expr $$all + 1`; \
775
 
              case " $(XFAIL_TESTS) " in \
776
 
              *[\ \     ]$$tst[\ \      ]*) \
777
 
                xpass=`expr $$xpass + 1`; \
778
 
                failed=`expr $$failed + 1`; \
779
 
                col=$$red; res=XPASS; \
780
 
              ;; \
781
 
              *) \
782
 
                col=$$grn; res=PASS; \
783
 
              ;; \
784
 
              esac; \
785
 
            elif test $$? -ne 77; then \
786
 
              all=`expr $$all + 1`; \
787
 
              case " $(XFAIL_TESTS) " in \
788
 
              *[\ \     ]$$tst[\ \      ]*) \
789
 
                xfail=`expr $$xfail + 1`; \
790
 
                col=$$lgn; res=XFAIL; \
791
 
              ;; \
792
 
              *) \
793
 
                failed=`expr $$failed + 1`; \
794
 
                col=$$red; res=FAIL; \
795
 
              ;; \
796
 
              esac; \
797
 
            else \
798
 
              skip=`expr $$skip + 1`; \
799
 
              col=$$blu; res=SKIP; \
800
 
            fi; \
801
 
            echo "$${col}$$res$${std}: $$tst"; \
802
 
          done; \
803
 
          if test "$$all" -eq 1; then \
804
 
            tests="test"; \
805
 
            All=""; \
806
 
          else \
807
 
            tests="tests"; \
808
 
            All="All "; \
809
 
          fi; \
810
 
          if test "$$failed" -eq 0; then \
811
 
            if test "$$xfail" -eq 0; then \
812
 
              banner="$$All$$all $$tests passed"; \
813
 
            else \
814
 
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
815
 
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
816
 
            fi; \
817
 
          else \
818
 
            if test "$$xpass" -eq 0; then \
819
 
              banner="$$failed of $$all $$tests failed"; \
820
 
            else \
821
 
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
822
 
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
823
 
            fi; \
824
 
          fi; \
825
 
          dashes="$$banner"; \
826
 
          skipped=""; \
827
 
          if test "$$skip" -ne 0; then \
828
 
            if test "$$skip" -eq 1; then \
829
 
              skipped="($$skip test was not run)"; \
830
 
            else \
831
 
              skipped="($$skip tests were not run)"; \
832
 
            fi; \
833
 
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
834
 
              dashes="$$skipped"; \
835
 
          fi; \
836
 
          report=""; \
837
 
          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
838
 
            report="Please report to $(PACKAGE_BUGREPORT)"; \
839
 
            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
840
 
              dashes="$$report"; \
841
 
          fi; \
842
 
          dashes=`echo "$$dashes" | sed s/./=/g`; \
843
 
          if test "$$failed" -eq 0; then \
844
 
            echo "$$grn$$dashes"; \
845
 
          else \
846
 
            echo "$$red$$dashes"; \
847
 
          fi; \
848
 
          echo "$$banner"; \
849
 
          test -z "$$skipped" || echo "$$skipped"; \
850
 
          test -z "$$report" || echo "$$report"; \
851
 
          echo "$$dashes$$std"; \
852
 
          test "$$failed" -eq 0; \
853
 
        else :; fi
854
 
 
855
 
distdir: $(DISTFILES)
856
 
        $(am__remove_distdir)
857
 
        test -d "$(distdir)" || mkdir "$(distdir)"
858
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
859
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
860
 
        list='$(DISTFILES)'; \
861
 
          dist_files=`for file in $$list; do echo $$file; done | \
862
 
          sed -e "s|^$$srcdirstrip/||;t" \
863
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
864
 
        case $$dist_files in \
865
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
866
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
867
 
                           sort -u` ;; \
868
 
        esac; \
869
 
        for file in $$dist_files; do \
870
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
871
 
          if test -d $$d/$$file; then \
872
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
873
 
            if test -d "$(distdir)/$$file"; then \
874
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
875
 
            fi; \
876
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
877
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
878
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
879
 
            fi; \
880
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
881
 
          else \
882
 
            test -f "$(distdir)/$$file" \
883
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
884
 
            || exit 1; \
885
 
          fi; \
886
 
        done
887
 
        -test -n "$(am__skip_mode_fix)" \
888
 
        || find "$(distdir)" -type d ! -perm -755 \
889
 
                -exec chmod u+rwx,go+rx {} \; -o \
890
 
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
891
 
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
892
 
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
893
 
        || chmod -R a+r "$(distdir)"
894
 
dist-gzip: distdir
895
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
896
 
        $(am__remove_distdir)
897
 
 
898
 
dist-bzip2: distdir
899
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
900
 
        $(am__remove_distdir)
901
 
 
902
 
dist-lzma: distdir
903
 
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
904
 
        $(am__remove_distdir)
905
 
 
906
 
dist-xz: distdir
907
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
908
 
        $(am__remove_distdir)
909
 
 
910
 
dist-tarZ: distdir
911
 
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
912
 
        $(am__remove_distdir)
913
 
 
914
 
dist-shar: distdir
915
 
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
916
 
        $(am__remove_distdir)
917
 
 
918
 
dist-zip: distdir
919
 
        -rm -f $(distdir).zip
920
 
        zip -rq $(distdir).zip $(distdir)
921
 
        $(am__remove_distdir)
922
 
 
923
 
dist dist-all: distdir
924
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
925
 
        $(am__remove_distdir)
926
 
 
927
 
# This target untars the dist file and tries a VPATH configuration.  Then
928
 
# it guarantees that the distribution is self-contained by making another
929
 
# tarfile.
930
 
distcheck: dist
931
 
        case '$(DIST_ARCHIVES)' in \
932
 
        *.tar.gz*) \
933
 
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
934
 
        *.tar.bz2*) \
935
 
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
936
 
        *.tar.lzma*) \
937
 
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
938
 
        *.tar.xz*) \
939
 
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
940
 
        *.tar.Z*) \
941
 
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
942
 
        *.shar.gz*) \
943
 
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
944
 
        *.zip*) \
945
 
          unzip $(distdir).zip ;;\
946
 
        esac
947
 
        chmod -R a-w $(distdir); chmod a+w $(distdir)
948
 
        mkdir $(distdir)/_build
949
 
        mkdir $(distdir)/_inst
950
 
        chmod a-w $(distdir)
951
 
        test -d $(distdir)/_build || exit 0; \
952
 
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
953
 
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
954
 
          && am__cwd=`pwd` \
955
 
          && $(am__cd) $(distdir)/_build \
956
 
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
957
 
            $(DISTCHECK_CONFIGURE_FLAGS) \
958
 
          && $(MAKE) $(AM_MAKEFLAGS) \
959
 
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
960
 
          && $(MAKE) $(AM_MAKEFLAGS) check \
961
 
          && $(MAKE) $(AM_MAKEFLAGS) install \
962
 
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
963
 
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
964
 
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
965
 
                distuninstallcheck \
966
 
          && chmod -R a-w "$$dc_install_base" \
967
 
          && ({ \
968
 
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
969
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
970
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
971
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
972
 
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
973
 
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
974
 
          && rm -rf "$$dc_destdir" \
975
 
          && $(MAKE) $(AM_MAKEFLAGS) dist \
976
 
          && rm -rf $(DIST_ARCHIVES) \
977
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
978
 
          && cd "$$am__cwd" \
979
 
          || exit 1
980
 
        $(am__remove_distdir)
981
 
        @(echo "$(distdir) archives ready for distribution: "; \
982
 
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
983
 
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
984
 
distuninstallcheck:
985
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
986
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
987
 
           || { echo "ERROR: files left after uninstall:" ; \
988
 
                if test -n "$(DESTDIR)"; then \
989
 
                  echo "  (check DESTDIR support)"; \
990
 
                fi ; \
991
 
                $(distuninstallcheck_listfiles) ; \
992
 
                exit 1; } >&2
993
 
distcleancheck: distclean
994
 
        @if test '$(srcdir)' = . ; then \
995
 
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
996
 
          exit 1 ; \
997
 
        fi
998
 
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
999
 
          || { echo "ERROR: files left in build directory after distclean:" ; \
1000
 
               $(distcleancheck_listfiles) ; \
1001
 
               exit 1; } >&2
1002
 
check-am: all-am
1003
 
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) $(check_SCRIPTS)
1004
 
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS check-local
1005
 
check: check-am
1006
 
all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(DATA) $(HEADERS) config.h \
1007
 
                all-local
1008
 
installdirs:
1009
 
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgpythondir)" "$(DESTDIR)$(pcdatadir)" "$(DESTDIR)$(include_subunitdir)"; do \
1010
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1011
 
        done
1012
 
install: install-am
1013
 
install-exec: install-exec-am
1014
 
install-data: install-data-am
1015
 
uninstall: uninstall-am
1016
 
 
1017
 
install-am: all-am
1018
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1019
 
 
1020
 
installcheck: installcheck-am
1021
 
install-strip:
1022
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1023
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1024
 
          `test -z '$(STRIP)' || \
1025
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1026
 
mostlyclean-generic:
1027
 
 
1028
 
clean-generic:
1029
 
 
1030
 
distclean-generic:
1031
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1032
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1033
 
        -rm -f c++/$(DEPDIR)/$(am__dirstamp)
1034
 
        -rm -f c++/$(am__dirstamp)
1035
 
        -rm -f c/lib/$(DEPDIR)/$(am__dirstamp)
1036
 
        -rm -f c/lib/$(am__dirstamp)
1037
 
        -rm -f c/tests/$(DEPDIR)/$(am__dirstamp)
1038
 
        -rm -f c/tests/$(am__dirstamp)
1039
 
 
1040
 
maintainer-clean-generic:
1041
 
        @echo "This command is intended for maintainers to use"
1042
 
        @echo "it deletes files that may require special tools to rebuild."
1043
 
clean: clean-am
1044
 
 
1045
 
clean-am: clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
1046
 
        clean-libtool clean-local mostlyclean-am
1047
 
 
1048
 
distclean: distclean-am
1049
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1050
 
        -rm -rf c++/$(DEPDIR) c/lib/$(DEPDIR) c/tests/$(DEPDIR)
1051
 
        -rm -f Makefile
1052
 
distclean-am: clean-am distclean-compile distclean-generic \
1053
 
        distclean-hdr distclean-libtool distclean-local distclean-tags
1054
 
 
1055
 
dvi: dvi-am
1056
 
 
1057
 
dvi-am:
1058
 
 
1059
 
html: html-am
1060
 
 
1061
 
html-am:
1062
 
 
1063
 
info: info-am
1064
 
 
1065
 
info-am:
1066
 
 
1067
 
install-data-am: install-include_subunitHEADERS install-pcdataDATA \
1068
 
        install-pkgpythonPYTHON
1069
 
 
1070
 
install-dvi: install-dvi-am
1071
 
 
1072
 
install-dvi-am:
1073
 
 
1074
 
install-exec-am: install-dist_binSCRIPTS install-exec-local \
1075
 
        install-libLTLIBRARIES
1076
 
 
1077
 
install-html: install-html-am
1078
 
 
1079
 
install-html-am:
1080
 
 
1081
 
install-info: install-info-am
1082
 
 
1083
 
install-info-am:
1084
 
 
1085
 
install-man:
1086
 
 
1087
 
install-pdf: install-pdf-am
1088
 
 
1089
 
install-pdf-am:
1090
 
 
1091
 
install-ps: install-ps-am
1092
 
 
1093
 
install-ps-am:
1094
 
 
1095
 
installcheck-am:
1096
 
 
1097
 
maintainer-clean: maintainer-clean-am
1098
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1099
 
        -rm -rf $(top_srcdir)/autom4te.cache
1100
 
        -rm -rf c++/$(DEPDIR) c/lib/$(DEPDIR) c/tests/$(DEPDIR)
1101
 
        -rm -f Makefile
1102
 
maintainer-clean-am: distclean-am maintainer-clean-generic
1103
 
 
1104
 
mostlyclean: mostlyclean-am
1105
 
 
1106
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1107
 
        mostlyclean-libtool mostlyclean-local
1108
 
 
1109
 
pdf: pdf-am
1110
 
 
1111
 
pdf-am:
1112
 
 
1113
 
ps: ps-am
1114
 
 
1115
 
ps-am:
1116
 
 
1117
 
uninstall-am: uninstall-dist_binSCRIPTS \
1118
 
        uninstall-include_subunitHEADERS uninstall-libLTLIBRARIES \
1119
 
        uninstall-local uninstall-pcdataDATA uninstall-pkgpythonPYTHON
1120
 
 
1121
 
.MAKE: all check-am install-am install-strip
1122
 
 
1123
 
.PHONY: CTAGS GTAGS all all-am all-local am--refresh check check-TESTS \
1124
 
        check-am check-local clean clean-checkPROGRAMS clean-generic \
1125
 
        clean-libLTLIBRARIES clean-libtool clean-local ctags dist \
1126
 
        dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
1127
 
        dist-xz dist-zip distcheck distclean distclean-compile \
1128
 
        distclean-generic distclean-hdr distclean-libtool \
1129
 
        distclean-local distclean-tags distcleancheck distdir \
1130
 
        distuninstallcheck dvi dvi-am html html-am info info-am \
1131
 
        install install-am install-data install-data-am \
1132
 
        install-dist_binSCRIPTS install-dvi install-dvi-am \
1133
 
        install-exec install-exec-am install-exec-local install-html \
1134
 
        install-html-am install-include_subunitHEADERS install-info \
1135
 
        install-info-am install-libLTLIBRARIES install-man \
1136
 
        install-pcdataDATA install-pdf install-pdf-am \
1137
 
        install-pkgpythonPYTHON install-ps install-ps-am install-strip \
1138
 
        installcheck installcheck-am installdirs maintainer-clean \
1139
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
1140
 
        mostlyclean-generic mostlyclean-libtool mostlyclean-local pdf \
1141
 
        pdf-am ps ps-am tags uninstall uninstall-am \
1142
 
        uninstall-dist_binSCRIPTS uninstall-include_subunitHEADERS \
1143
 
        uninstall-libLTLIBRARIES uninstall-local uninstall-pcdataDATA \
1144
 
        uninstall-pkgpythonPYTHON
1145
 
 
1146
 
 
1147
 
all-local: perl/Makefile
1148
 
        $(MAKE) -C perl all
1149
 
 
1150
 
check-local: perl/Makefile
1151
 
        $(MAKE) -C perl check
1152
 
 
1153
 
clean-local:
1154
 
        find . -type f -name "*.pyc" -exec rm {} ';'
1155
 
        rm -f perl/Makefile
1156
 
 
1157
 
# Remove perl dir for VPATH builds.
1158
 
distclean-local:
1159
 
        -rmdir perl > /dev/null
1160
 
        -rm perl/Makefile.PL > /dev/null
1161
 
 
1162
 
install-exec-local: perl/Makefile
1163
 
        $(MAKE) -C perl install
1164
 
 
1165
 
mostlyclean-local:
1166
 
        rm -rf perl/blib
1167
 
        rm -rf perl/pm_to_blib
1168
 
 
1169
 
# 'uninstall' perl files during distcheck
1170
 
uninstall-local:
1171
 
        if [ "_inst" = `basename ${prefix}` ]; then \
1172
 
          $(MAKE) -C perl uninstall_distcheck; \
1173
 
            rm -f "$(DESTDIR)$(bindir)"/subunit-diff; \
1174
 
        fi
1175
 
 
1176
 
# The default for MakeMaker; can be overridden by exporting
1177
 
INSTALLDIRS ?= site
1178
 
 
1179
 
perl/Makefile: perl/Makefile.PL
1180
 
        mkdir -p perl
1181
 
        cd perl && perl Makefile.PL INSTALLDIRS=${INSTALLDIRS}
1182
 
        -rm perl/Makefile.old > /dev/null
1183
 
 
1184
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1185
 
# Otherwise a system limit (for SysV at least) may be exceeded.
1186
 
.NOEXPORT: