~arosales/test/oprofile

« back to all changes in this revision

Viewing changes to libutil/tests/Makefile.in

  • Committer: Antonio Rosales
  • Date: 2013-03-28 08:40:26 UTC
  • Revision ID: antonio.rosales@canonical.com-20130328084026-gpqns1mkqd7cnr05
Move files up one directory.

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
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
23
install_sh_DATA = $(install_sh) -c -m 644
 
24
install_sh_PROGRAM = $(install_sh) -c
 
25
install_sh_SCRIPT = $(install_sh) -c
 
26
INSTALL_HEADER = $(INSTALL_DATA)
 
27
transform = $(program_transform_name)
 
28
NORMAL_INSTALL = :
 
29
PRE_INSTALL = :
 
30
POST_INSTALL = :
 
31
NORMAL_UNINSTALL = :
 
32
PRE_UNINSTALL = :
 
33
POST_UNINSTALL = :
 
34
build_triplet = @build@
 
35
host_triplet = @host@
 
36
check_PROGRAMS = file_tests$(EXEEXT) string_tests$(EXEEXT)
 
37
TESTS = $(check_PROGRAMS)
 
38
subdir = libutil/tests
 
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
41
am__aclocal_m4_deps = $(top_srcdir)/m4/binutils.m4 \
 
42
        $(top_srcdir)/m4/builtinexpect.m4 \
 
43
        $(top_srcdir)/m4/cellspubfdsupport.m4 \
 
44
        $(top_srcdir)/m4/compileroption.m4 \
 
45
        $(top_srcdir)/m4/copyifchange.m4 $(top_srcdir)/m4/docbook.m4 \
 
46
        $(top_srcdir)/m4/extradirs.m4 \
 
47
        $(top_srcdir)/m4/kernelversion.m4 $(top_srcdir)/m4/libtool.m4 \
 
48
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
49
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
50
        $(top_srcdir)/m4/mallocattribute.m4 \
 
51
        $(top_srcdir)/m4/poptconst.m4 \
 
52
        $(top_srcdir)/m4/precompiledheader.m4 $(top_srcdir)/m4/qt.m4 \
 
53
        $(top_srcdir)/m4/sstream.m4 $(top_srcdir)/m4/typedef.m4 \
 
54
        $(top_srcdir)/configure.ac
 
55
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
56
        $(ACLOCAL_M4)
 
57
mkinstalldirs = $(install_sh) -d
 
58
CONFIG_HEADER = $(top_builddir)/config.h
 
59
CONFIG_CLEAN_FILES =
 
60
CONFIG_CLEAN_VPATH_FILES =
 
61
am_file_tests_OBJECTS = file_tests.$(OBJEXT)
 
62
file_tests_OBJECTS = $(am_file_tests_OBJECTS)
 
63
file_tests_DEPENDENCIES = ../libutil.a
 
64
am_string_tests_OBJECTS = string_tests.$(OBJEXT)
 
65
string_tests_OBJECTS = $(am_string_tests_OBJECTS)
 
66
string_tests_DEPENDENCIES = ../libutil.a
 
67
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
68
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
69
am__depfiles_maybe = depfiles
 
70
am__mv = mv -f
 
71
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
72
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
73
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
74
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
75
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
76
CCLD = $(CC)
 
77
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
78
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
79
        $(LDFLAGS) -o $@
 
80
SOURCES = $(file_tests_SOURCES) $(string_tests_SOURCES)
 
81
DIST_SOURCES = $(file_tests_SOURCES) $(string_tests_SOURCES)
 
82
ETAGS = etags
 
83
CTAGS = ctags
 
84
am__tty_colors = \
 
85
red=; grn=; lgn=; blu=; std=
 
86
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
87
ACLOCAL = @ACLOCAL@
 
88
AMTAR = @AMTAR@
 
89
AR = @AR@
 
90
AUTOCONF = @AUTOCONF@
 
91
AUTOHEADER = @AUTOHEADER@
 
92
AUTOMAKE = @AUTOMAKE@
 
