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

« back to all changes in this revision

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