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

« back to all changes in this revision

Viewing changes to extra/yassl/taocrypt/benchmark/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:
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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
31
 
17
32
VPATH = @srcdir@
18
33
pkgdatadir = $(datadir)/@PACKAGE@
19
34
pkglibdir = $(libdir)/@PACKAGE@
37
52
subdir = extra/yassl/taocrypt/benchmark
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@
334
352
plugin_ftexample_static_target = @plugin_ftexample_static_target@
335
353
plugin_heap_shared_target = @plugin_heap_shared_target@
336
354
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
355
plugin_innobase_shared_target = @plugin_innobase_shared_target@
340
356
plugin_innobase_static_target = @plugin_innobase_static_target@
341
357
plugin_innodb_plugin_shared_target = @plugin_innodb_plugin_shared_target@
351
367
prefix = @prefix@
352
368
program_transform_name = @program_transform_name@
353
369
psdir = @psdir@
354
 
pstack_dir = @pstack_dir@
355
 
pstack_libs = @pstack_libs@
356
370
readline_basedir = @readline_basedir@
357
371
readline_dir = @readline_dir@
358
372
readline_h_ln_cmd = @readline_h_ln_cmd@