summaryrefslogtreecommitdiff
path: root/ACE/apps/Gateway/Gateway/gateway.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/Gateway/Gateway/gateway.mpc')
-rw-r--r--ACE/apps/Gateway/Gateway/gateway.mpc29
1 files changed, 29 insertions, 0 deletions
diff --git a/ACE/apps/Gateway/Gateway/gateway.mpc b/ACE/apps/Gateway/Gateway/gateway.mpc
new file mode 100644
index 00000000000..9403ba858b1
--- /dev/null
+++ b/ACE/apps/Gateway/Gateway/gateway.mpc
@@ -0,0 +1,29 @@
+// -*- MPC -*-
+// $Id$
+
+project(Gateway) : acelib {
+ sharedname = Gateway
+ Source_Files {
+ Concrete_Connection_Handlers.cpp
+ Config_Files.cpp
+ File_Parser.cpp
+ Gateway.cpp
+ Event_Channel.cpp
+ Event_Forwarding_Discriminator.cpp
+ Options.cpp
+ Connection_Handler.cpp
+ Connection_Handler_Acceptor.cpp
+ Connection_Handler_Connector.cpp
+ }
+}
+
+project(gatewayd) : aceexe {
+ exename = gatewayd
+ after += Gateway
+ libs += Gateway
+
+ Source_Files {
+ gatewayd.cpp
+ }
+}
+