summaryrefslogtreecommitdiff
path: root/CIAO/examples/Display/NavDisplay/NavDisplay.mpc
blob: a3ee533d6f5a082065d7f8b7a5ac790b9aa216da (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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
// $Id$
// This file is generated with "generate_component_mpc.pl -p Display_Base NavDisplay"

project(Display_Base_NavDisplay_stub): ciao_client_dnc {
  after += Display_Base_stub
  sharedname = NavDisplay_stub
  libs += Display_Base_stub
  idlflags += -St \
              -Wb,stub_export_macro=NAVDISPLAY_STUB_Export \
              -Wb,stub_export_include=NavDisplay_stub_export.h \
              -Wb,skel_export_macro=NAVDISPLAY_SVNT_Export \
              -Wb,skel_export_include=NavDisplay_svnt_export.h
  dynamicflags   = NAVDISPLAY_STUB_BUILD_DLL

  IDL_Files {
    NavDisplay.idl
  }

  Source_Files {
    NavDisplayC.cpp
  }

  Header_Files {
    NavDisplay_stub_export.h
  }
}

project(Display_Base_NavDisplay_svnt) : ciao_servant_dnc {
  after += Display_Base_skel Display_Base_NavDisplay_stub
  sharedname  = NavDisplay_svnt
  libs    += NavDisplay_stub \
             Display_Base_stub \
             Display_Base_skel

  idlflags  +=  -SS -St \
                -Wb,export_macro=NAVDISPLAY_SVNT_Export \
                -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
  }

  Header_Files {
    NavDisplay_svnt_export.h
  }
}


project(Display_Base_NavDisplay_exec) : ciao_component_dnc {
  after   += Display_Base_NavDisplay_svnt
  sharedname = NavDisplay_exec
  libs      += NavDisplay_stub \
               NavDisplay_svnt \
               Display_Base_stub \
               Display_Base_skel

  dynamicflags = NAVDISPLAY_EXEC_BUILD_DLL

  IDL_Files {
  }

  Source_Files {
    NavDisplay_exec.cpp
  }

  Header_Files {
    NavDisplay_exec_export.h
  }
}