93
AWK = @AWK@
 
94
BFD_LIBS = @BFD_LIBS@
 
95
CAT_ENTRY_END = @CAT_ENTRY_END@
 
96
CAT_ENTRY_START = @CAT_ENTRY_START@
 
97
CC = @CC@
 
98
CCDEPMODE = @CCDEPMODE@
 
99
CFLAGS = @CFLAGS@
 
100
CPP = @CPP@
 
101
CPPFLAGS = @CPPFLAGS@
 
102
CXX = @CXX@
 
103
CXXCPP = @CXXCPP@
 
104
CXXDEPMODE = @CXXDEPMODE@
 
105
CXXFLAGS = @CXXFLAGS@
 
106
CYGPATH_W = @CYGPATH_W@
 
107
DATE = @DATE@
 
108
DEFS = @DEFS@
 
109
DEPDIR = @DEPDIR@
 
110
DOCBOOK_ROOT = @DOCBOOK_ROOT@
 
111
DSYMUTIL = @DSYMUTIL@
 
112
DUMPBIN = @DUMPBIN@
 
113
ECHO_C = @ECHO_C@
 
114
ECHO_N = @ECHO_N@
 
115
ECHO_T = @ECHO_T@
 
116
EGREP = @EGREP@
 
117
EXEEXT = @EXEEXT@
 
118
EXTRA_CFLAGS_MODULE = @EXTRA_CFLAGS_MODULE@
 
119
FGREP = @FGREP@
 
120
GREP = @GREP@
 
121
INSTALL = @INSTALL@
 
122
INSTALL_DATA = @INSTALL_DATA@
 
123
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
124
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
125
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
126
JAVA_HOMEDIR = @JAVA_HOMEDIR@
 
127
LD = @LD@
 
128
LDFLAGS = @LDFLAGS@
 
129
LIBERTY_LIBS = @LIBERTY_LIBS@
 
130
LIBOBJS = @LIBOBJS@
 
131
LIBS = @LIBERTY_LIBS@
 
132
LIBTOOL = @LIBTOOL@
 
133
LIPO = @LIPO@
 
134
LN_S = @LN_S@
 
135
LTLIBOBJS = @LTLIBOBJS@
 
136
MAKEINFO = @MAKEINFO@
 
137
MKDIR_P = @MKDIR_P@
 
138
MOC = @MOC@
 
139
NM = @NM@
 
140
NMEDIT = @NMEDIT@
 
141
OBJDUMP = @OBJDUMP@
 
142
OBJEXT = @OBJEXT@
 
143
OP_CFLAGS = @OP_CFLAGS@
 
144
OP_CPPFLAGS = @OP_CPPFLAGS@
 
145
OP_CXXFLAGS = @OP_CXXFLAGS@
 
146
OP_DOCDIR = @OP_DOCDIR@
 
147
OP_LDFLAGS = @OP_LDFLAGS@
 
148
OTOOL = @OTOOL@
 
149
OTOOL64 = @OTOOL64@
 
150
PACKAGE = @PACKAGE@
 
151
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
152
PACKAGE_NAME = @PACKAGE_NAME@
 
153
PACKAGE_STRING = @PACKAGE_STRING@
 
154
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
155
PACKAGE_VERSION = @PACKAGE_VERSION@
 
156
PATH_SEPARATOR = @PATH_SEPARATOR@
 
157
PERF_EVENT_FLAGS = @PERF_EVENT_FLAGS@
 
158
PFM_LIB = @PFM_LIB@
 
159
PKG_CONFIG = @PKG_CONFIG@
 
160
POPT_LIBS = @POPT_LIBS@
 
161
PTRDIFF_T_TYPE = @PTRDIFF_T_TYPE@
 
162
QT_CFLAGS = @QT_CFLAGS@
 
163
QT_INCLUDES = @QT_INCLUDES@
 
164
QT_LDFLAGS = @QT_LDFLAGS@
 
165
QT_LIB = @QT_LIB@
 
