summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/Daemon/Daemon.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tools/Daemon/Daemon.mpc')
-rw-r--r--TAO/CIAO/tools/Daemon/Daemon.mpc34
1 files changed, 0 insertions, 34 deletions
diff --git a/TAO/CIAO/tools/Daemon/Daemon.mpc b/TAO/CIAO/tools/Daemon/Daemon.mpc
deleted file mode 100644
index 318d88a0eae..00000000000
--- a/TAO/CIAO/tools/Daemon/Daemon.mpc
+++ /dev/null
@@ -1,34 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project(CIAO_Daemon): ciao_server, iortable {
- IDL_Files {
- Daemon.idl
- }
-
- Source_Files {
- DaemonC.cpp
- DaemonS.cpp
- Daemon_Impl.cpp
- CIAO_Daemon.cpp
- }
-}
-
-project(DaemonController) : ciao_server, acexml, rtcorba {
-
- libs += CIAO_XML_Helpers
- libpaths += ../XML_Helpers
- after += XML_Helpers
-
- IDL_Files {
- Daemon.idl
- }
-
- Source_Files {
- DaemonC.cpp
- DaemonController.cpp
- controller_i.cpp
- Daemon_Commands.cpp
- Softpkg_Commands.cpp
- }
-}