~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to unittest/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-03-17 14:56:02 UTC
  • Revision ID: james.westby@ubuntu.com-20100317145602-x7e30l1b2sb5s6w6
Tags: upstream-5.1.45
ImportĀ upstreamĀ versionĀ 5.1.45

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.2 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
 
 
17
# Copyright (C) 2006 MySQL AB
 
18
#
 
19
# This program is free software; you can redistribute it and/or modify
 
20
# it under the terms of the GNU General Public License as published by
 
21
# the Free Software Foundation; version 2 of the License.
 
22
#
 
23
# This program is distributed in the hope that it will be useful,
 
24
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
25
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
26
# GNU General Public License for more details.
 
27
#
 
28
# You should have received a copy of the GNU General Public License
 
29
# along with this program; if not, write to the Free Software
 
30
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
31
VPATH = @srcdir@
 
32
pkgdatadir = $(datadir)/@PACKAGE@
 
33
pkglibdir = $(libdir)/@PACKAGE@
 
34
pkgincludedir = $(includedir)/@PACKAGE@
 
35
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
36
install_sh_DATA = $(install_sh) -c -m 644
 
37
install_sh_PROGRAM = $(install_sh) -c
 
38
install_sh_SCRIPT = $(install_sh) -c
 
39
INSTALL_HEADER = $(INSTALL_DATA)
 
40
transform = $(program_transform_name)
 
41
NORMAL_INSTALL = :
 
42
PRE_INSTALL = :
 
43
POST_INSTALL = :
 
44
NORMAL_UNINSTALL = :
 
45
PRE_UNINSTALL = :
 
46
POST_UNINSTALL = :
 
47
build_triplet = @build@
 
48
host_triplet = @host@
 
49
target_triplet = @target@
 
50
subdir = unittest
 
51
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
52
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
53
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/alloca.m4 \
 
54
        $(top_srcdir)/config/ac-macros/check_cpu.m4 \
 
55
        $(top_srcdir)/config/ac-macros/character_sets.m4 \
 
56
        $(top_srcdir)/config/ac-macros/compiler_flag.m4 \
 
57
        $(top_srcdir)/config/ac-macros/plugins.m4 \
 
58
        $(top_srcdir)/config/ac-macros/ha_ndbcluster.m4 \
 
59
        $(top_srcdir)/config/ac-macros/large_file.m4 \
 
60
        $(top_srcdir)/config/ac-macros/misc.m4 \
 
61
        $(top_srcdir)/config/ac-macros/readline.m4 \
 
62
        $(top_srcdir)/config/ac-macros/ssl.m4 \
 
63
        $(top_srcdir)/config/ac-macros/zlib.m4 \
 
64
        $(top_srcdir)/configure.in
 
65
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
66
        $(ACLOCAL_M4)
 
67
mkinstalldirs = $(install_sh) -d
 
68
CONFIG_HEADER = $(top_builddir)/include/config.h
 
69
CONFIG_CLEAN_FILES =
 
70
SOURCES =
 
71
DIST_SOURCES =
 
72
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
73
        html-recursive info-recursive install-data-recursive \
 
74
        install-dvi-recursive install-exec-recursive \
 
75
        install-html-recursive install-info-recursive \
 
76
        install-pdf-recursive install-ps-recursive install-recursive \
 
77
        installcheck-recursive installdirs-recursive pdf-recursive \
 
78
        ps-recursive uninstall-recursive
 
79
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
80
  distclean-recursive maintainer-clean-recursive
 
81
ETAGS = etags
 
82
CTAGS = ctags
 
83
DIST_SUBDIRS = $(SUBDIRS)
 
84
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
85
ABI_CHECK = @ABI_CHECK@
 
86
ACLOCAL = @ACLOCAL@
 
87
ALLOCA = @ALLOCA@
 
88
AMTAR = @AMTAR@
 
89
AR = @AR@
 
90
ARFLAGS = @ARFLAGS@
 
91
AS = @AS@
 
92
ASFLAGS = @ASFLAGS@
 
93
AUTOCONF = @AUTOCONF@
 
94
AUTOHEADER = @AUTOHEADER@
 
