diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-10-05 23:46:08 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-10-05 23:46:08 +0000 |
commit | 92ef232ba4e91e19152a7a6af029f0fc0f1b99f3 (patch) | |
tree | 7206c1ca155e8fd945212f1308cde04ea8bf0e77 /modules/template_libtool_file.cmake | |
download | tde-cmake-92ef232ba4e91e19152a7a6af029f0fc0f1b99f3.tar.gz tde-cmake-92ef232ba4e91e19152a7a6af029f0fc0f1b99f3.zip |
Add shared CMake directory
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common/cmake@1182909 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'modules/template_libtool_file.cmake')
-rw-r--r-- | modules/template_libtool_file.cmake | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/modules/template_libtool_file.cmake b/modules/template_libtool_file.cmake new file mode 100644 index 0000000..62ccf53 --- /dev/null +++ b/modules/template_libtool_file.cmake @@ -0,0 +1,35 @@ +# @_laname@ - a libtool library file +# Generated by CMake +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# The name that we can dlopen(3). +dlname='@_library_name_2@' + +# Names of this library. +library_names='@_library_name_1@ @_library_name_2@ @_library_name_3@' + +# The name of the static archive. +old_library='' + +# Libraries that this one depends upon. +dependency_libs='' + +# Version information for @_name@. +current=@_version_current@ +age=@_version_age@ +revision=@_version_revision@ + +# Is this an already installed library? +installed=yes + +# Should we warn about portability when linking against -modules? +shouldnotlink=@_shouldnotlink@ + +# Files to dlopen/dlpreopen +dlopen='' +dlpreopen='' + +# Directory that this library needs to be installed in: +libdir='@_libdir@' |