diff --git a/CEP/Imager/ImageLofar/CMakeLists.txt b/CEP/Imager/ImageLofar/CMakeLists.txt
deleted file mode 100644
index 5c8f01efa2dd9479e09d633d91687aa8ea4fe0cd..0000000000000000000000000000000000000000
--- a/CEP/Imager/ImageLofar/CMakeLists.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-# $Id$
-
-lofar_package(ImageLofar 0.1 DEPENDS Common)
-
-lofar_find_package(Casacore REQUIRED COMPONENTS images)
-
-add_subdirectory(include/ImageLofar)
-add_subdirectory(src)
-add_subdirectory(test)
diff --git a/CEP/Imager/ImageLofar/include/ImageLofar/CMakeLists.txt b/CEP/Imager/ImageLofar/include/ImageLofar/CMakeLists.txt
deleted file mode 100644
index 4b42128ae8df3c4f115b7984101f140e0e4e82b2..0000000000000000000000000000000000000000
--- a/CEP/Imager/ImageLofar/include/ImageLofar/CMakeLists.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-# $Id$
-
-# List of header files that will be installed.
-set(inst_HEADERS
-)
-
-# Create symbolic link to include directory.
-execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink 
-  ${CMAKE_CURRENT_SOURCE_DIR}
-  ${CMAKE_BINARY_DIR}/include/${PACKAGE_NAME})
-
-# Install header files.
-install(FILES ${inst_HEADERS} DESTINATION include/${PACKAGE_NAME})
-
diff --git a/CEP/Imager/ImageLofar/src/CMakeLists.txt b/CEP/Imager/ImageLofar/src/CMakeLists.txt
deleted file mode 100644
index fedd4639e3a871d82413a4ca043bfadfdeaf3c9c..0000000000000000000000000000000000000000
--- a/CEP/Imager/ImageLofar/src/CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-# $Id$
-
-include(LofarPackageVersion)
-
-lofar_add_library(lofarimage
-  Package__Version.cc
-)
-
-install(PROGRAMS
-  addImagingInfo
-  DESTINATION bin)
diff --git a/CEP/Imager/ImageLofar/test/CMakeLists.txt b/CEP/Imager/ImageLofar/test/CMakeLists.txt
deleted file mode 100644
index fd22edb2aa39156a7e567f10fff2c0fdddb0330a..0000000000000000000000000000000000000000
--- a/CEP/Imager/ImageLofar/test/CMakeLists.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-# $Id$
-
-include(LofarCTest)
-
-#lofar_add_test(tLofarConvolutionFunction tLofarConvolutionFunction.cc)