1 INCLUDES = -I$(top_srcdir)/include $(all_includes)
4 lib_LTLIBRARIES = libcsqlsql.la
5 libcsqlsql_la_LDFLAGS = -avoid-version -module
6 libcsqlsql_la_SOURCES = dmlyacc.yxx dmllex.lxx ParsedData.cxx SelStatement.cxx \
7 InsStatement.cxx UpdStatement.cxx DelStatement.cxx \
9 SqlStatement.cxx StatementFactory.cxx SqlFactory.cxx \
10 CopyTblStatement.cxx MetadataStatement.cxx \