summaryrefslogtreecommitdiff
path: root/trunk/ACE/examples/IPC_SAP/SPIPE_SAP/SPIPE_SAP.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/ACE/examples/IPC_SAP/SPIPE_SAP/SPIPE_SAP.mpc')
-rw-r--r--trunk/ACE/examples/IPC_SAP/SPIPE_SAP/SPIPE_SAP.mpc58
1 files changed, 58 insertions, 0 deletions
diff --git a/trunk/ACE/examples/IPC_SAP/SPIPE_SAP/SPIPE_SAP.mpc b/trunk/ACE/examples/IPC_SAP/SPIPE_SAP/SPIPE_SAP.mpc
new file mode 100644
index 00000000000..3f0d7318b3e
--- /dev/null
+++ b/trunk/ACE/examples/IPC_SAP/SPIPE_SAP/SPIPE_SAP.mpc
@@ -0,0 +1,58 @@
+// -*- MPC -*-
+// $Id$
+
+project(*client) : aceexe {
+ exename = client
+ Source_Files {
+ client.cpp
+ }
+}
+
+project(*consumer_msg) : aceexe {
+ exename = consumer_msg
+ Source_Files {
+ consumer_msg.cpp
+ }
+}
+
+project(*consumer_read) : aceexe {
+ exename = consumer_read
+ Source_Files {
+ consumer_read.cpp
+ }
+}
+
+project(*NPClient) : aceexe {
+ exename = NPClient
+ Source_Files {
+ NPClient.cpp
+ }
+}
+
+project(*NPServer) : aceexe {
+ exename = NPServer
+ Source_Files {
+ NPServer.cpp
+ }
+}
+
+project(*producer_msg) : aceexe {
+ exename = producer_msg
+ Source_Files {
+ producer_msg.cpp
+ }
+}
+
+project(*producer_read) : aceexe {
+ exename = producer_read
+ Source_Files {
+ producer_read.cpp
+ }
+}
+
+project(*server) : aceexe {
+ exename = server
+ Source_Files {
+ server.cpp
+ }
+}