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

« back to all changes in this revision

Viewing changes to libmysqld/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) 2001-2006 MySQL AB
 
17
# Copyright (c) 2001-2008 MySQL AB, 2009 Sun Microsystems, Inc.
 
18
# Use is subject to license terms.
18
19
19
20
# This library is free software; you can redistribute it and/or
20
21
# modify it under the terms of the GNU Library General Public
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
# This file is public domain and comes with NO WARRANTY of any kind
35
36
 
57
58
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
58
59
        $(srcdir)/Makefile.in
59
60
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60
 
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/alloca.m4 \
 
61
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/maintainer.m4 \
 
62
        $(top_srcdir)/config/ac-macros/alloca.m4 \
61
63
        $(top_srcdir)/config/ac-macros/check_cpu.m4 \
62
64
        $(top_srcdir)/config/ac-macros/character_sets.m4 \
63
65
        $(top_srcdir)/config/ac-macros/compiler_flag.m4 \
180
182
ACLOCAL = @ACLOCAL@
181
183
ALLOCA = @ALLOCA@
182
184
AMTAR = @AMTAR@
 
185
AM_CFLAGS = @AM_CFLAGS@
 
186
AM_CXXFLAGS = @AM_CXXFLAGS@
183
187
AR = @AR@
184
188
ARFLAGS = @ARFLAGS@
185
189
AS = @AS@
436
440
plugin_ftexample_static_target = @plugin_ftexample_static_target@
437
441
plugin_heap_shared_target = @plugin_heap_shared_target@
438
442
plugin_heap_static_target = @plugin_heap_static_target@
439
 
plugin_ibmdb2i_shared_target = @plugin_ibmdb2i_shared_target@
440
 
plugin_ibmdb2i_static_target = @plugin_ibmdb2i_static_target@
441
443
plugin_innobase_shared_target = @plugin_innobase_shared_target@
442
444
plugin_innobase_static_target = @plugin_innobase_static_target@
443
445
plugin_innodb_plugin_shared_target = @plugin_innodb_plugin_shared_target@
453
455
prefix = @prefix@
454
456
program_transform_name = @program_transform_name@
455
457
psdir = @psdir@
456
 
pstack_dir = @pstack_dir@
457
 
pstack_libs = @pstack_libs@
458
458
readline_basedir = @readline_basedir@
459
459
readline_dir = @readline_dir@
460
460
readline_h_ln_cmd = @readline_h_ln_cmd@