2011-02-17 12:51:25 +00:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir) -I${top_builddir}
|
2005-01-17 22:41:45 +00:00
|
|
|
|
2005-05-13 23:25:32 +00:00
|
|
|
bin_PROGRAMS = cycmd cyconfig cyaddrules cyconvertrules cyloadrules \
|
2013-11-14 22:26:59 +01:00
|
|
|
cydumprules cypasswd cydb cypython cyexport cyimport
|
2005-01-19 01:46:00 +00:00
|
|
|
noinst_SCRIPTS = cyphesis.sh
|
|
|
|
|
|
2005-02-15 19:27:53 +00:00
|
|
|
EXTRA_DIST = cyphesis.sh copy_python.sh
|
2002-09-14 18:46:34 +00:00
|
|
|
|
2005-01-17 22:41:45 +00:00
|
|
|
if LINK_STATIC
|
|
|
|
|
|
|
|
|
|
TOOL_LIBS = \
|
|
|
|
|
/usr/lib/libvarconf-1.0.a \
|
2011-12-01 17:57:15 +01:00
|
|
|
/usr/lib/libAtlasObjects-0.7.a \
|
|
|
|
|
/usr/lib/libAtlasNet-0.7.a \
|
|
|
|
|
/usr/lib/libAtlasCodecs-0.7.a \
|
|
|
|
|
/usr/lib/libAtlasFilters-0.7.a \
|
|
|
|
|
/usr/lib/libAtlasMessage-0.7.a \
|
|
|
|
|
/usr/lib/libAtlas-0.7.a \
|
2005-01-17 22:41:45 +00:00
|
|
|
/usr/lib/libsigc-2.0.a \
|
|
|
|
|
$(STATIC_LIBSTDCPP) \
|
|
|
|
|
$(STATIC_LIBGCC) \
|
|
|
|
|
-lc -lm -lgcc_s
|
|
|
|
|
|
|
|
|
|
DBTOOL_LIBS = \
|
|
|
|
|
/usr/lib/libvarconf-1.0.a \
|
2011-12-01 17:57:15 +01:00
|
|
|
/usr/lib/libAtlasObjects-0.7.a \
|
|
|
|
|
/usr/lib/libAtlasNet-0.7.a \
|
|
|
|
|
/usr/lib/libAtlasCodecs-0.7.a \
|
|
|
|
|
/usr/lib/libAtlasFilters-0.7.a \
|
|
|
|
|
/usr/lib/libAtlasMessage-0.7.a \
|
|
|
|
|
/usr/lib/libAtlas-0.7.a \
|
2005-01-17 22:41:45 +00:00
|
|
|
/usr/lib/libsigc-2.0.a \
|
|
|
|
|
/usr/lib/libpq.a \
|
2008-10-22 14:09:07 +00:00
|
|
|
/usr/lib/libldap.a \
|
|
|
|
|
/usr/lib/liblber.a \
|
|
|
|
|
/usr/lib/libsasl2.a \
|
|
|
|
|
/usr/lib/libdb-4.6.a \
|
2005-01-17 22:41:45 +00:00
|
|
|
/usr/lib/libssl.a \
|
|
|
|
|
/usr/lib/libgssapi_krb5.a \
|
2008-10-22 14:09:07 +00:00
|
|
|
/usr/lib/libkrb5.a \
|
2005-01-17 22:41:45 +00:00
|
|
|
/usr/lib/libk5crypto.a \
|
2006-05-10 17:53:49 +00:00
|
|
|
/usr/lib/libkrb5support.a \
|
2007-07-17 01:27:11 +00:00
|
|
|
/usr/lib/libkeyutils.a \
|
2005-09-16 23:45:54 +00:00
|
|
|
/usr/lib/libgcrypt.a \
|
|
|
|
|
/usr/lib/libgpg-error.a \
|
2005-01-17 22:41:45 +00:00
|
|
|
/usr/lib/libcrypto.a \
|
|
|
|
|
/usr/lib/libcrypt.a \
|
2008-10-22 14:09:07 +00:00
|
|
|
/usr/lib/libselinux.a \
|
|
|
|
|
/usr/lib/libsepol.a \
|
2005-01-17 22:41:45 +00:00
|
|
|
/usr/lib/libresolv.a \
|
|
|
|
|
/usr/lib/libcom_err.a \
|
2007-07-17 01:27:11 +00:00
|
|
|
/usr/lib/libz.a \
|
2005-01-17 22:41:45 +00:00
|
|
|
$(STATIC_LIBSTDCPP) \
|
|
|
|
|
$(STATIC_LIBGCC) \
|
2006-05-10 17:53:49 +00:00
|
|
|
-ldl -lpthread -lc -lm -lgcc_s
|
2005-01-17 22:41:45 +00:00
|
|
|
|
|
|
|
|
READLINETOOL_LIBS = \
|
|
|
|
|
/usr/lib/libreadline.a \
|
2008-10-22 14:09:07 +00:00
|
|
|
/usr/lib/libtinfo.a
|
2005-01-17 22:41:45 +00:00
|
|
|
|
2014-02-02 22:14:53 +01:00
|
|
|
NETWORKTOOL_LIBS =
|
2005-05-24 00:19:38 +00:00
|
|
|
|
2006-05-10 17:53:49 +00:00
|
|
|
MATHTOOL_LIBS = \
|
|
|
|
|
/usr/lib/libwfmath-0.3.a
|
|
|
|
|
|
2005-01-17 22:41:45 +00:00
|
|
|
AM_LDFLAGS = -nodefaultlibs
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
|
|
|
|
|
TOOL_LIBS = $(COMMON_LIBS)
|
|
|
|
|
DBTOOL_LIBS = $(COMMON_LIBS) $(PGSQL_LIBS)
|
|
|
|
|
READLINETOOL_LIBS = $(READLINE_LIBS)
|
2005-05-24 00:19:38 +00:00
|
|
|
NETWORKTOOL_LIBS = $(NETWORK_LIBS)
|
2006-05-10 17:53:49 +00:00
|
|
|
MATHTOOL_LIBS = $(MATH_LIBS)
|
2005-01-17 22:41:45 +00:00
|
|
|
|
|
|
|
|
endif
|
2001-03-15 11:41:34 +00:00
|
|
|
|
2009-11-27 11:58:36 +00:00
|
|
|
cycmd_SOURCES = cycmd.cpp \
|
|
|
|
|
Flusher.cpp Flusher.h \
|
2009-11-27 13:16:40 +00:00
|
|
|
OperationMonitor.cpp OperationMonitor.h \
|
2013-11-14 23:59:31 +01:00
|
|
|
EntityExporterBase.cpp EntityExporterBase.h \
|
|
|
|
|
EntityExporter.cpp EntityExporter.h \
|
|
|
|
|
EntityImporterBase.cpp EntityImporterBase.h \
|
|
|
|
|
EntityImporter.cpp EntityImporter.h \
|
2009-11-27 14:38:12 +00:00
|
|
|
AdminClient.cpp AdminClient.h \
|
2012-05-31 12:02:01 +01:00
|
|
|
ObjectContext.cpp ObjectContext.h \
|
2012-06-06 15:43:02 -07:00
|
|
|
IdContext.cpp IdContext.h \
|
2012-05-31 00:50:52 +01:00
|
|
|
AccountContext.cpp AccountContext.h \
|
2012-06-06 09:46:15 +01:00
|
|
|
AvatarContext.cpp AvatarContext.h \
|
2012-06-06 19:01:43 +01:00
|
|
|
ConnectionContext.cpp ConnectionContext.h \
|
2012-05-31 21:03:52 +01:00
|
|
|
JunctureContext.cpp JunctureContext.h \
|
2009-11-27 13:16:40 +00:00
|
|
|
Interactive.cpp Interactive.h
|
2009-05-07 14:05:29 +01:00
|
|
|
cycmd_LDADD = $(top_builddir)/common/operations.o \
|
2009-04-08 21:22:19 +01:00
|
|
|
$(top_builddir)/common/client_socket.o \
|
2004-02-14 22:26:18 +00:00
|
|
|
$(top_builddir)/common/globals.o \
|
2010-08-19 18:04:53 +01:00
|
|
|
$(top_builddir)/common/system_prefix.o \
|
2010-08-30 18:17:37 +01:00
|
|
|
$(top_builddir)/common/binreloc.o \
|
2004-06-15 18:06:59 +00:00
|
|
|
$(top_builddir)/common/log.o \
|
2005-01-17 22:41:45 +00:00
|
|
|
$(top_builddir)/common/const.o \
|
2009-11-24 19:19:56 +00:00
|
|
|
$(top_builddir)/common/AtlasStreamClient.o \
|
2009-11-28 18:10:09 +00:00
|
|
|
$(top_builddir)/common/ClientTask.o \
|
2009-12-21 22:08:00 +00:00
|
|
|
$(top_builddir)/common/AtlasFileLoader.o \
|
2010-07-12 18:49:03 +01:00
|
|
|
$(top_builddir)/common/system_uid.o \
|
2012-05-29 12:51:23 +01:00
|
|
|
$(top_builddir)/common/system_net.o \
|
2010-07-13 20:13:26 +02:00
|
|
|
$(top_builddir)/common/id.o \
|
2010-11-24 16:38:45 +00:00
|
|
|
$(top_builddir)/common/utils.o \
|
2012-05-29 12:29:29 +01:00
|
|
|
$(top_builddir)/common/debug.o \
|
2013-11-14 23:59:31 +01:00
|
|
|
$(top_builddir)/common/serialno.o \
|
2005-01-17 22:41:45 +00:00
|
|
|
$(READLINETOOL_LIBS) \
|
2005-05-24 00:19:38 +00:00
|
|
|
$(NETWORKTOOL_LIBS) \
|
2005-01-17 22:41:45 +00:00
|
|
|
$(TOOL_LIBS)
|
2001-10-06 16:52:02 +00:00
|
|
|
|
2004-06-10 00:42:42 +00:00
|
|
|
cyconfig_SOURCES = cyconfig.cpp
|
2009-05-07 14:05:29 +01:00
|
|
|
cyconfig_LDADD = $(top_builddir)/common/globals.o \
|
2010-08-19 18:04:53 +01:00
|
|
|
$(top_builddir)/common/system_prefix.o \
|
2010-08-30 18:17:37 +01:00
|
|
|
$(top_builddir)/common/binreloc.o \
|
2007-11-20 02:40:37 +00:00
|
|
|
$(top_builddir)/common/log.o \
|
|
|
|
|
$(top_builddir)/common/const.o \
|
|
|
|
|
$(TOOL_LIBS)
|
2001-03-26 12:57:23 +00:00
|
|
|
|
2004-06-10 00:42:42 +00:00
|
|
|
cyconvertrules_SOURCES = cyconvertrules.cpp
|
2009-05-07 14:05:29 +01:00
|
|
|
cyconvertrules_LDADD = $(top_builddir)/common/globals.o \
|
2010-08-19 18:04:53 +01:00
|
|
|
$(top_builddir)/common/system_prefix.o \
|
2010-08-30 18:17:37 +01:00
|
|
|
$(top_builddir)/common/binreloc.o \
|
2007-11-20 02:40:37 +00:00
|
|
|
$(top_builddir)/common/log.o \
|
|
|
|
|
$(top_builddir)/common/const.o \
|
|
|
|
|
$(TOOL_LIBS)
|
2001-03-28 13:06:18 +00:00
|
|
|
|
2005-05-13 23:25:32 +00:00
|
|
|
cyaddrules_SOURCES = cyaddrules.cpp AdminClient.cpp AdminClient.h
|
|
|
|
|
|
2009-05-07 14:05:29 +01:00
|
|
|
cyaddrules_LDADD = $(top_builddir)/common/operations.o \
|
2009-04-08 21:22:19 +01:00
|
|
|
$(top_builddir)/common/client_socket.o \
|
2005-05-13 23:25:32 +00:00
|
|
|
$(top_builddir)/common/globals.o \
|
2010-08-19 18:04:53 +01:00
|
|
|
$(top_builddir)/common/system_prefix.o \
|
2010-08-26 20:01:28 +01:00
|
|
|
$(top_builddir)/common/system_uid.o \
|
2012-05-29 12:51:23 +01:00
|
|
|
$(top_builddir)/common/system_net.o \
|
2010-08-30 18:17:37 +01:00
|
|
|
$(top_builddir)/common/binreloc.o \
|
2007-04-28 15:21:17 +00:00
|
|
|
$(top_builddir)/common/const.o \
|
2005-05-13 23:25:32 +00:00
|
|
|
$(top_builddir)/common/log.o \
|
2012-05-29 12:29:29 +01:00
|
|
|
$(top_builddir)/common/debug.o \
|
2009-11-25 04:56:34 +00:00
|
|
|
$(top_builddir)/common/AtlasStreamClient.o \
|
2005-05-24 00:19:38 +00:00
|
|
|
$(NETWORKTOOL_LIBS) \
|
2005-05-13 23:25:32 +00:00
|
|
|
$(TOOL_LIBS)
|
|
|
|
|
|
2002-01-27 Al Riddoch <alriddoch@zepler.org>
* common/Database.cpp, common/Database.h,
server/Persistance.cpp, server/Persistance.h:
Add a new table to store rulesets, so they can be persisted, and
edited online. The new ruleset format integrates information
about the class hierarchy, scripting and default attributes.
Added low level method to fetch an entire database table as an
Atlas map.
* tools/cyloadrules.cpp: New tool to load rulesets in new xml
format into database table.
* server/EntityFactory.cpp, server/EntityFactory.h:
New re-written Entity Factory, to support new rules database
table, and better class definition capabilities.
* rulesets/EntityFactory.cpp, rulesets/EntityFactory.h:
Removed from build.
* client/CommClient.cpp: Redundant include removed.
* rulesets/ThingFactory.h: Add storage to factory for script
info and default attributes.
* server/WorldRouter.cpp: Switch to using new EntityFactory.
* server/server.cpp: Removed old ruleset loading code, and now
simply load the ruleset names from the config file.
* tools/cycmd.cpp: Exit correctly if connection fails.
2002-01-27 00:38:27 +00:00
|
|
|
cyloadrules_SOURCES = cyloadrules.cpp
|
|
|
|
|
|
2011-04-21 19:25:10 +01:00
|
|
|
cyloadrules_LDADD = \
|
|
|
|
|
$(top_builddir)/common/Storage.o \
|
|
|
|
|
$(top_builddir)/common/Database.o \
|
|
|
|
|
$(top_builddir)/common/globals.o \
|
|
|
|
|
$(top_builddir)/common/system.o \
|
|
|
|
|
$(top_builddir)/common/system_prefix.o \
|
|
|
|
|
$(top_builddir)/common/binreloc.o \
|
|
|
|
|
$(top_builddir)/common/const.o \
|
|
|
|
|
$(top_builddir)/common/log.o \
|
|
|
|
|
$(top_builddir)/common/id.o \
|
|
|
|
|
$(MATHTOOL_LIBS) \
|
|
|
|
|
$(DBTOOL_LIBS)
|
2002-01-27 Al Riddoch <alriddoch@zepler.org>
* common/Database.cpp, common/Database.h,
server/Persistance.cpp, server/Persistance.h:
Add a new table to store rulesets, so they can be persisted, and
edited online. The new ruleset format integrates information
about the class hierarchy, scripting and default attributes.
Added low level method to fetch an entire database table as an
Atlas map.
* tools/cyloadrules.cpp: New tool to load rulesets in new xml
format into database table.
* server/EntityFactory.cpp, server/EntityFactory.h:
New re-written Entity Factory, to support new rules database
table, and better class definition capabilities.
* rulesets/EntityFactory.cpp, rulesets/EntityFactory.h:
Removed from build.
* client/CommClient.cpp: Redundant include removed.
* rulesets/ThingFactory.h: Add storage to factory for script
info and default attributes.
* server/WorldRouter.cpp: Switch to using new EntityFactory.
* server/server.cpp: Removed old ruleset loading code, and now
simply load the ruleset names from the config file.
* tools/cycmd.cpp: Exit correctly if connection fails.
2002-01-27 00:38:27 +00:00
|
|
|
|
2016-03-18 20:32:41 +01:00
|
|
|
cydumprules_SOURCES = cydumprules.cpp
|
2005-04-13 11:24:42 +00:00
|
|
|
|
2009-05-07 14:05:29 +01:00
|
|
|
cydumprules_LDADD = $(top_builddir)/common/Database.o \
|
2005-04-13 11:24:42 +00:00
|
|
|
$(top_builddir)/common/globals.o \
|
2010-08-19 18:04:53 +01:00
|
|
|
$(top_builddir)/common/system_prefix.o \
|
2010-08-30 18:17:37 +01:00
|
|
|
$(top_builddir)/common/binreloc.o \
|
2007-04-28 15:21:17 +00:00
|
|
|
$(top_builddir)/common/const.o \
|
2005-04-13 11:24:42 +00:00
|
|
|
$(top_builddir)/common/log.o \
|
2005-11-12 01:40:37 +00:00
|
|
|
$(top_builddir)/common/id.o \
|
2005-04-13 11:24:42 +00:00
|
|
|
$(DBTOOL_LIBS)
|
|
|
|
|
|
2004-06-10 00:42:42 +00:00
|
|
|
cypasswd_SOURCES = cypasswd.cpp
|
2002-09-14 18:46:34 +00:00
|
|
|
|
2009-05-07 14:05:29 +01:00
|
|
|
cypasswd_LDADD = $(top_builddir)/common/Database.o \
|
2011-04-20 20:10:05 +01:00
|
|
|
$(top_builddir)/common/Storage.o \
|
2004-06-10 00:42:42 +00:00
|
|
|
$(top_builddir)/common/globals.o \
|
2010-08-19 18:04:53 +01:00
|
|
|
$(top_builddir)/common/system_prefix.o \
|
2010-08-30 18:17:37 +01:00
|
|
|
$(top_builddir)/common/binreloc.o \
|
2007-04-28 15:21:17 +00:00
|
|
|
$(top_builddir)/common/const.o \
|
2004-06-10 00:42:42 +00:00
|
|
|
$(top_builddir)/common/log.o \
|
2005-11-12 01:40:37 +00:00
|
|
|
$(top_builddir)/common/id.o \
|
2005-01-17 22:41:45 +00:00
|
|
|
$(top_builddir)/common/system.o \
|
2006-11-06 03:30:01 +00:00
|
|
|
$(NETWORKTOOL_LIBS) \
|
2006-05-10 17:53:49 +00:00
|
|
|
$(MATHTOOL_LIBS) \
|
2005-01-17 22:41:45 +00:00
|
|
|
$(DBTOOL_LIBS)
|
2008-12-01 22:18:01 +00:00
|
|
|
|
|
|
|
|
cydb_SOURCES = cydb.cpp
|
|
|
|
|
|
2009-05-07 14:05:29 +01:00
|
|
|
cydb_LDADD = $(top_builddir)/common/Database.o \
|
2011-04-20 20:10:05 +01:00
|
|
|
$(top_builddir)/common/Storage.o \
|
2008-12-01 22:18:01 +00:00
|
|
|
$(top_builddir)/common/globals.o \
|
2010-08-19 18:04:53 +01:00
|
|
|
$(top_builddir)/common/system_prefix.o \
|
2010-08-30 18:17:37 +01:00
|
|
|
$(top_builddir)/common/binreloc.o \
|
2008-12-01 22:18:01 +00:00
|
|
|
$(top_builddir)/common/const.o \
|
|
|
|
|
$(top_builddir)/common/log.o \
|
|
|
|
|
$(top_builddir)/common/id.o \
|
|
|
|
|
$(top_builddir)/common/system.o \
|
|
|
|
|
$(READLINETOOL_LIBS) \
|
|
|
|
|
$(MATHTOOL_LIBS) \
|
|
|
|
|
$(DBTOOL_LIBS)
|
2009-02-09 05:48:41 +00:00
|
|
|
|
|
|
|
|
cypython_SOURCES = cypython.cpp
|
|
|
|
|
|
2009-05-07 14:05:29 +01:00
|
|
|
cypython_LDADD = $(top_builddir)/common/client_socket.o \
|
2009-02-09 05:48:41 +00:00
|
|
|
$(top_builddir)/common/globals.o \
|
2010-08-19 18:04:53 +01:00
|
|
|
$(top_builddir)/common/system_prefix.o \
|
2010-08-30 18:17:37 +01:00
|
|
|
$(top_builddir)/common/binreloc.o \
|
2009-02-09 05:48:41 +00:00
|
|
|
$(top_builddir)/common/const.o \
|
|
|
|
|
$(top_builddir)/common/log.o \
|
|
|
|
|
$(READLINETOOL_LIBS) \
|
|
|
|
|
$(MATHTOOL_LIBS) \
|
|
|
|
|
$(NETWORKTOOL_LIBS) \
|
|
|
|
|
$(DBTOOL_LIBS)
|
2013-11-13 21:39:00 +01:00
|
|
|
|
|
|
|
|
cyexport_SOURCES = cyexport.cpp EntityExporterBase.cpp EntityExporterBase.h \
|
|
|
|
|
EntityExporter.cpp EntityExporter.h AgentCreationTask.cpp AgentCreationTask.h \
|
2016-03-18 20:32:41 +01:00
|
|
|
WaitForDeletionTask.cpp WaitForDeletionTask.h
|
2013-11-13 21:39:00 +01:00
|
|
|
|
|
|
|
|
cyexport_LDADD = $(top_builddir)/common/operations.o \
|
2013-11-14 22:26:59 +01:00
|
|
|
$(top_builddir)/common/client_socket.o \
|
|
|
|
|
$(top_builddir)/common/globals.o \
|
|
|
|
|
$(top_builddir)/common/system_prefix.o \
|
|
|
|
|
$(top_builddir)/common/binreloc.o \
|
|
|
|
|
$(top_builddir)/common/log.o \
|
|
|
|
|
$(top_builddir)/common/const.o \
|
|
|
|
|
$(top_builddir)/common/AtlasStreamClient.o \
|
|
|
|
|
$(top_builddir)/common/ClientTask.o \
|
|
|
|
|
$(top_builddir)/common/system_uid.o \
|
|
|
|
|
$(top_builddir)/common/system_net.o \
|
|
|
|
|
$(top_builddir)/common/id.o \
|
|
|
|
|
$(top_builddir)/common/utils.o \
|
|
|
|
|
$(top_builddir)/common/debug.o \
|
|
|
|
|
$(top_builddir)/common/serialno.o \
|
|
|
|
|
$(READLINETOOL_LIBS) \
|
|
|
|
|
$(NETWORKTOOL_LIBS) \
|
|
|
|
|
$(TOOL_LIBS)
|
|
|
|
|
|
|
|
|
|
cyimport_SOURCES = cyimport.cpp EntityImporterBase.cpp EntityImporterBase.h \
|
2013-11-24 13:12:59 +01:00
|
|
|
EntityImporter.cpp EntityImporter.h AgentCreationTask.cpp AgentCreationTask.h \
|
2014-09-10 21:51:43 +02:00
|
|
|
EntityTraversalTask.cpp EntityTraversalTask.h WaitForDeletionTask.cpp WaitForDeletionTask.h
|
2013-11-14 22:26:59 +01:00
|
|
|
|
|
|
|
|
cyimport_LDADD = $(top_builddir)/common/operations.o \
|
2013-11-13 21:39:00 +01:00
|
|
|
$(top_builddir)/common/client_socket.o \
|
|
|
|
|
$(top_builddir)/common/globals.o \
|
|
|
|
|
$(top_builddir)/common/system_prefix.o \
|
|
|
|
|
$(top_builddir)/common/binreloc.o \
|
|
|
|
|
$(top_builddir)/common/log.o \
|
|
|
|
|
$(top_builddir)/common/const.o \
|
|
|
|
|
$(top_builddir)/common/AtlasStreamClient.o \
|
|
|
|
|
$(top_builddir)/common/ClientTask.o \
|
|
|
|
|
$(top_builddir)/common/AtlasFileLoader.o \
|
|
|
|
|
$(top_builddir)/common/system_uid.o \
|
|
|
|
|
$(top_builddir)/common/system_net.o \
|
|
|
|
|
$(top_builddir)/common/id.o \
|
|
|
|
|
$(top_builddir)/common/utils.o \
|
|
|
|
|
$(top_builddir)/common/debug.o \
|
|
|
|
|
$(top_builddir)/common/serialno.o \
|
|
|
|
|
$(READLINETOOL_LIBS) \
|
|
|
|
|
$(NETWORKTOOL_LIBS) \
|
|
|
|
|
$(TOOL_LIBS)
|
2013-11-14 22:26:59 +01:00
|
|
|
|