95
AUTOMAKE = @AUTOMAKE@
 
96
AVAILABLE_LANGUAGES = @AVAILABLE_LANGUAGES@
 
97
AWK = @AWK@
 
98
CC = @CC@
 
99
CCAS = @CCAS@
 
100
CCASDEPMODE = @CCASDEPMODE@
 
101
CCASFLAGS = @CCASFLAGS@
 
102
CCDEPMODE = @CCDEPMODE@
 
103
CC_VERSION = @CC_VERSION@
 
104
CFLAGS = @CFLAGS@
 
105
CHECK_PID = @CHECK_PID@
 
106
CHMOD = @CHMOD@
 
107
CLIENT_EXTRA_LDFLAGS = @CLIENT_EXTRA_LDFLAGS@
 
108
CLIENT_LIBS = @CLIENT_LIBS@
 
109
CLIENT_THREAD_LIBS = @CLIENT_THREAD_LIBS@
 
110
CMP = @CMP@
 
111
COMPILATION_COMMENT = @COMPILATION_COMMENT@
 
112
CONF_COMMAND = @CONF_COMMAND@
 
113
CP = @CP@
 
114
CPP = @CPP@
 
115
CPPFLAGS = @CPPFLAGS@
 
116
CXX = @CXX@
 
117
CXXCPP = @CXXCPP@
 
118
CXXDEPMODE = @CXXDEPMODE@
 
119
CXXFLAGS = @CXXFLAGS@
 
120
CXXLDFLAGS = @CXXLDFLAGS@
 
121
CXX_VERSION = @CXX_VERSION@
 
122
CYGPATH_W = @CYGPATH_W@
 
123
DEFS = @DEFS@
 
124
DEPDIR = @DEPDIR@
 
125
DIFF = @DIFF@
 
126
DOT_FRM_VERSION = @DOT_FRM_VERSION@
 
127
DOXYGEN = @DOXYGEN@
 
128
DSYMUTIL = @DSYMUTIL@
 
129
DUMPBIN = @DUMPBIN@
 
130
DVIS = @DVIS@
 
131
ECHO_C = @ECHO_C@
 
132
ECHO_N = @ECHO_N@
 
133
ECHO_T = @ECHO_T@
 
134
EGREP = @EGREP@
 
135
EXEEXT = @EXEEXT@
 
136
FGREP = @FGREP@
 
137
FIND_PROC = @FIND_PROC@
 
138
GETCONF = @GETCONF@
 
139
GREP = @GREP@
 
140
GXX = @GXX@
 
141
HOSTNAME = @HOSTNAME@
 
142
INNODB_DYNAMIC_CFLAGS = @INNODB_DYNAMIC_CFLAGS@
 
143
INSTALL = @INSTALL@
 
144
INSTALL_DATA = @INSTALL_DATA@
 
145
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
146
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
147
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
148
KILL = @KILL@
 
149
LD = @LD@
 
150
LDFLAGS = @LDFLAGS@
 
151
LD_VERSION_SCRIPT = @LD_VERSION_SCRIPT@
 
152
LIBDL = @LIBDL@
 
153
LIBEDIT_LOBJECTS = @LIBEDIT_LOBJECTS@
 
154
LIBOBJS = @LIBOBJS@
 
155
LIBS = @LIBS@
 
156
LIBTOOL = @LIBTOOL@
 
157
LIB_EXTRA_CCFLAGS = @LIB_EXTRA_CCFLAGS@
 
158
LIPO = @LIPO@
 
159
LM_CFLAGS = @LM_CFLAGS@
 
160
LN = @LN@
 
161
LN_CP_F = @LN_CP_F@
 
162
LN_S = @LN_S@
 
163
LTLIBOBJS = @LTLIBOBJS@
 
164
MACHINE_TYPE = @MACHINE_TYPE@
 
165
MAKEINDEX = @MAKEINDEX@
 
166
MAKEINFO = @MAKEINFO@
 
167
MAKE_BINARY_DISTRIBUTION_OPTIONS = @MAKE_BINARY_DISTRIBUTION_OPTIONS@
 
