summaryrefslogtreecommitdiff
path: root/modules/CIAO/ciao/Servants/Servants.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/ciao/Servants/Servants.mpc')
-rw-r--r--modules/CIAO/ciao/Servants/Servants.mpc60
1 files changed, 60 insertions, 0 deletions
diff --git a/modules/CIAO/ciao/Servants/Servants.mpc b/modules/CIAO/ciao/Servants/Servants.mpc
new file mode 100644
index 00000000000..315ca21218c
--- /dev/null
+++ b/modules/CIAO/ciao/Servants/Servants.mpc
@@ -0,0 +1,60 @@
+// $Id$
+project(CIAO_Port_Activator_stub_idl) : ciaoidldefaults {
+ custom_only = 1
+ idlflags += -Wb,stub_export_include=CIAO_Port_Activator_export.h \
+ -Wb,stub_export_macro=CIAO_PORT_ACTIVATOR_Export \
+ -SS -Sci -Gxhst
+ IDL_Files {
+ CIAO_Port_Activator.idl
+ }
+}
+
+project(CIAO_Port_Activator_stub) : portableserver, ciao_lib {
+ dynamicflags = CIAO_PORT_ACTIVATOR_BUILD_DLL
+ after += CIAO_Port_Activator_stub_idl
+ IDL_Files {
+ }
+ Source_Files {
+ CIAO_Port_ActivatorC.cpp
+ }
+ Header_Files {
+ }
+}
+
+project(CIAO_Servant_Impl) : ciao_servant_activator, ciao_port_activator_stub, ciao_container_base, ccm_svnt, ciao_output {
+ dynamicflags = CIAO_SERVANT_IMPL_BUILD_DLL
+ IDL_Files {
+ }
+
+ Source_Files {
+ Connector_Servant_Impl_Base.cpp
+ Home_Servant_Impl_Base.cpp
+ Home_Servant_Impl_T.cpp
+ Servant_Impl_Base.cpp
+ Servant_Impl_T.cpp
+ StandardConfigurator_Impl.cpp
+ Port_Activator.cpp
+ }
+
+ Template_Files {
+ Connector_Servant_Impl_Utils.cpp
+ Servant_Impl_Utils_T.cpp
+ Port_Activator_T.cpp
+ }
+
+ Header_Files {
+ CIAO_Servant_Impl_export.h
+ Connector_Servant_Impl_Base.h
+ Home_Servant_Impl_Base.h
+ Home_Servant_Impl_T.h
+ Servant_Impl_Base.h
+ Servant_Impl_T.h
+ StandardConfigurator_Impl.h
+ Port_Activator.h
+ Port_Activator_T.h
+ }
+
+ Inline_Files {
+ Port_Activator.inl
+ }
+}