summaryrefslogtreecommitdiff
path: root/CIAO/ccm/CCM_svnt.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ccm/CCM_svnt.mpc')
-rw-r--r--CIAO/ccm/CCM_svnt.mpc64
1 files changed, 0 insertions, 64 deletions
diff --git a/CIAO/ccm/CCM_svnt.mpc b/CIAO/ccm/CCM_svnt.mpc
deleted file mode 100644
index b68d851777d..00000000000
--- a/CIAO/ccm/CCM_svnt.mpc
+++ /dev/null
@@ -1,64 +0,0 @@
-project(CCM_svnt_idl) : install, ciaolib_with_idl, valuetype {
- idlflags += -Wb,export_include=CCM_Svnt_Export.h
- idlflags += -Wb,export_macro=CCM_SVNT_Export
- custom_only = 1
-
- IDL_Files {
- idlflags += -SS
- CCM_Transaction.idl
- CosPersistentState.idl
- CCM_ExecutorLocator.idl
- }
-}
-
-project(CCM_svnt) : install, orbsvcslib, orbsvcs_output \
- , portableserver \
- , valuetype \
- , ifr_client \
- , codecfactory \
- , pi \
- , ccm_lem_stub \
- , avoids_corba_e_compact \
- , avoids_corba_e_micro \
-{
- dynamicflags += CCM_SVNT_BUILD_DLL
- after += CCM_svnt_idl
- IDL_Files {
- }
-
- Header_Files {
- CCM_Svnt_Export.h
- CCM_ExecutorLocatorC.h
- CCM_TransactionC.h
- CosPersistentStateC.h
- CCM_ExecutorLocatorS.h
- CCM_TransactionS.h
- CosPersistentStateS.h
- }
-
- Inline_Files {
- CCM_TransactionC.inl
- CosPersistentStateC.inl
- CCM_ExecutorLocatorC.inl
- }
-
- Source_Files {
- CCM_TransactionC.cpp
- CosPersistentStateC.cpp
- CCM_ExecutorLocatorC.cpp
- CCM_EventsS.cpp
- CCM_EventConsumerBaseS.cpp
- CCM_ConfiguratorS.cpp
- CCM_HomeConfigurationS.cpp
- CCM_KeylessCCMHomeS.cpp
- CCM_StandardConfiguratorS.cpp
- CCM_HomeS.cpp
- CCM_HomesS.cpp
- CCM_ObjectS.cpp
- CCM_PrimaryKeyBaseS.cpp
- CCM_HomeFinderS.cpp
- CCM_NavigationS.cpp
- CCM_ReceptacleS.cpp
- }
-}
-