Bug: 1718159
[csql.git] / src / sql / Makefile.am
blob057abbc93e9badbae950b2ec15e54b48a75a208c
1 INCLUDES = -I$(top_srcdir)/include $(all_includes) 
2 YACC = yacc -vd
3 METASOURCES = AUTO
4 lib_LTLIBRARIES = libcsqlsql.la
5 libcsqlsql_la_LDFLAGS = -module
6 libcsqlsql_la_SOURCES = dmlyacc.yxx dmllex.lxx ParsedData.cxx SelStatement.cxx \
7         InsStatement.cxx UpdStatement.cxx DelStatement.cxx \
8         SqlStatement.cxx  StatementFactory.cxx
10 noinst_HEADERS = Parser.h Statement.h 
11 libcsqlsql_a_LIBADD = $(top_builddir)/src/server/libcsql.la