summaryrefslogtreecommitdiff
path: root/protocols/ace
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2004-09-27 21:14:29 +0000
committerSteve Huston <shuston@riverace.com>2004-09-27 21:14:29 +0000
commit3d5e0931c6a5693d8c5655f7222fac000bcb94bd (patch)
tree6409d7de157092e386e91a85aafdc7fda00032fb /protocols/ace
parentad51c523c131da8e65d477c1932de1722bfc06ae (diff)
downloadATCD-3d5e0931c6a5693d8c5655f7222fac000bcb94bd.tar.gz
ChangeLogTag:Mon Sep 27 17:04:29 2004 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'protocols/ace')
-rw-r--r--protocols/ace/RMCast/Makefile.am58
-rw-r--r--protocols/ace/TMCast/Makefile.am50
2 files changed, 83 insertions, 25 deletions
diff --git a/protocols/ace/RMCast/Makefile.am b/protocols/ace/RMCast/Makefile.am
index f874ca9a380..8414b186fd8 100644
--- a/protocols/ace/RMCast/Makefile.am
+++ b/protocols/ace/RMCast/Makefile.am
@@ -1,23 +1,30 @@
-##----------------------------------------------------------------------------
-## $Id$
+## Process this file with automake to create Makefile.in
##
-## Makefile.am for ACE_RMCast library
-##----------------------------------------------------------------------------
-
+## $Id$
##
-## Process this file with automake to create Makefile.in
+## This file was generated by MPC. Any changes made directly to
+## this file will be lost the next time it is generated.
##
+## MPC Command:
+## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -hierarchy -make_coexistence -exclude build,Kokyu
-AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)
+nobase_include_HEADERS =
+lib_LTLIBRARIES =
+## Makefile.RMCast.am
-lib_LTLIBRARIES = libACE_RMCast.la
+if BUILD_RMCAST
+lib_LTLIBRARIES += libACE_RMCast.la
-## ACE_RMCast library version is same as ACE's version.
-libACE_RMCast_la_LDFLAGS = -version-number @ACE_MAJOR@:@ACE_MINOR@:@ACE_BETA@
+libACE_RMCast_la_CPPFLAGS = \
+ -I$(top_builddir) \
+ -I$(top_srcdir) \
+ -I$(top_srcdir) \
+ -DACE_RMCAST_BUILD_DLL
libACE_RMCast_la_SOURCES = \
RMCast.cpp \
RMCast_Ack_Worker.cpp \
+ RMCast_Copy_On_Write.cpp \
RMCast_Fork.cpp \
RMCast_Fragment.cpp \
RMCast_IO_UDP.cpp \
@@ -38,16 +45,13 @@ libACE_RMCast_la_SOURCES = \
RMCast_UDP_Event_Handler.cpp \
RMCast_UDP_Proxy.cpp \
RMCast_UDP_Reliable_Receiver.cpp \
- RMCast_UDP_Reliable_Sender.cpp
-
-libACE_RMCast_la_LIBADD = $(top_builddir)/ace/libACE.la
-
-## These are template source files.
-TEMPLATE_FILES = \
- RMCast_Copy_On_Write.cpp \
+ RMCast_UDP_Reliable_Sender.cpp \
RMCast_Worker.cpp
-HEADER_FILES = \
+libACE_RMCast_la_LIBADD = \
+ $(top_srcdir)/ace/libACE.la
+
+nobase_include_HEADERS += \
RMCast.h \
RMCast_Ack_Worker.h \
RMCast_Copy_On_Write.h \
@@ -73,9 +77,7 @@ HEADER_FILES = \
RMCast_UDP_Proxy.h \
RMCast_UDP_Reliable_Receiver.h \
RMCast_UDP_Reliable_Sender.h \
- RMCast_Worker.h
-
-INLINE_FILES = \
+ RMCast_Worker.h \
RMCast.i \
RMCast_Ack_Worker.i \
RMCast_Copy_On_Write.i \
@@ -102,7 +104,13 @@ INLINE_FILES = \
RMCast_UDP_Reliable_Sender.i \
RMCast_Worker.i
-pkginclude_HEADERS = \
- $(HEADER_FILES) \
- $(INLINE_FILES) \
- $(TEMPLATE_FILES)
+endif BUILD_RMCAST
+
+EXTRA_DIST = \
+ RMCast.rc
+
+## Clean up template repositories, etc.
+clean-local:
+ -rm -f *.bak *.rpo *.sym lib*.*_pure_* Makefile.old core
+ -rm -f gcctemp.c gcctemp so_locations
+ -rm -rf ptrepository SunWS_cache Templates.DB
diff --git a/protocols/ace/TMCast/Makefile.am b/protocols/ace/TMCast/Makefile.am
new file mode 100644
index 00000000000..638ffd5ecca
--- /dev/null
+++ b/protocols/ace/TMCast/Makefile.am
@@ -0,0 +1,50 @@
+## Process this file with automake to create Makefile.in
+##
+## $Id$
+##
+## This file was generated by MPC. Any changes made directly to
+## this file will be lost the next time it is generated.
+##
+## MPC Command:
+## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -hierarchy -make_coexistence -exclude build,Kokyu
+
+nobase_include_HEADERS =
+lib_LTLIBRARIES =
+## Makefile.TMCast.am
+
+if BUILD_EXCEPTIONS
+if BUILD_THREADS
+lib_LTLIBRARIES += libTMCast.la
+
+libTMCast_la_CPPFLAGS = \
+ -I$(top_builddir) \
+ -I$(top_srcdir) \
+ -I$(top_srcdir) \
+ -DTMCAST_BUILD_DLL
+
+libTMCast_la_SOURCES = \
+ Group.cpp \
+ Protocol.cpp
+
+libTMCast_la_LIBADD = \
+ $(top_builddir)/ace/libACE.la
+
+nobase_include_HEADERS += \
+ Export.hpp \
+ FaultDetector.hpp \
+ Group.hpp \
+ GroupFwd.hpp \
+ LinkListener.hpp \
+ MTQueue.hpp \
+ Messaging.hpp \
+ Protocol.hpp \
+ TransactionController.hpp
+
+endif BUILD_THREADS
+endif BUILD_EXCEPTIONS
+
+## Clean up template repositories, etc.
+clean-local:
+ -rm -f *.bak *.rpo *.sym lib*.*_pure_* Makefile.old core
+ -rm -f gcctemp.c gcctemp so_locations
+ -rm -rf ptrepository SunWS_cache Templates.DB