summaryrefslogtreecommitdiff
path: root/ACE/examples/IPC_SAP/TLI_SAP/TLI_SAP.mpc
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2008-03-04 14:51:23 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2008-03-04 14:51:23 +0000
commit99aa8c60282c7b8072eb35eb9ac815702f5bf586 (patch)
treebda96bf8c3a4c2875a083d7b16720533c8ffeaf4 /ACE/examples/IPC_SAP/TLI_SAP/TLI_SAP.mpc
parentc4078c377d74290ebe4e66da0b4975da91732376 (diff)
downloadATCD-99aa8c60282c7b8072eb35eb9ac815702f5bf586.tar.gz
undoing accidental deletion
Diffstat (limited to 'ACE/examples/IPC_SAP/TLI_SAP/TLI_SAP.mpc')
-rw-r--r--ACE/examples/IPC_SAP/TLI_SAP/TLI_SAP.mpc58
1 files changed, 58 insertions, 0 deletions
diff --git a/ACE/examples/IPC_SAP/TLI_SAP/TLI_SAP.mpc b/ACE/examples/IPC_SAP/TLI_SAP/TLI_SAP.mpc
new file mode 100644
index 00000000000..0fe9b1aa17b
--- /dev/null
+++ b/ACE/examples/IPC_SAP/TLI_SAP/TLI_SAP.mpc
@@ -0,0 +1,58 @@
+// -*- MPC -*-
+// $Id$
+
+project(*ATM_client) : aceexe {
+ exename = ATM-client
+ Source_Files {
+ CPP-ATM-client.cpp
+ }
+}
+
+project(*ATM_server) : aceexe {
+ exename = ATM-server
+ Source_Files {
+ CPP-ATM-server.cpp
+ }
+}
+
+project(*CPP_client) : aceexe {
+ exename = CPP-client
+ Source_Files {
+ CPP-client.cpp
+ }
+}
+
+project(*CPP_server) : aceexe {
+ exename = CPP-server
+ Source_Files {
+ CPP-server.cpp
+ }
+}
+
+project(*db_client) : aceexe {
+ exename = db-client
+ Source_Files {
+ db-client.cpp
+ }
+}
+
+project(*db_server) : aceexe {
+ exename = db-server
+ Source_Files {
+ db-server.cpp
+ }
+}
+
+project(*ftp_client) : aceexe {
+ exename = ftp-client
+ Source_Files {
+ ftp-client.cpp
+ }
+}
+
+project(*ftp_server) : aceexe {
+ exename = ftp-server
+ Source_Files {
+ ftp-server.cpp
+ }
+}