summaryrefslogtreecommitdiff
path: root/TAO/tests/Xt_Stopwatch/Xt_Stopwatch.mpc
blob: 5d3847ad5f6a653fe3f0ae58a6e6654eaa156c86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// -*- MPC -*-
// $Id$

project(*Server): taoserver, tao_xtresource, ace_motif {
  Source_Files {
    test_i.cpp
    Stopwatch_display.cpp
    timer.cpp
    server.cpp
  }
}

project(*Client): taoclient, tao_xtresource, ace_motif {
  after += *Server
  Source_Files {
    testC.cpp
    Control.cpp
    client.cpp
  }
}