~ubuntu-branches/ubuntu/maverick/libxcb/maverick

« back to all changes in this revision

Viewing changes to tests/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-04-29 09:12:45 UTC
  • mfrom: (1.1.3 upstream) (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090429091245-y52bls65h0988u22
Tags: 1.2-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - libxcb1 should Breaks: libxcb-xlib0 instead of Conflicts:, since
    there are no file overlaps and Breaks will allow apt to better
    calculate an upgrade from hardy/intrepid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.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  Free Software Foundation, Inc.
 
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
pkgdatadir = $(datadir)/@PACKAGE@
 
18
pkglibdir = $(libdir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
 
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
21
install_sh_DATA = $(install_sh) -c -m 644
 
22
install_sh_PROGRAM = $(install_sh) -c
 
23
install_sh_SCRIPT = $(install_sh) -c
 
24
INSTALL_HEADER = $(INSTALL_DATA)
 
25
transform = $(program_transform_name)
 
26
NORMAL_INSTALL = :
 
27
PRE_INSTALL = :
 
28
POST_INSTALL = :
 
29
NORMAL_UNINSTALL = :
 
30
PRE_UNINSTALL = :
 
31
POST_UNINSTALL = :
 
32
build_triplet = @build@
 
33
host_triplet = @host@
 
34
@HAVE_CHECK_TRUE@TESTS = check_all$(EXEEXT)
 
35
@HAVE_CHECK_TRUE@check_PROGRAMS = check_all$(EXEEXT)
 
36
subdir = tests
 
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
39
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
40
        $(top_srcdir)/configure.ac
 
41
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
42
        $(ACLOCAL_M4)
 
43
mkinstalldirs = $(install_sh) -d
 
44
CONFIG_HEADER = $(top_builddir)/src/config.h
 
45
CONFIG_CLEAN_FILES =
 
46
am__check_all_SOURCES_DIST = check_all.c check_suites.h check_public.c
 
47
@HAVE_CHECK_TRUE@am_check_all_OBJECTS = check_all.$(OBJEXT) \
 
48
@HAVE_CHECK_TRUE@       check_public.$(OBJEXT)
 
49
check_all_OBJECTS = $(am_check_all_OBJECTS)
 
50
check_all_LDADD = $(LDADD)
 
51
check_all_DEPENDENCIES = $(top_builddir)/src/libxcb.la
 
52
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
 
53
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
54
am__depfiles_maybe = depfiles
 
55
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
56
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
57
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
58
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
59
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
60
CCLD = $(CC)
 
61
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
62
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
63
        $(LDFLAGS) -o $@
 
64
SOURCES = $(check_all_SOURCES)
 
65
DIST_SOURCES = $(am__check_all_SOURCES_DIST)
 
66
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
67
        html-recursive info-recursive install-data-recursive \
 
68
        install-dvi-recursive install-exec-recursive \
 
69
        install-html-recursive install-info-recursive \
 
70
        install-pdf-recursive install-ps-recursive install-recursive \
 
71
        installcheck-recursive installdirs-recursive pdf-recursive \
 
72
        ps-recursive uninstall-recursive
 
73
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
74
  distclean-recursive maintainer-clean-recursive
 
75
ETAGS = etags
 
76
CTAGS = ctags
 
77
DIST_SUBDIRS = $(SUBDIRS)
 
78
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
79
ACLOCAL = @ACLOCAL@
 
80
AMTAR = @AMTAR@
 
81
AR = @AR@
 
82
AUTOCONF = @AUTOCONF@
 
83
AUTOHEADER = @AUTOHEADER@
 
84
AUTOMAKE = @AUTOMAKE@
 
85
AWK = @AWK@
 
86
BUILD_DOCS = @BUILD_DOCS@
 
87
CC = @CC@
 
88
CCDEPMODE = @CCDEPMODE@
 
89
CFLAGS = @CFLAGS@
 
90
CHECK_CFLAGS = @CHECK_CFLAGS@
 
91
CHECK_LIBS = @CHECK_LIBS@
 
92
CPP = @CPP@
 
93
CPPFLAGS = @CPPFLAGS@
 
94
CWARNFLAGS = @CWARNFLAGS@
 
95
CXX = @CXX@
 
96
CXXCPP = @CXXCPP@
 
97
CXXDEPMODE = @CXXDEPMODE@
 
98
CXXFLAGS = @CXXFLAGS@
 
99
CYGPATH_W = @CYGPATH_W@
 
100
DEFS = @DEFS@
 
101
DEPDIR = @DEPDIR@
 
102
DOXYGEN = @DOXYGEN@
 
103
DSYMUTIL = @DSYMUTIL@
 
104
ECHO = @ECHO@
 
105
ECHO_C = @ECHO_C@
 
106
ECHO_N = @ECHO_N@
 
107
ECHO_T = @ECHO_T@
 
108
EGREP = @EGREP@
 
109
EXEEXT = @EXEEXT@
 
110
F77 = @F77@
 
111
FFLAGS = @FFLAGS@
 
112
GREP = @GREP@
 
113
HTML_CHECK_RESULT = @HTML_CHECK_RESULT@
 
114
INSTALL = @INSTALL@
 
115
INSTALL_DATA = @INSTALL_DATA@
 
116
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
117
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
118
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
119
LAUNCHD = @LAUNCHD@
 
120
LDFLAGS = @LDFLAGS@
 
121
LIBOBJS = @LIBOBJS@
 
122
LIBS = @LIBS@
 
123
LIBTOOL = @LIBTOOL@
 
124
LN_S = @LN_S@
 
125
LTLIBOBJS = @LTLIBOBJS@
 
126
MAKEINFO = @MAKEINFO@
 
127
MKDIR_P = @MKDIR_P@
 
128
NEEDED = @NEEDED@
 
129
NEEDED_CFLAGS = @NEEDED_CFLAGS@
 
130
NEEDED_LIBS = @NEEDED_LIBS@
 
131
NMEDIT = @NMEDIT@
 
132
OBJEXT = @OBJEXT@
 
133
PACKAGE = @PACKAGE@
 
134
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
135
PACKAGE_NAME = @PACKAGE_NAME@
 
136
PACKAGE_STRING = @PACKAGE_STRING@
 
137
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
138
PACKAGE_VERSION = @PACKAGE_VERSION@
 
139
PATH_SEPARATOR = @PATH_SEPARATOR@
 
140
PKG_CONFIG = @PKG_CONFIG@
 
141
PYTHON = @PYTHON@
 
142
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
143
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
144
PYTHON_PREFIX = @PYTHON_PREFIX@
 
145
PYTHON_VERSION = @PYTHON_VERSION@
 
146
RANLIB = @RANLIB@
 
147
SED = @SED@
 
148
SET_MAKE = @SET_MAKE@
 
149
SHELL = @SHELL@
 
150
STRIP = @STRIP@
 
151
VERSION = @VERSION@
 
152
XCBPROTO_CFLAGS = @XCBPROTO_CFLAGS@
 
153
XCBPROTO_LIBS = @XCBPROTO_LIBS@
 
154
XCBPROTO_XCBINCLUDEDIR = @XCBPROTO_XCBINCLUDEDIR@
 
155
XCBPROTO_XCBPYTHONDIR = @XCBPROTO_XCBPYTHONDIR@
 
156
XDMCP_CFLAGS = @XDMCP_CFLAGS@
 
157
XDMCP_LIBS = @XDMCP_LIBS@
 
158
XSLTPROC = @XSLTPROC@
 
159
abs_builddir = @abs_builddir@
 
160
abs_srcdir = @abs_srcdir@
 
161
abs_top_builddir = @abs_top_builddir@
 
162
abs_top_srcdir = @abs_top_srcdir@
 
163
ac_ct_CC = @ac_ct_CC@
 
164
ac_ct_CXX = @ac_ct_CXX@
 
165
ac_ct_F77 = @ac_ct_F77@
 
166
am__include = @am__include@
 
167
am__leading_dot = @am__leading_dot@
 
168
am__quote = @am__quote@
 
169
am__tar = @am__tar@
 
170
am__untar = @am__untar@
 
171
bindir = @bindir@
 
172
build = @build@
 
173
build_alias = @build_alias@
 
174
build_cpu = @build_cpu@
 
175
build_os = @build_os@
 
176
build_vendor = @build_vendor@
 
177
builddir = @builddir@
 
178
datadir = @datadir@
 
179
datarootdir = @datarootdir@
 
180
docdir = @docdir@
 
181
dvidir = @dvidir@
 
182
exec_prefix = @exec_prefix@
 
183
host = @host@
 
184
host_alias = @host_alias@
 
185
host_cpu = @host_cpu@
 
186
host_os = @host_os@
 
187
host_vendor = @host_vendor@
 
188
htmldir = @htmldir@
 
189
includedir = @includedir@
 
190
infodir = @infodir@
 
191
install_sh = @install_sh@
 
192
libdir = @libdir@
 
193
libexecdir = @libexecdir@
 
194
localedir = @localedir@
 
195
localstatedir = @localstatedir@
 
196
mandir = @mandir@
 
197
mkdir_p = @mkdir_p@
 
198
oldincludedir = @oldincludedir@
 
199
pdfdir = @pdfdir@
 
200
pkgpyexecdir = @pkgpyexecdir@
 
201
pkgpythondir = @pkgpythondir@
 
202
prefix = @prefix@
 
203
program_transform_name = @program_transform_name@
 
204
psdir = @psdir@
 
205
pyexecdir = @pyexecdir@
 
206
pythondir = @pythondir@
 
207
sbindir = @sbindir@
 
208
sharedstatedir = @sharedstatedir@
 
209
srcdir = @srcdir@
 
210
sysconfdir = @sysconfdir@
 
211
target_alias = @target_alias@
 
212
top_builddir = @top_builddir@
 
213
top_srcdir = @top_srcdir@
 
214
xcbincludedir = @xcbincludedir@
 
215
 
 
216
########################
 
217
########################
 
218
SUBDIRS = 
 
219
EXTRA_DIST = CheckLog.xsl
 
220
AM_MAKEFLAGS = -k
 
221
AM_CFLAGS = -Wall -Werror @CHECK_CFLAGS@ -I$(top_srcdir)/src
 
222
LDADD = @CHECK_LIBS@ $(top_builddir)/src/libxcb.la
 
223
@HAVE_CHECK_TRUE@check_all_SOURCES = check_all.c check_suites.h check_public.c
 
224
all: all-recursive
 
225
 
 
226
.SUFFIXES:
 
227
.SUFFIXES: .c .lo .o .obj
 
228
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
229
        @for dep in $?; do \
 
230
          case '$(am__configure_deps)' in \
 
231
            *$$dep*) \
 
232
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
233
                && exit 0; \
 
234
              exit 1;; \
 
235
          esac; \
 
236
        done; \
 
237
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tests/Makefile'; \
 
238
        cd $(top_srcdir) && \
 
239
          $(AUTOMAKE) --foreign  tests/Makefile
 
240
.PRECIOUS: Makefile
 
241
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
242
        @case '$?' in \
 
243
          *config.status*) \
 
