summaryrefslogtreecommitdiff
path: root/ACE/examples/IPC_SAP/FIFO_SAP/fifo_sap.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/IPC_SAP/FIFO_SAP/fifo_sap.mpc')
-rw-r--r--ACE/examples/IPC_SAP/FIFO_SAP/fifo_sap.mpc42
1 files changed, 42 insertions, 0 deletions
diff --git a/ACE/examples/IPC_SAP/FIFO_SAP/fifo_sap.mpc b/ACE/examples/IPC_SAP/FIFO_SAP/fifo_sap.mpc
new file mode 100644
index 00000000000..1e6d04447e5
--- /dev/null
+++ b/ACE/examples/IPC_SAP/FIFO_SAP/fifo_sap.mpc
@@ -0,0 +1,42 @@
+// -*- MPC -*-
+// $Id$
+
+project(*client) : aceexe {
+ avoids += ace_for_tao
+ exename = FIFO-client
+ Source_Files {
+ FIFO-client.cpp
+ }
+}
+
+project(*server) : aceexe {
+ avoids += ace_for_tao
+ exename = FIFO-server
+ Source_Files {
+ FIFO-server.cpp
+ }
+}
+
+project(*Msg_Client) : aceexe {
+ exename = FIFO-Msg-client
+ Source_Files {
+ FIFO-Msg-client.cpp
+ }
+}
+
+project(*Msg_Server) : aceexe {
+ exename = FIFO-Msg-server
+ Source_Files {
+ FIFO-Msg-server.cpp
+ }
+}
+
+project(*test) : aceexe {
+ avoids += ace_for_tao
+ exename = FIFO-test
+ Source_Files {
+ FIFO-test.cpp
+ }
+}
+
+