summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Sequence_Latency/AMI/ami.mpc
blob: a954561d133b26c9818fc85602fc56cc916c9d17 (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
// -*- MPC -*-
// $Id$

project(*sequence server): taoserver, messaging, strategies {
  idlflags += -GC
  requires += ami

  Source_Files {
    Roundtrip.cpp
    Server_Task.cpp
    server.cpp
  }
}

project(*sequence client): taoclient, messaging, strategies {
  idlflags += -GC
  requires += ami

  Source_Files {
    Roundtrip_Handler.cpp
    client.cpp
  }
}