~ubuntu-branches/debian/squeeze/mysql-5.1/squeeze

« back to all changes in this revision

Viewing changes to extra/yassl/taocrypt/test/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Moritz Muehlenhoff
  • Date: 2014-01-14 10:40:30 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140114104030-44alii0hx3x3g41y
Tags: 5.1.73-1
* New upstream release
  http://dev.mysql.com/doc/relnotes/mysql/5.1/en/news-5-1-73.html
* Update patches
* Disable flaky test rpl.rpl_innodb_bug28430 breaking the build. It's  marked
  as experimental by upstream and the internet is full of reports about it's
  unrelialibity

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
@SET_MAKE@
16
16
 
 
17
# Copyright (c) 2006, 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 Street, Fifth Floor, Boston, MA  02110-1301, USA
 
31
 
17
32
VPATH = @srcdir@
18
33
pkgdatadir = $(datadir)/@PACKAGE@
19
34
pkglibdir = $(libdir)/@PACKAGE@
37
52
subdir = extra/yassl/taocrypt/test
38
53
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39
54
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
 
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/alloca.m4 \
 
55
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/maintainer.m4 \
 
56
        $(top_srcdir)/config/ac-macros/alloca.m4 \
41
57
        $(top_srcdir)/config/ac-macros/check_cpu.m4 \
42
58
        $(top_srcdir)/config/ac-macros/character_sets.m4 \
43
59
        $(top_srcdir)/config/ac-macros/compiler_flag.m4 \
83
99
ACLOCAL = @ACLOCAL@
84
100
ALLOCA = @ALLOCA@
85
101
AMTAR = @AMTAR@
 
102
AM_CFLAGS = @AM_CFLAGS@
 
103
AM_CXXFLAGS = @AM_CXXFLAGS@
86
104
AR = @AR@
87
105
ARFLAGS = @ARFLAGS@
88
106
AS = @AS@
241
259
VERSION = @VERSION@
242
260
WRAPLIBS = @WRAPLIBS@
243
261
YACC = @YACC@
 
262
YACC_HEXT = @YACC_HEXT@
244
263
ZLIB_DEPS = @ZLIB_DEPS@
245
264
ZLIB_INCLUDES = @ZLIB_INCLUDES@
246
265
ZLIB_LIBS = @ZLIB_LIBS@
334
353
plugin_ftexample_static_target = @plugin_ftexample_static_target@
335
354
plugin_heap_shared_target = @plugin_heap_shared_target@
336
355
plugin_heap_static_target = @plugin_heap_static_target@
337
 
plugin_ibmdb2i_shared_target = @plugin_ibmdb2i_shared_target@
338
 
plugin_ibmdb2i_static_target = @plugin_ibmdb2i_static_target@
339
356
plugin_innobase_shared_target = @plugin_innobase_shared_target@
340
357
plugin_innobase_static_target = @plugin_innobase_static_target@
341
358
plugin_innodb_plugin_shared_target = @plugin_innodb_plugin_shared_target@
351
368
prefix = @prefix@
352
369
program_transform_name = @program_transform_name@
353
370
psdir = @psdir@
354
 
pstack_dir = @pstack_dir@
355
 
pstack_libs = @pstack_libs@
356
371
readline_basedir = @readline_basedir@
357
372
readline_dir = @readline_dir@
358
373
readline_h_ln_cmd = @readline_h_ln_cmd@