summaryrefslogtreecommitdiff
path: root/examples/IPC_SAP/FIFO_SAP/fifo_sap.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/IPC_SAP/FIFO_SAP/fifo_sap.mpc')
-rw-r--r--examples/IPC_SAP/FIFO_SAP/fifo_sap.mpc39
1 files changed, 0 insertions, 39 deletions
diff --git a/examples/IPC_SAP/FIFO_SAP/fifo_sap.mpc b/examples/IPC_SAP/FIFO_SAP/fifo_sap.mpc
deleted file mode 100644
index 7d836016858..00000000000
--- a/examples/IPC_SAP/FIFO_SAP/fifo_sap.mpc
+++ /dev/null
@@ -1,39 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project(*client) : aceexe {
- exename = FIFO-client
- Source_Files {
- FIFO-client.cpp
- }
-}
-
-project(*server) : aceexe {
- 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 {
- exename = FIFO-test
- Source_Files {
- FIFO-test.cpp
- }
-}
-
-