summaryrefslogtreecommitdiff
path: root/ACE/examples/Semaphores/Semaphores.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Semaphores/Semaphores.mpc')
-rw-r--r--ACE/examples/Semaphores/Semaphores.mpc17
1 files changed, 17 insertions, 0 deletions
diff --git a/ACE/examples/Semaphores/Semaphores.mpc b/ACE/examples/Semaphores/Semaphores.mpc
new file mode 100644
index 00000000000..dbcefd53827
--- /dev/null
+++ b/ACE/examples/Semaphores/Semaphores.mpc
@@ -0,0 +1,17 @@
+// -*- MPC -*-
+// $Id$
+
+project(*starter) : aceexe, avoids_ace_for_tao {
+ exename = starter
+
+ Source_Files {
+ starter.cpp
+ }
+}
+project(*worker) : aceexe, avoids_ace_for_tao {
+ exename = worker
+
+ Source_Files {
+ worker.cpp
+ }
+}