166
QT_LIBS = @QT_LIBS@
 
167
QT_VERSION = @QT_VERSION@
 
168
RANLIB = @RANLIB@
 
169
SED = @SED@
 
170
SET_MAKE = @SET_MAKE@
 
171
SHELL = @SHELL@
 
172
SIZE_T_TYPE = @SIZE_T_TYPE@
 
173
STRIP = @STRIP@
 
174
UIC = @UIC@
 
175
UIChelp = @UIChelp@
 
176
VERSION = @VERSION@
 
177
XMKMF = @XMKMF@
 
178
XML_CATALOG = @XML_CATALOG@
 
179
XSLTPROC = @XSLTPROC@
 
180
XSLTPROC_FLAGS = @XSLTPROC_FLAGS@
 
181
X_CFLAGS = @X_CFLAGS@
 
182
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
183
X_LIBS = @X_LIBS@
 
184
X_PRE_LIBS = @X_PRE_LIBS@
 
185
abs_builddir = @abs_builddir@
 
186
abs_srcdir = @abs_srcdir@
 
187
abs_top_builddir = @abs_top_builddir@
 
188
abs_top_srcdir = @abs_top_srcdir@
 
189
ac_ct_CC = @ac_ct_CC@
 
190
ac_ct_CXX = @ac_ct_CXX@
 
191
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
192
am__include = @am__include@
 
193
am__leading_dot = @am__leading_dot@
 
194
am__quote = @am__quote@
 
195
am__tar = @am__tar@
 
196
am__untar = @am__untar@
 
197
bindir = @bindir@
 
198
build = @build@
 
199
build_alias = @build_alias@
 
200
build_cpu = @build_cpu@
 
201
build_os = @build_os@
 
202
build_vendor = @build_vendor@
 
203
builddir = @builddir@
 
204
datadir = @datadir@
 
205
datarootdir = @datarootdir@
 
206
docdir = @docdir@
 
207
dvidir = @dvidir@
 
208
exec_prefix = @exec_prefix@
 
209
host = @host@
 
210
host_alias = @host_alias@
 
211
host_cpu = @host_cpu@
 
212
host_os = @host_os@
 
213
host_vendor = @host_vendor@
 
214
htmldir = @htmldir@
 
215
includedir = @includedir@
 
216
infodir = @infodir@
 
217
install_sh = @install_sh@
 
218
libdir = @libdir@
 
219
libexecdir = @libexecdir@
 
220
localedir = @localedir@
 
221
localstatedir = @localstatedir@
 
222
lt_ECHO = @lt_ECHO@
 
223
mandir = @mandir@
 
224
mkdir_p = @mkdir_p@
 
225
oldincludedir = @oldincludedir@
 
226
pdfdir = @pdfdir@
 
227
prefix = @prefix@
 
228
program_transform_name = @program_transform_name@
 
229
psdir = @psdir@
 
230
sbindir = @sbindir@
 
231
sharedstatedir = @sharedstatedir@
 
232
srcdir = @srcdir@
 
233
sysconfdir = @sysconfdir@
 
234
target_alias = @target_alias@
 
235
top_build_prefix = @top_build_prefix@
 
236
top_builddir = @top_builddir@
 
237
top_srcdir = @top_srcdir@
 
238
topdir = @topdir@
 
239
AM_CPPFLAGS = \
 
240
        -I ${top_srcdir}/libutil @OP_CPPFLAGS@
 
241
 
 
242
AM_CFLAGS = @OP_CFLAGS@
 
243
file_tests_SOURCES = file_tests.c
 
244
file_tests_LDADD = ../libutil.a
 
245
string_tests_SOURCES = string_tests.c
 
246
string_tests_LDADD = ../libutil.a
 
247
all: all-am
 
248
 
 
249
.SUFFIXES:
 
250
.SUFFIXES: .c .lo .o .obj
 
251
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
252
        @for dep in $?; do \
 
253
          case '$(am__configure_deps)' in \
 
254
            *$$dep*) \
 