244
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
245
          *) \
 
246
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
247
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
248
        esac;
 
249
 
 
250
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
251
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
252
 
 
253
$(top_srcdir)/configure:  $(am__configure_deps)
 
254
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
255
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
256
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
257
 
 
258
clean-checkPROGRAMS:
 
259
        @list='$(check_PROGRAMS)'; for p in $$list; do \
 
260
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
261
          echo " rm -f $$p $$f"; \
 
262
          rm -f $$p $$f ; \
 
263
        done
 
264
check_all$(EXEEXT): $(check_all_OBJECTS) $(check_all_DEPENDENCIES) 
 
265
        @rm -f check_all$(EXEEXT)
 
266
        $(LINK) $(check_all_OBJECTS) $(check_all_LDADD) $(LIBS)
 
267
 
 
268
mostlyclean-compile:
 
269
        -rm -f *.$(OBJEXT)
 
270
 
 
271
distclean-compile:
 
272
        -rm -f *.tab.c
 
273
 
 
274
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_all.Po@am__quote@
 
275
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_public.Po@am__quote@
 
276
 
 
277
.c.o:
 
278
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
279
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
280
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
281
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
282
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
283
 
 
284
.c.obj:
 
285
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
286
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
287
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
288
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
289
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
290
 
 
291
.c.lo:
 
