summaryrefslogtreecommitdiff
path: root/modules/CIAO/examples/BasicSP/BMDisplay/BMDisplay.mpc
blob: 35e0c3196f0cae45410742202996eda2e5dc0858 (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
// $Id$
// This file is generated with "generate_component_mpc.pl -l .. -p BasicSP -i BMDisplay"

project(BMDisplay_DnC_stub): ciao_client_dnc {
  avoids += ace_for_tao
  after += BasicSP_DnC_stub

  sharedname = BMDisplay_stub

  idlflags += -Wb,stub_export_macro=BMDISPLAY_STUB_Export 
  idlflags += -Wb,stub_export_include=BMDisplay_stub_export.h 
  idlflags += -Wb,skel_export_macro=BMDISPLAY_SVNT_Export 
  idlflags += -Wb,skel_export_include=BMDisplay_svnt_export.h
  dynamicflags   = BMDISPLAY_STUB_BUILD_DLL
 
  libs += BasicSP_stub

  IDL_Files {
    BMDisplay.idl
  }

  Source_Files {
    BMDisplayC.cpp
  }
}

project(BMDisplay_DnC_svnt) : ciao_servant_dnc {
  avoids += ace_for_tao
  after += BasicSP_DnC_svnt BMDisplay_DnC_stub

  sharedname  = BMDisplay_svnt

  libs    += BMDisplay_stub BasicSP_stub BasicSP_svnt

  libpaths += ..

  idlflags  +=  -Wb,export_macro=BMDISPLAY_SVNT_Export 
  idlflags += -Wb,export_include=BMDisplay_svnt_export.h

  dynamicflags = BMDISPLAY_SVNT_BUILD_DLL

  CIDL_Files {
    BMDisplay.cidl
  }

  IDL_Files {
    BMDisplayE.idl
  }

  Source_Files {
    BMDisplayEC.cpp
    BMDisplayS.cpp
    BMDisplay_svnt.cpp
  }
}


project(BMDisplay_DnC_exec) : ciao_component_dnc {
  avoids += ace_for_tao
  after += BMDisplay_DnC_svnt

  sharedname = BMDisplay_exec

  libs      += BMDisplay_stub BMDisplay_svnt 
  libs      += BasicSP_stub BasicSP_svnt

  libpaths  += ..

  idlflags  += -Wb,export_macro=BMDISPLAY_EXEC_Export 
  idlflags  += -Wb,export_include=BMDisplay_exec_export.h

  dynamicflags   = BMDISPLAY_EXEC_BUILD_DLL

  IDL_Files {
    BMDisplayEI.idl
  }

  Source_Files {
    BMDisplayEIC.cpp
    BMDisplay_exec.cpp
  }
}