summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/FaultTolerance/FLARe/Worker/Worker.mpc
blob: d1dceb344369db83ea6c4aa9f53b532bc83911d9 (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
// -*- MPC -*-
// $Id$

project(*idl): taoidldefaults {
  IDL_Files {
    Worker.idl
  }

  custom_only = 1
}

project(*Server): lwft_server, lwft_client, naming, rtcorba {
  after += *idl

  libpaths += $(CUTS_ROOT)/lib
  libs += CUTS CUTS_CPU_Worker LWFT_StateSyncAgent
  includes += $(CUTS_ROOT) $(CUTS_ROOT)/cuts/workers

  Source_Files {
    Worker_i.cpp
    server.cpp
  }

  Source_Files {
    WorkerC.cpp
    WorkerS.cpp
  }

  IDL_Files {
  }
}

project(*Client): lwft_client, naming, rtcorba, portableserver {
  after += *idl

  Source_Files {
    client.cpp
    Client_Timer_Handler.cpp
    WorkerC.cpp 
    TriggerS.cpp
    TriggerC.cpp
    Trigger_i.cpp
  }

  IDL_Files {
    Trigger.idl
  }
}