292
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
293
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
294
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
295
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
296
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
297
 
 
298
mostlyclean-libtool:
 
299
        -rm -f *.lo
 
300
 
 
301
clean-libtool:
 
302
        -rm -rf .libs _libs
 
303
 
 
304
# This directory's subdirectories are mostly independent; you can cd
 
305
# into them and run `make' without going through this Makefile.
 
306
# To change the values of `make' variables: instead of editing Makefiles,
 
307
# (1) if the variable is set in `config.status', edit `config.status'
 
308
#     (which will cause the Makefiles to be regenerated when you run `make');
 
309
# (2) otherwise, pass the desired values on the `make' command line.
 
310
$(RECURSIVE_TARGETS):
 
311
        @failcom='exit 1'; \
 
312
        for f in x $$MAKEFLAGS; do \
 
313
          case $$f in \
 
314
            *=* | --[!k]*);; \
 
315
            *k*) failcom='fail=yes';; \
 
316
          esac; \
 
317
        done; \
 
318
        dot_seen=no; \
 
319
        target=`echo $@ | sed s/-recursive//`; \
 
320
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
321
          echo "Making $$target in $$subdir"; \
 
322
          if test "$$subdir" = "."; then \
 
323
            dot_seen=yes; \
 
324
            local_target="$$target-am"; \
 
