summaryrefslogtreecommitdiff
path: root/DAnCE/tools/System_Health/Interceptors/SHS_Interceptor.mpc
blob: 9a52ea1d7ca6d86b4f2372874a44b6d57b887336 (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
// $Id$

project (DAnCE_SHS_CORBA_Transport) : install, dance_lib, dance_output, dance_logger, \
        dance_shs_daemon, naming, dance_deployment_scheduler {
  
   dynamicflags += DANCE_SHS_CORBA_TRANSPORT_BUILD_DLL

   Source_Files {
     SHS_CORBA_Transport.cpp
   }

   Header_Files {
     SHS_Transport.h
     SHS_CORBA_Transport.h   
   }

   specific {
     install_dir = tools/System_Health/Interceptors
   }
}

project (DAnCE_SHS_Interceptors) : install, dance_skel, dance_lib, dance_output, dance_logger, \
        dance_shs_daemon, naming {
   dynamicflags += DANCE_SHS_INTERCEPTORS_BUILD_DLL
   after += DAnCE_SHS_CORBA_Transport
   libs += DAnCE_SHS_CORBA_Transport

   Source_Files {
     SHS_Interceptor.cpp
   }

   Header_Files {
     SHS_Interceptor.h
   }

   specific {
     install_dir = tools/System_Health/Interceptors
   }
}