mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-24 23:08:31 +01:00
* Add ability to publish to bintray, take on the org.scijava native-lib-loader dependenency so we can bundle secp256k1 natively in a jar file and publish. This dependency will allow us to link the correct secp256k1 version dependending on the os and arch in the future * Add sbt-pgp plugin to sign binaries, modify project names to all have the 'bitcoin-s-' prefix. * Adding linux 32 bit secp256k1 natives to secp256k1jni project * Add mising linux_64 binaries * remove unused symlinks
41 lines
968 B
Text
41 lines
968 B
Text
# libsecp256k1.la - a libtool library file
|
|
# Generated by libtool (GNU libtool) 2.4.6 Debian-2.4.6-0.1
|
|
#
|
|
# Please DO NOT delete this file!
|
|
# It is necessary for linking the library.
|
|
|
|
# The name that we can dlopen(3).
|
|
dlname='libsecp256k1.so.0'
|
|
|
|
# Names of this library.
|
|
library_names='libsecp256k1.so.0.0.0 libsecp256k1.so.0 libsecp256k1.so'
|
|
|
|
# The name of the static archive.
|
|
old_library='libsecp256k1.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 libsecp256k1.
|
|
current=0
|
|
age=0
|
|
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='/usr/local/lib'
|