summaryrefslogtreecommitdiff
path: root/ACE/examples/IPC_SAP/TLI_SAP/TLI_SAP.mpc
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:30 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:30 +0000
commitc44379cc7d9c7aa113989237ab0f56db12aa5219 (patch)
tree66a84b20d47f2269d8bdc6e0323f338763424d3a /ACE/examples/IPC_SAP/TLI_SAP/TLI_SAP.mpc
parent3aff90f4a822fcf5d902bbfbcc9fa931d6191a8c (diff)
downloadATCD-c44379cc7d9c7aa113989237ab0f56db12aa5219.tar.gz
Repo restructuring
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
+ }
+}