summaryrefslogtreecommitdiff
path: root/apps/Gateway/Gateway/gateway.mpc
blob: 64e5ec6288b16bf19adde9fcf43dda9d35f4e487 (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 {
  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 {

  after += Gateway
  libs  += Gateway

  Source_Files {
    gatewayd.cpp
  }
}