1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-05-29 21:58:04 +02:00
gnupg/tools/Makefile.am
1998-02-02 14:36:06 +00:00

17 lines
337 B
Makefile

## Process this file with automake to produce Makefile.in
INCLUDES = -I.. -I$(top_srcdir)/include
noinst_PROGRAMS = mpicalc bftest
mpicalc_SOURCES = mpicalc.c
bftest_SOURCES = bftest.c
LDADD = -L ../cipher -L ../mpi -L ../util -L ../cipher \
-lmpi -lutil -lmpi -lutil -lcipher
$(PROGRAMS): ../mpi/libmpi.a ../cipher/libcipher.a