168
MAKE_SHELL = @MAKE_SHELL@
 
169
MKDIR_P = @MKDIR_P@
 
170
MV = @MV@
 
171
MYSQLD_DEFAULT_SWITCHES = @MYSQLD_DEFAULT_SWITCHES@
 
172
MYSQLD_EXTRA_LDFLAGS = @MYSQLD_EXTRA_LDFLAGS@
 
173
MYSQLD_EXTRA_LIBS = @MYSQLD_EXTRA_LIBS@
 
174
MYSQLD_USER = @MYSQLD_USER@
 
175
MYSQL_BASE_VERSION = @MYSQL_BASE_VERSION@
 
176
MYSQL_COPYRIGHT_YEAR = @MYSQL_COPYRIGHT_YEAR@
 
177
MYSQL_NO_DASH_VERSION = @MYSQL_NO_DASH_VERSION@
 
178
MYSQL_PREVIOUS_BASE_VERSION = @MYSQL_PREVIOUS_BASE_VERSION@
 
179
MYSQL_SERVER_SUFFIX = @MYSQL_SERVER_SUFFIX@
 
180
MYSQL_TCP_PORT = @MYSQL_TCP_PORT@
 
181
MYSQL_TCP_PORT_DEFAULT = @MYSQL_TCP_PORT_DEFAULT@
 
182
MYSQL_UNIX_ADDR = @MYSQL_UNIX_ADDR@
 
183
MYSQL_U_SCORE_VERSION = @MYSQL_U_SCORE_VERSION@
 
184
MYSQL_VERSION_ID = @MYSQL_VERSION_ID@
 
185
NDB_DEFS = @NDB_DEFS@
 
186
NDB_LD_VERSION_SCRIPT = @NDB_LD_VERSION_SCRIPT@
 
187
NDB_SCI_INCLUDES = @NDB_SCI_INCLUDES@
 
188
NDB_SCI_LIBS = @NDB_SCI_LIBS@
 
189
NDB_SHARED_LIB_MAJOR_VERSION = @NDB_SHARED_LIB_MAJOR_VERSION@
 
190
NDB_SHARED_LIB_VERSION = @NDB_SHARED_LIB_VERSION@
 
191
NDB_SIZEOF_CHAR = @NDB_SIZEOF_CHAR@
 
192
NDB_SIZEOF_CHARP = @NDB_SIZEOF_CHARP@
 
193
NDB_SIZEOF_INT = @NDB_SIZEOF_INT@
 
194
NDB_SIZEOF_LONG = @NDB_SIZEOF_LONG@
 
195
NDB_SIZEOF_LONG_LONG = @NDB_SIZEOF_LONG_LONG@
 
196
NDB_SIZEOF_SHORT = @NDB_SIZEOF_SHORT@
 
197
NDB_VERSION_BUILD = @NDB_VERSION_BUILD@
 
198
NDB_VERSION_MAJOR = @NDB_VERSION_MAJOR@
 
199
NDB_VERSION_MINOR = @NDB_VERSION_MINOR@
 
200
NDB_VERSION_STATUS = @NDB_VERSION_STATUS@
 
201
NM = @NM@
 
202
NMEDIT = @NMEDIT@
 
203
NOINST_LDFLAGS = @NOINST_LDFLAGS@
 
204
NON_THREADED_LIBS = @NON_THREADED_LIBS@
 
205
OBJDUMP = @OBJDUMP@
 
206
OBJEXT = @OBJEXT@
 
207
OTOOL = @OTOOL@
 
208
OTOOL64 = @OTOOL64@
 
209
PACKAGE = @PACKAGE@
 
210
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
211
PACKAGE_NAME = @PACKAGE_NAME@
 
212
PACKAGE_STRING = @PACKAGE_STRING@
 
213
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
214
PACKAGE_VERSION = @PACKAGE_VERSION@
 
215
PATH_SEPARATOR = @PATH_SEPARATOR@
 
216
PDFLATEX = @PDFLATEX@
 
217
PDFMANUAL = @PDFMANUAL@
 
218
PERL = @PERL@
 
219
PERL5 = @PERL5@
 
