summaryrefslogtreecommitdiff
path: root/TM_Daemon/TM_Daemon.mpc
blob: ccdffc78add90577a29c0a5c541093abeec5ff79 (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
// $Id$
// This file is generated with "generate_component_mpc.pl -b race_common, dance_deployment_stub -n TM_Daemon"

project(TM_Daemon_idl_gen) : componentidldefaults , race_idl  {
  custom_only = 1
  idlflags += -Wb,stub_export_macro=TM_DAEMON_STUB_Export \
              -Wb,stub_export_include=TM_Daemon_stub_export.h \
              -Wb,skel_export_macro=TM_DAEMON_SKEL_Export \
              -Wb,skel_export_include=TM_Daemon_skel_export.h \
              -Wb,exec_export_macro=TM_DAEMON_EXEC_Export \
              -Wb,exec_export_include=TM_Daemon_exec_export.h

  IDL_Files {
    TM_Daemon.idl
  }
}

project(TM_Daemon_stub) : ccm_stub , race_common, dance_deployment_stub  {
  after += TM_Daemon_idl_gen 
  libs  += 
  
  
  sharedname = TM_Daemon_stub
  dynamicflags   = TM_DAEMON_STUB_BUILD_DLL

  IDL_Files {
  }

  Source_Files {
    TM_DaemonC.cpp
  }

  Header_Files {
    TM_DaemonC.h
    TM_Daemon_stub_export.h
  }

  Inline_Files {
    TM_DaemonC.inl
  }
}


project(TM_Daemon_skel) : ciao_executor , race_common, dance_deployment_stub  {
  after      +=  TM_Daemon_stub TM_Daemon_lem_stub
  sharedname  = TM_Daemon_skel
  libs       += TM_Daemon_stub
 
  
  
  dynamicflags = TM_DAEMON_SKEL_BUILD_DLL
  
  IDL_Files {
  }

  Source_Files {
    TM_DaemonS.cpp
  }

  Header_Files {
    TM_DaemonS.h
    TM_Daemon_skel_export.h
  }

  Inline_Files {
    TM_DaemonS.inl
  }
}