255
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
256
                && { if test -f $@; then exit 0; else break; fi; }; \
 
257
              exit 1;; \
 
258
          esac; \
 
259
        done; \
 
260
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libutil/tests/Makefile'; \
 
261
        $(am__cd) $(top_srcdir) && \
 
262
          $(AUTOMAKE) --foreign libutil/tests/Makefile
 
263
.PRECIOUS: Makefile
 
264
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
265
        @case '$?' in \
 
266
          *config.status*) \
 
267
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
268
          *) \
 
269
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
270
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
271
        esac;
 
272
 
 
273
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
274
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
275
 
 
276
$(top_srcdir)/configure:  $(am__configure_deps)
 
277
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
278
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
279
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
280
$(am__aclocal_m4_deps):
 
281
 
 
282
clean-checkPROGRAMS:
 
283
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
 
284
        echo " rm -f" $$list; \
 
285
        rm -f $$list || exit $$?; \
 
286
        test -n "$(EXEEXT)" || exit 0; \
 
287
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
288
        echo " rm -f" $$list; \
 
289
        rm -f $$list
 
290
file_tests$(EXEEXT): $(file_tests_OBJECTS) $(file_tests_DEPENDENCIES) 
 
291
        @rm -f file_tests$(EXEEXT)
 
292
        $(LINK) $(file_tests_OBJECTS) $(file_tests_LDADD) $(LIBS)
 
293
string_tests$(EXEEXT): $(string_tests_OBJECTS) $(string_tests_DEPENDENCIES) 
 
294
        @rm -f string_tests$(EXEEXT)
 
295
        $(LINK) $(string_tests_OBJECTS) $(string_tests_LDADD) $(LIBS)
 
296
 
 
297
mostlyclean-compile:
 
298
        -rm -f *.$(OBJEXT)
 
299
 
 
300
distclean-compile:
 
301
        -rm -f *.tab.c
 
302
 
 
303
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file_tests.Po@am__quote@
 
304
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/string_tests.Po@am__quote@
 
305
 
 
306
.c.o:
 
307
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
308
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
309
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
310
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
311
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
312
 
 
313
.c.obj:
 
314
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
315
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
316
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
317
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
318
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
319
 
 
320
.c.lo:
 
321
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
322
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
323
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
324
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
325
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
326
 
 
327
mostlyclean-libtool:
 
328
        -rm -f *.lo
 
329
 
 
330
clean-libtool:
 
331
        -rm -rf .libs _libs
 
332
 
 
333
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
334
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
335
        unique=`for i in $$list; do \
 
336
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
337
          done | \
 
338
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
339
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
340
        mkid -fID $$unique
 
341
tags: TAGS
 
342
 
 
343
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
344
                $(TAGS_FILES) $(LISP)
 
345
        set x; \
 
346
        here=`pwd`; \
 
347
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
348
        unique=`for i in $$list; do \
 
349
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
350
          done | \
 
351
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
352
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
353
        shift; \
 
354
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
355
          test -n "$$unique" || unique=$$empty_fix; \
 
356
          if test $$# -gt 0; then \
 
357
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
358
              "$$@" $$unique; \
 
359
          else \
 
360
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
361
              $$unique; \
 
362
          fi; \
 
363
        fi
 
364
ctags: CTAGS
 
365
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
366
                $(TAGS_FILES) $(LISP)
 