220
PROTOCOL_VERSION = @PROTOCOL_VERSION@
 
221
PS = @PS@
 
222
RANLIB = @RANLIB@
 
223
RM = @RM@
 
224
SAVE_ASFLAGS = @SAVE_ASFLAGS@
 
225
SAVE_CC = @SAVE_CC@
 
226
SAVE_CFLAGS = @SAVE_CFLAGS@
 
227
SAVE_CXX = @SAVE_CXX@
 
228
SAVE_CXXFLAGS = @SAVE_CXXFLAGS@
 
229
SAVE_CXXLDFLAGS = @SAVE_CXXLDFLAGS@
 
230
SAVE_LDFLAGS = @SAVE_LDFLAGS@
 
231
SED = @SED@
 
232
SET_MAKE = @SET_MAKE@
 
233
SHARED_LIB_MAJOR_VERSION = @SHARED_LIB_MAJOR_VERSION@
 
234
SHARED_LIB_VERSION = @SHARED_LIB_VERSION@
 
235
SHELL = @SHELL@
 
236
STATIC_NSS_FLAGS = @STATIC_NSS_FLAGS@
 
237
STRIP = @STRIP@
 
238
SYSTEM_TYPE = @SYSTEM_TYPE@
 
239
TAR = @TAR@
 
240
TARGET_LINUX = @TARGET_LINUX@
 
241
TERMCAP_LIB = @TERMCAP_LIB@
 
242
TEST_NDBCLUSTER = @TEST_NDBCLUSTER@
 
243
THREAD_LOBJECTS = @THREAD_LOBJECTS@
 
244
VERSION = @VERSION@
 
245
WRAPLIBS = @WRAPLIBS@
 
246
YACC = @YACC@
 
247
ZLIB_DEPS = @ZLIB_DEPS@
 
248
ZLIB_INCLUDES = @ZLIB_INCLUDES@
 
249
ZLIB_LIBS = @ZLIB_LIBS@
 
250
abs_builddir = @abs_builddir@
 
251
abs_srcdir = @abs_srcdir@
 
252
abs_top_builddir = @abs_top_builddir@
 
253
abs_top_srcdir = @abs_top_srcdir@
 
254
ac_ct_CC = @ac_ct_CC@
 
255
ac_ct_CXX = @ac_ct_CXX@
 
256
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
257
am__include = @am__include@
 
258
am__leading_dot = @am__leading_dot@
 
259
am__quote = @am__quote@
 
260
am__tar = @am__tar@
 
261
am__untar = @am__untar@
 
262
bindir = @bindir@
 
263
build = @build@
 
264
build_alias = @build_alias@
 
265
build_cpu = @build_cpu@
 
266
build_os = @build_os@
 
267
build_vendor = @build_vendor@
 
268
builddir = @builddir@
 
269
condition_dependent_plugin_includes = @condition_dependent_plugin_includes@
 
270
condition_dependent_plugin_links = @condition_dependent_plugin_links@
 
271
condition_dependent_plugin_modules = @condition_dependent_plugin_modules@
 
272
condition_dependent_plugin_objects = @condition_dependent_plugin_objects@
 
273
datadir = @datadir@
 
274
datarootdir = @datarootdir@
 
275
docdir = @docdir@
 
276
docs_dirs = @docs_dirs@
 
277
dvidir = @dvidir@
 
278
exec_prefix = @exec_prefix@
 
279
extra_docs = @extra_docs@
 
280
host = @host@
 
281
host_alias = @host_alias@
 
282
host_cpu = @host_cpu@
 
283
host_os = @host_os@
 
284
host_vendor = @host_vendor@
 
285
htmldir = @htmldir@
 
286
includedir = @includedir@
 
287
infodir = @infodir@
 
288
innodb_system_libs = @innodb_system_libs@
 
289
install_sh = @install_sh@
 
290
libdir = @libdir@
 
291
libexecdir = @libexecdir@
 
292
libmysqld_dirs = @libmysqld_dirs@
 
293
localedir = @localedir@
 
294
localstatedir = @localstatedir@
 
295
lt_ECHO = @lt_ECHO@
 
