summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraky <aky@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-06-16 19:59:32 +0000
committeraky <aky@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-06-16 19:59:32 +0000
commitdb835fd33a9be85957d2e8826bd6e33969acba8b (patch)
tree74bf17171c245c6f54b4c38a16a47bb94a0da8f1
parentde48c1646eb29e0df39c1ab94177ac1f76ec72f3 (diff)
downloadATCD-db835fd33a9be85957d2e8826bd6e33969acba8b.tar.gz
Thu Jun 16 19:57:59 UTC 2011 Akshay V. Dabholkar <aky@dre.vanderbilt.edu>
* MPC/config/ccm_componentserver_stub.mpb: * MPC/config/ccm_componentserver_svnt.mpb: * MPC/config/ciao_client.mpb: * MPC/config/ciao_config_manager.mpb: * MPC/config/ciao_ft_componentserver_configurator.mpb: * MPC/config/ciao_ft_componentserver_stub.mpb: * MPC/config/ciao_ft_componentserver_svnt.mpb: * MPC/config/ciao_ft_session_container.mpb: * MPC/config/ciao_server.mpb: * ciao/Containers/FTSession/FT_Session_Container.mpc: * ciao/Containers/Swapping/Swapping_Container.mpc: * ciao/Servants/Swapping/Swapping_Servants.mpc: Added and fixed some projects
-rw-r--r--CIAO/ChangeLog20
-rw-r--r--CIAO/MPC/config/ccm_componentserver_stub.mpb8
-rw-r--r--CIAO/MPC/config/ccm_componentserver_svnt.mpb7
-rw-r--r--CIAO/MPC/config/ciao_client.mpb7
-rw-r--r--CIAO/MPC/config/ciao_config_manager.mpb5
-rw-r--r--CIAO/MPC/config/ciao_ft_componentserver_configurator.mpb7
-rw-r--r--CIAO/MPC/config/ciao_ft_componentserver_stub.mpb7
-rw-r--r--CIAO/MPC/config/ciao_ft_componentserver_svnt.mpb7
-rw-r--r--CIAO/MPC/config/ciao_ft_session_container.mpb8
-rw-r--r--CIAO/MPC/config/ciao_server.mpb8
-rw-r--r--CIAO/ciao/Containers/FTSession/FT_Session_Container.mpc2
-rw-r--r--CIAO/ciao/Containers/Swapping/Swapping_Container.mpc2
-rw-r--r--CIAO/ciao/Servants/Swapping/Swapping_Servants.mpc2
13 files changed, 87 insertions, 3 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index 77dc1f3003a..9507f6a8594 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,23 @@
+Thu Jun 16 19:57:59 UTC 2011 Akshay V. Dabholkar <aky@dre.vanderbilt.edu>
+
+ * MPC/config/ccm_componentserver_stub.mpb:
+ * MPC/config/ccm_componentserver_svnt.mpb:
+ * MPC/config/ciao_client.mpb:
+ * MPC/config/ciao_config_manager.mpb:
+ * MPC/config/ciao_ft_componentserver_configurator.mpb:
+ * MPC/config/ciao_ft_componentserver_stub.mpb:
+ * MPC/config/ciao_ft_componentserver_svnt.mpb:
+ * MPC/config/ciao_ft_session_container.mpb:
+ * MPC/config/ciao_server.mpb:
+
+ * ciao/Containers/FTSession/FT_Session_Container.mpc:
+
+ * ciao/Containers/Swapping/Swapping_Container.mpc:
+
+ * ciao/Servants/Swapping/Swapping_Servants.mpc:
+
+ Added and fixed some projects
+
Wed Jun 15 19:29:26 UTC 2011 Akshay V. Dabholkar <aky@dre.vanderbilt.edu>
* CIAO_TAO_DAnCE.mwc:
diff --git a/CIAO/MPC/config/ccm_componentserver_stub.mpb b/CIAO/MPC/config/ccm_componentserver_stub.mpb
new file mode 100644
index 00000000000..ce5bd47cea2
--- /dev/null
+++ b/CIAO/MPC/config/ccm_componentserver_stub.mpb
@@ -0,0 +1,8 @@
+// -*- MPC -*-
+// $Id$
+
+project : ccm_stub {
+ after += CCM_ComponentServer_stub
+ libs += CCM_ComponentServer_stub
+ includes += $(CIAO_ROOT)/DAnCE
+}
diff --git a/CIAO/MPC/config/ccm_componentserver_svnt.mpb b/CIAO/MPC/config/ccm_componentserver_svnt.mpb
new file mode 100644
index 00000000000..e9b80b61dec
--- /dev/null
+++ b/CIAO/MPC/config/ccm_componentserver_svnt.mpb
@@ -0,0 +1,7 @@
+// -*- MPC -*-
+// $Id$
+
+project : ccm_componentserver_stub {
+ after += CCM_ComponentServer_svnt
+ libs += CCM_ComponentServer_svnt
+}
diff --git a/CIAO/MPC/config/ciao_client.mpb b/CIAO/MPC/config/ciao_client.mpb
new file mode 100644
index 00000000000..1b4b3e02f85
--- /dev/null
+++ b/CIAO/MPC/config/ciao_client.mpb
@@ -0,0 +1,7 @@
+// -*- MPC -*-
+// $Id$
+
+project : ccm_configvalue, ccm_cookie, ciao_vcwarnings {
+ after += CIAO_Client
+ libs += CIAO_Client
+}
diff --git a/CIAO/MPC/config/ciao_config_manager.mpb b/CIAO/MPC/config/ciao_config_manager.mpb
new file mode 100644
index 00000000000..a14d75d8522
--- /dev/null
+++ b/CIAO/MPC/config/ciao_config_manager.mpb
@@ -0,0 +1,5 @@
+// -*- MPC -*-
+// $Id$
+
+project {//: ciao_container_base_stub {
+}
diff --git a/CIAO/MPC/config/ciao_ft_componentserver_configurator.mpb b/CIAO/MPC/config/ciao_ft_componentserver_configurator.mpb
new file mode 100644
index 00000000000..d2f6c3c6a96
--- /dev/null
+++ b/CIAO/MPC/config/ciao_ft_componentserver_configurator.mpb
@@ -0,0 +1,7 @@
+// -*- MPC -*-
+// $Id$
+
+project : ccm_stub, ciao_ft_componentserver_stub, ciao_lib {
+ after += CIAO_FT_Basic_Configurator
+ libs += CIAO_FT_Basic_Configurator
+}
diff --git a/CIAO/MPC/config/ciao_ft_componentserver_stub.mpb b/CIAO/MPC/config/ciao_ft_componentserver_stub.mpb
new file mode 100644
index 00000000000..5bfb19a2bd5
--- /dev/null
+++ b/CIAO/MPC/config/ciao_ft_componentserver_stub.mpb
@@ -0,0 +1,7 @@
+// -*- MPC -*-
+// $Id$
+
+project : ciao_client, ccm_cookie, ccm_configvalue, ccm_componentserver_stub {
+ after += CIAO_FTComponentServer_stub
+ libs += CIAO_FTComponentServer_stub
+}
diff --git a/CIAO/MPC/config/ciao_ft_componentserver_svnt.mpb b/CIAO/MPC/config/ciao_ft_componentserver_svnt.mpb
new file mode 100644
index 00000000000..001fad22a3f
--- /dev/null
+++ b/CIAO/MPC/config/ciao_ft_componentserver_svnt.mpb
@@ -0,0 +1,7 @@
+// -*- MPC -*-
+// $Id$
+
+project : ciao_ft_componentserver_stub, ccm_componentserver_svnt, ciao_ft_session_container {
+ after += CIAO_FTComponentServer_svnt
+ libs += CIAO_FTComponentServer_svnt
+}
diff --git a/CIAO/MPC/config/ciao_ft_session_container.mpb b/CIAO/MPC/config/ciao_ft_session_container.mpb
new file mode 100644
index 00000000000..30a28785c7b
--- /dev/null
+++ b/CIAO/MPC/config/ciao_ft_session_container.mpb
@@ -0,0 +1,8 @@
+// -*- MPC -*-
+// $Id$
+
+project : utils, \
+ ccm_componentserver_stub, ciao_port_activator_stub, ciao_servant_activator, ciao_container_base_stub {
+ libs += CIAO_FT_Session_Container
+ after += CIAO_FT_Session_Container
+}
diff --git a/CIAO/MPC/config/ciao_server.mpb b/CIAO/MPC/config/ciao_server.mpb
new file mode 100644
index 00000000000..2f26c6bb3b0
--- /dev/null
+++ b/CIAO/MPC/config/ciao_server.mpb
@@ -0,0 +1,8 @@
+// -*- MPC -*-
+// $Id$
+
+project : ciao_client, naming, ccm_cookie, ccm_configvalue, \
+ avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro, ciao_client {
+ after += CIAO_Server
+ libs += CIAO_Server
+}
diff --git a/CIAO/ciao/Containers/FTSession/FT_Session_Container.mpc b/CIAO/ciao/Containers/FTSession/FT_Session_Container.mpc
index d305209c7ae..0eaac3a545d 100644
--- a/CIAO/ciao/Containers/FTSession/FT_Session_Container.mpc
+++ b/CIAO/ciao/Containers/FTSession/FT_Session_Container.mpc
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project(CIAO_FT_Session_Container) : ccm_svnt, ciao_lib, ciao_container_base, utils, \
+project(CIAO_FT_Session_Container) : ccm_svnt, ciao_lib, ciao_container_base_stub, utils, \
ccm_componentserver_stub, ciao_servant_activator, ciao_servant {
dynamicflags += FT_SESSION_CONTAINER_BUILD_DLL
idlflags += -Wb,export_include=FT_Session_Container_export.h
diff --git a/CIAO/ciao/Containers/Swapping/Swapping_Container.mpc b/CIAO/ciao/Containers/Swapping/Swapping_Container.mpc
index f5313a4e49e..b7aaebc8a6d 100644
--- a/CIAO/ciao/Containers/Swapping/Swapping_Container.mpc
+++ b/CIAO/ciao/Containers/Swapping/Swapping_Container.mpc
@@ -1,6 +1,6 @@
// $Id$
-project(CIAO_Swapping_Container) : ciao_lib, ciao_container_base, utils, \
+project(CIAO_Swapping_Container) : ciao_lib, ciao_container_base_stub, utils, \
ccm_componentserver_stub, ciao_servant_activator, ciao_session_container {
dynamicflags = SWAPPING_CONTAINER_BUILD_DLL
}
diff --git a/CIAO/ciao/Servants/Swapping/Swapping_Servants.mpc b/CIAO/ciao/Servants/Swapping/Swapping_Servants.mpc
index 0815af50445..eff56a6a5e6 100644
--- a/CIAO/ciao/Servants/Swapping/Swapping_Servants.mpc
+++ b/CIAO/ciao/Servants/Swapping/Swapping_Servants.mpc
@@ -1,6 +1,6 @@
// $Id$
-project(CIAO_Swapping_Servants) : ciao_lib, ciao_container_base, utils, \
+project(CIAO_Swapping_Servants) : ciao_lib, ciao_container_base_stub, utils, \
ccm_componentserver_stub, ciao_servant_activator, ciao_session_container {
dynamicflags = CIAO_SWAPPING_SERVANT_BUILD_DLL
}