325
          else \
 
326
            local_target="$$target"; \
 
327
          fi; \
 
328
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
329
          || eval $$failcom; \
 
330
        done; \
 
331
        if test "$$dot_seen" = "no"; then \
 
332
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
333
        fi; test -z "$$fail"
 
334
 
 
335
$(RECURSIVE_CLEAN_TARGETS):
 
336
        @failcom='exit 1'; \
 
337
        for f in x $$MAKEFLAGS; do \
 
338
          case $$f in \
 
339
            *=* | --[!k]*);; \
 
340
            *k*) failcom='fail=yes';; \
 
341
          esac; \
 
342
        done; \
 
343
        dot_seen=no; \
 
344
        case "$@" in \
 
345
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
346
          *) list='$(SUBDIRS)' ;; \
 
347
        esac; \
 
348
        rev=''; for subdir in $$list; do \
 
349
          if test "$$subdir" = "."; then :; else \
 
350
            rev="$$subdir $$rev"; \
 
351
          fi; \
 
352
        done; \
 
353
        rev="$$rev ."; \
 
354
        target=`echo $@ | sed s/-recursive//`; \
 
355
        for subdir in $$rev; do \
 
356
          echo "Making $$target in $$subdir"; \
 
357
          if test "$$subdir" = "."; then \
 
358
            local_target="$$target-am"; \
 
359
          else \
 
360
            local_target="$$target"; \
 
361
          fi; \
 
362
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
363
          || eval $$failcom; \
 
364
        done && test -z "$$fail"
 
365
tags-recursive:
 
366
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
367
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
368
        done
 
369
ctags-recursive:
 
370
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
371
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
372
        done
 
373
 
 
374
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
375
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
376
        unique=`for i in $$list; do \
 
377
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
378
          done | \
 
379
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
380
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
381
        mkid -fID $$unique
 
382
tags: TAGS
 
383
 
 
384
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
385
                $(TAGS_FILES) $(LISP)
 
386
        tags=; \
 
387
        here=`pwd`; \
 
388
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
389
          include_option=--etags-include; \
 
390
          empty_fix=.; \
 
391
        else \
 
392
          include_option=--include; \
 
393
          empty_fix=; \
 
394
        fi; \
 
395
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
396
          if test "$$subdir" = .; then :; else \
 
397
            test ! -f $$subdir/TAGS || \
 
398
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
399
          fi; \
 
400
        done; \
 
401
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
402
        unique=`for i in $$list; do \
 
403
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
404
          done | \
 
405
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
406
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
407
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
408
          test -n "$$unique" || unique=$$empty_fix; \
 
409
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
410
            $$tags $$unique; \
 
411
        fi
 
412
ctags: CTAGS
 
413
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
414
                $(TAGS_FILES) $(LISP)
 
415
        tags=; \
 
