summaryrefslogtreecommitdiff
path: root/DAnCE/dance/LocalityManager/Handler/LocalityHandler.mpc
blob: 5a6ba385ed6e35f35d28335f6625ec2d0cd1d1db (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
// $Id$
project(DAnCE_Locality_Handler) : dance_skel, dance_split_plan, dance_lib, dance_output, dance_logger, \
                                dance_deployment_scheduler, install   {
  
   dynamicflags += DANCE_LOCALITY_HANDLER_BUILD_DLL   
   Source_Files {
     LocalityActivator_Impl.cpp
     Locality_Manager_Handler_Impl.cpp
     Inst_Handler_Impl.cpp
     Interceptor_Handler_Impl.cpp
     Config_Handler_Impl.cpp
     Plugin_Conf.cpp
   }

  Header_Files {
     LocalityActivator_Impl.h
     Locality_Manager_Handler_Impl.h
     Inst_Handler_Impl.h
     Interceptor_Handler_Impl.h
     Config_Handler_Impl.h
     Plugin_Conf.h
  }
  specific {
    install_dir = dance/LocalityManager/Handler
  }
}