~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

Viewing changes to unittest/strings/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120222141605-nxlu9yzc6attylc2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

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