summaryrefslogtreecommitdiff
path: root/DAnCE/dance/LocalityManager/Scheduler/Scheduler.mpc
blob: 78954178f259ba4dc0d3f7a0ee4cf2fe248dfbfd (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
// $Id$

project(DAnCE_Deployment_Scheduler) : dance_lib, dance_output, dance_skel, dance_logger, install {
  dynamicflags += DEPLOYMENT_SCHEDULER_BUILD_DLL

  includes += $(DANCE_ROOT)/tools

  Source_Files {
    Deployment_Event.cpp
    Plugin_Manager.cpp
    Deployment_Scheduler.cpp
    Deployment_Completion.cpp
    Dependency_Sorter.cpp
    Events/Action_Base.cpp
    Events/Install.cpp
    Events/Remove.cpp
    Events/Connect.cpp
    Events/Disconnect.cpp
    Events/Endpoint.cpp
    Events/Start.cpp
    Events/Passivate.cpp
    Events/Configured.cpp
  }

  Inline_Files {
    Deployment_Event.inl
  }

  Header_Files {
    Plugin_Manager.h
    Deployment_Event.h
    Deployment_Scheduler.h
    Deployment_Scheduler_export.h
    Deployment_Completion.h
    Dependency_Sorter.h
    Events/Action_Base.h
    Events/Install.h
    Events/Remove.h
    Events/Connect.h
    Events/Disconnect.h
    Events/Endpoint.h
  }

  specific {
    install_dir = dance/LocalityManager/Scheduler
  }
}