17
17
MYSQLSHAREdir = $(pkgdatadir)
18
18
MYSQLBASEdir= $(prefix)
19
19
MYSQLLIBdir= $(pkglibdir)
20
INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include \
21
-I$(top_srcdir)/regex \
22
$(top_builddir)/mysys/libmysys.la \
23
$(top_builddir)/strings/libmystrings.la
26
noinst_LTLIBRARIES = libheap.la
27
noinst_HEADERS = heapdef.h ha_heap.h heap.h
28
libheap_la_SOURCES = hp_open.c hp_extra.c hp_close.c hp_panic.c hp_info.c \
29
pkglib_LIBRARIES = libheap.a
30
noinst_PROGRAMS = hp_test1 hp_test2
31
noinst_LIBRARIES = libheap.a
33
hp_test1_LDADD = libheap.a \
34
$(top_builddir)/mysys/libmysys.a \
35
$(top_builddir)/dbug/libdbug.a \
36
$(top_builddir)/strings/libmystrings.a
38
hp_test2_LDADD = libheap.a \
39
$(top_builddir)/mysys/libmysys.a \
40
$(top_builddir)/dbug/libdbug.a \
41
$(top_builddir)/strings/libmystrings.a
42
noinst_HEADERS = heapdef.h ha_heap.h
43
libheap_a_SOURCES = hp_open.c hp_extra.c hp_close.c hp_panic.c hp_info.c \
29
44
hp_rrnd.c hp_scan.c hp_update.c hp_write.c hp_delete.c \
30
45
hp_rsame.c hp_create.c hp_rename.c hp_rfirst.c \
31
46
hp_rnext.c hp_rlast.c hp_rprev.c hp_clear.c \
32
hp_dspace.c hp_record.c \
33
47
hp_rkey.c hp_block.c \
49
hp_hash.c _check.c _rectest.c hp_static.c
52
EXTRA_DIST = CMakeLists.txt plug.in
54
# Don't update the files from bitkeeper