summaryrefslogtreecommitdiff
path: root/CIAO/RACE/Input_Adapters/LocationUpdater/Location_Updater.mpc.disable
blob: 7a404ce412909a2569886ee671018247db97a942 (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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
// generate_component_mpc.pl
//LocationUpdater.mpc, spaunov Exp
//Author: Stoyan Paunov
// $Id$


project(LocationUpdater_stub): ciao_deployment_stub, ciao_race_component {
  after += Input_Adapter_stub
  sharedname = LocationUpdater_stub
  idlflags += -Sc \
              -Wb,stub_export_macro=LOCATIONUPDATER_STUB_Export \
              -Wb,stub_export_include=LocationUpdater_stub_export.h \
              -Wb,skel_export_macro=LOCATIONUPDATER_SVNT_Export \
              -Wb,skel_export_include=LocationUpdater_svnt_export.h
  dynamicflags   = LOCATIONUPDATER_STUB_BUILD_DLL
  libs += Input_Adapter_stub \
          Plan_Analyzer_Interface_stub

  IDL_Files {
    LocationUpdater.idl
  }

  Source_Files {
    LocationUpdaterC.cpp
  }

  Header_Files {
    LocationUpdaterC.h
  }

  Inline_Files {
    LocationUpdaterC.inl
  }
}

project(LocationUpdater_svnt) : ciao_servant_dnc, ciao_race_component {
  after += LocationUpdater_stub \
           Input_Adapter_svnt
  sharedname  = LocationUpdater_svnt
  libs    += LocationUpdater_stub \
             Input_Adapter_stub \
             Input_Adapter_svnt \
             Plan_Analyzer_Interface_stub

  idlflags  +=  -Sc \
                -Wb,export_macro=LOCATIONUPDATER_SVNT_Export \
                -Wb,export_include=LocationUpdater_svnt_export.h

  dynamicflags = LOCATIONUPDATER_SVNT_BUILD_DLL

  CIDL_Files {
    LocationUpdater.cidl
  }

  IDL_Files {
    LocationUpdaterE.idl
  }

  Source_Files {
    LocationUpdaterEC.cpp
    LocationUpdaterS.cpp
    LocationUpdater_svnt.cpp
  }

  Header_Files {
    LocationUpdaterEC.h
    LocationUpdaterS.h
    LocationUpdater_svnt.h
  }

  Inline_Files {
    LocationUpdaterEC.inl
    LocationUpdaterS.inl
    LocationUpdater_svnt.inl
  }
}


project(LocationUpdater_exec) : ciao_component_dnc, ciao_config_handlers, ciao_race_component {
  after   += LocationUpdater_svnt XSC_Config_Handlers
  sharedname = LocationUpdater_exec
  libs    += LocationUpdater_stub \
             LocationUpdater_svnt \
             Input_Adapter_stub \
             Input_Adapter_svnt \
             Plan_Analyzer_Interface_stub \
  
  idlflags  +=  -Sc \
                -Wb,export_macro=LOCATIONUPDATER_EXEC_Export \
                -Wb,export_include=LocationUpdater_exec_export.h
  dynamicflags   = LOCATIONUPDATER_EXEC_BUILD_DLL

  requires += RepositoryManager
  after += RepositoryManager
  includes += $(CIAO_ROOT)/DAnCE/RepositoryManager

  IDL_Files {
    
  }

  Source_Files {
    LocationUpdater_exec.cpp
    PCVisitorBase.cpp
    PlanUpdater.cpp
    $(CIAO_ROOT)/DAnCE/RepositoryManager/RepositoryManagerDaemonC.cpp
  }
}

project(LocationUpdater_Injector) : ciao_component_dnc, ciao_race_component, taoexe {
   exename = injector

   libs += LocationUpdater_stub

   IDL_Files {
   }
   Source_Files {
      Injector.cpp
   }
}