diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-11-20 16:35:29 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-12-02 19:51:30 +0100 |
commit | 5bf9a46ed843025016c7b7be43a1ca8754d60b79 (patch) | |
tree | 45b7243b7a03a2425da3c0117b858bbd31264a29 /q15/cmake/modules/template_libtool_file.cmake | |
parent | afd39a42465117e8926ad7a858dc65c9bf654fa0 (diff) | |
download | tdegames-5bf9a46ed843025016c7b7be43a1ca8754d60b79.tar.gz tdegames-5bf9a46ed843025016c7b7be43a1ca8754d60b79.zip |
Some cleanup and cosmetics.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 0683f09c4a902a13b826a06ef95377b6352801f8)
Diffstat (limited to 'q15/cmake/modules/template_libtool_file.cmake')
-rw-r--r-- | q15/cmake/modules/template_libtool_file.cmake | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/q15/cmake/modules/template_libtool_file.cmake b/q15/cmake/modules/template_libtool_file.cmake deleted file mode 100644 index fcd73d46..00000000 --- a/q15/cmake/modules/template_libtool_file.cmake +++ /dev/null @@ -1,35 +0,0 @@ -# @_laname@ - a libtool library file -# Generated by CMake - GNU libtool -# -# 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@' |