1 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/sql -I$(top_srcdir)/include/odbc $(all_includes)
3 lib_LTLIBRARIES = libcsqlodbc.la
4 libcsqlodbc_la_LDFLAGS = -avoid-version -module \
5 -L$(top_srcdir)/src/storage -lcsqlstorage \
6 -L$(top_srcdir)/src/network -lcsqlnw \
7 -L$(top_srcdir)/src/sql -lcsqlsql \
8 -L$(top_srcdir)/src/sqlnetwork -lcsqlsqlnw \
9 -L$(top_srcdir)/src/sqllog -lcsqlsqllog \
10 -L$(top_srcdir)/src/adapter -lcsqlodbcadapter \
11 -L$(top_srcdir)/src/gateway -lcsqlgw \
12 -L$(top_builddir)/src/cache -lcacheload \
14 libcsqlodbc_la_SOURCES = odbcCommon.cxx odbcDbc.cxx odbcDesc.cxx \
15 odbcError.cxx odbcEnv.cxx odbcState.cxx \
18 noinst_HEADERS = odbcCommon.h odbcDbc.h odbcDesc.h \
19 odbcEnv.h odbcError.h odbcStmt.h
20 libcsqlodbc_a_LIBADD = $(top_builddir)/src/odbc/libcsqlodbc.la