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.mpc39
1 files changed, 39 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..5a144621b09
--- /dev/null
+++ b/ACE/examples/IPC_SAP/FIFO_SAP/fifo_sap.mpc
@@ -0,0 +1,39 @@
+// -*- 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
+ }
+}
+
+