Skip to content
Snippets Groups Projects
Commit 1b7622aa authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Task #1418: Moved sources in MAC/APL/Appl_Controller into a separate src...

Task #1418: Moved sources in MAC/APL/Appl_Controller into a separate src directory, as agreed upon with Ruud on Nov. 23, 2012.
parent efce22f3
No related branches found
No related tags found
No related merge requests found
Showing
with 5 additions and 40 deletions
...@@ -2407,8 +2407,8 @@ MAC/APL/APLCommon/test/tAntennaField.sh -text ...@@ -2407,8 +2407,8 @@ MAC/APL/APLCommon/test/tAntennaField.sh -text
MAC/APL/APLCommon/test/tParentControl.cc -text MAC/APL/APLCommon/test/tParentControl.cc -text
MAC/APL/APLCommon/test/tParentControl.h -text MAC/APL/APLCommon/test/tParentControl.h -text
MAC/APL/APLCommon/test/tParentControl.log_prop -text MAC/APL/APLCommon/test/tParentControl.log_prop -text
MAC/APL/Appl_Controller/forkexec.cc -text MAC/APL/Appl_Controller/src/forkexec.cc -text
MAC/APL/Appl_Controller/forkexec.h -text MAC/APL/Appl_Controller/src/forkexec.h -text
MAC/APL/CASATools/include/CASATools/CasaConverter.h -text MAC/APL/CASATools/include/CASATools/CasaConverter.h -text
MAC/APL/CASATools/src/CasaConverter.cc -text MAC/APL/CASATools/src/CasaConverter.cc -text
MAC/APL/CASATools/test/tCasaConverter.cc -text MAC/APL/CASATools/test/tCasaConverter.cc -text
......
...@@ -2,43 +2,8 @@ ...@@ -2,43 +2,8 @@
lofar_package(Appl_Controller 2.0 DEPENDS Common MACIO ALC PLC) lofar_package(Appl_Controller 2.0 DEPENDS Common MACIO ALC PLC)
lofar_add_bin_program(ApplController include(LofarFindPackage)
ApplControllerMain.cc lofar_find_package(Blitz REQUIRED)
ACCmdImpl.cc
ACDaemonComm.cc
APAdmin.cc
APAdminPool.cc
CmdStack.cc
forkexec.cc
ItemList.cc
ProcRule.cc
ProcRuler.cc
PR_Shell.cc
PR_MPI.cc
PR_BGL.cc
StateEngine.cc
ApplController.cc)
lofar_add_bin_program(ACDaemon
ACDaemonMain.cc
ACRequestPool.cc
ACDaemon.cc
forkexec.cc)
lofar_add_bin_program(ACcli ACcli.cc) add_subdirectory(src)
lofar_add_bin_program(ACuserMenu ACuserMenu.cc)
install(PROGRAMS
startAP.sh
startMPI.sh
stopAP.sh
stopMPI.sh
DESTINATION bin)
install(FILES
ACDaemon.log_prop
ACDaemon.conf
ApplController.log_prop
ACuserMenu.log_prop
DESTINATION etc)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment