1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-30 16:17:02 +01:00
gnupg/g10/Makefile.am

57 lines
1.1 KiB
Makefile
Raw Normal View History

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