Newer
Older

Jan David Mol
committed
include(LofarPackageVersion)

Marcel Loose
committed
# Create symbolic link to include directory.
execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_BINARY_DIR}/include/${PACKAGE_NAME})

Jan David Mol
committed
Package__Version.cc

Jan David Mol
committed
RSPTimeStamp.cc
Buffer/Ranges.cc
Buffer/StationID.cc
Station/Generator.cc
Station/PacketReader.cc

Marcel Loose
committed
Station/RSPPacketFactory.cc
)
if(MPI_FOUND)
list(APPEND _inputproc_sources
Transpose/MPISendStation.cc
Transpose/MPIReceiveStations.cc
Transpose/MPIUtil.cc

Jan David Mol
committed
)
endif(MPI_FOUND)
lofar_add_library(inputproc ${_inputproc_sources})
if(UNIX AND NOT APPLE)
target_link_libraries(inputproc rt)
endif(UNIX AND NOT APPLE)

Jan David Mol
committed
lofar_add_bin_program(filterRSP Station/filterRSP.cc)

Jan David Mol
committed
lofar_add_bin_program(printRSP Station/printRSP.cc)

Jan David Mol
committed
lofar_add_bin_program(repairRSP Station/repairRSP.cc)

Marcel Loose
committed
lofar_add_bin_program(generateRSP Station/generateRSP.cc)
lofar_add_bin_program(generate Station/generate.cc)

Jan David Mol
committed
lofar_add_bin_program(printDelays Delays/printDelays.cc)
Alexander van Amesfoort
committed
# install logprop files

Jan David Mol
committed
install(FILES
Delays/printDelays.log_prop
Station/generateRSP.log_prop

Jan David Mol
committed
DESTINATION etc)
configure_file(
${CMAKE_CURRENT_SOURCE_DIR}/mpirun.sh.in
${CMAKE_CURRENT_BINARY_DIR}/bin/mpirun.sh @ONLY)
lofar_add_bin_scripts(${CMAKE_CURRENT_BINARY_DIR}/bin/mpirun.sh)

Jan David Mol
committed
lofar_add_bin_scripts(ping_intl.sh)