summaryrefslogtreecommitdiff
path: root/modules/CIAO/RACE/Plan_Analyzer/Component/Plan_Analyzer.mpc
blob: ccf3d9dae17930c07b6fe2802e1b02ff00f76c43 (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
// generate_component_mpc.pl,v 1.9 2003/12/22 21:56:27 boris Exp
//$Id$
// This file is generated with "generate_component_mpc.pl Plan_Analyzer"

project(Plan_Analyzer_stub): ciao_deployment_stub {
  after += Plan_Analyzer_Interface_stub \
           RACE_common_stub \
           Planner_Manager_Interface_stub
  sharedname = Plan_Analyzer_stub
  idlflags += -Wb,stub_export_macro=PLAN_ANALYZER_STUB_Export \
              -Wb,stub_export_include=Plan_Analyzer_stub_export.h \
              -Wb,skel_export_macro=PLAN_ANALYZER_SVNT_Export \
              -Wb,skel_export_include=Plan_Analyzer_svnt_export.h
  dynamicflags   = PLAN_ANALYZER_STUB_BUILD_DLL
  libs += Plan_Analyzer_Interface_stub \
          RACE_common_stub \
          Planner_Manager_Interface_stub

  IDL_Files {
    Plan_Analyzer.idl
  }

  Source_Files {
    Plan_AnalyzerC.cpp
  }

  Header_Files {
    Plan_AnalyzerC.h
  }

  Inline_Files {
    Plan_AnalyzerC.inl
  }
}

project(Plan_Analyzer_svnt) : ciao_servant_dnc {
  after += Plan_Analyzer_stub \
           Plan_Analyzer_Interface_svnt
  sharedname  = Plan_Analyzer_svnt
  libs    += Plan_Analyzer_stub \
             RACE_common_stub \
             Plan_Analyzer_Interface_stub \
             Plan_Analyzer_Interface_svnt \
             Planner_Manager_Interface_stub

  idlflags  +=  -Wb,export_macro=PLAN_ANALYZER_SVNT_Export \
                -Wb,export_include=Plan_Analyzer_svnt_export.h

  dynamicflags = PLAN_ANALYZER_SVNT_BUILD_DLL

  CIDL_Files {
    Plan_Analyzer.cidl
  }

  IDL_Files {
    Plan_AnalyzerE.idl
  }

  Source_Files {
    Plan_AnalyzerEC.cpp
    Plan_AnalyzerS.cpp
    Plan_Analyzer_svnt.cpp
  }

  Header_Files {
    Plan_AnalyzerEC.h
    Plan_AnalyzerS.h
    Plan_Analyzer_svnt.h
  }

  Inline_Files {
    Plan_AnalyzerEC.inl
    Plan_AnalyzerS.inl
    Plan_Analyzer_svnt.inl
  }
}


project(Plan_Analyzer_exec) : ciao_component_dnc {
  after   += Plan_Analyzer_svnt
  sharedname = Plan_Analyzer_exec
  libs    += Plan_Analyzer_stub \
             Plan_Analyzer_svnt \
             RACE_common_stub \
             Plan_Analyzer_Interface_stub \
             Plan_Analyzer_Interface_svnt \
             Planner_Manager_Interface_stub

  idlflags  +=  -Wb,export_macro=PLAN_ANALYZER_EXEC_Export \
                -Wb,export_include=Plan_Analyzer_exec_export.h
  dynamicflags   = PLAN_ANALYZER_EXEC_BUILD_DLL

  IDL_Files {

  }

  Source_Files {
    Plan_Analyzer_exec.cpp
  }
}