summaryrefslogtreecommitdiff
path: root/TAO/CIAO/ciao/CCM_Core.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/ciao/CCM_Core.mpc')
-rw-r--r--TAO/CIAO/ciao/CCM_Core.mpc84
1 files changed, 0 insertions, 84 deletions
diff --git a/TAO/CIAO/ciao/CCM_Core.mpc b/TAO/CIAO/ciao/CCM_Core.mpc
deleted file mode 100644
index e9fc227a679..00000000000
--- a/TAO/CIAO/ciao/CCM_Core.mpc
+++ /dev/null
@@ -1,84 +0,0 @@
-project (CIAO_Client) : taolib_with_idl {
- depends += IFR_Client
- sharedname = CIAO_Client
- libs += TAO TAO_IFR_Client TAO_Valuetype
- idlflags += -I $(TAO_ROOT) -Wb,stub_export_include=CIAO_Client_Export.h -Wb,stub_export_macro=CIAO_CLIENT_Export -Wb,skel_export_include=CIAO_Container_Export.h -Wb,skel_export_macro=CIAO_CONTAINER_Export -Wb,pre_include="ace/pre.h" -Wb,post_include="ace/post.h"
- dllflags = CIAO_CLIENT_BUILD_DLL
- libpaths += $(TAO_ROOT)/tao/IFR_Client $(TAO_ROOT)/tao/Valuetype
-
- IDL_Files {
- CCM_Base.idl
- CCM_Event.idl
- CCM_Component.idl
- CIAO_Value.idl
- }
-
- Source_Files {
- CCM_BaseC.cpp
- CCM_EventC.cpp
- CCM_ComponentC.cpp
- CIAO_ValueC.cpp
- Client_init.cpp
- }
-}
-
-project (CIAO_Container) : taolib_with_idl {
- depends += CIAO_Client PortableServer Security
- sharedname = CIAO_Container
- libs += TAO TAO_PortableServer TAO_IORInterceptor TAO_ObjRefTemplate TAO_Valuetype TAO_IFR_Client TAO_Security CIAO_Client
- idlflags += -I $(TAO_ROOT) -I $(TAO_ROOT)/orbsvcs/orbsvcs -Wb,export_include=CIAO_Container_Export.h -Wb,export_macro=CIAO_CONTAINER_Export -Wb,pre_include="ace/pre.h" -Wb,post_include="ace/post.h"
- dllflags = CIAO_CONTAINER_BUILD_DLL
- includes += $(TAO_ROOT)/orbsvcs/orbsvcs
- libpaths += $(TAO_ROOT)/tao/PortableServer $(TAO_ROOT)/tao/IORInterceptor $(TAO_ROOT)/tao/ObjRefTemplate $(TAO_ROOT)/tao/IFR_Client $(TAO_ROOT)/tao/Valuetype $(TAO_ROOT)/orbsvcs/orbsvcs
-
- IDL_Files {
- CCM_Transaction.idl
- CosPersistentState.idl
- CCM_Container.idl
- CCM_Container_Ex.idl
- }
-
- Source_Files {
- CCM_TransactionC.cpp
- CosPersistentStateC.cpp
- CCM_ContainerC.cpp
- CCM_Container_ExC.cpp
- CCM_BaseS.cpp
- CCM_EventS.cpp
- CCM_ComponentS.cpp
- Cookies.cpp
- }
-}
-
-project (CIAO_Server) :taolib_with_idl {
- depends += CIAO_Container
- sharedname = CIAO_Server
- libs += TAO TAO_PortableServer TAO_IORInterceptor TAO_ObjRefTemplate TAO_Valuetype TAO_IFR_Client TAO_Security CIAO_Client
- idlflags += -I$(TAO_ROOT) -I$(TAO_ROOT)/orbsvcs/orbsvcs -Wb,export_include=CIAO_Server_Export.h -Wb,export_macro=CIAO_SERVER_Export -Wb,pre_include="ace/pre.h" -Wb,post_include="ace/post.h"
-
- dllflags = CIAO_SERVER_BUILD_DLL
- includes += $(TAO_ROOT)/orbsvcs/orbsvcs
- libpaths += $(TAO_ROOT)/tao/PortableServer $(TAO_ROOT)/tao/IORInterceptor $(TAO_ROOT)/tao/ObjRefTemplate $(TAO_ROOT)/tao/IFR_Client $(TAO_ROOT)/tao/Valuetype $(TAO_ROOT)/orbsvcs/orbsvcs
-
- IDL_Files {
- CCM_Deployment.idl
- CIAO_Servers.idl
-// HomeRegistrar.idl
- }
-
- Source_Files {
- CCM_DeploymentC.cpp
- CCM_DeploymentS.cpp
- CIAO_ServersC.cpp
- CIAO_ServersS.cpp
-// HomeRegistrarC.cpp
-// HomeRegistrarS.cpp
- ComponentInstallation_Impl.cpp
- ComponentServer_Impl.cpp
- Container_Base.cpp
- Container_Impl.cpp
-// HomeRegistrar_i.cpp
- Server_init.cpp
- ServerActivator_Impl.cpp
- }
-}