changing lock bucket size
[csql.git] / src / sql / Makefile.am.full
blobe02156b1db27bba912011a6b2d06cb4a48a7fdd2
1 INCLUDES = -I$(top_srcdir)/include $(all_includes) 
2 YACC = yacc -vd
3 METASOURCES = AUTO
4 lib_LTLIBRARIES = libcsqlsql.la
5 libcsqlsql_la_LDFLAGS = -avoid-version -module \
6         $(top_builddir)/src/storage/.libs/libcsql \
7         $(top_builddir)/src/gateway/.libs/libcsqlgw \
8         $(top_builddir)/src/sqllog/.libs/libcsqlsqllog \
9         $(top_builddir)/src/adapter/.libs/libcsqlodbcadapter \
10         $(top_builddir)/src/sqlnetwork/.libs/libcsqlsqlnw
11 libcsqlsql_la_SOURCES = dmlyacc.yxx dmllex.lxx ParsedData.cxx SelStatement.cxx \
12         InsStatement.cxx UpdStatement.cxx DelStatement.cxx  DdlStatement.cxx \
13         SqlStatement.cxx  StatementFactory.cxx SqlFactory.cxx AlterTblStatement.cxx
15 noinst_HEADERS = Parser.h Statement.h 
16 libcsqlsql_a_LIBADD = $(top_builddir)/src/storage/libcsql.la \
17         $(top_builddir)/src/adapter/libcsqlodbcadapter.la \
18         $(top_builddir)/src/adapter/libcsqlgw.la