|
|
@ -109,21 +109,6 @@ tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po )
|
|
|
|
|
|
|
|
|
|
|
|
SET(DIST_INCLUDE "kbfx-9999.ebuild kbfx.spec kbfx-${GENTOO_VERSION}.ebuild strigi-${STRIGI_VERSION}.ebuild")
|
|
|
|
SET(DIST_INCLUDE "kbfx-9999.ebuild kbfx.spec kbfx-${GENTOO_VERSION}.ebuild strigi-${STRIGI_VERSION}.ebuild")
|
|
|
|
SET(DIST_EXCLUDE "Helperstuff")
|
|
|
|
SET(DIST_EXCLUDE "Helperstuff")
|
|
|
|
configure_file(
|
|
|
|
|
|
|
|
"${CMAKE_CURRENT_SOURCE_DIR}/cmakemodules/makedist.sh.in"
|
|
|
|
|
|
|
|
"${CMAKE_CURRENT_BINARY_DIR}/makedist.sh"
|
|
|
|
|
|
|
|
IMMEDIATE
|
|
|
|
|
|
|
|
@ONLY)
|
|
|
|
|
|
|
|
add_custom_target(dist
|
|
|
|
|
|
|
|
"${CMAKE_BINARY_DIR}/makedist.sh"
|
|
|
|
|
|
|
|
WORKING_DIRECTORY ${CMAKE_BINARY_DIR})
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
configure_file(
|
|
|
|
|
|
|
|
"${CMAKE_CURRENT_SOURCE_DIR}/cmakemodules/cmake_uninstall.cmake.in"
|
|
|
|
|
|
|
|
"${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake"
|
|
|
|
|
|
|
|
IMMEDIATE @ONLY)
|
|
|
|
|
|
|
|
add_custom_target(uninstall
|
|
|
|
|
|
|
|
"${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
##### write configure files #####################
|
|
|
|
##### write configure files #####################
|
|
|
|