summaryrefslogtreecommitdiff
path: root/CIAO/ccm/Session/CCM_session.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ccm/Session/CCM_session.mpc')
-rw-r--r--CIAO/ccm/Session/CCM_session.mpc54
1 files changed, 0 insertions, 54 deletions
diff --git a/CIAO/ccm/Session/CCM_session.mpc b/CIAO/ccm/Session/CCM_session.mpc
deleted file mode 100644
index 4ec8b37cfa8..00000000000
--- a/CIAO/ccm/Session/CCM_session.mpc
+++ /dev/null
@@ -1,54 +0,0 @@
-project(CCM_session_idl) : install, ciaolib_with_idl, valuetype {
- idlflags += -Wb,stub_export_include=CCM_Session_Stub_Export.h \
- -Wb,stub_export_macro=CCM_SESSION_STUB_Export \
- -SS -Sci
- custom_only = 1
-
- IDL_Files {
- idlflags += -Gxhst
- CCM_SessionContext.idl
- }
-
- IDL_Files {
- CCM_SessionComponent.idl
- CCM_SessionSynchronization.idl
- }
-
- specific {
- install_dir = ccm/Session
- }
-}
-
-project(CCM_session_stub) : install, ciaolib_with_idl, ciao_output, valuetype, ifr_client, ccm_lem_stub {
- // This is necessary for MPC to pull in rules.ciao.GNU
- includes += $(CIAO_ROOT)
- dynamicflags += CCM_SESSION_STUB_BUILD_DLL
- after += CCM_session_idl
-
- IDL_Files {
- }
-
- Header_Files {
- CCM_Session_Stub_Export.h
- CCM_SessionComponentC.h
- CCM_SessionContextC.h
- CCM_SessionComponentS.h
- CCM_SessionContextS.h
- CCM_SessionSynchronizationC.h
- CCM_SessionSynchronizationS.h
- }
-
- Inline_Files {
- }
-
- Source_Files {
- CCM_SessionContextC.cpp
- CCM_SessionComponentC.cpp
- CCM_SessionSynchronizationC.cpp
- }
-
- specific {
- install_dir = ccm/Session
- }
-}
-