summaryrefslogtreecommitdiff
path: root/TAO/examples/Simulator/Event_Supplier/Event_Supplier.mpc
blob: dd3b916adb225217c3c4af6adc57b58329897eee (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
// $Id$

project(*IDL): taoidldefaults, anytypecode {
  IDL_Files {
    gendir = .
    ../NavWeap.idl
  }
  custom_only = 1
}

project(*Event_Sup): rtevent_skel, rtsched, namingexe, utils {
  exename = Event_Sup
  after += *IDL

  IDL_Files {
  }

  Source_Files {
    Event_Sup.cpp
    DOVE_Supplier.cpp
    NavWeapC.cpp
  }
}

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

  IDL_Files {
  }

  Source_Files {
    Event_Con.cpp
    NavWeapC.cpp
  }
}

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

  IDL_Files {
  }

  Source_Files {
    Logging_Sup.cpp
    DOVE_Supplier.cpp
    NavWeapC.cpp
  }
}

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

  IDL_Files {
  }

  Source_Files {
    DualEC_Sup.cpp
    DOVE_Supplier.cpp
    NavWeapS.cpp
    NavWeapC.cpp
  }
}