~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/Makefile.am

MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
# along with this program; if not, write to the Free Software
14
14
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
15
15
 
16
 
if BUILD_DBUG
17
 
  d_dbug = $(top_builddir)/dbug/libdbuglt.la
18
 
endif
19
 
 
20
16
MYSQLDATAdir =          $(localstatedir)
21
17
MYSQLSHAREdir =         $(pkgdatadir)
22
18
MYSQLBASEdir=           $(prefix)
27
23
                        -I$(srcdir)
28
24
WRAPLIBS=
29
25
 
30
 
LDADD =
 
26
LDADD =                 libheap.la \
 
27
                        $(top_builddir)/mysys/libmysyslt.la \
 
28
                        $(top_builddir)/strings/libmystringslt.la
31
29
 
32
30
DEFS =                  @DEFS@
33
 
pkglib_LIBRARIES =      libheap.a
 
31
noinst_LTLIBRARIES  =   libheap.la
34
32
noinst_PROGRAMS =       hp_test1 hp_test2
35
 
noinst_LIBRARIES =      libheap.a
36
 
hp_test1_LDFLAGS = 
37
 
hp_test1_LDADD =        libheap.a \
38
 
                        $(top_builddir)/mysys/libmysyslt.la \
39
 
                        $(d_dbug) \
40
 
                        $(top_builddir)/strings/libmystringslt.la
41
 
hp_test2_LDFLAGS = 
42
 
hp_test2_LDADD =        libheap.a \
43
 
                        $(top_builddir)/mysys/libmysyslt.la \
44
 
                        $(d_dbug) \
45
 
                        $(top_builddir)/strings/libmystringslt.la
46
33
noinst_HEADERS =        heapdef.h ha_heap.h
47
 
libheap_a_SOURCES =     hp_open.c hp_extra.c hp_close.c hp_panic.c hp_info.c \
 
34
libheap_la_SOURCES =    hp_open.c hp_extra.c hp_close.c hp_panic.c hp_info.c \
48
35
                        hp_rrnd.c hp_scan.c hp_update.c hp_write.c hp_delete.c \
49
36
                        hp_rsame.c hp_create.c hp_rename.c hp_rfirst.c \
50
37
                        hp_rnext.c hp_rlast.c hp_rprev.c hp_clear.c \