summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwolff1 <wolff1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-02-07 22:00:06 +0000
committerwolff1 <wolff1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-02-07 22:00:06 +0000
commit219c389dc9bc4e84b9713a157873e42250f12341 (patch)
tree07bc1ee101bae2daa6c3454fc1ea47e54b474520
parentee6744eba025de5709dff5db4414f352d94e772f (diff)
downloadATCD-219c389dc9bc4e84b9713a157873e42250f12341.tar.gz
added ft mpb templates
-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
3 files changed, 21 insertions, 0 deletions
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..3ad17dde106
--- /dev/null
+++ b/CIAO/MPC/config/ciao_ft_componentserver_stub.mpb
@@ -0,0 +1,7 @@
+// -*- MPC -*-
+// $Id$
+
+project : 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..89a45d7c324
--- /dev/null
+++ b/CIAO/MPC/config/ciao_ft_componentserver_svnt.mpb
@@ -0,0 +1,7 @@
+// -*- MPC -*-
+// $Id$
+
+project : ciao_ft_componentserver_stub, ciao_session_container {
+ after += CIAO_FTComponentServer_svnt
+ libs += CIAO_FTComponentServer_svnt
+}