1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-06 23:17:47 +02:00
gnupg/g10/Makefile.am

52 lines
1010 B
Makefile
Raw Normal View History

1997-11-18 15:06:00 +01:00
## Process this file with automake to produce Makefile.in
INCLUDES = -I$(top_srcdir)/include
1997-12-20 18:23:29 +01:00
EXTRA_DIST = OPTIONS
1997-11-18 15:06:00 +01:00
bin_PROGRAMS = g10
g10_SOURCES = g10.c \
build-packet.c \
1997-11-23 16:38:27 +01:00
compress.c \
1997-11-18 15:06:00 +01:00
encode.c \
encr-data.c \
filter.h \
free-packet.c \
getkey.c \
keydb.h \
1997-12-31 13:32:54 +01:00
pkclist.c \
skclist.c \
1997-12-12 13:03:58 +01:00
ringedit.c \
kbnode.c \
1997-11-18 15:06:00 +01:00
keygen.c \
main.h \
mainproc.c \
1997-11-21 15:53:57 +01:00
armor.c \
1997-11-18 15:06:00 +01:00
mdfilter.c \
textfilter.c \
1997-11-23 16:38:27 +01:00
cipher.c \
1997-12-31 13:32:54 +01:00
elg.c \
rsa.c \
1997-11-18 15:06:00 +01:00
options.h \
1997-11-24 12:04:11 +01:00
openfile.c \
1997-11-24 23:24:04 +01:00
keyid.c \
1998-01-02 21:40:10 +01:00
trustdb.c \
1998-01-12 11:18:17 +01:00
trustdb.h \
1997-11-18 15:06:00 +01:00
packet.h \
parse-packet.c \
passphrase.c \
plaintext.c \
pubkey-enc.c \
seckey-cert.c \
seskey.c \
1997-11-24 12:04:11 +01:00
sign.c \
comment.c \
1997-11-18 15:06:00 +01:00
sig-check.c
1997-11-26 23:02:28 +01:00
LDADD = -L ../cipher -L ../mpi -L ../util -lcipher -lmpi -lutil
1997-11-18 15:06:00 +01:00
1997-11-19 14:12:23 +01:00
1997-12-12 13:03:58 +01:00
$(PROGRAMS): ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a
1997-11-19 14:12:23 +01:00