Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F20320681
Makefile.am
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
1 KB
Subscribers
None
Makefile.am
View Options
## Process this file with automake to produce Makefile.in
# Libtool -version-info for libggcrypta. See (libtool)Versioning
#
# 1. No interfaces changed, only implementations (good): Increment REVISION.
#
# 2. Interfaces added, none removed (good): Increment CURRENT, increment
# AGE, set REVISION to 0.
#
# 3. Interfaces removed (BAD, breaks upward compatibility): Increment
# CURRENT, set AGE and REVISION to 0.
#
# Rember to change this just before a release.
LIBGCRYPT_LT_CURRENT = 1
LIBGCRYPT_LT_REVISION = 0
LIBGCRYPT_LT_AGE = 0
# It seems that we need gcrypt.m4 here too
EXTRA_DIST = gcrypt-config.in gcrypt.m4
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl
lib_LTLIBRARIES = libgcrypt.la
bin_SCRIPTS = gcrypt-config
m4datadir = $(datadir)/aclocal
m4data_DATA = gcrypt.m4
noinst_PROGRAMS = testapi
testapi_SOURCES = testapi.c
testapi_LDADD = libgcrypt.la
include_HEADERS = gcrypt.h
libgcrypt_la_LDFLAGS = -version-info \
$(LIBGCRYPT_LT_CURRENT):$(LIBGCRYPT_LT_REVISION):$(LIBGCRYPT_LT_AGE)
# -export-symbols libgcrypt.sym
libgcrypt_la_SOURCES = g10lib.h \
mpi.h \
cipher.h \
misc.c \
global.c \
sexp.c \
wrapper.c \
stdmem.c \
stdmem.h \
secmem.c \
secmem.h
libgcrypt_la_DEPENDENCIES = libgcrypt.sym \
../cipher/libcipher.la ../mpi/libmpi.la
libgcrypt_la_LIBADD = ../cipher/libcipher.la \
../mpi/libmpi.la
BUILT_SOURCES = libgcrypt.sym
# libtool's --export-symbols-regex does not work in 1.3.2
# so we do it ourself
libgcrypt.sym: $(libgcrypt_la_OBJECTS)
$(NM) $(libgcrypt_la_OBJECTS) \
| $(AWK) '$$2=="T" && $$3 ~ /^gcry_/ {print $$3}' >libgcrypt.sym
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 14, 4:21 AM (1 d, 11 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ef/24/21259976f7d9b56240d234af6449
Attached To
rC libgcrypt
Event Timeline
Log In to Comment