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

« back to all changes in this revision

Viewing changes to tests/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) 2000-2006 MySQL AB
 
17
# Copyright (c) 2000-2007 MySQL AB, 2009 Sun Microsystems, Inc.
 
18
# Use is subject to license terms.
18
19
#
19
 
# This library is free software; you can redistribute it and/or
 
20
# This program is free software; you can redistribute it and/or
20
21
# modify it under the terms of the GNU Library General Public
21
22
# License as published by the Free Software Foundation; version 2
22
23
# of the License.
23
24
#
24
 
# This library is distributed in the hope that it will be useful,
 
25
# This program is distributed in the hope that it will be useful,
25
26
# but WITHOUT ANY WARRANTY; without even the implied warranty of
26
27
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
27
28
# Library General Public License for more details.
28
29
#
29
30
# You should have received a copy of the GNU Library General Public
30
31
# License along with this library; if not, write to the Free
31
 
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
32
 
# MA 02111-1307, USA
 
32
# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
 
33
# MA 02110-1301, USA
33
34
 
34
35
VPATH = @srcdir@
35
36
pkgdatadir = $(datadir)/@PACKAGE@
56
57
subdir = tests
57
58
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
58
59
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59
 
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/alloca.m4 \
 
60
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/maintainer.m4 \
 
61
        $(top_srcdir)/config/ac-macros/alloca.m4 \
60
62
        $(top_srcdir)/config/ac-macros/check_cpu.m4 \
61
63
        $(top_srcdir)/config/ac-macros/character_sets.m4 \
62
64
        $(top_srcdir)/config/ac-macros/compiler_flag.m4 \
121
123
ACLOCAL = @ACLOCAL@
122
124
ALLOCA = @ALLOCA@
123
125
AMTAR = @AMTAR@
 
126
AM_CFLAGS = @AM_CFLAGS@
 
127
AM_CXXFLAGS = @AM_CXXFLAGS@
124
128
AR = @AR@
125
129
ARFLAGS = @ARFLAGS@
126
130
AS = @AS@
374
378
plugin_ftexample_static_target = @plugin_ftexample_static_target@
375
379
plugin_heap_shared_target = @plugin_heap_shared_target@
376
380
plugin_heap_static_target = @plugin_heap_static_target@
377
 
plugin_ibmdb2i_shared_target = @plugin_ibmdb2i_shared_target@
378
 
plugin_ibmdb2i_static_target = @plugin_ibmdb2i_static_target@
379
381
plugin_innobase_shared_target = @plugin_innobase_shared_target@
380
382
plugin_innobase_static_target = @plugin_innobase_static_target@
381
383
plugin_innodb_plugin_shared_target = @plugin_innodb_plugin_shared_target@
391
393
prefix = @prefix@
392
394
program_transform_name = @program_transform_name@
393
395
psdir = @psdir@
394
 
pstack_dir = @pstack_dir@
395
 
pstack_libs = @pstack_libs@
396
396
readline_basedir = @readline_basedir@
397
397
readline_dir = @readline_dir@
398
398
readline_h_ln_cmd = @readline_h_ln_cmd@