summaryrefslogtreecommitdiff
path: root/examples/IPC_SAP/SPIPE_SAP/SPIPE_SAP.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/IPC_SAP/SPIPE_SAP/SPIPE_SAP.mpc')
-rw-r--r--examples/IPC_SAP/SPIPE_SAP/SPIPE_SAP.mpc58
1 files changed, 0 insertions, 58 deletions
diff --git a/examples/IPC_SAP/SPIPE_SAP/SPIPE_SAP.mpc b/examples/IPC_SAP/SPIPE_SAP/SPIPE_SAP.mpc
deleted file mode 100644
index 3f0d7318b3e..00000000000
--- a/examples/IPC_SAP/SPIPE_SAP/SPIPE_SAP.mpc
+++ /dev/null
@@ -1,58 +0,0 @@
-// -*- 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
- }
-}