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

« back to all changes in this revision

Viewing changes to extra/yassl/taocrypt/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:
13
13
# PARTICULAR PURPOSE.
14
14
 
15
15
@SET_MAKE@
 
16
 
 
17
# Copyright (C) 2005, 2006 MySQL AB
 
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
16
31
VPATH = @srcdir@
17
32
pkgdatadir = $(datadir)/@PACKAGE@
18
33
pkglibdir = $(libdir)/@PACKAGE@
36
51
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
37
52
        COPYING INSTALL
38
53
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
 
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/alloca.m4 \
 
54
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/maintainer.m4 \
 
55
        $(top_srcdir)/config/ac-macros/alloca.m4 \
40
56
        $(top_srcdir)/config/ac-macros/check_cpu.m4 \
41
57
        $(top_srcdir)/config/ac-macros/character_sets.m4 \
42
58
        $(top_srcdir)/config/ac-macros/compiler_flag.m4 \
72
88
ACLOCAL = @ACLOCAL@
73
89
ALLOCA = @ALLOCA@
74
90
AMTAR = @AMTAR@
 
91
AM_CFLAGS = @AM_CFLAGS@
 
92
AM_CXXFLAGS = @AM_CXXFLAGS@
75
93
AR = @AR@
76
94
ARFLAGS = @ARFLAGS@
77
95
AS = @AS@
323
341
plugin_ftexample_static_target = @plugin_ftexample_static_target@
324
342
plugin_heap_shared_target = @plugin_heap_shared_target@
325
343
plugin_heap_static_target = @plugin_heap_static_target@
326
 
plugin_ibmdb2i_shared_target = @plugin_ibmdb2i_shared_target@
327
 
plugin_ibmdb2i_static_target = @plugin_ibmdb2i_static_target@
328
344
plugin_innobase_shared_target = @plugin_innobase_shared_target@
329
345
plugin_innobase_static_target = @plugin_innobase_static_target@
330
346
plugin_innodb_plugin_shared_target = @plugin_innodb_plugin_shared_target@
340
356
prefix = @prefix@
341
357
program_transform_name = @program_transform_name@
342
358
psdir = @psdir@
343
 
pstack_dir = @pstack_dir@
344
 
pstack_libs = @pstack_libs@
345
359
readline_basedir = @readline_basedir@
346
360
readline_dir = @readline_dir@
347
361
readline_h_ln_cmd = @readline_h_ln_cmd@