aboutsummaryrefslogtreecommitdiff
path: root/am2cmake
AgeCommit message (Collapse)Author
2006-03-07-implemented RPATH handling, but disabled for nowAlexander Neundorf
to enable it again, remove the line 104, where KDE4_NEED_WRAPPER_SCRIPTS is set to false again If you have current cmake cvs, you can then: -enable CMAKE_SKIP_RPATH using ccmake, then everything will be built without RPATH -disable CMAKE_SKIP_RPATH and enable KDE4_RPATH_TO_BUILD_DIR, then everything will be built with RPATH pointing to both the build and the install dir -disable CMAKE_SKIP_RPATH and disable KDE4_RPATH_TO_BUILD_DIR, then everything will be built with RPATH pointing to the install dir In all three cases no relinking will happen during install. If built without RPATH to the builddir, the executables are executed using wrapper scripts named <name>.sh, e.g. kconfig_compiler.sh. some changes to the kde3 stuff: -renamed KDE3_ADD_KLM to KDE3_ADD_KDEINIT_EXECUTABLE -removed KDE3_PLACEHOLDER -removed KDE3_CREATE_LIBTOOL_FILE to KDE3_INSTALL_LIBTOOL_FILE Please check whether it still works for you and let me know. I plan to move the KDE3 related files to cmake RSN. CCMAIL: kde-buildsystem@kde.org CCMAIL: b_mann@gmx.de CCMAIL: christian.loose@hamburg.de Alex svn path=/trunk/KDE/kdelibs/; revision=516642
2006-03-03Fix install iconsLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=515374
2006-02-27Deprecated--Laurent Montel
Other lib to convert for cmake svn path=/trunk/KDE/kdelibs/; revision=514223
2006-02-27Not remove itLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=514099
2006-02-27Fix generate CMakeList.txtLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=514098
2006-02-20Fix theme default nameLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=511518
2006-02-19Add default icon theme nameLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=511277
2006-02-18-renamed the KDE4_something_DIR to something_INSTALL_DIRAlexander Neundorf
except KDE4_INCLUDE_DIR, since this is used for compiling and not for installing -change the detection of KDE4_MODULE_DIR to use CMAKE_CURRENT_LIST_FILE I could not commit to kio/kssl/kssl/, so this may break installing there Alex CCMAIL: kde-buildsystem@kde.org CCMAIL: montel@kde.org svn path=/trunk/KDE/kdelibs/; revision=510826
2006-02-16-don't use intermediate variable for the ui, skel, stub and kcfg filesAlexander Neundorf
-print the files on one line if there are at most three files Alex svn path=/trunk/KDE/kdelibs/; revision=510325
2006-02-16Add missing convert lib (found into admin/acinclude.m4.in)Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=510237
2006-02-11-changed kde4_create_libtool_file (target dir_relative_to_libdir) Alexander Neundorf
to kde4_install_libtool_file(dir_relative_to_install_prefix target) -added variable KDE4_PLUGIN_INSTALL_DIR, used usually for installing plugins -changed am2cmake accordingly -edited FindLibXml2.cmake and FindLibArt so that they work correctly with CMAKE_INSTALL_PATH -changed generated_findpackage_file accordingly -some minor formatting changes Alex CCMAIL: montel@kde.org svn path=/trunk/KDE/kdelibs/; revision=508458
2006-02-07Now we specify lib dirLaurent Montel
now we can specify /usr/lib directory and not jsut usr/lib/kde4 for la lib (necessary for .la installed into /usr/lib) svn path=/trunk/KDE/kdelibs/; revision=506650
2006-02-07Fix bad commitLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=506639
2006-02-07Now we can install .la lib into good directoryLaurent Montel
before it installed la lib just in /usr/lib/kde4 svn path=/trunk/KDE/kdelibs/; revision=506638
2006-02-02Add "KDE4_LIB_INSTALL_DIR" as discussed with alexander toLaurent Montel
fix install lib on x86_64 svn path=/trunk/KDE/kdelibs/; revision=504772
2006-01-25-fix typo: use correct install directory SERVICETYPESAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=502396
2006-01-25add the stuff moved from kdesdk, maybe...Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=502383
2006-01-22-files for detecting bzip2 and cupsAlexander Neundorf
-better support for libtool convenience libs Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=501320
2006-01-22-generate_findpackage_file: a script to simplify generating simple ↵Alexander Neundorf
FindFoo.cmake files -FindLibXml2.cmake and FindLibXslt.cmake: modules to find libxml2 and libxslt, generated by the script above -some tuning in the other modules Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=501125
2006-01-18-improve automoc with absolute file pathsAlexander Neundorf
-use ${QT_INCLUDES} everywhere -recognize QT3SUPPORTLIB and DCOP_LIB in am2cmake Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=499877
2006-01-15-support for Qt resource filesAlexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=498666
2006-01-15-recognize the doxygen settingsAlexander Neundorf
-try to translate libtool -version-info Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=498499
2006-01-14-use variables for the install location for KDE4Alexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=498172
2006-01-14-simple cmake modules for detecting libart, OpenSSL, FAM, jasper and PCREAlexander Neundorf
-major improvement of am2cmake: add libtool .la files found in LIBADD to TARGET_LINK_LIBRARIES and fix the loop for adding the libs Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=498154
2006-01-13initial KDE4 files for cmake, improved am2cmakeAlexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=497823
2006-01-13-detect headers which have to be configuredAlexander Neundorf
-support for libtool convenience libs by setting global vars which contain all their sources for KDE4: am2cmake --kde4 Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=497773
2006-01-12-first beginnings of support for KDE4Alexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=497484
2006-01-12move am2cmake from kde3/ here, since it seems it will work for kde4 tooAlexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=497482