~vadim-tk/percona-server/percona-galera-5.1.57

« back to all changes in this revision

Viewing changes to extra/yassl/Makefile.in

  • Committer: root
  • Date: 2011-07-10 16:09:24 UTC
  • Revision ID: root@r815.office.percona.com-20110710160924-fyffqsbaclgu6vui
Initial port

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