summaryrefslogtreecommitdiff
path: root/CIAO/RACE/Input_Adapters/Base/Input_Adapter.mpc
blob: 8ef8d7bf6d80d740372475672a8686957c79e6ad (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
// $Id$
// This file is generated with "generate_component_mpc.pl -n Input_Adapter"

project(Input_Adapter_stub): ciao_deployment_stub {

  after += Plan_Analyzer_Interface_stub
  sharedname = Input_Adapter_stub
  idlflags += -Wb,stub_export_macro=INPUT_ADAPTER_STUB_Export \
              -Wb,stub_export_include=Input_Adapter_stub_export.h \
              -Wb,skel_export_macro=INPUT_ADAPTER_SVNT_Export \
              -Wb,skel_export_include=Input_Adapter_svnt_export.h
  dynamicflags   = INPUT_ADAPTER_STUB_BUILD_DLL
  libs += Plan_Analyzer_Interface_stub

  IDL_Files {
    Input_Adapter.idl
  }

  Source_Files {
    Input_AdapterC.cpp
  }

  Header_Files {
    Input_AdapterC.h
  }

  Inline_Files {
    Input_AdapterC.inl
  }
}

project(Input_Adapter_svnt) : ciao_servant_dnc {

  after +=  Input_Adapter_stub
  sharedname  = Input_Adapter_svnt
  libs    += Input_Adapter_stub Plan_Analyzer_Interface_stub

  idlflags += -Wb,stub_export_macro=INPUT_ADAPTER_STUB_Export \
              -Wb,stub_export_include=Input_Adapter_stub_export.h \
              -Wb,skel_export_macro=INPUT_ADAPTER_SVNT_Export \
              -Wb,skel_export_include=Input_Adapter_svnt_export.h
  dynamicflags = INPUT_ADAPTER_SVNT_BUILD_DLL

  IDL_Files {
    Input_Adapter.idl
  }

  Source_Files {
    Input_AdapterS.cpp
  }

  Header_Files {
    Input_AdapterS.h
  }

  Inline_Files {
    Input_AdapterS.inl
  }
}