summaryrefslogtreecommitdiffstats
path: root/cmakemodules/generatelibtoolfile.cmake
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-27 18:33:59 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-27 18:33:59 -0600
commit45d6980ff93d5e0340cb030529d764557fb9abe0 (patch)
treebaba78b73e0e51b6c1d69b9b405b1cbf132246da /cmakemodules/generatelibtoolfile.cmake
parent50368d5b4cb41375fdde0bc8d189034b36347a20 (diff)
downloadtdesvn-45d6980ff93d5e0340cb030529d764557fb9abe0.tar.gz
tdesvn-45d6980ff93d5e0340cb030529d764557fb9abe0.zip
Cleanup
Diffstat (limited to 'cmakemodules/generatelibtoolfile.cmake')
-rw-r--r--cmakemodules/generatelibtoolfile.cmake16
1 files changed, 0 insertions, 16 deletions
diff --git a/cmakemodules/generatelibtoolfile.cmake b/cmakemodules/generatelibtoolfile.cmake
deleted file mode 100644
index d74ed21..0000000
--- a/cmakemodules/generatelibtoolfile.cmake
+++ /dev/null
@@ -1,16 +0,0 @@
- FILE(WRITE ${OUTPUTFILE} "# ${OUTPUTFILE} - a libtool library file, generated by cmake \n")
- FILE(APPEND ${OUTPUTFILE} "# The name that we can dlopen(3).\n")
- FILE(APPEND ${OUTPUTFILE} "dlname='${SONAME}'\n")
- FILE(APPEND ${OUTPUTFILE} "# Names of this library\n")
- FILE(APPEND ${OUTPUTFILE} "library_names='${SONAME} ${SONAME} ${SONAME}'\n")
- FILE(APPEND ${OUTPUTFILE} "# The name of the static archive\n")
- FILE(APPEND ${OUTPUTFILE} "old_library=''\n")
- FILE(APPEND ${OUTPUTFILE} "# Libraries that this one depends upon.\n")
- FILE(APPEND ${OUTPUTFILE} "dependency_libs=''\n")
-# FILE(APPEND ${OUTPUTFILE} "dependency_libs='${${_target}_LIB_DEPENDS}'\n")
- FILE(APPEND ${OUTPUTFILE} "# Version information.\ncurrent=0\nage=0\nrevision=0\n")
- FILE(APPEND ${OUTPUTFILE} "# Is this an already installed library?\ninstalled=yes\n")
- FILE(APPEND ${OUTPUTFILE} "# Should we warn about portability when linking against -modules?\nshouldnotlink=yes\n")
- FILE(APPEND ${OUTPUTFILE} "# Files to dlopen/dlpreopen\ndlopen=''\ndlpreopen=''\n")
- FILE(APPEND ${OUTPUTFILE} "# Directory that this library needs to be installed in:\n")
- FILE(APPEND ${OUTPUTFILE} "libdir='${LIBDIR}'\n")