summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/UAV/UCAV_GS/UCAV_GS.mpc
blob: c8e786475ae44345d31baeaf52bc6575ceae586e (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 UCAV_GS"

project(UCAV_GS_stub): ciao_client {
  
  after += BBN_UAV_stub
  sharedname = UCAV_GS_stub
  idlflags += -Wb,stub_export_macro=UCAV_GS_STUB_Export -Wb,stub_export_include=UCAV_GS_stub_export.h -Wb,skel_export_macro=UCAV_GS_SVNT_Export -Wb,skel_export_include=UCAV_GS_svnt_export.h
  dynamicflags   = UCAV_GS_STUB_BUILD_DLL

  IDL_Files {
    UCAV_GS.idl
  }

  Source_Files {
    UCAV_GSC.cpp
  }
}

project(UCAV_GS_svnt) : ciao_servant {
  after +=  BBN_UAV_svnt UCAV_GS_stub
  sharedname  = UCAV_GS_svnt
  libs    += BBN_UAV_stub BBN_UAV_svnt UCAV_GS_stub 
  
  idlflags  +=  -Wb,export_macro=UCAV_GS_SVNT_Export -Wb,export_include=UCAV_GS_svnt_export.h
  dynamicflags = UCAV_GS_SVNT_BUILD_DLL

  CIDL_Files {
    UCAV_GS.cidl
  }

  IDL_Files {
    UCAV_GSE.idl
  }

  Source_Files {
    UCAV_GSEC.cpp
    UCAV_GSS.cpp
    UCAV_GS_svnt.cpp
  }
}


project(UCAV_GS_exec) : ciao_component {
  after   += BBN_UAV_svnt UCAV_GS_svnt
  sharedname = UCAV_GS_exec
  libs      += BBN_UAV_stub BBN_UAV_svnt UCAV_GS_stub UCAV_GS_svnt 
  
  idlflags  +=  -Wb,export_macro=UCAV_GS_EXEC_Export -Wb,export_include=UCAV_GS_exec_export.h
  dynamicflags   = UCAV_GS_EXEC_BUILD_DLL

  IDL_Files {
    UCAV_GSEI.idl
  }

  Source_Files {
    UCAV_GSES.cpp
    UCAV_GSEIC.cpp
    UCAV_GSEIS.cpp
    UCAV_GS_exec.cpp
  }
}