code reorg and moving files to csql base directory
[csql.git] / src / sql / Makefile.am
blobb736e8b621790c93e7b5b27656b90c9f9b2d2a42
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 libcsqlsql_la_SOURCES = dmlyacc.yxx dmllex.lxx ParsedData.cxx SelStatement.cxx \
7         InsStatement.cxx UpdStatement.cxx DelStatement.cxx \
8         DdlStatement.cxx \
9         SqlStatement.cxx  StatementFactory.cxx SqlFactory.cxx \
10         CopyTblStatement.cxx MetadataStatement.cxx \
11         AlterTblStatement.cxx