summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit/TAO/MT_Cubit/MT_Cubit.mpc
blob: d5cc27cdc061b1f78c1b61b9717785005292a42e (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
// -*- MPC -*-
// $Id$

project(*IDL): taoidldefaults, strategies {
  IDL_Files {
    cubit.idl
  }
  custom_only = 1
}

project(*server): taoexe, utils, portableserver, strategies {
  after += *IDL

  Source_Files {
    Timer.cpp
    Cubit_Task.cpp
    Globals.cpp
    cubit_i.cpp
    server.cpp
    cubitS.cpp
    cubitC.cpp
  }

  IDL_Files {
  }
}

project(*client): taoexe, utils, portableserver, strategies {
  after += *IDL

  Source_Files {
    Timer.cpp
    Globals.cpp
    cubit_i.cpp
    Cubit_Task.cpp
    Util_Thread.cpp
    Task_Client.cpp
    client.cpp
    cubitS.cpp
    cubitC.cpp
  }

  IDL_Files {
  }

  verbatim(gnuace, local) {
    LDLIBS += $(MATHLIB)
  }
}