~ubuntu-branches/debian/squeeze/mysql-5.1/squeeze

« back to all changes in this revision

Viewing changes to storage/ndb/src/cw/cpcd/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Moritz Muehlenhoff
  • Date: 2014-01-14 10:40:30 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140114104030-44alii0hx3x3g41y
Tags: 5.1.73-1
* New upstream release
  http://dev.mysql.com/doc/relnotes/mysql/5.1/en/news-5-1-73.html
* Update patches
* Disable flaky test rpl.rpl_innodb_bug28430 breaking the build. It's  marked
  as experimental by upstream and the internet is full of reports about it's
  unrelialibity

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
# Copyright (C) 2004 MySQL AB
 
17
# Copyright (c) 2004-2007 MySQL AB
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
84
84
        $(top_srcdir)/storage/ndb/config/type_util.mk.am
85
85
subdir = storage/ndb/src/cw/cpcd
86
86
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
87
 
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/alloca.m4 \
 
87
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/maintainer.m4 \
 
88
        $(top_srcdir)/config/ac-macros/alloca.m4 \
88
89
        $(top_srcdir)/config/ac-macros/check_cpu.m4 \
89
90
        $(top_srcdir)/config/ac-macros/character_sets.m4 \
90
91
        $(top_srcdir)/config/ac-macros/compiler_flag.m4 \
137
138
ACLOCAL = @ACLOCAL@
138
139
ALLOCA = @ALLOCA@
139
140
AMTAR = @AMTAR@
 
141
AM_CFLAGS = @AM_CFLAGS@
 
142
AM_CXXFLAGS = $(NDB_AM_CXXFLAGS) $(NDB_CXXFLAGS)
140
143
AR = @AR@
141
144
ARFLAGS = @ARFLAGS@
142
145
AS = @AS@
295
298
VERSION = @VERSION@
296
299
WRAPLIBS = @WRAPLIBS@
297
300
YACC = @YACC@
 
301
YACC_HEXT = @YACC_HEXT@
298
302
ZLIB_DEPS = @ZLIB_DEPS@
299
303
ZLIB_INCLUDES = @ZLIB_INCLUDES@
300
304
ZLIB_LIBS = @ZLIB_LIBS@
388
392
plugin_ftexample_static_target = @plugin_ftexample_static_target@
389
393
plugin_heap_shared_target = @plugin_heap_shared_target@
390
394
plugin_heap_static_target = @plugin_heap_static_target@
391
 
plugin_ibmdb2i_shared_target = @plugin_ibmdb2i_shared_target@
392
 
plugin_ibmdb2i_static_target = @plugin_ibmdb2i_static_target@
393
395
plugin_innobase_shared_target = @plugin_innobase_shared_target@
394
396
plugin_innobase_static_target = @plugin_innobase_static_target@
395
397
plugin_innodb_plugin_shared_target = @plugin_innodb_plugin_shared_target@
405
407
prefix = @prefix@
406
408
program_transform_name = @program_transform_name@
407
409
psdir = @psdir@
408
 
pstack_dir = @pstack_dir@
409
 
pstack_libs = @pstack_libs@
410
410
readline_basedir = @readline_basedir@
411
411
readline_dir = @readline_dir@
412
412
readline_h_ln_cmd = @readline_h_ln_cmd@
460
460
LDADD = $(LDADD_LOC)
461
461
NDB_CXXFLAGS = @ndb_cxxflags_fix@ $(NDB_CXXFLAGS_LOC) 
462
462
NDB_AM_CXXFLAGS := $(AM_CXXFLAGS)
463
 
AM_CXXFLAGS = $(NDB_AM_CXXFLAGS) $(NDB_CXXFLAGS)
464
463
ndb_cpcd_LDFLAGS = -static @ndb_bin_am_ldflags@
465
464
all: all-am
466
465