367
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
368
        unique=`for i in $$list; do \
 
369
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
370
          done | \
 
371
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
372
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
373
        test -z "$(CTAGS_ARGS)$$unique" \
 
374
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
375
             $$unique
 
376
 
 
377
GTAGS:
 
378
        here=`$(am__cd) $(top_builddir) && pwd` \
 
379
          && $(am__cd) $(top_srcdir) \
 
380
          && gtags -i $(GTAGS_ARGS) "$$here"
 
381
 
 
382
distclean-tags:
 
383
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
384
 
 
385
check-TESTS: $(TESTS)
 
386
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
 
387
        srcdir=$(srcdir); export srcdir; \
 
388
        list=' $(TESTS) '; \
 
389
        $(am__tty_colors); \
 
390
        if test -n "$$list"; then \
 
391
          for tst in $$list; do \
 
392
            if test -f ./$$tst; then dir=./; \
 
393
            elif test -f $$tst; then dir=; \
 
394
            else dir="$(srcdir)/"; fi; \
 
395
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
 
396
              all=`expr $$all + 1`; \
 
397
              case " $(XFAIL_TESTS) " in \
 
398
              *[\ \     ]$$tst[\ \      ]*) \
 
399
                xpass=`expr $$xpass + 1`; \
 
400
                failed=`expr $$failed + 1`; \
 
401
                col=$$red; res=XPASS; \
 
402
              ;; \
 
403
              *) \
 
404
                col=$$grn; res=PASS; \
 
405
              ;; \
 
406
              esac; \
 
407
            elif test $$? -ne 77; then \
 
408
              all=`expr $$all + 1`; \
 
409
              case " $(XFAIL_TESTS) " in \
 
410
              *[\ \     ]$$tst[\ \      ]*) \
 
411
                xfail=`expr $$xfail + 1`; \
 
412
                col=$$lgn; res=XFAIL; \
 
413
              ;; \
 
414
              *) \
 
415
                failed=`expr $$failed + 1`; \
 
416
                col=$$red; res=FAIL; \
 
417
              ;; \
 
418
              esac; \
 
419
            else \
 
420
              skip=`expr $$skip + 1`; \
 
421
              col=$$blu; res=SKIP; \
 
422
            fi; \
 
423
            echo "$${col}$$res$${std}: $$tst"; \
 
424
          done; \
 
425
          if test "$$all" -eq 1; then \
 
426
            tests="test"; \
 
427
            All=""; \
 
428
          else \
 
429
            tests="tests"; \
 
430
            All="All "; \
 
431
          fi; \
 
432
          if test "$$failed" -eq 0; then \
 
433
            if test "$$xfail" -eq 0; then \
 
434
              banner="$$All$$all $$tests passed"; \
 
435
            else \
 
436
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
 
437
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
 
438
            fi; \
 
439
          else \
 
440
            if test "$$xpass" -eq 0; then \
 
441
              banner="$$failed of $$all $$tests failed"; \
 
442
            else \
 
443
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
 
444
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
 
445
            fi; \
 
446
          fi; \
 
447
          dashes="$$banner"; \
 
448
          skipped=""; \
 
449
          if test "$$skip" -ne 0; then \
 
450
            if test "$$skip" -eq 1; then \
 
451
              skipped="($$skip test was not run)"; \
 
452
            else \
 
453
              skipped="($$skip tests were not run)"; \
 
454
            fi; \
 
455
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
 
456
              dashes="$$skipped"; \
 
457
          fi; \
 
458
          report=""; \
 
459
          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
 
460
            report="Please report to $(PACKAGE_BUGREPORT)"; \
 
461
            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
 
462
              dashes="$$report"; \
 
463
          fi; \
 
464
          dashes=`echo "$$dashes" | sed s/./=/g`; \
 
465
          if test "$$failed" -eq 0; then \
 
466
            echo "$$grn$$dashes"; \
 
467
          else \
 
468
            echo "$$red$$dashes"; \
 
469
          fi; \
 
470
          echo "$$banner"; \
 
471
          test -z "$$skipped" || echo "$$skipped"; \
 
472
          test -z "$$report" || echo "$$report"; \
 
473
          echo "$$dashes$$std"; \
 
474
          test "$$failed" -eq 0; \
 
475
        else :; fi
 
476
 
 
477
distdir: $(DISTFILES)
 
478
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
479
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
480
        list='$(DISTFILES)'; \
 
481
          dist_files=`for file in $$list; do echo $$file; done | \
 
482
          sed -e "s|^$$srcdirstrip/||;t" \
 
483
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
484
        case $$dist_files in \
 
