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

« back to all changes in this revision

Viewing changes to mysql-test/lib/My/SafeProcess/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) 2008 MySQL AB, 2009 Sun Microsystems, Inc.
 
18
# Use is subject to license terms.
18
19
19
20
# This program is free software; you can redistribute it and/or modify
20
21
# it under the terms of the GNU General Public License as published by
27
28
28
29
# You should have received a copy of the GNU General Public License
29
30
# 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
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
31
32
 
32
33
VPATH = @srcdir@
33
34
pkgdatadir = $(datadir)/@PACKAGE@
52
53
subdir = mysql-test/lib/My/SafeProcess
53
54
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
54
55
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55
 
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/alloca.m4 \
 
56
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/maintainer.m4 \
 
57
        $(top_srcdir)/config/ac-macros/alloca.m4 \
56
58
        $(top_srcdir)/config/ac-macros/check_cpu.m4 \
57
59
        $(top_srcdir)/config/ac-macros/character_sets.m4 \
58
60
        $(top_srcdir)/config/ac-macros/compiler_flag.m4 \
96
98
ACLOCAL = @ACLOCAL@
97
99
ALLOCA = @ALLOCA@
98
100
AMTAR = @AMTAR@
 
101
AM_CFLAGS = @AM_CFLAGS@
 
102
AM_CXXFLAGS = @AM_CXXFLAGS@
99
103
AR = @AR@
100
104
ARFLAGS = @ARFLAGS@
101
105
AS = @AS@
347
351
plugin_ftexample_static_target = @plugin_ftexample_static_target@
348
352
plugin_heap_shared_target = @plugin_heap_shared_target@
349
353
plugin_heap_static_target = @plugin_heap_static_target@
350
 
plugin_ibmdb2i_shared_target = @plugin_ibmdb2i_shared_target@
351
 
plugin_ibmdb2i_static_target = @plugin_ibmdb2i_static_target@
352
354
plugin_innobase_shared_target = @plugin_innobase_shared_target@
353
355
plugin_innobase_static_target = @plugin_innobase_static_target@
354
356
plugin_innodb_plugin_shared_target = @plugin_innodb_plugin_shared_target@
364
366
prefix = @prefix@
365
367
program_transform_name = @program_transform_name@
366
368
psdir = @psdir@
367
 
pstack_dir = @pstack_dir@
368
 
pstack_libs = @pstack_libs@
369
369
readline_basedir = @readline_basedir@
370
370
readline_dir = @readline_dir@
371
371
readline_h_ln_cmd = @readline_h_ln_cmd@