1
# Used to build Makefile.in
3
noinst_LTLIBRARIES+= plugin/pbxt/libpbxt.la
6
plugin/pbxt/src/bsearch_xt.h
7
plugin/pbxt/src/cache_xt.h \
8
plugin/pbxt/src/ccutils_xt.h \
9
plugin/pbxt/src/database_xt.h \
10
plugin/pbxt/src/datadic_xt.h \
11
plugin/pbxt/src/datalog_xt.h \
12
plugin/pbxt/src/filesys_xt.h \
13
plugin/pbxt/src/hashtab_xt.h \
14
plugin/pbxt/src/ha_pbxt.h \
15
plugin/pbxt/src/heap_xt.h \
16
plugin/pbxt/src/index_xt.h \
17
plugin/pbxt/src/linklist_xt.h \
18
plugin/pbxt/src/memory_xt.h \
19
plugin/pbxt/src/myxt_xt.h \
20
plugin/pbxt/src/pthread_xt.h \
21
plugin/pbxt/src/restart_xt.h \
22
plugin/pbxt/src/sortedlist_xt.h \
23
plugin/pbxt/src/strutil_xt.h \
24
plugin/pbxt/src/tabcache_xt.h \
25
plugin/pbxt/src/table_xt.h \
26
plugin/pbxt/src/trace_xt.h \
27
plugin/pbxt/src/thread_xt.h \
28
plugin/pbxt/src/util_xt.h \
29
plugin/pbxt/src/xaction_xt.h \
30
plugin/pbxt/src/xactlog_xt.h \
31
plugin/pbxt/src/lock_xt.h \
32
plugin/pbxt/src/systab_xt.h \
33
plugin/pbxt/src/ha_xtsys.h \
34
plugin/pbxt/src/discover_xt.h \
35
plugin/pbxt/src/pbms.h \
36
plugin/pbxt/src/xt_config.h \
37
plugin/pbxt/src/xt_defs.h \
38
plugin/pbxt/src/xt_errno.h
41
plugin_pbxt_libpbxt_la_CXXFLAGS= ${AM_CXXFLAGS} -DDRIZZLED -Wno-long-long -Wno-overloaded-virtual -Wno-sign-compare -Wno-unused-function
42
plugin_pbxt_libpbxt_la_CFLAGS= ${AM_CFLAGS} -DDRIZZLED -std=c99
44
plugin_pbxt_libpbxt_la_SOURCES= \
45
plugin/pbxt/src/bsearch_xt.cc \
46
plugin/pbxt/src/cache_xt.cc \
47
plugin/pbxt/src/ccutils_xt.cc \
48
plugin/pbxt/src/database_xt.cc \
49
plugin/pbxt/src/datadic_xt.cc \
50
plugin/pbxt/src/datalog_xt.cc \
51
plugin/pbxt/src/filesys_xt.cc \
52
plugin/pbxt/src/hashtab_xt.cc \
53
plugin/pbxt/src/heap_xt.cc \
54
plugin/pbxt/src/index_xt.cc \
55
plugin/pbxt/src/linklist_xt.cc \
56
plugin/pbxt/src/memory_xt.cc \
57
plugin/pbxt/src/myxt_xt.cc \
58
plugin/pbxt/src/pthread_xt.cc \
59
plugin/pbxt/src/restart_xt.cc \
60
plugin/pbxt/src/sortedlist_xt.cc \
61
plugin/pbxt/src/strutil_xt.cc \
62
plugin/pbxt/src/tabcache_xt.cc \
63
plugin/pbxt/src/table_xt.cc \
64
plugin/pbxt/src/trace_xt.cc \
65
plugin/pbxt/src/thread_xt.cc \
66
plugin/pbxt/src/systab_xt.cc \
67
plugin/pbxt/src/ha_xtsys.cc \
68
plugin/pbxt/src/discover_xt.cc \
69
plugin/pbxt/src/util_xt.cc \
70
plugin/pbxt/src/xaction_xt.cc \
71
plugin/pbxt/src/xactlog_xt.cc \
72
plugin/pbxt/src/lock_xt.cc
75
EXTRA_DIST+= CMakeLists.txt