summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples')
-rw-r--r--TAO/orbsvcs/examples/CosEC/Factory/CosEC_Factory.mpc3
-rw-r--r--TAO/orbsvcs/examples/CosEC/RtEC_Based/bin/CosEC_RtEC_Based_bin.mpc3
-rw-r--r--TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/CosEC_RtEC_Based_lib.mpc3
-rw-r--r--TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/CosEC_RtEC_Based_tests_Basic.mpc3
-rw-r--r--TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/CosEC_RtEC_Based_tests_Multiple.mpc3
-rw-r--r--TAO/orbsvcs/examples/CosEC/Simple/CosEC_Simple.mpc3
-rw-r--r--TAO/orbsvcs/examples/CosEC/TypedSimple/CosEC_TypedSimple.mpc3
-rw-r--r--TAO/orbsvcs/examples/Log/Basic/Log_Basic.mpc3
-rw-r--r--TAO/orbsvcs/examples/Log/Event/Log_Event.mpc3
-rw-r--r--TAO/orbsvcs/examples/Log/Notify/Log_Notify.mpc3
-rw-r--r--TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc3
-rw-r--r--TAO/orbsvcs/examples/Notify/Filter/Notify_Filter.mpc3
-rw-r--r--TAO/orbsvcs/examples/Notify/Lanes/Notify_Lanes.mpc3
-rw-r--r--TAO/orbsvcs/examples/Notify/Subscribe/Notify_Subscribe.mpc3
-rw-r--r--TAO/orbsvcs/examples/RtEC/IIOPGateway/RtEC_IIOPGateway.mpc3
-rw-r--r--TAO/orbsvcs/examples/RtEC/MCast/RtEC_MCast.mpc3
-rw-r--r--TAO/orbsvcs/examples/RtEC/Schedule/RtEC_Schedule.mpc3
-rw-r--r--TAO/orbsvcs/examples/RtEC/Simple/RtEC_Simple.mpc3
-rw-r--r--TAO/orbsvcs/examples/Security/Send_File/Security_Send_File.mpc3
-rw-r--r--TAO/orbsvcs/examples/examples.mwc3
20 files changed, 60 insertions, 0 deletions
diff --git a/TAO/orbsvcs/examples/CosEC/Factory/CosEC_Factory.mpc b/TAO/orbsvcs/examples/CosEC/Factory/CosEC_Factory.mpc
index 5f1dd345c3b..9f36dda8a84 100644
--- a/TAO/orbsvcs/examples/CosEC/Factory/CosEC_Factory.mpc
+++ b/TAO/orbsvcs/examples/CosEC/Factory/CosEC_Factory.mpc
@@ -1,3 +1,6 @@
+// -*- MPC -*-
+// $Id$
+
project(*Client) : orbsvcsexe, event {
idlflags += -I ../../..
source_files {
diff --git a/TAO/orbsvcs/examples/CosEC/RtEC_Based/bin/CosEC_RtEC_Based_bin.mpc b/TAO/orbsvcs/examples/CosEC/RtEC_Based/bin/CosEC_RtEC_Based_bin.mpc
index 5ac4d9ecda1..aa651b338c2 100644
--- a/TAO/orbsvcs/examples/CosEC/RtEC_Based/bin/CosEC_RtEC_Based_bin.mpc
+++ b/TAO/orbsvcs/examples/CosEC/RtEC_Based/bin/CosEC_RtEC_Based_bin.mpc
@@ -1,3 +1,6 @@
+// -*- MPC -*-
+// $Id$
+
project : orbsvcsexe, rtevent, event {
after += CosEC_RtEC_Based_lib
includes += ../lib
diff --git a/TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/CosEC_RtEC_Based_lib.mpc b/TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/CosEC_RtEC_Based_lib.mpc
index a0701e83d65..28ddfc71428 100644
--- a/TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/CosEC_RtEC_Based_lib.mpc
+++ b/TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/CosEC_RtEC_Based_lib.mpc
@@ -1,3 +1,6 @@
+// -*- MPC -*-
+// $Id$
+
project : orbsvcslib, event, rtevent, rtsched {
sharedname = CosEC_RtEC_Based
dynamicflags += TAO_RTEC_COSEC_BUILD_DLL
diff --git a/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/CosEC_RtEC_Based_tests_Basic.mpc b/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/CosEC_RtEC_Based_tests_Basic.mpc
index 4e055fe812c..89c0143b7cd 100644
--- a/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/CosEC_RtEC_Based_tests_Basic.mpc
+++ b/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/CosEC_RtEC_Based_tests_Basic.mpc
@@ -1,3 +1,6 @@
+// -*- MPC -*-
+// $Id$
+
project(*Client) : orbsvcsexe, event, rtevent, rtsched {
after += CosEC_RtEC_Based_lib
includes += ../../lib
diff --git a/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/CosEC_RtEC_Based_tests_Multiple.mpc b/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/CosEC_RtEC_Based_tests_Multiple.mpc
index d6b7aa9b5e0..2ff95922b34 100644
--- a/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/CosEC_RtEC_Based_tests_Multiple.mpc
+++ b/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/CosEC_RtEC_Based_tests_Multiple.mpc
@@ -1,3 +1,6 @@
+// -*- MPC -*-
+// $Id$
+
project(*Consumer) : orbsvcsexe, event, rtevent, rtsched {
after += CosEC_RtEC_Based_lib
includes += ../../lib
diff --git a/TAO/orbsvcs/examples/CosEC/Simple/CosEC_Simple.mpc b/TAO/orbsvcs/examples/CosEC/Simple/CosEC_Simple.mpc
index 5033c7119db..a423f5f1075 100644
--- a/TAO/orbsvcs/examples/CosEC/Simple/CosEC_Simple.mpc
+++ b/TAO/orbsvcs/examples/CosEC/Simple/CosEC_Simple.mpc
@@ -1,3 +1,6 @@
+// -*- MPC -*-
+// $Id$
+
project(*Service) : orbsvcsexe, event {
Source_Files {
Service.cpp
diff --git a/TAO/orbsvcs/examples/CosEC/TypedSimple/CosEC_TypedSimple.mpc b/TAO/orbsvcs/examples/CosEC/TypedSimple/CosEC_TypedSimple.mpc
index 741620168bf..4f630718690 100644
--- a/TAO/orbsvcs/examples/CosEC/TypedSimple/CosEC_TypedSimple.mpc
+++ b/TAO/orbsvcs/examples/CosEC/TypedSimple/CosEC_TypedSimple.mpc
@@ -1,3 +1,6 @@
+// -*- MPC -*-
+// $Id$
+
project(*Consumer) : event, orbsvcsexe, portableserver {
requires += ec_typed_events
idlflags += -I$(TAO_ROOT)/orbsvcs
diff --git a/TAO/orbsvcs/examples/Log/Basic/Log_Basic.mpc b/TAO/orbsvcs/examples/Log/Basic/Log_Basic.mpc
index e92f4ddd5db..73476b098d4 100644
--- a/TAO/orbsvcs/examples/Log/Basic/Log_Basic.mpc
+++ b/TAO/orbsvcs/examples/Log/Basic/Log_Basic.mpc
@@ -1,3 +1,6 @@
+// -*- MPC -*-
+// $Id$
+
project(*Client) : orbsvcsexe, dslogadmin, naming {
exename = client
}
diff --git a/TAO/orbsvcs/examples/Log/Event/Log_Event.mpc b/TAO/orbsvcs/examples/Log/Event/Log_Event.mpc
index 0342db251bc..fb4ebd95b7e 100644
--- a/TAO/orbsvcs/examples/Log/Event/Log_Event.mpc
+++ b/TAO/orbsvcs/examples/Log/Event/Log_Event.mpc
@@ -1,3 +1,6 @@
+// -*- MPC -*-
+// $Id$
+
project(*Consumer) : orbsvcsexe, event, dseventlogadmin {
exename = consumer
source_files {
diff --git a/TAO/orbsvcs/examples/Log/Notify/Log_Notify.mpc b/TAO/orbsvcs/examples/Log/Notify/Log_Notify.mpc
index 04db7547923..a0c45cbb43e 100644
--- a/TAO/orbsvcs/examples/Log/Notify/Log_Notify.mpc
+++ b/TAO/orbsvcs/examples/Log/Notify/Log_Notify.mpc
@@ -1,3 +1,6 @@
+// -*- MPC -*-
+// $Id$
+
project(*Consumer) : orbsvcsexe, notify, dsnotifylogadmin, naming {
exename = consumer
source_files {
diff --git a/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc b/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc
index 0049ca759e4..4ca31b39b0f 100644
--- a/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc
+++ b/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc
@@ -1,3 +1,6 @@
+// -*- MPC -*-
+// $Id$
+
project(*Consumer) : orbsvcsexe, rtevent, naming, rteventlogadmin {
requires += minimum_corba
exename = consumer
diff --git a/TAO/orbsvcs/examples/Notify/Filter/Notify_Filter.mpc b/TAO/orbsvcs/examples/Notify/Filter/Notify_Filter.mpc
index 116a274b7cc..afb746369b0 100644
--- a/TAO/orbsvcs/examples/Notify/Filter/Notify_Filter.mpc
+++ b/TAO/orbsvcs/examples/Notify/Filter/Notify_Filter.mpc
@@ -1,2 +1,5 @@
+// -*- MPC -*-
+// $Id$
+
project : orbsvcsexe, notify, naming {
}
diff --git a/TAO/orbsvcs/examples/Notify/Lanes/Notify_Lanes.mpc b/TAO/orbsvcs/examples/Notify/Lanes/Notify_Lanes.mpc
index f923982eedd..c33182cd937 100644
--- a/TAO/orbsvcs/examples/Notify/Lanes/Notify_Lanes.mpc
+++ b/TAO/orbsvcs/examples/Notify/Lanes/Notify_Lanes.mpc
@@ -1,3 +1,6 @@
+// -*- MPC -*-
+// $Id$
+
project(*Supplier): notify, rtcorba, rtnotify, minimum_corba {
exename = Supplier
Source_Files {
diff --git a/TAO/orbsvcs/examples/Notify/Subscribe/Notify_Subscribe.mpc b/TAO/orbsvcs/examples/Notify/Subscribe/Notify_Subscribe.mpc
index 69a75b6fa55..ef4e5dfacc9 100644
--- a/TAO/orbsvcs/examples/Notify/Subscribe/Notify_Subscribe.mpc
+++ b/TAO/orbsvcs/examples/Notify/Subscribe/Notify_Subscribe.mpc
@@ -1,3 +1,6 @@
+// -*- MPC -*-
+// $Id$
+
project : orbsvcsexe, notify, naming {
avoids += minimum_corba
}
diff --git a/TAO/orbsvcs/examples/RtEC/IIOPGateway/RtEC_IIOPGateway.mpc b/TAO/orbsvcs/examples/RtEC/IIOPGateway/RtEC_IIOPGateway.mpc
index a589a239133..4d0421d72fc 100644
--- a/TAO/orbsvcs/examples/RtEC/IIOPGateway/RtEC_IIOPGateway.mpc
+++ b/TAO/orbsvcs/examples/RtEC/IIOPGateway/RtEC_IIOPGateway.mpc
@@ -1,3 +1,6 @@
+// -*- MPC -*-
+// $Id$
+
project(*Consumer): messaging, rteventexe, naming {
requires += corba_messaging
diff --git a/TAO/orbsvcs/examples/RtEC/MCast/RtEC_MCast.mpc b/TAO/orbsvcs/examples/RtEC/MCast/RtEC_MCast.mpc
index 3b221ef337f..4394b471fcf 100644
--- a/TAO/orbsvcs/examples/RtEC/MCast/RtEC_MCast.mpc
+++ b/TAO/orbsvcs/examples/RtEC/MCast/RtEC_MCast.mpc
@@ -1,2 +1,5 @@
+// -*- MPC -*-
+// $Id$
+
project : orbsvcsexe, rtevent, rtsched {
}
diff --git a/TAO/orbsvcs/examples/RtEC/Schedule/RtEC_Schedule.mpc b/TAO/orbsvcs/examples/RtEC/Schedule/RtEC_Schedule.mpc
index 3b221ef337f..4394b471fcf 100644
--- a/TAO/orbsvcs/examples/RtEC/Schedule/RtEC_Schedule.mpc
+++ b/TAO/orbsvcs/examples/RtEC/Schedule/RtEC_Schedule.mpc
@@ -1,2 +1,5 @@
+// -*- MPC -*-
+// $Id$
+
project : orbsvcsexe, rtevent, rtsched {
}
diff --git a/TAO/orbsvcs/examples/RtEC/Simple/RtEC_Simple.mpc b/TAO/orbsvcs/examples/RtEC/Simple/RtEC_Simple.mpc
index 6c3ba5ba5a3..2735b33ac5d 100644
--- a/TAO/orbsvcs/examples/RtEC/Simple/RtEC_Simple.mpc
+++ b/TAO/orbsvcs/examples/RtEC/Simple/RtEC_Simple.mpc
@@ -1,3 +1,6 @@
+// -*- MPC -*-
+// $Id$
+
project(*Service) : orbsvcsexe, rtevent, naming {
source_files {
Service.cpp
diff --git a/TAO/orbsvcs/examples/Security/Send_File/Security_Send_File.mpc b/TAO/orbsvcs/examples/Security/Send_File/Security_Send_File.mpc
index 6d5c9b7ca05..c73e3ecf5c5 100644
--- a/TAO/orbsvcs/examples/Security/Send_File/Security_Send_File.mpc
+++ b/TAO/orbsvcs/examples/Security/Send_File/Security_Send_File.mpc
@@ -1,3 +1,6 @@
+// -*- MPC -*-
+// $Id$
+
project(*Client) : orbsvcsexe, portableserver {
source_files {
client.cpp
diff --git a/TAO/orbsvcs/examples/examples.mwc b/TAO/orbsvcs/examples/examples.mwc
index d90104a2381..dd297256b34 100644
--- a/TAO/orbsvcs/examples/examples.mwc
+++ b/TAO/orbsvcs/examples/examples.mwc
@@ -1,2 +1,5 @@
+// -*- MPC -*-
+// $Id$
+
workspace {
}