summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/examples/ShapesContr/Base/Shapes_Base.mpc
blob: f2d47b2daef41bf8ca701cae6fe9215e0a92f960 (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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
// $Id$

project (ShapesContr_Base_stub) : taoidldefaults, dds4ccm_ts_default {
  sharedname = ShapesContr_Base_stub
  dynamicflags += SHAPES_BASE_STUB_BUILD_DLL
  libout = ../lib

  idlflags += -SS -Sci \
              -Wb,stub_export_macro=SHAPES_BASE_STUB_Export \
              -Wb,stub_export_include=Shapes_Base_stub_export.h

  IDL_Files {
    idlflags += -Gxhst
    Shapes_Base.idl
  }

  opendds_ts_flags += --export=SHAPES_BASE_STUB_Export

  DDSGenerator_Files {
    Shapes_Base.idl
  }

  Source_Files {
  }
}

project(Shapes_Contr_Base_idl_gen) : componentidldefaults {
  custom_only = 1
  idlflags += -Wb,stub_export_macro=SHAPE_CONTR_BASE_STUB_Export \
              -Wb,stub_export_include=Shapes_Contr_Base_stub_export.h \
              -Wb,skel_export_macro=SHAPE_CONTR_BASE_SVNT_Export \
              -Wb,skel_export_include=Shapes_Contr_Base_svnt_export.h \
              -Wb,svnt_export_macro=SHAPE_CONTR_BASE_SVNT_Export \
              -Wb,svnt_export_include=Shapes_Contr_Base_svnt_export.h


  IDL_Files {
    Shapes_Contr_Base.idl
  }
}

project(Shapes_Contr_Base_lem_gen) : ciaoidldefaults {
  custom_only = 1
  after += Shapes_Contr_Base_idl_gen
  idlflags += -Wb,export_macro=SHAPE_CONTR_BASE_STUB_Export \
              -Wb,export_include=Shapes_Contr_Base_stub_export.h

  IDL_Files {
    Shapes_Contr_BaseE.idl
  }
}

project(Shapes_Contr_Base_stub) : ccm_stub {
  after += Shapes_Contr_Base_lem_gen
  libout = ../lib
  sharedname = Shapes_Contr_Base_stub
  dynamicflags += SHAPE_CONTR_BASE_STUB_BUILD_DLL

  IDL_Files {
  }

  Source_Files {
    Shapes_Contr_BaseC.cpp
    Shapes_Contr_BaseEC.cpp
  }

  Header_Files {
    Shapes_Contr_BaseC.h
    Shapes_Contr_Base_stub_export.h
  }

  Inline_Files {
    Shapes_Contr_BaseC.inl
  }
}


project(Shapes_Contr_Base_svnt) : ciao_servant {
  after      +=   Shapes_Contr_Base_stub
  sharedname  = Shapes_Contr_Base_svnt
  libs       += Shapes_Contr_Base_stub
  libpaths += ../lib
  libout = ../lib
  includes += ..
  dynamicflags += SHAPE_CONTR_BASE_SVNT_BUILD_DLL

  IDL_Files {
  }

  Source_Files {
    Shapes_Contr_BaseS.cpp
    Shapes_Contr_Base_svnt.cpp
  }

  Header_Files {
    Shapes_Contr_BaseS.h
    Shapes_Contr_Base_svnt.h
    Shapes_Contr_Base_svnt_export.h
  }

  Inline_Files {
  }
 }