416
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
417
        unique=`for i in $$list; do \
 
418
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
419
          done | \
 
420
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
421
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
422
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
423
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
424
             $$tags $$unique
 
425
 
 
426
GTAGS:
 
427
        here=`$(am__cd) $(top_builddir) && pwd` \
 
428
          && cd $(top_srcdir) \
 
429
          && gtags -i $(GTAGS_ARGS) $$here
 
430
 
 
431
distclean-tags:
 
432
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
433
 
 
434
check-TESTS: $(TESTS)
 
435
        @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
 
436
        srcdir=$(srcdir); export srcdir; \
 
437
        list=' $(TESTS) '; \
 
438
        if test -n "$$list"; then \
 
439
          for tst in $$list; do \
 
440
            if test -f ./$$tst; then dir=./; \
 
441
            elif test -f $$tst; then dir=; \
 
442
            else dir="$(srcdir)/"; fi; \
 
443
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
 
444
              all=`expr $$all + 1`; \
 
445
              case " $(XFAIL_TESTS) " in \
 
446
              *$$ws$$tst$$ws*) \
 
447
                xpass=`expr $$xpass + 1`; \
 
448
                failed=`expr $$failed + 1`; \
 
449
                echo "XPASS: $$tst"; \
 
450
              ;; \
 
451
              *) \
 
452
                echo "PASS: $$tst"; \
 
453
              ;; \
 
454
              esac; \
 
455
            elif test $$? -ne 77; then \
 
456
              all=`expr $$all + 1`; \
 
457
              case " $(XFAIL_TESTS) " in \
 
458
              *$$ws$$tst$$ws*) \
 
459
                xfail=`expr $$xfail + 1`; \
 
460
                echo "XFAIL: $$tst"; \
 
461
              ;; \
 
462
              *) \
 
463
                failed=`expr $$failed + 1`; \
 
464
                echo "FAIL: $$tst"; \
 
465
              ;; \
 
466
              esac; \
 
467
            else \
 
468
              skip=`expr $$skip + 1`; \
 
469
              echo "SKIP: $$tst"; \
 
470
            fi; \
 
471
          done; \
 
472
          if test "$$failed" -eq 0; then \
 
473
            if test "$$xfail" -eq 0; then \
 
474
              banner="All $$all tests passed"; \
 
475
            else \
 
476
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
 
477
            fi; \
 
478
          else \
 
479
            if test "$$xpass" -eq 0; then \
 
480
              banner="$$failed of $$all tests failed"; \
 
481
            else \
 
482
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
 
483
            fi; \
 
484
          fi; \
 
485
          dashes="$$banner"; \
 
486
          skipped=""; \
 
487
          if test "$$skip" -ne 0; then \
 
488
            skipped="($$skip tests were not run)"; \
 
489
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
 
490
              dashes="$$skipped"; \
 
491
          fi; \
 
492
          report=""; \
 
493
          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
 
494
            report="Please report to $(PACKAGE_BUGREPORT)"; \
 
495
            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
 
496
              dashes="$$report"; \
 
497
          fi; \
 
498
          dashes=`echo "$$dashes" | sed s/./=/g`; \
 
499
          echo "$$dashes"; \
 
500
          echo "$$banner"; \
 
501
          test -z "$$skipped" || echo "$$skipped"; \
 
502
          test -z "$$report" || echo "$$report"; \
 
503
          echo "$$dashes"; \
 
504
          test "$$failed" -eq 0; \
 
505
        else :; fi
 
506
 
 
507
distdir: $(DISTFILES)
 
508
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
509
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
510
        list='$(DISTFILES)'; \
 
511
          dist_files=`for file in $$list; do echo $$file; done | \
 
512
          sed -e "s|^$$srcdirstrip/||;t" \
 
513
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
514
        case $$dist_files in \
 
515
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
516
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
517
                           sort -u` ;; \
 
518
        esac; \
 
519
        for file in $$dist_files; do \
 
520
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
521
          if test -d $$d/$$file; then \
 
522
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
523
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
524
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
525
            fi; \
 
526
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
527
          else \
 
528
            test -f $(distdir)/$$file \
 
529
            || cp -p $$d/$$file $(distdir)/$$file \
 
530
            || exit 1; \
 
531
          fi; \
 
532
        done
 
533
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
534
          if test "$$subdir" = .; then :; else \
 
535
            test -d "$(distdir)/$$subdir" \
 
536
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
537
            || exit 1; \
 
538
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
539
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
540
            (cd $$subdir && \
 
541
              $(MAKE) $(AM_MAKEFLAGS) \
 
542
                top_distdir="$$top_distdir" \
 
543
                distdir="$$distdir/$$subdir" \
 
544
                am__remove_distdir=: \
 
545
                am__skip_length_check=: \
 
546
                distdir) \
 
547
              || exit 1; \
 
548
          fi; \
 
549
        done
 
550
@HAVE_CHECK_FALSE@check-local:
 
551
check-am: all-am
 
552
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
 
553
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS check-local
 
554
check: check-recursive
 
555
@HAVE_CHECK_FALSE@all-local:
 
556
all-am: Makefile all-local
 
557
installdirs: installdirs-recursive
 
558
installdirs-am:
 
559
install: install-recursive
 
560
install-exec: install-exec-recursive
 
561
install-data: install-data-recursive
 
562
uninstall: uninstall-recursive
 
563
 
 
564
install-am: all-am
 
565
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
566
 
 
567
installcheck: installcheck-recursive
 
568
install-strip:
 
569
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
570
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
571
          `test -z '$(STRIP)' || \
 