296
man1_files = @man1_files@
 
297
man8_files = @man8_files@
 
298
man_dirs = @man_dirs@
 
299
mandir = @mandir@
 
300
mkdir_p = @mkdir_p@
 
301
mysql_pg_dirs = @mysql_pg_dirs@
 
302
mysql_pg_distdirs = @mysql_pg_distdirs@
 
303
mysql_pg_unittest_dirs = @mysql_pg_unittest_dirs@
 
304
mysql_plugin_defs = @mysql_plugin_defs@
 
305
mysql_plugin_dirs = @mysql_plugin_dirs@
 
306
mysql_plugin_libs = @mysql_plugin_libs@
 
307
mysql_se_dirs = @mysql_se_dirs@
 
308
mysql_se_distdirs = @mysql_se_distdirs@
 
309
mysql_se_unittest_dirs = @mysql_se_unittest_dirs@
 
310
ndb_bin_am_ldflags = @ndb_bin_am_ldflags@
 
311
ndb_cxxflags_fix = @ndb_cxxflags_fix@
 
312
ndb_mgmclient_libs = @ndb_mgmclient_libs@
 
313
ndb_opt_subdirs = @ndb_opt_subdirs@
 
314
ndb_port = @ndb_port@
 
315
ndb_transporter_opt_objs = @ndb_transporter_opt_objs@
 
316
ndbcluster_includes = @ndbcluster_includes@
 
317
ndbcluster_libs = @ndbcluster_libs@
 
318
ndbcluster_system_libs = @ndbcluster_system_libs@
 
319
netware_dir = @netware_dir@
 
320
oldincludedir = @oldincludedir@
 
321
openssl_includes = @openssl_includes@
 
322
openssl_libs = @openssl_libs@
 
323
pdfdir = @pdfdir@
 
324
plugin_archive_shared_target = @plugin_archive_shared_target@
 
325
plugin_archive_static_target = @plugin_archive_static_target@
 
326
plugin_blackhole_shared_target = @plugin_blackhole_shared_target@
 
327
plugin_blackhole_static_target = @plugin_blackhole_static_target@
 
328
plugin_csv_shared_target = @plugin_csv_shared_target@
 
329
plugin_csv_static_target = @plugin_csv_static_target@
 
330
plugin_daemon_example_shared_target = @plugin_daemon_example_shared_target@
 
331
plugin_daemon_example_static_target = @plugin_daemon_example_static_target@
 
332
plugin_example_shared_target = @plugin_example_shared_target@
 
333
plugin_example_static_target = @plugin_example_static_target@
 
334
plugin_federated_shared_target = @plugin_federated_shared_target@
 
335
plugin_federated_static_target = @plugin_federated_static_target@
 
336
plugin_ftexample_shared_target = @plugin_ftexample_shared_target@
 
337
plugin_ftexample_static_target = @plugin_ftexample_static_target@
 
338
plugin_heap_shared_target = @plugin_heap_shared_target@
 
339
plugin_heap_static_target = @plugin_heap_static_target@
 
340
plugin_ibmdb2i_shared_target = @plugin_ibmdb2i_shared_target@
 
341
plugin_ibmdb2i_static_target = @plugin_ibmdb2i_static_target@
 
342
plugin_innobase_shared_target = @plugin_innobase_shared_target@
 
343
plugin_innobase_static_target = @plugin_innobase_static_target@
 
344
plugin_innodb_plugin_shared_target = @plugin_innodb_plugin_shared_target@
 
345
plugin_innodb_plugin_static_target = @plugin_innodb_plugin_static_target@
 
346
plugin_myisam_shared_target = @plugin_myisam_shared_target@
 
347
plugin_myisam_static_target = @plugin_myisam_static_target@
 
348
plugin_myisammrg_shared_target = @plugin_myisammrg_shared_target@
 
349
plugin_myisammrg_static_target = @plugin_myisammrg_static_target@
 
350
plugin_ndbcluster_shared_target = @plugin_ndbcluster_shared_target@
 
351
plugin_ndbcluster_static_target = @plugin_ndbcluster_static_target@
 
