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

42 lines
798 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
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 \
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 \
1997-11-23 16:38:27 +01:00
cipher.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 \
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
$(PROGRAMS): ../cipher/libcipher.a ../mpi/libmpi.a