diff options
| author | Alexander Neundorf <neundorf@kde.org> | 2008-02-18 19:06:32 +0000 | 
|---|---|---|
| committer | Alexander Neundorf <neundorf@kde.org> | 2008-02-18 19:06:32 +0000 | 
| commit | 814455b7ad321c88e730662fda58261087b72e72 (patch) | |
| tree | 76fa7d21fb68d40ed2c8c1ad116e9dd5fccd91a5 /modules | |
| parent | e87d6853ee74980b2a16cc46f0d39a031a58d658 (diff) | |
| download | extra-cmake-modules-814455b7ad321c88e730662fda58261087b72e72.tar.gz extra-cmake-modules-814455b7ad321c88e730662fda58261087b72e72.tar.bz2  | |
some improvements to the docs:
-some modules were not at all documented, only few are left now
-the copyright message doesn't have to be printed for every module in the docs
-fix FindKorundom.cmake, it didn't follow the style guide and had typos (e.g. Korumdum_FOUND instead of KORUNDUM_FOUND)
Alex
(will commit modified FindKDE4Internal.cmake after Christians commit)
svn path=/trunk/KDE/kdelibs/; revision=776742
Diffstat (limited to 'modules')
44 files changed, 104 insertions, 86 deletions
diff --git a/modules/CheckPrototypeExists.cmake b/modules/CheckPrototypeExists.cmake index 8afc6f74..811d6489 100644 --- a/modules/CheckPrototypeExists.cmake +++ b/modules/CheckPrototypeExists.cmake @@ -11,7 +11,7 @@  #  CMAKE_REQUIRED_FLAGS = string of compile command line flags  #  CMAKE_REQUIRED_DEFINITIONS = list of macros to define (-DFOO=bar)  #  CMAKE_REQUIRED_INCLUDES = list of include directories -# +  # Copyright (c) 2006, Alexander Neundorf, <neundorf@kde.org>  #  # Redistribution and use is allowed according to the terms of the BSD license. diff --git a/modules/FindACL.cmake b/modules/FindACL.cmake index e21e25fa..2c515fdf 100644 --- a/modules/FindACL.cmake +++ b/modules/FindACL.cmake @@ -3,7 +3,7 @@  #  #  ACL_FOUND - system has the ACL library  #  ACL_LIBS - The libraries needed to use ACL -# +  # Copyright (c) 2006, Pino Toscano, <toscano.pino@tiscali.it>  #  # Redistribution and use is allowed according to the terms of the BSD license. diff --git a/modules/FindAGG.cmake b/modules/FindAGG.cmake index 57b1d29f..b52814e6 100644 --- a/modules/FindAGG.cmake +++ b/modules/FindAGG.cmake @@ -5,7 +5,7 @@  #  AGG_INCLUDE_DIR - the AGG include directory  #  AGG_LIBRARIES - Link these to use AGG  #  AGG_DEFINITIONS - Compiler switches required for using AGG -# +  # Copyright (c) 2006, Alexander Neundorf, <neundorf@kde.org>  #  # Redistribution and use is allowed according to the terms of the BSD license. diff --git a/modules/FindAkode.cmake b/modules/FindAkode.cmake index 72061d37..9e66eb36 100644 --- a/modules/FindAkode.cmake +++ b/modules/FindAkode.cmake @@ -4,7 +4,7 @@  #  AKODE_FOUND - system has the aKode library  #  AKODE_INCLUDE_DIR - the aKode include directory  #  AKODE_LIBRARIES - The libraries needed to use aKode -# +  # Copyright (c) 2006, Pino Toscano, <toscano.pino@tiscali.it>  #  # Redistribution and use is allowed according to the terms of the BSD license. diff --git a/modules/FindAlsa.cmake b/modules/FindAlsa.cmake index 5b8e43f8..40872ea5 100644 --- a/modules/FindAlsa.cmake +++ b/modules/FindAlsa.cmake @@ -2,10 +2,10 @@  # Only the support for Alsa >= 0.9.x was included; 0.5.x was dropped (but feel free to re-add it if you need it)  # It defines ...  # It offers the following macros: -# ALSA_CONFIGURE_FILE(config_header) - generate a config.h, typical usage:  -#                                      ALSA_CONFIGURE_FILE(${CMAKE_BINARY_DIR}/config-alsa.h) -# ALSA_VERSION_STRING(version_string)  looks for alsa/version.h and reads the version string into -#                                      the first argument passed to the macro +#  ALSA_CONFIGURE_FILE(config_header) - generate a config.h, typical usage:  +#                                       ALSA_CONFIGURE_FILE(${CMAKE_BINARY_DIR}/config-alsa.h) +#  ALSA_VERSION_STRING(version_string)  looks for alsa/version.h and reads the version string into +#                                       the first argument passed to the macro  # Copyright (c) 2006, David Faure, <faure@kde.org>  # Copyright (c) 2007, Matthias Kretz <kretz@kde.org> diff --git a/modules/FindAvahi.cmake b/modules/FindAvahi.cmake index d328bf19..129e68a6 100644 --- a/modules/FindAvahi.cmake +++ b/modules/FindAvahi.cmake @@ -1,5 +1,5 @@  # Find Avahi. Only avahi-common/defs.h is really needed -# +  # Copyright (c) 2007, Jakub Stachowski, <qbast@go2.pl>  #  # Redistribution and use is allowed according to the terms of the BSD license. diff --git a/modules/FindBerkeleyDB.cmake b/modules/FindBerkeleyDB.cmake index 18d475bd..749f1664 100644 --- a/modules/FindBerkeleyDB.cmake +++ b/modules/FindBerkeleyDB.cmake @@ -5,7 +5,7 @@  #  BERKELEY_DB_INCLUDE_DIR - the Berkeley DB include directory  #  BERKELEY_DB_LIBRARIES - Link these to use Berkeley DB  #  BERKELEY_DB_DEFINITIONS - Compiler switches required for using Berkeley DB -# +  # Copyright (c) 2006, Alexander Dymo, <adymo@kdevelop.org>  #  # Redistribution and use is allowed according to the terms of the BSD license. diff --git a/modules/FindBlitz.cmake b/modules/FindBlitz.cmake index 6f3e912b..84abc6ad 100644 --- a/modules/FindBlitz.cmake +++ b/modules/FindBlitz.cmake @@ -4,7 +4,7 @@  #  BLITZ_FOUND - system has blitz lib  #  BLITZ_INCLUDES - the blitz include directory  #  BLITZ_LIBRARIES - The libraries needed to use blitz -# +  # Copyright (c) 2006, Montel Laurent, <montel@kde.org>  # Copyright (c) 2007, Allen Winter, <winter@kde.org>  # Redistribution and use is allowed according to the terms of the BSD license. diff --git a/modules/FindCarbon.cmake b/modules/FindCarbon.cmake index 38a1aa72..de788f74 100644 --- a/modules/FindCarbon.cmake +++ b/modules/FindCarbon.cmake @@ -1,3 +1,8 @@ +# - Find Carbon on Mac +# +#  CARBON_LIBRARY - the library to use Carbon +#  CARBON_FOUND - true if Carbon has been found +  # Copyright (c) 2006, Benjamin Reed, <ranger@befunk.com>  #  # Redistribution and use is allowed according to the terms of the BSD license. diff --git a/modules/FindENCHANT.cmake b/modules/FindENCHANT.cmake index 7b3e4163..76d577c6 100644 --- a/modules/FindENCHANT.cmake +++ b/modules/FindENCHANT.cmake @@ -5,7 +5,7 @@  #  ENCHANT_INCLUDE_DIR - the ENCHANT include directory  #  ENCHANT_LIBRARIES - Link these to use ENCHANT  #  ENCHANT_DEFINITIONS - Compiler switches required for using ENCHANT -# +  # Copyright (c) 2006, Zack Rusin, <zack@kde.org>  #  # Redistribution and use is allowed according to the terms of the BSD license. diff --git a/modules/FindEigen.cmake b/modules/FindEigen.cmake index 733b2963..1a5fe34f 100644 --- a/modules/FindEigen.cmake +++ b/modules/FindEigen.cmake @@ -3,7 +3,7 @@  #  #  EIGEN_FOUND - system has eigen lib  #  EIGEN_INCLUDE_DIR - the eigen include directory -# +  # Copyright (c) 2006, 2007 Montel Laurent, <montel@kde.org>  # Redistribution and use is allowed according to the terms of the BSD license.  # For details see the accompanying COPYING-CMAKE-SCRIPTS file. @@ -21,7 +21,7 @@ find_path(EIGEN_INCLUDE_DIR NAMES eigen/matrix.h     )  include(FindPackageHandleStandardArgs) -FIND_PACKAGE_HANDLE_STANDARD_ARGS(Eigen DEFAULT_MSG EIGEN_INCLUDE_DIR ) +find_package_handle_standard_args(Eigen DEFAULT_MSG EIGEN_INCLUDE_DIR )  mark_as_advanced(EIGEN_INCLUDE_DIR) diff --git a/modules/FindFAM.cmake b/modules/FindFAM.cmake index 62e34e15..8ebb3ab6 100644 --- a/modules/FindFAM.cmake +++ b/modules/FindFAM.cmake @@ -4,7 +4,7 @@  #  FAM_FOUND - system has FAM  #  FAM_INCLUDE_DIR - the FAM include directory  #  FAM_LIBRARIES - The libraries needed to use FAM -# +  # Copyright (c) 2006, Alexander Neundorf, <neundorf@kde.org>  #  # Redistribution and use is allowed according to the terms of the BSD license. diff --git a/modules/FindFlex.cmake b/modules/FindFlex.cmake index 631dcd27..01f909c0 100644 --- a/modules/FindFlex.cmake +++ b/modules/FindFlex.cmake @@ -4,7 +4,6 @@  #  FLEX_FOUND - system has Flex  #  FLEX_EXECUTABLE - path of the flex executable  #  FLEX_VERSION - the version string, like "2.5.31" -#  FIND_PROGRAM(FLEX_EXECUTABLE NAMES flex) diff --git a/modules/FindGMP.cmake b/modules/FindGMP.cmake index f9efe90c..67ccbbb1 100644 --- a/modules/FindGMP.cmake +++ b/modules/FindGMP.cmake @@ -1,7 +1,7 @@  # Try to find the GMP librairies -# GMP_FOUND - system has GMP lib -# GMP_INCLUDE_DIR - the GMP include directory -# GMP_LIBRARIES - Libraries needed to use GMP +#  GMP_FOUND - system has GMP lib +#  GMP_INCLUDE_DIR - the GMP include directory +#  GMP_LIBRARIES - Libraries needed to use GMP  # Copyright (c) 2006, Laurent Montel, <montel@kde.org>  # diff --git a/modules/FindGObject.cmake b/modules/FindGObject.cmake index 4e2a03b7..3d3d6b3d 100644 --- a/modules/FindGObject.cmake +++ b/modules/FindGObject.cmake @@ -5,7 +5,7 @@  #  GOBJECT_INCLUDE_DIR - the GObject include directory  #  GOBJECT_LIBRARIES - the libraries needed to use GObject  #  GOBJECT_DEFINITIONS - Compiler switches required for using GObject -# +  #  (c)2006, Tim Beaulen <tbscope@gmail.com> diff --git a/modules/FindGSSAPI.cmake b/modules/FindGSSAPI.cmake index 36dffc85..90e803ea 100644 --- a/modules/FindGSSAPI.cmake +++ b/modules/FindGSSAPI.cmake @@ -5,7 +5,7 @@  #  GSSAPI_INCS - the GSSAPI include directory  #  GSSAPI_LIBS - the libraries needed to use GSSAPI  #  GSSAPI_FLAVOR - the type of API - MIT or HEIMDAL -# +  # Copyright (c) 2006, Pino Toscano, <toscano.pino@tiscali.it>  #  # Redistribution and use is allowed according to the terms of the BSD license. diff --git a/modules/FindGStreamer.cmake b/modules/FindGStreamer.cmake index 4398f150..f75e92d9 100644 --- a/modules/FindGStreamer.cmake +++ b/modules/FindGStreamer.cmake @@ -5,7 +5,7 @@  #  GSTREAMER_INCLUDE_DIR - the GStreamer include directory  #  GSTREAMER_LIBRARIES - the libraries needed to use GStreamer  #  GSTREAMER_DEFINITIONS - Compiler switches required for using GStreamer -# +  #  (c)2006, Tim Beaulen <tbscope@gmail.com>  # TODO: Other versions --> GSTREAMER_X_Y_FOUND (Example: GSTREAMER_0_8_FOUND and GSTREAMER_0_10_FOUND etc) diff --git a/modules/FindKDEWIN.cmake b/modules/FindKDEWIN.cmake index 5694e533..550d11d3 100644 --- a/modules/FindKDEWIN.cmake +++ b/modules/FindKDEWIN.cmake @@ -6,7 +6,7 @@  # this will define  #  KDEWIN_FOUND - system has KDEWIN  #  KDEWIN_DIR - the KDEWIN root installation dir -# +  # Copyright (c) 2007, Ralf Habacker, <ralf.habacker@freenet.de>  #  # Redistribution and use is allowed according to the terms of the BSD license. diff --git a/modules/FindKDEWIN32.cmake b/modules/FindKDEWIN32.cmake index aa62f649..589b1531 100644 --- a/modules/FindKDEWIN32.cmake +++ b/modules/FindKDEWIN32.cmake @@ -5,7 +5,7 @@  #  KDEWIN32_FOUND - system has KDEWIN32  #  KDEWIN32_INCLUDES - the KDEWIN32 include directories  #  KDEWIN32_LIBRARIES - The libraries needed to use KDEWIN32 -# +  # Copyright (c) 2006, Alexander Neundorf, <neundorf@kde.org>  # Copyright (c) 2007, Ralf Habacker, <ralf.habacker@freenet.de>  # diff --git a/modules/FindKdeMultimedia.cmake b/modules/FindKdeMultimedia.cmake index 457f345d..c8850291 100644 --- a/modules/FindKdeMultimedia.cmake +++ b/modules/FindKdeMultimedia.cmake @@ -1,4 +1,11 @@ -# cmake macro to see if we have kdemultimedia installed +# Module to see if we have KDE4 kdemultimedia installed +# +# This module defines +#  KDEMULTIMEDIA_INCLUDE_DIR - the include dir +#  KCDDB_LIBRARY - the kcddb library +#  KCOMPACTDISC_LIBRARY - the kcompactdisk library +#  KDEMULTIMEDIA_LIBRARIES - all of the KDE multimedia libraries together +#  KDEMULTIMEDIA_FOUND - true if the above have been found  # KDEMULTIMEDIA_INCLUDE_DIR  # KDEMULTIMEDIA_FOUND diff --git a/modules/FindKorundum.cmake b/modules/FindKorundum.cmake index 59ad44b1..d921f611 100644 --- a/modules/FindKorundum.cmake +++ b/modules/FindKorundum.cmake @@ -1,24 +1,20 @@  # - Find Korundum - the KDE Ruby bindings  #  # This module finds if Korundum is installed. -# +# It defines the following variables: +#  KORUNDUM_PATH - the path to the korundum ruby file +#  KORUNDUM_FOUND - true if it has been found +  # Copyright (c) 2006, Egon Willighagen, <egonw@users.sf.net>  #  # Redistribution and use is allowed according to the terms of the BSD license.  # For details see the accompanying COPYING-CMAKE-SCRIPTS file. -FIND_PATH(Korumdum_PATH Korundum.rb /usr/lib/ruby/1.8) +find_path(KORUNDUM_PATH Korundum.rb /usr/lib/ruby/1.8) -IF (Korumdum_PATH) -   SET(Korumdum_FOUND TRUE) -ENDIF (Korumdum_PATH) +include(FindPackageHandleStandardArgs) +find_package_handle_standard_args(Korundum  DEFAULT_MSG  KORUNDUM_PATH) -IF (Korumdum_FOUND) -   IF (NOT Korumdum_FIND_QUIETLY) -      MESSAGE(STATUS "Found Korumdum: ${Korumdum_PATH}") -   ENDIF (NOT Korumdum_FIND_QUIETLY) -ELSE (Korumdum_FOUND) -   IF (Korumdum_FIND_REQUIRED) -      MESSAGE(FATAL_ERROR "Could not find Korumdum") -   ENDIF (Korumdum_FIND_REQUIRED) -ENDIF (Korumdum_FOUND)
\ No newline at end of file +# just for compat.: +set(Korumdum_PATH ${KORUNDUM_PATH}) +set(Korumdum_FOUND ${KORUNDUM_FOUND}) diff --git a/modules/FindLibArt.cmake b/modules/FindLibArt.cmake index 86282196..59687877 100644 --- a/modules/FindLibArt.cmake +++ b/modules/FindLibArt.cmake @@ -4,7 +4,7 @@  #  LIBART_FOUND - system has the LibArt  #  LIBART_INCLUDE_DIR - the LibArt include directory  #  LIBART_LIBRARIES - The libraries needed to use LibArt -# +  # Copyright (c) 2006, Alexander Neundorf, <neundorf@kde.org>  #  # Redistribution and use is allowed according to the terms of the BSD license. diff --git a/modules/FindLibintl.cmake b/modules/FindLibintl.cmake index e4d0539e..b421ca85 100644 --- a/modules/FindLibintl.cmake +++ b/modules/FindLibintl.cmake @@ -9,7 +9,7 @@  # present in libc. Must have more robust system for release, where Gettext  # functionality can also reside in standalone Gettext library, or the one  # embedded within kdelibs (cf. gettext.m4 from Gettext source). -# +  # Copyright (c) 2006, Chusslove Illich, <caslav.ilic@gmx.net>  # Copyright (c) 2007, Alexander Neundorf, <neundorf@kde.org>  # diff --git a/modules/FindMsgfmt.cmake b/modules/FindMsgfmt.cmake index f578b3a2..47c61219 100644 --- a/modules/FindMsgfmt.cmake +++ b/modules/FindMsgfmt.cmake @@ -2,7 +2,7 @@  # Once done this will define  #  #  MSGFMT_FOUND - system has msgfmt -# +  # Copyright (c) 2007, Montel Laurent <montel@kde.org>  #  # Redistribution and use is allowed according to the terms of the BSD license. diff --git a/modules/FindMusicBrainz.cmake b/modules/FindMusicBrainz.cmake index 09884115..9f2ad985 100644 --- a/modules/FindMusicBrainz.cmake +++ b/modules/FindMusicBrainz.cmake @@ -1,5 +1,10 @@ -# Option for build or not MusicBrainz +# Module to find the musicbrainz library  # +# It defines +#  MUSICBRAINZ_INCLUDE_DIR - the include dir  +#  MUSICBRAINZ_LIBRARIES - the required libraries +#  MUSICBRAINZ_FOUND - true if both of the above have been found +  # Copyright (c) 2006,2007 Laurent Montel, <montel@kde.org>  #  # Redistribution and use is allowed according to the terms of the BSD license. diff --git a/modules/FindMySQL.cmake b/modules/FindMySQL.cmake index daa6d84f..21604c73 100644 --- a/modules/FindMySQL.cmake +++ b/modules/FindMySQL.cmake @@ -6,7 +6,7 @@  #  MYSQL_EMBEDDED_LIBRARIES, the libraries needed to use MySQL Embedded.  #  MYSQL_FOUND, If false, do not try to use MySQL.  #  MYSQL_EMBEDDED_FOUND, If false, do not try to use MySQL Embedded. -# +  # Copyright (c) 2006, Jaroslaw Staniek, <js@iidea.pl>  #  # Redistribution and use is allowed according to the terms of the BSD license. diff --git a/modules/FindOpenEXR.cmake b/modules/FindOpenEXR.cmake index 66c57194..cd443c0a 100644 --- a/modules/FindOpenEXR.cmake +++ b/modules/FindOpenEXR.cmake @@ -5,7 +5,7 @@  #  OPENEXR_INCLUDE_DIR - OpenEXR include directory  #  OPENEXR_LIBRARIES - Libraries needed to use OpenEXR  #  OPENEXR_DEFINITIONS - definitions required to use OpenEXR -# +  # Copyright (c) 2006, Alexander Neundorf, <neundorf@kde.org>  #  # Redistribution and use is allowed according to the terms of the BSD license. diff --git a/modules/FindOpenSSL.cmake b/modules/FindOpenSSL.cmake index 2b5313d9..1b915530 100644 --- a/modules/FindOpenSSL.cmake +++ b/modules/FindOpenSSL.cmake @@ -5,6 +5,7 @@  #  OPENSSL_INCLUDE_DIR - the OpenSSL include directory  #  OPENSSL_LIBRARIES - The libraries needed to use OpenSSL  #  OPENSSL_EAY_LIBRARIES - The additional libraries needed to use OpenSSL on windows +  # Copyright (c) 2006, Alexander Neundorf, <neundorf@kde.org>  #  # Redistribution and use is allowed according to the terms of the BSD license. diff --git a/modules/FindPCRE.cmake b/modules/FindPCRE.cmake index b39d8875..0eba2e3a 100644 --- a/modules/FindPCRE.cmake +++ b/modules/FindPCRE.cmake @@ -4,7 +4,7 @@  #  PCRE_FOUND - system has the PCRE library  #  PCRE_INCLUDE_DIR - the PCRE include directory  #  PCRE_LIBRARIES - The libraries needed to use PCRE -# +  # Copyright (c) 2006, Alexander Neundorf, <neundorf@kde.org>  #  # Redistribution and use is allowed according to the terms of the BSD license. diff --git a/modules/FindPNG.cmake b/modules/FindPNG.cmake index 6939805b..d00c93a0 100644 --- a/modules/FindPNG.cmake +++ b/modules/FindPNG.cmake @@ -1,6 +1,5 @@  # - Find the native PNG includes and library  # -  # This module defines  #  PNG_INCLUDE_DIR, where to find png.h, etc.  #  PNG_LIBRARIES, the libraries to link against to use PNG. @@ -10,7 +9,7 @@  #  PNG_LIBRARY, where to find the PNG library.  # None of the above will be defined unles zlib can be found.  # PNG depends on Zlib -# +  # Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.  # See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details. diff --git a/modules/FindPackageHandleStandardArgs.cmake b/modules/FindPackageHandleStandardArgs.cmake index 151d8125..7f122edc 100644 --- a/modules/FindPackageHandleStandardArgs.cmake +++ b/modules/FindPackageHandleStandardArgs.cmake @@ -1,21 +1,23 @@  # FIND_PACKAGE_HANDLE_STANDARD_ARGS(NAME (DEFAULT_MSG|"Custom failure message") VAR1 ... ) -#    This macro is intended to be used in FindXXX.cmake modules files. -#    It handles the REQUIRED and QUIET argument to FIND_PACKAGE() and -#    it also sets the <UPPERCASED_NAME>_FOUND variable. -#    The package is found if all variables listed are TRUE. -#    Example: +# +# This macro is intended to be used in FindXXX.cmake modules files. +# It handles the REQUIRED and QUIET argument to FIND_PACKAGE() and +# it also sets the <UPPERCASED_NAME>_FOUND variable. +# The package is found if all variables listed are TRUE. +# Example:  #  #    FIND_PACKAGE_HANDLE_STANDARD_ARGS(LibXml2 DEFAULT_MSG LIBXML2_LIBRARIES LIBXML2_INCLUDE_DIR)  # -#    LibXml2 is considered to be found, if both LIBXML2_LIBRARIES and  -#    LIBXML2_INCLUDE_DIR are valid. Then also LIBXML2_FOUND is set to TRUE. -#    If it is not found and REQUIRED was used, it fails with FATAL_ERROR,  -#    independent whether QUIET was used or not. -#    If it is found, the location is reported using the VAR1 argument, so  -#    here a message "Found LibXml2: /usr/lib/libxml2.so" will be printed out. -#    If the second argument is DEFAULT_MSG, the message in the failure case will  -#    be "Could NOT find LibXml2", if you don't like this message you can specify -#    your own custom failure message there. +# LibXml2 is considered to be found, if both LIBXML2_LIBRARIES and  +# LIBXML2_INCLUDE_DIR are valid. Then also LIBXML2_FOUND is set to TRUE. +# If it is not found and REQUIRED was used, it fails with FATAL_ERROR,  +# independent whether QUIET was used or not. +# +# If it is found, the location is reported using the VAR1 argument, so  +# here a message "Found LibXml2: /usr/lib/libxml2.so" will be printed out. +# If the second argument is DEFAULT_MSG, the message in the failure case will  +# be "Could NOT find LibXml2", if you don't like this message you can specify +# your own custom failure message there.  MACRO(FIND_PACKAGE_HANDLE_STANDARD_ARGS _NAME _FAIL_MSG _VAR1 ) diff --git a/modules/FindPostgreSQL.cmake b/modules/FindPostgreSQL.cmake index 43cb1865..ab352c7c 100644 --- a/modules/FindPostgreSQL.cmake +++ b/modules/FindPostgreSQL.cmake @@ -4,7 +4,7 @@  #  POSTGRESQL_INCLUDE_DIR, where to find POSTGRESQL.h  #  POSTGRESQL_LIBRARIES, the libraries needed to use POSTGRESQL.  #  POSTGRESQL_FOUND, If false, do not try to use PostgreSQL. -# +  # Copyright (c) 2006, Jaroslaw Staniek, <js@iidea.pl>  #  # Redistribution and use is allowed according to the terms of the BSD license. diff --git a/modules/FindQCA2.cmake b/modules/FindQCA2.cmake index b0f898f7..950d923c 100644 --- a/modules/FindQCA2.cmake +++ b/modules/FindQCA2.cmake @@ -8,7 +8,7 @@  #  # use pkg-config to get the directories and then use these values  # in the FIND_PATH() and FIND_LIBRARY() calls -# +  # Copyright (c) 2006, Michael Larouche, <michael.larouche@kdemail.net>  #  # Redistribution and use is allowed according to the terms of the BSD license. diff --git a/modules/FindQImageBlitz.cmake b/modules/FindQImageBlitz.cmake index 24a5d142..6021e5ea 100644 --- a/modules/FindQImageBlitz.cmake +++ b/modules/FindQImageBlitz.cmake @@ -4,7 +4,7 @@  #  QIMAGEBLITZ_FOUND - system has qimageblitz lib  #  QIMAGEBLITZ_INCLUDES - the qimageblitz include directory  #  QIMAGEBLITZ_LIBRARIES - The libraries needed to use qimageblitz -# +  # Copyright (c) 2006, Montel Laurent, <montel@kde.org>  # Copyright (c) 2007, Allen Winter, <winter@kde.org>  # Redistribution and use is allowed according to the terms of the BSD license. diff --git a/modules/FindRUBY.cmake b/modules/FindRUBY.cmake index 8696bb49..b5d3c0fd 100644 --- a/modules/FindRUBY.cmake +++ b/modules/FindRUBY.cmake @@ -7,7 +7,7 @@  #  RUBY_INCLUDE_PATH = path to where ruby.h can be found  #  RUBY_EXECUTABLE   = full path+file to the ruby binary  #  RUBY_FOUND        = Ruby was found under system. -# +  # Copyright (c) 2006,2007 Laurent Montel, <montel@kde.org>  #  # Redistribution and use is allowed according to the terms of the BSD license. diff --git a/modules/FindSasl2.cmake b/modules/FindSasl2.cmake index f69aea6f..855266fc 100644 --- a/modules/FindSasl2.cmake +++ b/modules/FindSasl2.cmake @@ -4,7 +4,7 @@  #  SASL2_FOUND - system has SASL2  #  SASL2_INCLUDE_DIR - the SASL2 include directory  #  SASL2_LIBRARIES - The libraries needed to use SASL2 -# +  # Copyright (c) 2006, 2007 Laurent Montel, <montel@kde.org>  #  # Redistribution and use is allowed according to the terms of the BSD license. diff --git a/modules/FindTIFF.cmake b/modules/FindTIFF.cmake index 49261dd7..24b75b9f 100644 --- a/modules/FindTIFF.cmake +++ b/modules/FindTIFF.cmake @@ -6,7 +6,7 @@  #  TIFF_FOUND, If false, do NOT try to use TIFF.  # also defined, but NOT for general use are  #  TIFF_LIBRARY, where to find the TIFF library. -# +  # Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.  # See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details. diff --git a/modules/FindTaglib.cmake b/modules/FindTaglib.cmake index 225fa53d..82306883 100644 --- a/modules/FindTaglib.cmake +++ b/modules/FindTaglib.cmake @@ -4,7 +4,7 @@  #  TAGLIB_FOUND - system has the taglib library  #  TAGLIB_CFLAGS - the taglib cflags  #  TAGLIB_LIBRARIES - The libraries needed to use taglib -# +  # Copyright (c) 2006, Laurent Montel, <montel@kde.org>  #  # Redistribution and use is allowed according to the terms of the BSD license. diff --git a/modules/FindUSB.cmake b/modules/FindUSB.cmake index 17d893c9..ff18d3b3 100644 --- a/modules/FindUSB.cmake +++ b/modules/FindUSB.cmake @@ -4,7 +4,7 @@  #  LIBUSB_FOUND - system has libusb  #  LIBUSB_INCLUDE_DIR - the libusb include directory  #  LIBUSB_LIBRARIES - Link these to use libusb -# +  # Copyright (c) 2006, Laurent Montel, <montel@kde.org>  #  # Redistribution and use is allowed according to the terms of the BSD license. diff --git a/modules/FindXmms.cmake b/modules/FindXmms.cmake index 7eb2d383..a366cfd0 100644 --- a/modules/FindXmms.cmake +++ b/modules/FindXmms.cmake @@ -4,7 +4,7 @@  #  XMMS_FOUND        - system has xmms  #  XMMS_INCLUDE_DIRS - the xmms include directory  #  XMMS_LDFLAGS      - Link these to use xmms -# +  # Copyright (c) 2006, 2007 Laurent Montel, <montel@kde.org>  # Copyright (c) 2007 Allen Winter <winter@kde.org>  # diff --git a/modules/KDE4Macros.cmake b/modules/KDE4Macros.cmake index b449b05e..df10d67e 100644 --- a/modules/KDE4Macros.cmake +++ b/modules/KDE4Macros.cmake @@ -1,5 +1,5 @@  # for documentation look at FindKDE4Internal.cmake -# +  # this file contains the following macros:  # KDE4_ADD_UI_FILES  # KDE4_ADD_UI3_FILES @@ -545,15 +545,15 @@ macro (KDE4_HANDLE_RPATH_FOR_EXECUTABLE _target_NAME _type)        # set the RPATH related properties        if (NOT CMAKE_SKIP_RPATH)           if (${_type} STREQUAL "GUI") -            set_target_properties(${_target_NAME} PROPERTIES SKIP_BUILD_RPATH TRUE BUILD_WITH_INSTALL_RPATH TRUE) +            set_target_properties(${_target_NAME} PROPERTIES  SKIP_BUILD_RPATH TRUE  BUILD_WITH_INSTALL_RPATH TRUE)           endif (${_type} STREQUAL "GUI")           if (${_type} STREQUAL "NOGUI") -            set_target_properties(${_target_NAME} PROPERTIES SKIP_BUILD_RPATH TRUE BUILD_WITH_INSTALL_RPATH TRUE) +            set_target_properties(${_target_NAME} PROPERTIES  SKIP_BUILD_RPATH TRUE  BUILD_WITH_INSTALL_RPATH TRUE)           endif (${_type} STREQUAL "NOGUI")           if (${_type} STREQUAL "RUN_UNINSTALLED") -            set_target_properties(${_target_NAME} PROPERTIES SKIP_BUILD_RPATH FALSE BUILD_WITH_INSTALL_RPATH FALSE) +            set_target_properties(${_target_NAME} PROPERTIES  SKIP_BUILD_RPATH FALSE  BUILD_WITH_INSTALL_RPATH FALSE)           endif (${_type} STREQUAL "RUN_UNINSTALLED")        endif (NOT CMAKE_SKIP_RPATH) diff --git a/modules/Win32Macros.cmake b/modules/Win32Macros.cmake index 3b2df54b..e5a3655b 100644 --- a/modules/Win32Macros.cmake +++ b/modules/Win32Macros.cmake @@ -1,21 +1,24 @@ +# win32 macros  # -# win32 macros  +# ADDEXPLORERWRAPPER(project) +# +# Exists only under Win32 ! +# +# addExplorerWrapper creates batch files for fast access  +# to the build environment from the win32 explorer.   #  +# For mingw and nmake projects it opens a command shell, +# for Visual Studio IDE's (at least tested with VS 8 2005) it +# opens the related .sln file with paths setting specified at  +# configure time.  +  # Copyright (c) 2006-2007, Ralf Habacker  #  # Redistribution and use is allowed according to the terms of the BSD license. -# +  if (WIN32)      # -    # addExplorerWrapper creates batch files for fast access  -    # to the build environment from the win32 explorer.  -    #  -    # For mingw and nmake projects it opens a command shell, -    # for Visual Studio IDE's (at least tested with VS 8 2005) it -    # opens the related .sln file with paths setting specified at  -    # configure time.  -    #      MACRO (addExplorerWrapper _projectname)          # write explorer wrappers          get_filename_component(CMAKE_BIN_PATH ${CMAKE_COMMAND} PATH) diff --git a/modules/kde4_exec_via_sh.cmake b/modules/kde4_exec_via_sh.cmake index 30a837af..6b826ff0 100644 --- a/modules/kde4_exec_via_sh.cmake +++ b/modules/kde4_exec_via_sh.cmake @@ -1,4 +1,4 @@ -# +  # Copyright (c) 2006, Alexander Neundorf, <neundorf@kde.org>  #  # Redistribution and use is allowed according to the terms of the BSD license. diff --git a/modules/kde4uic.cmake b/modules/kde4uic.cmake index 92841663..0e2a33c9 100644 --- a/modules/kde4uic.cmake +++ b/modules/kde4uic.cmake @@ -1,3 +1,4 @@ +  # Copyright (c) 2006, Alexander Neundorf, <neundorf@kde.org>  #  # Redistribution and use is allowed according to the terms of the BSD license.  | 
