summaryrefslogtreecommitdiff
path: root/DAnCE/tools/System_Health/Daemon/SHS_Daemon.mpc
blob: 439c4dac37e60a9edbea09e9337c5f1d81489521 (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
project (DAnCE_SHS_Daemon_idl) : install, dance_shs_stub, gen_ostream {
  custom_only = 1
  idlflags     += -Wb,stub_export_macro=SHS_Daemon_STUB_Export \
                  -Wb,stub_export_include=SHS_Daemon_stub_export.h \
                  -Gxhst 

  IDL_Files {
    SHS_Daemon.idl
  }

  specific {
    install_dir = tools/System_Health/Daemon
  }
}

project (DAnCE_SHS_Daemon_stub) : install, dance_lib, dance_output, gen_ostream, \
        dance_shs_stub {
  after += DAnCE_SHS_Daemon_idl
  dynamicflags += SHS_Daemon_STUB_BUILD_DLL  
  IDL_Files {
  }

  Source_Files {
    SHS_DaemonC.cpp
  }

  Header_Files {
    SHS_DaemonC.h
  }

  specific {
    install_dir = tools/System_Health/Daemon
  }
}

project (DAnCE_SHS_Daemon) : taoserver, dance_deployment_stub, dance_logger, dance_exe, \
  dance_shs_daemon, utils, dance_stub, naming {
 
  exename = dance_shs_daemon
  dynamicflags += SHS_Daemon_SKEL_BUILD_DLL 

  IDL_Files {
  }

  Source_Files {
   SHS_DaemonS.cpp
   SHS_Daemon.cpp
   SHS_Daemon_Impl.cpp
  }
 
  Header_Files {
   SHS_DaemonS.h
   SHS_Daemon_Impl.h
  }
}