summaryrefslogtreecommitdiff
path: root/ACE/apps/Gateway/Gateway/gateway.mpc
blob: 2f201ba3bc702e92b7660758cab97f276d23a54e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// -*- MPC -*-
// $Id$

project(Gateway) : acelib, ace_output {
  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
  }
}