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

« back to all changes in this revision

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