summaryrefslogtreecommitdiff
path: root/CIAO/RACE/Planners/Base/Planner.mpc
blob: 698cb689cb54f31743ca7c15918ac640e566dd65 (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
// 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 -n Planner"

project(Planner_stub): ciao_deployment_stub {

  after += Planner_Interface_stub RACE_common_stub
  sharedname = Planner_stub
  idlflags += -Wb,stub_export_macro=PLANNER_STUB_Export \
              -Wb,stub_export_include=Planner_stub_export.h \
              -Wb,skel_export_macro=PLANNER_SVNT_Export \
              -Wb,skel_export_include=Planner_svnt_export.h
  dynamicflags   = PLANNER_STUB_BUILD_DLL
  libs += Planner_Interface_stub RACE_common_stub

  IDL_Files {
    Planner.idl
  }

  Source_Files {
    PlannerC.cpp
  }

  Header_Files {
    PlannerC.h
  }

  Inline_Files {
    PlannerC.inl
  }
}

project(Planner_svnt) : ciao_servant_dnc {

  after +=  Planner_Interface_svnt Planner_stub
  sharedname  = Planner_svnt
  libs    += Planner_Interface_stub Planner_Interface_svnt Planner_stub RACE_common_stub

  idlflags += -Wb,stub_export_macro=PLANNER_STUB_Export \
              -Wb,stub_export_include=Planner_stub_export.h \
              -Wb,skel_export_macro=PLANNER_SVNT_Export \
              -Wb,skel_export_include=Planner_svnt_export.h
  dynamicflags = PLANNER_SVNT_BUILD_DLL

  IDL_Files {
    Planner.idl
  }

  Source_Files {
    PlannerS.cpp
  }

  Header_Files {
    PlannerS.h
  }

  Inline_Files {
    PlannerS.inl
  }
}