summaryrefslogtreecommitdiff
path: root/CIAO/ccm/CCM_lem_stub.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ccm/CCM_lem_stub.mpc')
-rw-r--r--CIAO/ccm/CCM_lem_stub.mpc64
1 files changed, 0 insertions, 64 deletions
diff --git a/CIAO/ccm/CCM_lem_stub.mpc b/CIAO/ccm/CCM_lem_stub.mpc
deleted file mode 100644
index dbab62f5124..00000000000
--- a/CIAO/ccm/CCM_lem_stub.mpc
+++ /dev/null
@@ -1,64 +0,0 @@
-project(CCM_lem_stub_idl) : install, ciaolib_with_idl, valuetype {
- idlflags += -Wb,stub_export_include=CCM_LEM_Stub_Export.h
- idlflags += -Wb,stub_export_macro=CCM_LEM_STUB_Export
- custom_only = 1
-
- IDL_Files {
- idlflags += -SS -Sci \
- -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL \
- -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL
- idlflags += -Gxhst
- Security.idl
- }
-
- IDL_Files {
- idlflags += -SS -Sci
- CCM_CCMException.idl
- CCM_Context.idl
- }
-
- IDL_Files {
- idlflags += -SS
- CCM_EnterpriseComponent.idl
- CCM_HomeExecutorBase.idl
- }
-
-}
-
-project(CCM_lem_stub) : install, ciaolib_with_idl, ciao_output, valuetype, ifr_client {
- // This is necessary for MPC to pull in rules.ciao.GNU
- includes += $(CIAO_ROOT)
- dynamicflags += CCM_LEM_STUB_BUILD_DLL
- after += CCM_stub CCM_lem_stub_idl CCM_svnt_idl
- libs += CCM_stub
- IDL_Files {
- }
-
- Header_Files {
- CCM_LEM_Stub_Export.h
- CCM_CCMExceptionC.h
- CCM_ContextC.h
- CCM_EnterpriseComponentC.h
- CCM_HomeExecutorBaseC.h
- SecurityC.h
- CCM_CCMExceptionS.h
- CCM_ContextS.h
- CCM_EnterpriseComponentS.h
- CCM_HomeExecutorBaseS.h
- SecurityS.h
- }
-
- Inline_Files {
- CCM_HomeExecutorBaseC.inl
- CCM_EnterpriseComponentC.inl
- }
-
- Source_Files {
- CCM_CCMExceptionC.cpp
- CCM_ContextC.cpp
- CCM_EnterpriseComponentC.cpp
- CCM_HomeExecutorBaseC.cpp
- SecurityC.cpp
- }
-}
-