summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/UAV/Satellite/Satellite.mpc
blob: cd9744d99d602a32e8ef1e4d57e95539d9856868 (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$
// This file is generated with "generate_component_mpc.pl Satellite"

project(Satellite_stub): ciao_client {
  
  after += BBN_UAV_stub
  sharedname = Satellite_stub
  idlflags += -Wb,stub_export_macro=SATELLITE_STUB_Export -Wb,stub_export_include=Satellite_stub_export.h -Wb,skel_export_macro=SATELLITE_SVNT_Export -Wb,skel_export_include=Satellite_svnt_export.h
  dynamicflags   = SATELLITE_STUB_BUILD_DLL

  IDL_Files {
    Satellite.idl
  }

  Source_Files {
    SatelliteC.cpp
  }
}

project(Satellite_svnt) : ciao_servant {
  after +=  BBN_UAV_svnt Satellite_stub
  sharedname  = Satellite_svnt
  libs    += BBN_UAV_stub BBN_UAV_svnt Satellite_stub 
  
  idlflags  +=  -Wb,export_macro=SATELLITE_SVNT_Export -Wb,export_include=Satellite_svnt_export.h
  dynamicflags = SATELLITE_SVNT_BUILD_DLL

  CIDL_Files {
    Satellite.cidl
  }

  IDL_Files {
    SatelliteE.idl
  }

  Source_Files {
    SatelliteEC.cpp
    SatelliteS.cpp
    Satellite_svnt.cpp
  }
}


project(Satellite_exec) : ciao_component {
  after   += BBN_UAV_svnt Satellite_svnt
  sharedname = Satellite_exec
  libs      += BBN_UAV_stub BBN_UAV_svnt Satellite_stub Satellite_svnt 
  
  idlflags  +=  -Wb,export_macro=SATELLITE_EXEC_Export -Wb,export_include=Satellite_exec_export.h
  dynamicflags   = SATELLITE_EXEC_BUILD_DLL

  IDL_Files {
    SatelliteEI.idl
  }

  Source_Files {
    SatelliteES.cpp
    SatelliteEIC.cpp
    SatelliteEIS.cpp
    Satellite_exec.cpp
  }
}