summaryrefslogtreecommitdiff
path: root/TAO/examples/Simulator/Event_Supplier/Event_Supplier.mpc
blob: 256cd9840a20e62b89d6e8408f761e49c85c49c8 (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
50
51
// $Id$
project(*Event_Sup): rtevent_skel, rtsched, namingexe, utils {
  exename = Event_Sup

  IDL_Files {
    gendir = .
    ../NavWeap.idl
  }
  Source_Files {
    Event_Sup.cpp
    DOVE_Supplier.cpp
  }
}

project(*Event_Con): rtevent_skel, rtsched, namingexe {
  exename = Event_Con

  IDL_Files {
    gendir = .
    ../NavWeap.idl
  }
  Source_Files {
    Event_Con.cpp
  }
}

project(*Logging_Sup): rtevent_skel, rtsched, namingexe, utils {
  exename = Logging_Sup

  IDL_Files {
    gendir = .
    ../NavWeap.idl
  }
  Source_Files {
    Logging_Sup.cpp
    DOVE_Supplier.cpp
  }
}

project(*DualEC_Sup): rtevent_serv, rtsched, namingexe, utils {
  exename = DualEC_Sup

  IDL_Files {
    gendir = .
    ../NavWeap.idl
  }
  Source_Files {
    DualEC_Sup.cpp
    DOVE_Supplier.cpp
  }
}