Rename foo libfoo.a
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1171 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -2,15 +2,17 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = no-dependencies
|
||||
|
||||
lib_LIBRARIES = asn1
|
||||
lib_LIBRARIES = libasn1.a
|
||||
|
||||
asn1_SOURCES = asn1.c der_get.c der_put.c
|
||||
libasn1_a_SOURCES = asn1.c der_get.c der_put.c
|
||||
|
||||
|
||||
noinst_PROGRAMS = asn1_compile
|
||||
|
||||
asn1_compile_SOURCES = parse.y lex.l main.c hash.c symbol.c gen.c
|
||||
|
||||
asn1_compile_LDADD = @LEXLIB@
|
||||
|
||||
parse.c: parse.y
|
||||
$(YACC) -d $(YFLAGS) $(srcdir)/parse.y
|
||||
mv y.tab.c parse.c
|
||||
|
@@ -4,10 +4,10 @@ AUTOMAKE_OPTIONS = no-dependencies
|
||||
|
||||
INCLUDES = -I$(top_builddir)/include
|
||||
|
||||
lib_LIBRARIES = des
|
||||
lib_LIBRARIES = libdes.a
|
||||
include_HEADERS = des.h
|
||||
|
||||
des_SOURCES =cbc3_enc.c cbc_enc.c cfb64ede.c cfb64enc.c cfb_enc.c \
|
||||
libdes_a_SOURCES =cbc3_enc.c cbc_enc.c cfb64ede.c cfb64enc.c cfb_enc.c \
|
||||
ecb3_enc.c ede_enc.c fcrypt.c key_par.c ncbc_enc.c ofb64ede.c \
|
||||
ofb64enc.c ofb_enc.c pcbc_enc.c qud_cksm.c read_pwd.c rnd_keys.c \
|
||||
str2key.c cbc_cksm.c ecb_enc.c set_key.c md4.c
|
||||
|
@@ -6,9 +6,9 @@ SUBDIRS = error
|
||||
|
||||
INCLUDES = -I$(top_builddir)/include
|
||||
|
||||
lib_LIBRARIES = krb5
|
||||
lib_LIBRARIES = libkrb5.a
|
||||
|
||||
krb5_SOURCES = cache.c config_file.y constants.c context.c data.c \
|
||||
libkrb5_a_SOURCES = cache.c config_file.y constants.c context.c data.c \
|
||||
get_addrs.c get_cred.c get_in_tkt.c get_in_tkt_pw.c get_port.c \
|
||||
krbhst.c misc.c principal.c principal_p.c send_to_kdc.c str2key.c \
|
||||
crc.c build_ap_req.c build_auth.c mk_req.c get_host_realm.c \
|
||||
|
Reference in New Issue
Block a user