summaryrefslogtreecommitdiff
path: root/DAnCE/tests/LocalityManager/ExplicitExec/ExplicitExec.mpc
blob: 48c96fae81e8bac0a812b2d1cbeffc5f556f9e44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
project (DAnCE_LocalityManager_ExplicitExec) : \
        dance_locality_manager, dance_logger {
  exename = explicit_exec
  
  // Enforce a strict ordering with the LocalityManager_Exec
  // to prevent races while compiling these files.
 
  after += DAnCE_LocalityManager_Exec
  Source_Files {
     $(DANCE_ROOT)/dance/LocalityManager/Daemon/Locality_Manager_Task.cpp
     $(DANCE_ROOT)/dance/LocalityManager/Daemon/Locality_Manager.cpp
  }
}