~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-07-01 20:14:24 UTC
  • Revision ID: brian@tangent.org-20080701201424-rsof5enxl7gkr50p
More cleanup on pread()

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
                        -I$(top_srcdir)/sql \
 
23
                        -I$(srcdir)
 
24
WRAPLIBS=
20
25
 
21
 
LDADD =                 libheap.la \
22
 
                        $(top_builddir)/mysys/libmysys.la \
23
 
                        $(top_builddir)/strings/libmystrings.la
 
26
LDADD =
24
27
 
25
28
DEFS =                  @DEFS@
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
 
32
hp_test1_LDFLAGS = 
 
33
hp_test1_LDADD =        libheap.a \
 
34
                        $(top_builddir)/mysys/libmysys.a \
 
35
                        $(top_builddir)/dbug/libdbug.a \
 
36
                        $(top_builddir)/strings/libmystrings.a
 
37
hp_test2_LDFLAGS = 
 
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 \
34
 
                        hp_rectest.c \
35
48
                        ha_heap.cc \
36
 
                        hp_hash.c hp_static.c
37
 
 
38
 
 
39
 
EXTRA_DIST =            plug.in
40
 
 
 
49
                        hp_hash.c _check.c _rectest.c hp_static.c
 
50
 
 
51
 
 
52
EXTRA_DIST =            CMakeLists.txt plug.in
 
53
 
 
54
# Don't update the files from bitkeeper
 
55
%::SCCS/s.%