572
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
573
mostlyclean-generic:
 
574
 
 
575
clean-generic:
 
576
 
 
577
distclean-generic:
 
578
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
579
 
 
580
maintainer-clean-generic:
 
581
        @echo "This command is intended for maintainers to use"
 
582
        @echo "it deletes files that may require special tools to rebuild."
 
583
clean: clean-recursive
 
584
 
 
585
clean-am: clean-checkPROGRAMS clean-generic clean-libtool clean-local \
 
586
        mostlyclean-am
 
587
 
 
588
distclean: distclean-recursive
 
589
        -rm -rf ./$(DEPDIR)
 
590
        -rm -f Makefile
 
591
distclean-am: clean-am distclean-compile distclean-generic \
 
592
        distclean-tags
 
593
 
 
594
dvi: dvi-recursive
 
595
 
 
596
dvi-am:
 
597
 
 
598
html: html-recursive
 
599
 
 
600
info: info-recursive
 
601
 
 
602
info-am:
 
603
 
 
604
install-data-am:
 
605
 
 
606
install-dvi: install-dvi-recursive
 
607
 
 
608
install-exec-am:
 
609
 
 
610
install-html: install-html-recursive
 
611
 
 
612
install-info: install-info-recursive
 
613
 
 
614
install-man:
 
615
 
 
616
install-pdf: install-pdf-recursive
 
617
 
 
618
install-ps: install-ps-recursive
 
619
 
 
620
installcheck-am:
 
621
 
 
622
maintainer-clean: maintainer-clean-recursive
 
623
        -rm -rf ./$(DEPDIR)
 
624
        -rm -f Makefile
 
625
maintainer-clean-am: distclean-am maintainer-clean-generic
 
626
 
 
627
mostlyclean: mostlyclean-recursive
 
628
 
 
629
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
630
        mostlyclean-libtool
 
631
 
 
632
pdf: pdf-recursive
 
633
 
 
634
pdf-am:
 
635
 
 
636
ps: ps-recursive
 
637
 
 
638
ps-am:
 
639
 
 
640
uninstall-am:
 
641
 
 
642
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
643
        install-strip
 
644
 
 
645
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
646
        all all-am all-local check check-TESTS check-am check-local \
 
647
        clean clean-checkPROGRAMS clean-generic clean-libtool \
 
648
        clean-local ctags ctags-recursive distclean distclean-compile \
 
649
        distclean-generic distclean-libtool distclean-tags distdir dvi \
 
650
        dvi-am html html-am info info-am install install-am \
 
651
        install-data install-data-am install-dvi install-dvi-am \
 
652
        install-exec install-exec-am install-html install-html-am \
 
653
        install-info install-info-am install-man install-pdf \
 
654
        install-pdf-am install-ps install-ps-am install-strip \
 
655
        installcheck installcheck-am installdirs installdirs-am \
 
656
        maintainer-clean maintainer-clean-generic mostlyclean \
 
657
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
658
        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
 
659
 
 
660
 
 
661
@HAVE_CHECK_TRUE@all-local::
 
662
@HAVE_CHECK_TRUE@       $(RM) CheckLog*.xml
 
663
 
 
664
@HAVE_CHECK_TRUE@check-local:
 
665
@HAVE_CHECK_TRUE@       $(RM) CheckLog.html
 
666
@HAVE_CHECK_TRUE@       if test x$(HTML_CHECK_RESULT) = xtrue; then \
 
667
@HAVE_CHECK_TRUE@               $(XSLTPROC) $(srcdir)/CheckLog.xsl CheckLog*.xml > CheckLog.html; \
 
668
@HAVE_CHECK_TRUE@       else \
 
669
@HAVE_CHECK_TRUE@               touch CheckLog.html; \
 
670
@HAVE_CHECK_TRUE@       fi
 
671
 
 
672
@HAVE_CHECK_TRUE@CheckLog.html: $(check_PROGRAMS)
 
673
@HAVE_CHECK_TRUE@       $(MAKE) $(AM_MAKEFLAGS) check;
 
674
 
 
675
clean-local::
 
676
        $(RM) CheckLog.html CheckLog*.txt CheckLog*.xml
 
677
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
678
# Otherwise a system limit (for SysV at least) may be exceeded.
 
679
.NOEXPORT: