summaryrefslogtreecommitdiff
path: root/CIAO/examples/Display/Display_Base/Display_Base.mpc
blob: 0b83401774638cc16e687373c0aa5c65bca6ef2f (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
// $Id$
// This file is generated with "generate_component_mpc.pl -n Display_Base"

project(Display_Base_stub): ciao_client_dnc {

  sharedname = Display_Base_stub
  idlflags += -Wb,stub_export_macro=DISPLAY_BASE_STUB_Export \
              -Wb,stub_export_include=Display_Base_stub_export.h \
              -Wb,skel_export_macro=DISPLAY_BASE_SKEL_Export \
              -Wb,skel_export_include=Display_Base_skel_export.h
  dynamicflags = DISPLAY_BASE_STUB_BUILD_DLL

  IDL_Files {
    Display_Base.idl
  }

  Source_Files {
    Display_BaseC.cpp
  }

  Header_Files {
    Display_Base_stub_export.h
  }
}

project(Display_Base_skel) : ciao_servant_dnc {
  after +=  Display_Base_stub
  sharedname  = Display_Base_skel
  libs    += Display_Base_stub

  idlflags += -Wb,stub_export_macro=DISPLAY_BASE_STUB_Export \
              -Wb,stub_export_include=Display_Base_stub_export.h \
              -Wb,skel_export_macro=DISPLAY_BASE_SKEL_Export \
              -Wb,skel_export_include=Display_Base_skel_export.h
  dynamicflags = DISPLAY_BASE_SKEL_BUILD_DLL

  IDL_Files {
    Display_Base.idl
  }

  Source_Files {
    Display_BaseS.cpp
  }

  Header_Files {
    Display_Base_skel_export.h
  }
}