~ubuntu-branches/ubuntu/lucid/mysql-dfsg-5.1/lucid-security

« back to all changes in this revision

Viewing changes to client/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 22:33:55 UTC
  • mto: (1.2.1) (37.1.1 lucid-security)
  • mto: This revision was merged to the branch mainline in revision 36.
  • Revision ID: package-import@ubuntu.com-20120222223355-ku1tb4r70osci6v2
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, 2011, Oracle and/or its affiliates. All rights reserved.
18
18
#
19
19
# This program is free software; you can redistribute it and/or modify
20
20
# it under the terms of the GNU General Public License as published by
27
27
#
28
28
# You should have received a copy of the GNU General Public License
29
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
 
30
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
31
31
 
32
32
# This file is public domain and comes with NO WARRANTY of any kind
33
33
 
59
59
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
60
60
        $(srcdir)/Makefile.in
61
61
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
62
 
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/alloca.m4 \
 
62
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/maintainer.m4 \
 
63
        $(top_srcdir)/config/ac-macros/alloca.m4 \
63
64
        $(top_srcdir)/config/ac-macros/check_cpu.m4 \
64
65
        $(top_srcdir)/config/ac-macros/character_sets.m4 \
65
66
        $(top_srcdir)/config/ac-macros/compiler_flag.m4 \
177
178
ACLOCAL = @ACLOCAL@
178
179
ALLOCA = @ALLOCA@
179
180
AMTAR = @AMTAR@
 
181
AM_CFLAGS = @AM_CFLAGS@
 
182
AM_CXXFLAGS = @AM_CXXFLAGS@
180
183
AR = @AR@
181
184
ARFLAGS = @ARFLAGS@
182
185
AS = @AS@
276
279
MYSQL_TCP_PORT = @MYSQL_TCP_PORT@
277
280
MYSQL_TCP_PORT_DEFAULT = @MYSQL_TCP_PORT_DEFAULT@
278
281
MYSQL_UNIX_ADDR = @MYSQL_UNIX_ADDR@
 
282
MYSQL_U_SCORE_VERSION = @MYSQL_U_SCORE_VERSION@
279
283
MYSQL_VERSION_ID = @MYSQL_VERSION_ID@
280
284
NDB_DEFS = @NDB_DEFS@
281
285
NDB_LD_VERSION_SCRIPT = @NDB_LD_VERSION_SCRIPT@
432
436
plugin_ftexample_static_target = @plugin_ftexample_static_target@
433
437
plugin_heap_shared_target = @plugin_heap_shared_target@
434
438
plugin_heap_static_target = @plugin_heap_static_target@
435
 
plugin_ibmdb2i_shared_target = @plugin_ibmdb2i_shared_target@
436
 
plugin_ibmdb2i_static_target = @plugin_ibmdb2i_static_target@
437
439
plugin_innobase_shared_target = @plugin_innobase_shared_target@
438
440
plugin_innobase_static_target = @plugin_innobase_static_target@
439
441
plugin_innodb_plugin_shared_target = @plugin_innodb_plugin_shared_target@
449
451
prefix = @prefix@
450
452
program_transform_name = @program_transform_name@
451
453
psdir = @psdir@
452
 
pstack_dir = @pstack_dir@
453
 
pstack_libs = @pstack_libs@
454
454
readline_basedir = @readline_basedir@
455
455
readline_dir = @readline_dir@
456
456
readline_h_ln_cmd = @readline_h_ln_cmd@
479
479
yassl_h_ln_cmd = @yassl_h_ln_cmd@
480
480
yassl_libs = @yassl_libs@
481
481
yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@
 
482
yassl_thread_cxxflags = @yassl_thread_cxxflags@
482
483
zlib_dir = @zlib_dir@
483
484
@THREAD_SAFE_CLIENT_FALSE@LIBMYSQLCLIENT_LA = $(top_builddir)/libmysql/libmysqlclient.la
484
485
@THREAD_SAFE_CLIENT_TRUE@LIBMYSQLCLIENT_LA = $(top_builddir)/libmysql_r/libmysqlclient_r.la
1063
1064
          @LN_CP_F@ $(top_srcdir)/sql/$$f $$f; \
1064
1065
        done; \
1065
1066
        for f in $(strings_src) ; do \
1066
 
          rm -f $(srcdir)/$$f; \
 
1067
          rm -f $$f; \
1067
1068
          @LN_CP_F@ $(top_srcdir)/strings/$$f $$f; \
1068
1069
        done; \
1069
 
        rm -f $(srcdir)/my_user.c; \
 
1070
        rm -f my_user.c; \
1070
1071
        @LN_CP_F@ $(top_srcdir)/sql-common/my_user.c my_user.c;
1071
1072
        echo timestamp > link_sources;
1072
1073