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

« back to all changes in this revision

Viewing changes to storage/ndb/src/common/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:
51
51
subdir = storage/ndb/src/common
52
52
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
53
53
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
54
 
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 \
55
56
        $(top_srcdir)/config/ac-macros/check_cpu.m4 \
56
57
        $(top_srcdir)/config/ac-macros/character_sets.m4 \
57
58
        $(top_srcdir)/config/ac-macros/compiler_flag.m4 \
104
105
ACLOCAL = @ACLOCAL@
105
106
ALLOCA = @ALLOCA@
106
107
AMTAR = @AMTAR@
 
108
AM_CFLAGS = @AM_CFLAGS@
 
109
AM_CXXFLAGS = @AM_CXXFLAGS@
107
110
AR = @AR@
108
111
ARFLAGS = @ARFLAGS@
109
112
AS = @AS@
198
201
MYSQL_TCP_PORT = @MYSQL_TCP_PORT@
199
202
MYSQL_TCP_PORT_DEFAULT = @MYSQL_TCP_PORT_DEFAULT@
200
203
MYSQL_UNIX_ADDR = @MYSQL_UNIX_ADDR@
 
204
MYSQL_U_SCORE_VERSION = @MYSQL_U_SCORE_VERSION@
201
205
MYSQL_VERSION_ID = @MYSQL_VERSION_ID@
202
206
NDB_DEFS = @NDB_DEFS@
203
207
NDB_LD_VERSION_SCRIPT = @NDB_LD_VERSION_SCRIPT@
354
358
plugin_ftexample_static_target = @plugin_ftexample_static_target@
355
359
plugin_heap_shared_target = @plugin_heap_shared_target@
356
360
plugin_heap_static_target = @plugin_heap_static_target@
357
 
plugin_ibmdb2i_shared_target = @plugin_ibmdb2i_shared_target@
358
 
plugin_ibmdb2i_static_target = @plugin_ibmdb2i_static_target@
359
361
plugin_innobase_shared_target = @plugin_innobase_shared_target@
360
362
plugin_innobase_static_target = @plugin_innobase_static_target@
361
363
plugin_innodb_plugin_shared_target = @plugin_innodb_plugin_shared_target@
371
373
prefix = @prefix@
372
374
program_transform_name = @program_transform_name@
373
375
psdir = @psdir@
374
 
pstack_dir = @pstack_dir@
375
 
pstack_libs = @pstack_libs@
376
376
readline_basedir = @readline_basedir@
377
377
readline_dir = @readline_dir@
378
378
readline_h_ln_cmd = @readline_h_ln_cmd@
401
401
yassl_h_ln_cmd = @yassl_h_ln_cmd@
402
402
yassl_libs = @yassl_libs@
403
403
yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@
 
404
yassl_thread_cxxflags = @yassl_thread_cxxflags@
404
405
zlib_dir = @zlib_dir@
405
406
SUBDIRS = portlib debugger util logger transporter mgmcommon
406
407
noinst_LTLIBRARIES = libcommon.la