352
plugin_partition_shared_target = @plugin_partition_shared_target@
 
353
plugin_partition_static_target = @plugin_partition_static_target@
 
354
prefix = @prefix@
 
355
program_transform_name = @program_transform_name@
 
356
psdir = @psdir@
 
357
pstack_dir = @pstack_dir@
 
358
pstack_libs = @pstack_libs@
 
359
readline_basedir = @readline_basedir@
 
360
readline_dir = @readline_dir@
 
361
readline_h_ln_cmd = @readline_h_ln_cmd@
 
362
readline_link = @readline_link@
 
363
readline_topdir = @readline_topdir@
 
364
sbindir = @sbindir@
 
365
server_scripts = @server_scripts@
 
366
sharedstatedir = @sharedstatedir@
 
367
sql_client_dirs = @sql_client_dirs@
 
368
sql_server = @sql_server@
 
369
sql_server_dirs = @sql_server_dirs@
 
370
sql_union_dirs = @sql_union_dirs@
 
371
srcdir = @srcdir@
 
372
sysconfdir = @sysconfdir@
 
373
target = @target@
 
374
target_alias = @target_alias@
 
375
target_cpu = @target_cpu@
 
376
target_os = @target_os@
 
377
target_vendor = @target_vendor@
 
378
tools_dirs = @tools_dirs@
 
379
top_build_prefix = @top_build_prefix@
 
380
top_builddir = @top_builddir@
 
381
top_srcdir = @top_srcdir@
 
382
uname_prog = @uname_prog@
 
383
yassl_dir = @yassl_dir@
 
384
yassl_h_ln_cmd = @yassl_h_ln_cmd@
 
385
yassl_libs = @yassl_libs@
 
386
yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@
 
387
zlib_dir = @zlib_dir@
 
388
SUBDIRS = mytap . mysys examples
 
389
EXTRA_DIST = unit.pl
 
390
CLEANFILES = unit
 
391
unittests = mytap mysys @mysql_se_unittest_dirs@  @mysql_pg_unittest_dirs@
 
392
all: all-recursive
 
393
 
 
394
.SUFFIXES:
 
395
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
396
        @for dep in $?; do \
 
397
          case '$(am__configure_deps)' in \
 
398
            *$$dep*) \
 
399
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
400
                && { if test -f $@; then exit 0; else break; fi; }; \
 
401
              exit 1;; \
 
402
          esac; \
 
403
        done; \
 
404
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  unittest/Makefile'; \
 
405
        cd $(top_srcdir) && \
 
406
          $(AUTOMAKE) --gnu  unittest/Makefile
 
407
.PRECIOUS: Makefile
 
408
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
409
        @case '$?' in \
 
410
          *config.status*) \
 
411
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
412
          *) \
 
413
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
414
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
415
        esac;
 
416
 
 
417
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
418
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
419
 
 
420
$(top_srcdir)/configure:  $(am__configure_deps)
 
421
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
422
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
423
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
424
 
 
425
mostlyclean-libtool:
 
426
        -rm -f *.lo
 
427
 
 
428
clean-libtool:
 
429
        -rm -rf .libs _libs
 
430
 
 
431
# This directory's subdirectories are mostly independent; you can cd
 
432
# into them and run `make' without going through this Makefile.
 
433
# To change the values of `make' variables: instead of editing Makefiles,
 
434
# (1) if the variable is set in `config.status', edit `config.status'
 
435
#     (which will cause the Makefiles to be regenerated when you run `make');
 
436
# (2) otherwise, pass the desired values on the `make' command line.
 
437
$(RECURSIVE_TARGETS):
 
438
        @failcom='exit 1'; \
 
439
        for f in x $$MAKEFLAGS; do \
 
440
          case $$f in \
 
441
            *=* | --[!k]*);; \
 
442
            *k*) failcom='fail=yes';; \
 
443
          esac; \
 
444
        done; \
 
445
        dot_seen=no; \
 
446
        target=`echo $@ | sed s/-recursive//`; \
 
447
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
448
          echo "Making $$target in $$subdir"; \
 
449
          if test "$$subdir" = "."; then \
 
450
            dot_seen=yes; \
 
