From: Alexander Neundorf Date: Fri, 12 May 2006 18:20:02 +0000 (+0000) Subject: kde4_header and kde4_footer() are gone now X-Git-Tag: v3.80.2~84 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=fb28d40464625b9a0a5b58444605d2148052450c;p=libqmvoc.git kde4_header and kde4_footer() are gone now svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=540217 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index db9e6f1..f34ccca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,3 @@ -kde4_header() project(libkdeedu) add_subdirectory(kdeeducore) @@ -8,7 +7,6 @@ add_subdirectory(extdate) add_subdirectory(libscience) add_subdirectory(widgets) -kde4_footer() #original Makefile.am contents follow: diff --git a/extdate/CMakeLists.txt b/extdate/CMakeLists.txt index 88b2926..cce77ae 100644 --- a/extdate/CMakeLists.txt +++ b/extdate/CMakeLists.txt @@ -1,4 +1,3 @@ -kde4_header() add_subdirectory( tests ) @@ -29,7 +28,6 @@ install_targets(${LIB_INSTALL_DIR} extdate ) ########### install files ############### -kde4_footer() diff --git a/extdate/tests/CMakeLists.txt b/extdate/tests/CMakeLists.txt index 01a09b0..aefaa44 100644 --- a/extdate/tests/CMakeLists.txt +++ b/extdate/tests/CMakeLists.txt @@ -1,4 +1,3 @@ -kde4_header() include_directories( ${CMAKE_SOURCE_DIR}/libkdeedu/extdate ) @@ -48,7 +47,6 @@ endif(KDE4_BUILD_TESTS) ########### install files ############### -kde4_footer() diff --git a/kdeeducore/CMakeLists.txt b/kdeeducore/CMakeLists.txt index c209000..09dee39 100644 --- a/kdeeducore/CMakeLists.txt +++ b/kdeeducore/CMakeLists.txt @@ -1,4 +1,3 @@ -kde4_header() ########### next target ############### @@ -49,7 +48,6 @@ install_files(/include/libkdeedu FILES prefleitner.h ) -kde4_footer() #original Makefile.am contents follow: diff --git a/kdeeducore/tests/CMakeLists.txt b/kdeeducore/tests/CMakeLists.txt index bea799f..96061c1 100644 --- a/kdeeducore/tests/CMakeLists.txt +++ b/kdeeducore/tests/CMakeLists.txt @@ -1,4 +1,3 @@ -kde4_header() include_directories( ${CMAKE_SOURCE_DIR}/kdeeducore ) @@ -20,7 +19,6 @@ endif(KDE4_BUILD_TESTS) ########### install files ############### -kde4_footer() diff --git a/kdeeduplot/CMakeLists.txt b/kdeeduplot/CMakeLists.txt index ad99852..22b61e4 100644 --- a/kdeeduplot/CMakeLists.txt +++ b/kdeeduplot/CMakeLists.txt @@ -1,4 +1,3 @@ -kde4_header() ########### next target ############### @@ -28,7 +27,6 @@ install_files(/include/libkdeedu FILES kplotwidget.h ) -kde4_footer() #original Makefile.am contents follow: diff --git a/kdeeduui/CMakeLists.txt b/kdeeduui/CMakeLists.txt index e1db90f..4540d69 100644 --- a/kdeeduui/CMakeLists.txt +++ b/kdeeduui/CMakeLists.txt @@ -1,4 +1,3 @@ -kde4_header() #add_subdirectory(tests) @@ -26,7 +25,6 @@ install_files(/include/libkdeedu FILES kdeeduglossary.h ) -kde4_footer() #original Makefile.am contents follow: diff --git a/kdeeduui/tests/CMakeLists.txt b/kdeeduui/tests/CMakeLists.txt index 138305d..88b27f7 100644 --- a/kdeeduui/tests/CMakeLists.txt +++ b/kdeeduui/tests/CMakeLists.txt @@ -1,4 +1,3 @@ -kde4_header() include_directories( ${CMAKE_SOURCE_DIR}/kdeeduui ) @@ -6,7 +5,6 @@ include_directories( ${CMAKE_SOURCE_DIR}/kdeeduui ) ########### install files ############### -kde4_footer() diff --git a/libscience/CMakeLists.txt b/libscience/CMakeLists.txt index 6bfec8b..e22377a 100644 --- a/libscience/CMakeLists.txt +++ b/libscience/CMakeLists.txt @@ -1,4 +1,3 @@ -kde4_header() add_subdirectory(data) add_subdirectory(tests) @@ -32,7 +31,6 @@ install_targets(${LIB_INSTALL_DIR} science ) ########### install files ############### -kde4_footer() #original Makefile.am contents follow: diff --git a/libscience/data/CMakeLists.txt b/libscience/data/CMakeLists.txt index b4f8afb..6a433ea 100644 --- a/libscience/data/CMakeLists.txt +++ b/libscience/data/CMakeLists.txt @@ -1,4 +1,3 @@ -kde4_header() install_files(${DATA_INSTALL_DIR}/libkdeedu/data/ FILES elements.xml @@ -6,7 +5,6 @@ install_files(${DATA_INSTALL_DIR}/libkdeedu/data/ FILES spectra.xml ) -kde4_footer() #original Makefile.am contents follow: diff --git a/libscience/tests/CMakeLists.txt b/libscience/tests/CMakeLists.txt index 7643cb2..0f380e4 100644 --- a/libscience/tests/CMakeLists.txt +++ b/libscience/tests/CMakeLists.txt @@ -1,4 +1,3 @@ -kde4_header() include_directories( ${CMAKE_SOURCE_DIR}/libkdeedu/libscience ) @@ -34,7 +33,6 @@ endif(KDE4_BUILD_TESTS) ########### install files ############### -kde4_footer() diff --git a/widgets/CMakeLists.txt b/widgets/CMakeLists.txt index 6928bb9..2d49d24 100644 --- a/widgets/CMakeLists.txt +++ b/widgets/CMakeLists.txt @@ -1,4 +1,3 @@ -kde4_header() include_directories( ${CMAKE_SOURCE_DIR}/libkdeedu/kdeeduplot/ @@ -26,7 +25,6 @@ install_targets(${PLUGIN_INSTALL_DIR}/plugins/designer kdeeduwidgets) ########### install files ############### -kde4_footer() #original Makefile.am contents follow: