Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/src/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 118 - (show annotations) (download)
Thu Jun 5 10:40:43 2008 UTC (15 years, 9 months ago) by mir
File size: 856 byte(s)
protptype for development
1 MYSQLDATAdir = $(localstatedir)
2 MYSQLSHAREdir = $(pkgdatadir)
3 MYSQLBASEdir= $(prefix)
4 MYSQLLIBdir= $(pkglibdir)
5 INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include \
6 -I$(top_srcdir)/regex \
7 -I$(top_srcdir)/sql \
8 -I$(srcdir) $(MYSQL_INC) @SENNA_INCLUDES@ @MECAB_INCLUDES@
9
10 lib_LTLIBRARIES = ha_tritonn.la
11 ha_tritonn_la_SOURCES = ha_tritonn.cc
12 ha_tritonn_la_LIBADD = @SENNA_LIBS@ @MECAB_LIBS@
13 ha_tritonn_la_LDFLAGS = -module
14 ha_tritonn_la_CFLAGS = $(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN
15 ha_tritonn_la_CXXFLAGS = $(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN
16
17
18 WRAPLIBS=
19
20 LDADD = @SENNA_LIBS@ @MECAB_LIBS@
21
22 DEFS = @DEFS@
23
24 EXTRA_DIST = CMakeLists.txt plug.in
25
26
27 #pkglib_LIBRARIES = libtritonn.a
28 #noinst_HEADERS = ha_tritonn.h
29 #libtritonn_a_SOURCES = ha_tritonn.cc
30

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26