451
            local_target="$$target-am"; \
 
452
          else \
 
453
            local_target="$$target"; \
 
454
          fi; \
 
455
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
456
          || eval $$failcom; \
 
457
        done; \
 
458
        if test "$$dot_seen" = "no"; then \
 
459
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
460
        fi; test -z "$$fail"
 
461
 
 
462
$(RECURSIVE_CLEAN_TARGETS):
 
463
        @failcom='exit 1'; \
 
464
        for f in x $$MAKEFLAGS; do \
 
465
          case $$f in \
 
466
            *=* | --[!k]*);; \
 
467
            *k*) failcom='fail=yes';; \
 
468
          esac; \
 
469
        done; \
 
470
        dot_seen=no; \
 
471
        case "$@" in \
 
472
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
473
          *) list='$(SUBDIRS)' ;; \
 
474
        esac; \
 
475
        rev=''; for subdir in $$list; do \
 
476
          if test "$$subdir" = "."; then :; else \
 
477
            rev="$$subdir $$rev"; \
 
478
          fi; \
 
479
        done; \
 
480
        rev="$$rev ."; \
 
481
        target=`echo $@ | sed s/-recursive//`; \
 
482
        for subdir in $$rev; do \
 
483
          echo "Making $$target in $$subdir"; \
 
484
          if test "$$subdir" = "."; then \
 
485
            local_target="$$target-am"; \
 
486
          else \
 
487
            local_target="$$target"; \
 
488
          fi; \
 
489
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
490
          || eval $$failcom; \
 
491
        done && test -z "$$fail"
 
492
tags-recursive:
 
493
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
494
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
495
        done
 
496
ctags-recursive:
 
497
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
498
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
499
        done
 
500
 
 
501
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
502
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
503
        unique=`for i in $$list; do \
 
504
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
505
          done | \
 
506
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
507
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
508
        mkid -fID $$unique
 
509
tags: TAGS
 
510
 
 
511
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
512
                $(TAGS_FILES) $(LISP)
 
513
        tags=; \
 
514
        here=`pwd`; \
 
515
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
516
          include_option=--etags-include; \
 
517
          empty_fix=.; \
 
518
        else \
 
519
          include_option=--include; \
 
520
          empty_fix=; \
 
521
        fi; \
 
522
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
523
          if test "$$subdir" = .; then :; else \
 
524
            test ! -f $$subdir/TAGS || \
 
525
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
526
          fi; \
 
527
        done; \
 
528
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
529
        unique=`for i in $$list; do \
 
530
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
531
          done | \
 
532
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
533
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
534
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
535
          test -n "$$unique" || unique=$$empty_fix; \
 
536
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
537
            $$tags $$unique; \
 
538
        fi
 
539
ctags: CTAGS
 
540
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
541
                $(TAGS_FILES) $(LISP)
 
542
        tags=; \
 
543
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
544
        unique=`for i in $$list; do \
 
545
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
546
          done | \
 
547
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
548
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
549
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
550
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
551
             $$tags $$unique
 
552
 
 
553
GTAGS:
 
554
        here=`$(am__cd) $(top_builddir) && pwd` \
 
555
          && cd $(top_srcdir) \
 
556
          && gtags -i $(GTAGS_ARGS) $$here
 
557
 
 
558
distclean-tags:
 
559
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
560
 
 
561
distdir: $(DISTFILES)
 
562
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
563
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
564
        list='$(DISTFILES)'; \
 
565
          dist_files=`for file in $$list; do echo $$file; done | \
 
566
          sed -e "s|^$$srcdirstrip/||;t" \
 
567
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
568
        case $$dist_files in \
 