485
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
486
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
487
                           sort -u` ;; \
 
488
        esac; \
 
489
        for file in $$dist_files; do \
 
490
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
491
          if test -d $$d/$$file; then \
 
492
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
493
            if test -d "$(distdir)/$$file"; then \
 
494
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
495
            fi; \
 
496
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
497
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
498
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
499
            fi; \
 
500
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
501
          else \
 
502
            test -f "$(distdir)/$$file" \
 
503
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
504
            || exit 1; \
 
505
          fi; \
 
506
        done
 
507
check-am: all-am
 
508
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
 
509
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
 
510
check: check-am
 
511
all-am: Makefile
 
512
installdirs:
 
513
install: install-am
 
514
install-exec: install-exec-am
 
515
install-data: install-data-am
 
516
uninstall: uninstall-am
 
517
 
 
518
install-am: all-am
 
519
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
520
 
 
521
installcheck: installcheck-am
 
522
install-strip:
 
523
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
524
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
525
          `test -z '$(STRIP)' || \
 
526
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
527
mostlyclean-generic:
 
528
 
 
529
clean-generic:
 
530
 
 
531
distclean-generic:
 
532
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
533
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
534
 
 
535
maintainer-clean-generic:
 
536
        @echo "This command is intended for maintainers to use"
 
537
        @echo "it deletes files that may require special tools to rebuild."
 
538
clean: clean-am
 
539
 
 
540
clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
 
541
        mostlyclean-am
 
542
 
 
543
distclean: distclean-am
 
544
        -rm -rf ./$(DEPDIR)
 
545
        -rm -f Makefile
 
546
distclean-am: clean-am distclean-compile distclean-generic \
 
547
        distclean-tags
 
548
 
 
549
dvi: dvi-am
 
550
 
 
551
dvi-am:
 
552
 
 
553
html: html-am
 
554
 
 
555
html-am:
 
556
 
 
557
info: info-am
 
558
 
 
559
info-am:
 
560
 
 
561
install-data-am:
 
562
 
 
563
install-dvi: install-dvi-am
 
564
 
 
565
install-dvi-am:
 
566
 
 
567
install-exec-am:
 
568
 
 
569
install-html: install-html-am
 
570
 
 
571
install-html-am:
 
572
 
 
573
install-info: install-info-am
 
574
 
 
575
install-info-am:
 
576
 
 
577
install-man:
 
578
 
 
579
install-pdf: install-pdf-am
 
580
 
 
581
install-pdf-am:
 
582
 
 
583
install-ps: install-ps-am
 
584
 
 
585
install-ps-am:
 
586
 
 
587
installcheck-am:
 
588
 
 
589
maintainer-clean: maintainer-clean-am
 
590
        -rm -rf ./$(DEPDIR)
 
591
        -rm -f Makefile
 
592
maintainer-clean-am: distclean-am maintainer-clean-generic
 
593
 
 
594
mostlyclean: mostlyclean-am
 
595
 
 
596
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
597
        mostlyclean-libtool
 
598
 
 
599
pdf: pdf-am
 
600
 
 
601
pdf-am:
 
602
 
 
603
ps: ps-am
 
604
 
 
605
ps-am:
 
606
 
 
607
uninstall-am:
 
608
 
 
609
.MAKE: check-am install-am install-strip
 
610
 
 
611
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
 
612
        clean-checkPROGRAMS clean-generic clean-libtool ctags \
 
613
        distclean distclean-compile distclean-generic \
 
614
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
615
        html-am info info-am install install-am install-data \
 
616
        install-data-am install-dvi install-dvi-am install-exec \
 
617
        install-exec-am install-html install-html-am install-info \
 
618
        install-info-am install-man install-pdf install-pdf-am \
 
619
        install-ps install-ps-am install-strip installcheck \
 
620
        installcheck-am installdirs maintainer-clean \
 
621
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
622
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
623
        tags uninstall uninstall-am
 
624
 
 
625
 
 
626
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
627
# Otherwise a system limit (for SysV at least) may be exceeded.
 
628
.NOEXPORT: