summaryrefslogtreecommitdiff
path: root/DAnCE/dance/LocalityManager/Scheduler/Scheduler.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'DAnCE/dance/LocalityManager/Scheduler/Scheduler.mpc')
-rw-r--r--DAnCE/dance/LocalityManager/Scheduler/Scheduler.mpc45
1 files changed, 0 insertions, 45 deletions
diff --git a/DAnCE/dance/LocalityManager/Scheduler/Scheduler.mpc b/DAnCE/dance/LocalityManager/Scheduler/Scheduler.mpc
deleted file mode 100644
index 7a451f52fc7..00000000000
--- a/DAnCE/dance/LocalityManager/Scheduler/Scheduler.mpc
+++ /dev/null
@@ -1,45 +0,0 @@
-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
- }
-}