summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/OEP/Display/NavDisplay/NavDisplay.mpc
blob: aa7d123f11d46a7518fe5a81d9c720569b97644d (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
66
67
68
// $Id$
// This file is generated with "generate_component_mpc.pl -l .. -p HUDisplay -i NavDisplay"

project(NavDisplay_stub): ciao_client {
  after += HUDisplay_stub
  sharedname = NavDisplay_stub
  
  libs += HUDisplay_stub

  idlflags += -Wb,stub_export_macro=NAVDISPLAY_STUB_Export 
  idlflags += -Wb,stub_export_include=NavDisplay_stub_export.h 
  idlflags += -Wb,skel_export_macro=NAVDISPLAY_SVNT_Export 
  idlflags += -Wb,skel_export_include=NavDisplay_svnt_export.h

  dynamicflags   = NAVDISPLAY_STUB_BUILD_DLL

  IDL_Files {
    NavDisplay.idl
  }

  Source_Files {
    NavDisplayC.cpp
  }
}

project(NavDisplay_svnt) : ciao_servant {
  after += HUDisplay_svnt NavDisplay_stub
  sharedname  = NavDisplay_svnt
  libs    += NavDisplay_stub HUDisplay_stub HUDisplay_svnt
  libpaths += ..
  idlflags  += -Wb,export_macro=NAVDISPLAY_SVNT_Export 
  idlflags  += -Wb,export_include=NavDisplay_svnt_export.h
  dynamicflags = NAVDISPLAY_SVNT_BUILD_DLL

  CIDL_Files {
    NavDisplay.cidl
  }

  IDL_Files {
    NavDisplayE.idl
  }

  Source_Files {
    NavDisplayEC.cpp
    NavDisplayS.cpp
    NavDisplay_svnt.cpp
  }
}


project(NavDisplay_exec) : ciao_component {
  after   += NavDisplay_svnt
  sharedname = NavDisplay_exec
  libs      += NavDisplay_stub NavDisplay_svnt HUDisplay_stub HUDisplay_svnt
  libpaths += ..
  idlflags  += -Wb,export_macro=NAVDISPLAY_EXEC_Export 
  idlflags  += -Wb,export_include=NavDisplay_exec_export.h
  dynamicflags   = NAVDISPLAY_EXEC_BUILD_DLL

  IDL_Files {
    NavDisplayEI.idl
  }

  Source_Files {
    NavDisplayEIC.cpp
    NavDisplay_exec.cpp
  }
}