569
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
570
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
571
                           sort -u` ;; \
 
572
        esac; \
 
573
        for file in $$dist_files; do \
 
574
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
575
          if test -d $$d/$$file; then \
 
576
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
577
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
578
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
579
            fi; \
 
580
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
581
          else \
 
582
            test -f $(distdir)/$$file \
 
583
            || cp -p $$d/$$file $(distdir)/$$file \
 
584
            || exit 1; \
 
585
          fi; \
 
586
        done
 
587
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
588
          if test "$$subdir" = .; then :; else \
 
589
            test -d "$(distdir)/$$subdir" \
 
590
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
591
            || exit 1; \
 
592
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
593
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
594
            (cd $$subdir && \
 
595
              $(MAKE) $(AM_MAKEFLAGS) \
 
596
                top_distdir="$$top_distdir" \
 
597
                distdir="$$distdir/$$subdir" \
 
598
                am__remove_distdir=: \
 
599
                am__skip_length_check=: \
 
600
                distdir) \
 
601
              || exit 1; \
 
602
          fi; \
 
603
        done
 
604
check-am: all-am
 
605
check: check-recursive
 
606
all-am: Makefile
 
607
installdirs: installdirs-recursive
 
608
installdirs-am:
 
609
install: install-recursive
 
610
install-exec: install-exec-recursive
 
611
install-data: install-data-recursive
 
612
uninstall: uninstall-recursive
 
613
 
 
614
install-am: all-am
 
615
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
616
 
 
617
installcheck: installcheck-recursive
 
618
install-strip:
 
619
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
620
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
621
          `test -z '$(STRIP)' || \
 
622
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
623
mostlyclean-generic:
 
624
 
 
625
clean-generic:
 
626
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
627
 
 
628
distclean-generic:
 
629
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
630
 
 
631
maintainer-clean-generic:
 
632
        @echo "This command is intended for maintainers to use"
 
633
        @echo "it deletes files that may require special tools to rebuild."
 
634
clean: clean-recursive
 
635
 
 
636
clean-am: clean-generic clean-libtool mostlyclean-am
 
637
 
 
638
distclean: distclean-recursive
 
639
        -rm -f Makefile
 
640
distclean-am: clean-am distclean-generic distclean-tags
 
641
 
 
642
dvi: dvi-recursive
 
643
 
 
644
dvi-am:
 
645
 
 
646
html: html-recursive
 
647
 
 
648
info: info-recursive
 
649
 
 
650
info-am:
 
651
 
 
652
install-data-am:
 
653
 
 
654
install-dvi: install-dvi-recursive
 
655
 
 
656
install-exec-am:
 
657
 
 
658
install-html: install-html-recursive
 
659
 
 
660
install-info: install-info-recursive
 
661
 
 
662
install-man:
 
663
 
 
664
install-pdf: install-pdf-recursive
 
665
 
 
666
install-ps: install-ps-recursive
 
667
 
 
668
installcheck-am:
 
669
 
 
670
maintainer-clean: maintainer-clean-recursive
 
671
        -rm -f Makefile
 
672
maintainer-clean-am: distclean-am maintainer-clean-generic
 
673
 
 
674
mostlyclean: mostlyclean-recursive
 
675
 
 
676
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
677
 
 
678
pdf: pdf-recursive
 
679
 
 
680
pdf-am:
 
681
 
 
682
ps: ps-recursive
 
683
 
 
684
ps-am:
 
685
 
 
686
uninstall-am:
 
687
 
 
688
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
689
        install-strip
 
690
 
 
691
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
692
        all all-am check check-am clean clean-generic clean-libtool \
 
693
        ctags ctags-recursive distclean distclean-generic \
 
694
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
695
        html-am info info-am install install-am install-data \
 
696
        install-data-am install-dvi install-dvi-am install-exec \
 
697
        install-exec-am install-html install-html-am install-info \
 
698
        install-info-am install-man install-pdf install-pdf-am \
 
699
        install-ps install-ps-am install-strip installcheck \
 
700
        installcheck-am installdirs installdirs-am maintainer-clean \
 
701
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
702
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
703
        uninstall uninstall-am
 
704
 
 
705
 
 
706
test:
 
707
        perl unit.pl run $(unittests)
 
708
 
 
709
test-verbose:
 
710
        HARNESS_VERBOSE=1 perl unit.pl run $(unittests)
 
711
 
 
712
# Don't update the files from bitkeeper
 
713
%::SCCS/s.%
 
714
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
715
# Otherwise a system limit (for SysV at least) may be exceeded.
 
716
.NOEXPORT: