From 28cc5a2dabadcda5df8583c86e7291dec1923511 Mon Sep 17 00:00:00 2001 From: prabatuty Date: Sat, 10 Oct 2009 04:28:33 +0000 Subject: [PATCH] removing library version --- src/adapter/Makefile.am | 2 +- src/cache/Makefile.am | 2 +- src/gateway/Makefile.am | 4 +- src/jdbc/Makefile.am | 2 +- src/network/Makefile.am | 2 +- src/odbc/Makefile.am | 2 +- src/sql/Makefile.am | 2 +- src/sqllog/Makefile.am | 2 +- src/sqlnetwork/Makefile.am | 2 +- src/storage/Makefile.am | 2 +- src/tools/Makefile.am | 277 +++++++++++++++++++++++---------------------- 11 files changed, 152 insertions(+), 147 deletions(-) rewrite src/tools/Makefile.am (62%) diff --git a/src/adapter/Makefile.am b/src/adapter/Makefile.am index 391fde13..7c1b2883 100644 --- a/src/adapter/Makefile.am +++ b/src/adapter/Makefile.am @@ -1,7 +1,7 @@ INCLUDES = -I$(top_srcdir)/include $(all_includes) METASOURCES = AUTO lib_LTLIBRARIES = libcsqlodbcadapter.la -libcsqlodbcadapter_la_LDFLAGS = -version-info 2:4:0 -module -lodbc +libcsqlodbcadapter_la_LDFLAGS = -avoid-version -module -lodbc libcsqlodbcadapter_la_SOURCES = SqlOdbcConnection.cxx SqlOdbcStatement.cxx libcsqlodbcadapter_a_LIBADD = $(top_builddir)/src/sql/libcsqlsql.la diff --git a/src/cache/Makefile.am b/src/cache/Makefile.am index a0b301d9..a3b0cddb 100644 --- a/src/cache/Makefile.am +++ b/src/cache/Makefile.am @@ -2,4 +2,4 @@ INCLUDES = -I$(top_srcdir)/include $(all_includes) METASOURCES = AUTO lib_LTLIBRARIES = libcacheload.la libcacheload_la_SOURCES = CacheTableLoader.cxx -libcacheload_la_LDFLAGS = -version-info 2:4:0 -module -lodbc +libcacheload_la_LDFLAGS = -avoid-version -module -lodbc diff --git a/src/gateway/Makefile.am b/src/gateway/Makefile.am index 2f8d3177..048323b6 100644 --- a/src/gateway/Makefile.am +++ b/src/gateway/Makefile.am @@ -1,7 +1,5 @@ INCLUDES = -I$(top_srcdir)/include $(all_includes) METASOURCES = AUTO lib_LTLIBRARIES = libcsqlgw.la -libcsqlgw_la_LDFLAGS = -version-info 2:4:0 -module +libcsqlgw_la_LDFLAGS = -avoid-version -module libcsqlgw_la_SOURCES = SqlGwConnection.cxx SqlGwStatement.cxx - -libcsqlgw_a_LIBADD = $(top_builddir)/src/sql/libcsqlsql.la $(top_builddir)/src/network/libcsqlnw.la $(top_builddir)/src/cache/libcacheload.la diff --git a/src/jdbc/Makefile.am b/src/jdbc/Makefile.am index 70d8940a..564b5e96 100644 --- a/src/jdbc/Makefile.am +++ b/src/jdbc/Makefile.am @@ -1,7 +1,7 @@ INCLUDES = -I$(top_srcdir)/include $(all_includes) -I$(top_srcdir)/src/sql METASOURCES = AUTO lib_LTLIBRARIES = libcsqljdbc.la -libcsqljdbc_la_LDFLAGS = -version-info 2:4:0 -module -L$(top_srcdir)/src/sql -lcsqlsql -L$(top_srcdir)/src/storage -lcsql -L$(top_srcdir)/src/sqllog -lcsqlsqllog -L$(top_srcdir)/src/network -lcsqlnw -L$(top_builddir)/src/cache -lcacheload -L$(top_srcdir)/src/sqlnetwork -lcsqlsqlnw -L$(top_srcdir)/src/adapter -lcsqlodbcadapter -L$(top_srcdir)/src/gateway -lcsqlgw -lcrypt +libcsqljdbc_la_LDFLAGS = -avoid-version -module -L$(top_srcdir)/src/sql -lcsqlsql -L$(top_srcdir)/src/storage -lcsql -L$(top_srcdir)/src/sqllog -lcsqlsqllog -L$(top_srcdir)/src/network -lcsqlnw -L$(top_builddir)/src/cache -lcacheload -L$(top_srcdir)/src/sqlnetwork -lcsqlsqlnw -L$(top_srcdir)/src/adapter -lcsqlodbcadapter -L$(top_srcdir)/src/gateway -lcsqlgw -lcrypt libcsqljdbc_la_SOURCES = JSqlConnection.cxx JSqlStatement.cxx noinst_HEADERS = JSqlConnection.h JSqlStatement.h diff --git a/src/network/Makefile.am b/src/network/Makefile.am index 7f19fed9..ff319f2e 100644 --- a/src/network/Makefile.am +++ b/src/network/Makefile.am @@ -1,7 +1,7 @@ INCLUDES = -I$(top_srcdir)/include $(all_includes) METASOURCES = AUTO lib_LTLIBRARIES = libcsqlnw.la -libcsqlnw_la_LDFLAGS = -version-info 2:4:0 -module +libcsqlnw_la_LDFLAGS = -avoid-version -module libcsqlnw_la_SOURCES = NetworkTable.cxx UDPClient.cxx TCPClient.cxx \ NetworkPacket.cxx SqlNetworkHandler.cxx UDPServer.cxx \ TCPServer.cxx diff --git a/src/odbc/Makefile.am b/src/odbc/Makefile.am index 8795f7a5..31b5a867 100644 --- a/src/odbc/Makefile.am +++ b/src/odbc/Makefile.am @@ -1,7 +1,7 @@ INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/sql -I$(top_srcdir)/include/odbc $(all_includes) METASOURCES = AUTO lib_LTLIBRARIES = libcsqlodbc.la -libcsqlodbc_la_LDFLAGS = -version-info 2:4:0 -module -L$(top_srcdir)/src/sql -lcsqlsql -L$(top_srcdir)/src/storage -lcsql -L$(top_srcdir)/src/sqllog -lcsqlsqllog -L$(top_srcdir)/src/network -lcsqlnw -L$(top_builddir)/src/cache -lcacheload -L$(top_srcdir)/src/sqlnetwork -lcsqlsqlnw -L$(top_srcdir)/src/adapter -lcsqlodbcadapter -L$(top_srcdir)/src/gateway -lcsqlgw -lcrypt +libcsqlodbc_la_LDFLAGS = -avoid-version -module -L$(top_srcdir)/src/sql -lcsqlsql -L$(top_srcdir)/src/storage -lcsql -L$(top_srcdir)/src/sqllog -lcsqlsqllog -L$(top_srcdir)/src/network -lcsqlnw -L$(top_builddir)/src/cache -lcacheload -L$(top_srcdir)/src/sqlnetwork -lcsqlsqlnw -L$(top_srcdir)/src/adapter -lcsqlodbcadapter -L$(top_srcdir)/src/gateway -lcsqlgw -lcrypt libcsqlodbc_la_SOURCES = odbcCommon.cxx odbcDbc.cxx odbcDesc.cxx \ odbcError.cxx odbcEnv.cxx odbcState.cxx \ odbcStmt.cxx diff --git a/src/sql/Makefile.am b/src/sql/Makefile.am index 665e0f66..9184f6d1 100644 --- a/src/sql/Makefile.am +++ b/src/sql/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/include $(all_includes) YACC = yacc -vd METASOURCES = AUTO lib_LTLIBRARIES = libcsqlsql.la -libcsqlsql_la_LDFLAGS = -version-info 2:4:0 -module +libcsqlsql_la_LDFLAGS = -avoid-version -module libcsqlsql_la_SOURCES = dmlyacc.yxx dmllex.lxx ParsedData.cxx SelStatement.cxx \ InsStatement.cxx UpdStatement.cxx DelStatement.cxx \ DdlStatement.cxx \ diff --git a/src/sqllog/Makefile.am b/src/sqllog/Makefile.am index f7d2480c..fe161f69 100644 --- a/src/sqllog/Makefile.am +++ b/src/sqllog/Makefile.am @@ -1,7 +1,7 @@ INCLUDES = -I$(top_srcdir)/include $(all_includes) METASOURCES = AUTO lib_LTLIBRARIES = libcsqlsqllog.la -libcsqlsqllog_la_LDFLAGS = -version-info 2:4:0 -module +libcsqlsqllog_la_LDFLAGS = -avoid-version -module libcsqlsqllog_la_SOURCES = SqlLogConnection.cxx SqlLogStatement.cxx FileSend.cxx libcsqlsqllog_a_LIBADD = $(top_builddir)/src/sql/libcsqlsql.la $(top_builddir)/src/network/libcsqlnw.la diff --git a/src/sqlnetwork/Makefile.am b/src/sqlnetwork/Makefile.am index c5a55ea6..c157e4d1 100644 --- a/src/sqlnetwork/Makefile.am +++ b/src/sqlnetwork/Makefile.am @@ -1,7 +1,7 @@ INCLUDES = -I$(top_srcdir)/include $(all_includes) METASOURCES = AUTO lib_LTLIBRARIES = libcsqlsqlnw.la -libcsqlsqlnw_la_LDFLAGS = -version-info 2:4:0 -module +libcsqlsqlnw_la_LDFLAGS = -avoid-version -module libcsqlsqlnw_la_SOURCES = SqlNwConnection.cxx SqlNwStatement.cxx libcsqlsqlnw_a_LIBADD = $(top_builddir)/src/sql/libcsqlsql.la diff --git a/src/storage/Makefile.am b/src/storage/Makefile.am index 84985c6d..cb265514 100644 --- a/src/storage/Makefile.am +++ b/src/storage/Makefile.am @@ -1,7 +1,7 @@ INCLUDES = -I$(top_srcdir)/include $(all_includes) METASOURCES = AUTO lib_LTLIBRARIES = libcsql.la -libcsql_la_LDFLAGS = -version-info 2:4:0 -module +libcsql_la_LDFLAGS = -avoid-version -module libcsql_la_SOURCES = Util.cxx FixedHeapAllocator.cxx VarHeapAllocator.cxx Config.cxx HashMap.cxx \ BucketIter.cxx TreeIter.cxx BucketList.cxx CatalogTables.cxx Chunk.cxx TableConfig.cxx\ ChunkIterator.cxx Condition.cxx Connection.cxx Database.cxx DatabaseManagerImpl.cxx DataType.cxx \ diff --git a/src/tools/Makefile.am b/src/tools/Makefile.am dissimilarity index 62% index c82a7471..ea8079c8 100644 --- a/src/tools/Makefile.am +++ b/src/tools/Makefile.am @@ -1,135 +1,142 @@ -INCLUDES = -I$(top_srcdir)/include $(all_includes) -I$(top_srcdir)/src/sql -METASOURCES = AUTO -bin_PROGRAMS = csql catalog cachetable csqlserver csqlsqlserver csqlcacheserver csqldump cacheverify redo recover checkpoint csqlds csqlasyncserver -csql_SOURCES = isql.cxx -csql_LDADD = $(top_builddir)/src/storage/.libs/libcsql \ - $(top_builddir)/src/sql/.libs/libcsqlsql \ - $(top_builddir)/src/sqllog/.libs/libcsqlsqllog \ - $(top_builddir)/src/network/.libs/libcsqlnw \ - $(top_builddir)/src/adapter/.libs/libcsqlodbcadapter \ - $(top_builddir)/src/gateway/.libs/libcsqlgw \ - $(top_builddir)/src/cache/.libs/libcacheload \ - $(top_builddir)/src/sqlnetwork/.libs/libcsqlsqlnw \ - -lrt -lpthread -lcrypt -lodbc -lreadline - -redo_SOURCES = redo.cxx -redo_LDADD = $(top_builddir)/src/storage/.libs/libcsql $(top_builddir)/src/sql/.libs/libcsqlsql $(top_builddir)/src/sqllog/.libs/libcsqlsqllog $(top_builddir)/src/network/.libs/libcsqlnw $(top_builddir)/src/adapter/.libs/libcsqlodbcadapter $(top_builddir)/src/gateway/.libs/libcsqlgw $(top_builddir)/src/cache/.libs/libcacheload $(top_builddir)/src/sqlnetwork/.libs/libcsqlsqlnw -lrt -lpthread -lcrypt -lodbc - -recover_SOURCES = recover.cxx -recover_LDADD = $(top_builddir)/src/storage/.libs/libcsql \ - $(top_builddir)/src/sql/.libs/libcsqlsql \ - $(top_builddir)/src/sqllog/.libs/libcsqlsqllog \ - $(top_builddir)/src/network/.libs/libcsqlnw \ - $(top_builddir)/src/adapter/.libs/libcsqlodbcadapter \ - $(top_builddir)/src/gateway/.libs/libcsqlgw \ - $(top_builddir)/src/cache/.libs/libcacheload \ - $(top_builddir)/src/sqlnetwork/.libs/libcsqlsqlnw -recover_LDFLAGS = -lcrypt -lrt -lpthread -lcrypt -lodbc - -checkpoint_SOURCES = checkpoint.cxx -checkpoint_LDADD = $(top_builddir)/src/storage/.libs/libcsql \ - $(top_builddir)/src/sql/.libs/libcsqlsql \ - $(top_builddir)/src/sqllog/.libs/libcsqlsqllog \ - $(top_builddir)/src/network/.libs/libcsqlnw \ - $(top_builddir)/src/adapter/.libs/libcsqlodbcadapter \ - $(top_builddir)/src/gateway/.libs/libcsqlgw \ - $(top_builddir)/src/cache/.libs/libcacheload \ - $(top_builddir)/src/sqlnetwork/.libs/libcsqlsqlnw -checkpoint_LDFLAGS = -lcrypt -lrt -lpthread -lcrypt -lodbc - -catalog_SOURCES = catalog.cxx -catalog_LDADD = $(top_builddir)/src/storage/.libs/libcsql \ - $(top_builddir)/src/sql/.libs/libcsqlsql \ - $(top_builddir)/src/sqllog/.libs/libcsqlsqllog \ - $(top_builddir)/src/network/.libs/libcsqlnw \ - $(top_builddir)/src/adapter/.libs/libcsqlodbcadapter \ - $(top_builddir)/src/gateway/.libs/libcsqlgw \ - $(top_builddir)/src/cache/.libs/libcacheload \ - $(top_builddir)/src/sqlnetwork/.libs/libcsqlsqlnw -catalog_LDFLAGS = -lcrypt -lrt - -cachetable_LDADD = $(top_builddir)/src/storage/.libs/libcsql \ - $(top_builddir)/src/sql/.libs/libcsqlsql \ - $(top_builddir)/src/sqllog/.libs/libcsqlsqllog \ - $(top_builddir)/src/network/.libs/libcsqlnw \ - $(top_builddir)/src/adapter/.libs/libcsqlodbcadapter \ - $(top_builddir)/src/gateway/.libs/libcsqlgw \ - $(top_builddir)/src/cache/.libs/libcacheload \ - $(top_builddir)/src/sqlnetwork/.libs/libcsqlsqlnw -cachetable_LDFLAGS = -lcrypt -lodbc -lrt -cachetable_SOURCES = cachetable.cxx - -cacheverify_LDADD = $(top_builddir)/src/sql/libcsqlsql.la \ - $(top_builddir)/src/sqllog/libcsqlsqllog.la \ - $(top_builddir)/src/network/libcsqlnw.la \ - $(top_builddir)/src/sqlnetwork/libcsqlsqlnw.la \ - $(top_builddir)/src/network/libcsqlnw.la \ - $(top_builddir)/src/gateway/libcsqlgw.la \ - $(top_builddir)/src/adapter/libcsqlodbcadapter.la \ - $(top_builddir)/src/cache/libcacheload.la \ - $(top_builddir)/src/storage/libcsql.la -lrt -lpthread -lcrypt - $(top_builddir)/src/storage/libcsql.la $(top_builddir)/src/adapter/libcsqlodbcadapter.la -cacheverify_LDFLAGS = -lcrypt -lodbc -cacheverify_SOURCES = cacheverify.cxx - -csqlserver_LDADD = $(top_builddir)/src/storage/.libs/libcsql \ - $(top_builddir)/src/sql/.libs/libcsqlsql \ - $(top_builddir)/src/sqllog/.libs/libcsqlsqllog \ - $(top_builddir)/src/network/.libs/libcsqlnw \ - $(top_builddir)/src/adapter/.libs/libcsqlodbcadapter \ - $(top_builddir)/src/gateway/.libs/libcsqlgw \ - $(top_builddir)/src/cache/.libs/libcacheload \ - $(top_builddir)/src/sqlnetwork/.libs/libcsqlsqlnw -lrt -lpthread -lcrypt -csqlserver_LDFLAGS = -lcrypt -lodbc -csqlserver_SOURCES = csqlserver.cxx - -csqlasyncserver_LDADD = $(top_builddir)/src/sql/libcsqlsql.la \ - $(top_builddir)/src/sqllog/libcsqlsqllog.la \ - $(top_builddir)/src/network/libcsqlnw.la \ - $(top_builddir)/src/gateway/libcsqlgw.la \ - $(top_builddir)/src/cache/libcacheload.la \ - $(top_builddir)/src/sqlnetwork/libcsqlsqlnw.la \ - $(top_builddir)/src/network/libcsqlnw.la \ - $(top_builddir)/src/adapter/libcsqlodbcadapter.la \ - $(top_builddir)/src/storage/libcsql.la -lrt -lpthread -lcrypt -csqlasyncserver_LDFLAGS = -lcrypt -lodbc -csqlasyncserver_SOURCES = csqlasyncserver.cxx - -csqlsqlserver_LDADD = $(top_builddir)/src/sql/libcsqlsql.la \ - $(top_builddir)/src/sqllog/libcsqlsqllog.la \ - $(top_builddir)/src/network/libcsqlnw.la \ - $(top_builddir)/src/gateway/libcsqlgw.la \ - $(top_builddir)/src/cache/libcacheload.la \ - $(top_builddir)/src/sqlnetwork/libcsqlsqlnw.la \ - $(top_builddir)/src/network/libcsqlnw.la \ - $(top_builddir)/src/adapter/libcsqlodbcadapter.la \ - $(top_builddir)/src/storage/libcsql.la -lrt -lpthread -lcrypt -csqlsqlserver_LDFLAGS = -lcrypt -lodbc -csqlsqlserver_SOURCES = csqlsqlserver.cxx - -csqldump_LDADD = $(top_builddir)/src/sql/libcsqlsql.la \ - $(top_builddir)/src/sqllog/libcsqlsqllog.la \ - $(top_builddir)/src/network/libcsqlnw.la \ - $(top_builddir)/src/gateway/libcsqlgw.la \ - $(top_builddir)/src/sqlnetwork/libcsqlsqlnw.la \ - $(top_builddir)/src/network/libcsqlnw.la \ - $(top_builddir)/src/cache/libcacheload.la \ - $(top_builddir)/src/adapter/libcsqlodbcadapter.la \ - $(top_builddir)/src/storage/libcsql.la -lrt -lpthread -lcrypt -csqldump_LDFLAGS = -lcrypt -lodbc -csqldump_SOURCES = csqldump.cxx - -csqlcacheserver_LDADD = $(top_builddir)/src/storage/.libs/libcsql \ - $(top_builddir)/src/sql/.libs/libcsqlsql \ - $(top_builddir)/src/sqllog/.libs/libcsqlsqllog \ - $(top_builddir)/src/network/.libs/libcsqlnw \ - $(top_builddir)/src/adapter/.libs/libcsqlodbcadapter \ - $(top_builddir)/src/gateway/.libs/libcsqlgw \ - $(top_builddir)/src/cache/.libs/libcacheload \ - $(top_builddir)/src/sqlnetwork/.libs/libcsqlsqlnw -lrt -lpthread -lcrypt -csqlcacheserver_LDFLAGS = -lcrypt -lodbc -lrt -lpthread -csqlcacheserver_SOURCES = csqlcacheserver.cxx - -csqlds_LDADD = $(top_builddir)/src/storage/.libs/libcsql -csqlds_LDFLAGS = -lcrypt -csqlds_SOURCES = csqlds.cxx +INCLUDES = -I$(top_srcdir)/include $(all_includes) -I$(top_srcdir)/src/sql +METASOURCES = AUTO +bin_PROGRAMS = csql catalog cachetable csqlserver csqlsqlserver csqlcacheserver csqldump cacheverify redo recover checkpoint csqlds csqlasyncserver +csql_SOURCES = isql.cxx +csql_LDADD = $(top_builddir)/src/storage/libcsql.la \ + $(top_builddir)/src/sql/libcsqlsql.la \ + $(top_builddir)/src/sqllog/libcsqlsqllog.la \ + $(top_builddir)/src/network/libcsqlnw.la \ + $(top_builddir)/src/adapter/libcsqlodbcadapter.la \ + $(top_builddir)/src/gateway/libcsqlgw.la \ + $(top_builddir)/src/cache/libcacheload.la \ + $(top_builddir)/src/sqlnetwork/libcsqlsqlnw.la +csql_LDFLAGS = -lrt -lpthread -lcrypt -lodbc -lreadline + +redo_SOURCES = redo.cxx +redo_LDADD = $(top_builddir)/src/storage/libcsql.la \ + $(top_builddir)/src/sql/libcsqlsql.la \ + $(top_builddir)/src/sqllog/libcsqlsqllog.la \ + $(top_builddir)/src/network/libcsqlnw.la \ + $(top_builddir)/src/adapter/libcsqlodbcadapter.la \ + $(top_builddir)/src/gateway/libcsqlgw.la \ + $(top_builddir)/src/cache/libcacheload.la \ + $(top_builddir)/src/sqlnetwork/libcsqlsqlnw.la +redo_LDFLAGS = -lrt -lpthread -lcrypt -lodbc -lreadline + +recover_SOURCES = recover.cxx +recover_LDADD = $(top_builddir)/src/storage/libcsql.la \ + $(top_builddir)/src/sql/libcsqlsql.la \ + $(top_builddir)/src/sqllog/libcsqlsqllog.la \ + $(top_builddir)/src/network/libcsqlnw.la \ + $(top_builddir)/src/adapter/libcsqlodbcadapter.la \ + $(top_builddir)/src/gateway/libcsqlgw.la \ + $(top_builddir)/src/cache/libcacheload.la \ + $(top_builddir)/src/sqlnetwork/libcsqlsqlnw.la +recover_LDFLAGS = -lcrypt -lrt -lpthread -lodbc + +checkpoint_SOURCES = checkpoint.cxx +checkpoint_LDADD = $(top_builddir)/src/storage/libcsql.la \ + $(top_builddir)/src/sql/libcsqlsql.la \ + $(top_builddir)/src/sqllog/libcsqlsqllog.la \ + $(top_builddir)/src/network/libcsqlnw.la \ + $(top_builddir)/src/adapter/libcsqlodbcadapter.la \ + $(top_builddir)/src/gateway/libcsqlgw.la \ + $(top_builddir)/src/cache/libcacheload.la \ + $(top_builddir)/src/sqlnetwork/libcsqlsqlnw.la +checkpoint_LDFLAGS = -lcrypt -lrt -lpthread -lcrypt -lodbc + +catalog_SOURCES = catalog.cxx +catalog_LDADD = $(top_builddir)/src/storage/libcsql.la \ + $(top_builddir)/src/sql/libcsqlsql.la \ + $(top_builddir)/src/sqllog/libcsqlsqllog.la \ + $(top_builddir)/src/network/libcsqlnw.la \ + $(top_builddir)/src/adapter/libcsqlodbcadapter.la \ + $(top_builddir)/src/gateway/libcsqlgw.la \ + $(top_builddir)/src/cache/libcacheload.la \ + $(top_builddir)/src/sqlnetwork/libcsqlsqlnw.la +catalog_LDFLAGS = -lcrypt -lrt + +cachetable_LDADD = $(top_builddir)/src/storage/libcsql.la \ + $(top_builddir)/src/sql/libcsqlsql.la \ + $(top_builddir)/src/sqllog/libcsqlsqllog.la \ + $(top_builddir)/src/network/libcsqlnw.la \ + $(top_builddir)/src/adapter/libcsqlodbcadapter.la \ + $(top_builddir)/src/gateway/libcsqlgw.la \ + $(top_builddir)/src/cache/libcacheload.la \ + $(top_builddir)/src/sqlnetwork/libcsqlsqlnw.la +cachetable_LDFLAGS = -lcrypt -lodbc -lrt +cachetable_SOURCES = cachetable.cxx + +cacheverify_LDADD = $(top_builddir)/src/sql/libcsqlsql.la \ + $(top_builddir)/src/sqllog/libcsqlsqllog.la \ + $(top_builddir)/src/network/libcsqlnw.la \ + $(top_builddir)/src/sqlnetwork/libcsqlsqlnw.la \ + $(top_builddir)/src/network/libcsqlnw.la \ + $(top_builddir)/src/gateway/libcsqlgw.la \ + $(top_builddir)/src/adapter/libcsqlodbcadapter.la \ + $(top_builddir)/src/cache/libcacheload.la \ + $(top_builddir)/src/storage/libcsql.la +cacheverify_LDFLAGS = -lrt -lpthread -lcrypt -lodbc +cacheverify_SOURCES = cacheverify.cxx + +csqlserver_LDADD = $(top_builddir)/src/storage/libcsql.la \ + $(top_builddir)/src/sql/libcsqlsql.la \ + $(top_builddir)/src/sqllog/libcsqlsqllog.la \ + $(top_builddir)/src/network/libcsqlnw.la \ + $(top_builddir)/src/adapter/libcsqlodbcadapter.la \ + $(top_builddir)/src/gateway/libcsqlgw.la \ + $(top_builddir)/src/cache/libcacheload.la \ + $(top_builddir)/src/sqlnetwork/libcsqlsqlnw.la +csqlserver_LDFLAGS = -lrt -lpthread -lcrypt -lodbc +csqlserver_SOURCES = csqlserver.cxx + +csqlasyncserver_LDADD = $(top_builddir)/src/sql/libcsqlsql.la \ + $(top_builddir)/src/sqllog/libcsqlsqllog.la \ + $(top_builddir)/src/network/libcsqlnw.la \ + $(top_builddir)/src/gateway/libcsqlgw.la \ + $(top_builddir)/src/cache/libcacheload.la \ + $(top_builddir)/src/sqlnetwork/libcsqlsqlnw.la \ + $(top_builddir)/src/network/libcsqlnw.la \ + $(top_builddir)/src/adapter/libcsqlodbcadapter.la \ + $(top_builddir)/src/storage/libcsql.la +csqlasyncserver_LDFLAGS = -lrt -lpthread -lcrypt -lodbc +csqlasyncserver_SOURCES = csqlasyncserver.cxx + +csqlsqlserver_LDADD = $(top_builddir)/src/sql/libcsqlsql.la \ + $(top_builddir)/src/sqllog/libcsqlsqllog.la \ + $(top_builddir)/src/network/libcsqlnw.la \ + $(top_builddir)/src/gateway/libcsqlgw.la \ + $(top_builddir)/src/cache/libcacheload.la \ + $(top_builddir)/src/sqlnetwork/libcsqlsqlnw.la \ + $(top_builddir)/src/network/libcsqlnw.la \ + $(top_builddir)/src/adapter/libcsqlodbcadapter.la \ + $(top_builddir)/src/storage/libcsql.la +csqlsqlserver_LDFLAGS = -lrt -lpthread -lcrypt -lodbc +csqlsqlserver_SOURCES = csqlsqlserver.cxx + +csqldump_LDADD = $(top_builddir)/src/sql/libcsqlsql.la \ + $(top_builddir)/src/sqllog/libcsqlsqllog.la \ + $(top_builddir)/src/network/libcsqlnw.la \ + $(top_builddir)/src/gateway/libcsqlgw.la \ + $(top_builddir)/src/sqlnetwork/libcsqlsqlnw.la \ + $(top_builddir)/src/network/libcsqlnw.la \ + $(top_builddir)/src/cache/libcacheload.la \ + $(top_builddir)/src/adapter/libcsqlodbcadapter.la \ + $(top_builddir)/src/storage/libcsql.la +csqldump_LDFLAGS = -lrt -lpthread -lcrypt -lodbc +csqldump_SOURCES = csqldump.cxx + +csqlcacheserver_LDADD = $(top_builddir)/src/storage/libcsql.la \ + $(top_builddir)/src/sql/libcsqlsql.la \ + $(top_builddir)/src/sqllog/libcsqlsqllog.la \ + $(top_builddir)/src/network/libcsqlnw.la \ + $(top_builddir)/src/adapter/libcsqlodbcadapter.la \ + $(top_builddir)/src/gateway/libcsqlgw.la \ + $(top_builddir)/src/cache/libcacheload.la \ + $(top_builddir)/src/sqlnetwork/libcsqlsqlnw.la +csqlcacheserver_LDFLAGS = -lcrypt -lodbc -lrt -lpthread +csqlcacheserver_SOURCES = csqlcacheserver.cxx + +csqlds_LDADD = $(top_builddir)/src/storage/libcsql.la +csqlds_LDFLAGS = -lcrypt +csqlds_SOURCES = csqlds.cxx -- 2.11.4.GIT