summaryrefslogtreecommitdiff
path: root/examples/IPC_SAP/SOCK_SAP/sock_sap.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/IPC_SAP/SOCK_SAP/sock_sap.mpc')
-rw-r--r--examples/IPC_SAP/SOCK_SAP/sock_sap.mpc72
1 files changed, 0 insertions, 72 deletions
diff --git a/examples/IPC_SAP/SOCK_SAP/sock_sap.mpc b/examples/IPC_SAP/SOCK_SAP/sock_sap.mpc
deleted file mode 100644
index 814280a515c..00000000000
--- a/examples/IPC_SAP/SOCK_SAP/sock_sap.mpc
+++ /dev/null
@@ -1,72 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project(*C_inclient) : aceexe {
- exename = C-inclient
- Source_Files {
- C-inclient.cpp
- }
-}
-
-project(*C_inserver) : aceexe {
- exename = C-inserver
- Source_Files {
- C-inserver.cpp
- }
-}
-
-project(*CPP_inclient) : aceexe {
- exename = CPP-inclient
- Source_Files {
- CPP-inclient.cpp
- }
-}
-
-project(*CPP_inserver) : aceexe {
- avoids += ace_for_tao
- exename = CPP-inserver
- Source_Files {
- CPP-inserver.cpp
- }
-}
-
-project(*CPP_memclient) : aceexe {
- avoids += ace_for_tao
- exename = CPP-memclient
- Source_Files {
- CPP-memclient.cpp
- }
-}
-
-project(*CPP_memserver) : aceexe {
- avoids += ace_for_tao
- exename = CPP-memserver
- Source_Files {
- CPP-memserver.cpp
- }
-}
-
-project(*FD_unclient) : aceexe {
- avoids += ace_for_tao
- exename = FD-unclient
- Source_Files {
- FD-unclient.cpp
- }
-}
-
-project(*CPP_unclient) : aceexe {
- avoids += ace_for_tao
- exename = CPP-unclient
- Source_Files {
- CPP-unclient.cpp
- }
-}
-
-project(*CPP_unserver) : aceexe {
- avoids += ace_for_tao
- exename = CPP-unserver
- Source_Files {
- CPP-unserver.cpp
- }
-}
-