~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-07-16 19:10:24 UTC
  • mfrom: (51.1.127 remove-dbug)
  • mto: This revision was merged to the branch mainline in revision 176.
  • Revision ID: monty@inaugust.com-20080716191024-prjgoh7fbri7rx26
MergedĀ fromĀ remove-dbug.

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)
29
25
LDADD=                  libmyisamutil.la \
30
26
                        libmyisamnone.la \
31
27
                        $(top_builddir)/mysys/libmysyslt.la \
32
 
                        $(d_dbug) \
33
28
                        $(top_builddir)/strings/libmystringslt.la -lz
34
29
 
35
30
DEFS =                  @DEFS@
36
31
 
37
 
EXTRA_DIST =            mi_test_all.res plug.in
38
 
pkgdata_DATA =          mi_test_all mi_test_all.res
 
32
EXTRA_DIST =            plug.in
39
33
 
40
34
noinst_LTLIBRARIES =    libmyisam.la libmyisamutil.la \
41
35
                        libmyisamha.la libmyisamnone.la
42
36
bin_PROGRAMS =          myisamchk myisamlog myisampack
43
 
noinst_PROGRAMS =       mi_test1 mi_test2 mi_test3
44
37
noinst_HEADERS =        myisamdef.h \
45
38
                        ha_myisam.h
46
39
libmyisamutil_la_SOURCES = mi_open.c mi_extra.c mi_info.c mi_rkey.c \
54
47
                        mf_keycache.c mf_keycaches.c \
55
48
                        mi_rprev.c mi_rfirst.c mi_rlast.c mi_rsame.c \
56
49
                        mi_rsamepos.c mi_panic.c mi_close.c mi_create.c\
57
 
                        mi_range.c mi_dbug.c mi_checksum.c mi_log.c \
 
50
                        mi_range.c mi_checksum.c mi_log.c \
58
51
                        mi_changed.c mi_static.c mi_delete_all.c \
59
52
                        mi_delete_table.c mi_rename.c  mi_check.c \
60
53
                        mi_keycache.c mi_preload.c \
62
55
libmyisamha_la_SOURCES = ha_myisam.cc
63
56
libmyisamnone_la_SOURCES = mi_reportnone.c
64
57
libmyisam_la_SOURCES = 
65
 
libmyisam_la_LIBADD = libmyisamha.la libmyisamutil.la
66
 
 
67
 
CLEANFILES =            test?.MY? FT?.MY? isam.log
68
 
 
 
58
libmyisam_la_LIBADD = libmyisamha.la libmyisamutil.la
 
 
b'\\ No newline at end of file'