From 11da511c784eca003deb90c23570f0873954e0de Mon Sep 17 00:00:00 2001 From: Duncan Wilkie Date: Sat, 18 Nov 2023 06:11:09 -0600 Subject: Initial commit. --- gmp-6.3.0/bin/lib/libgmp.la | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100755 gmp-6.3.0/bin/lib/libgmp.la (limited to 'gmp-6.3.0/bin/lib/libgmp.la') diff --git a/gmp-6.3.0/bin/lib/libgmp.la b/gmp-6.3.0/bin/lib/libgmp.la new file mode 100755 index 0000000..de904dc --- /dev/null +++ b/gmp-6.3.0/bin/lib/libgmp.la @@ -0,0 +1,41 @@ +# libgmp.la - a libtool library file +# Generated by libtool (GNU libtool) 2.4.6 +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# The name that we can dlopen(3). +dlname='libgmp.so.10' + +# Names of this library. +library_names='libgmp.so.10.5.0 libgmp.so.10 libgmp.so' + +# The name of the static archive. +old_library='libgmp.a' + +# Linker flags that cannot go in dependency_libs. +inherited_linker_flags='' + +# Libraries that this one depends upon. +dependency_libs='' + +# Names of additional weak libraries provided by this library +weak_library_names='' + +# Version information for libgmp. +current=15 +age=5 +revision=0 + +# Is this an already installed library? +installed=yes + +# Should we warn about portability when linking against -modules? +shouldnotlink=no + +# Files to dlopen/dlpreopen +dlopen='' +dlpreopen='' + +# Directory that this library needs to be installed in: +libdir='/home/dnw/Code/ERA-calc/c-src/gmp-6.3.0/bin/lib' -- cgit v1.2.3