1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-05 12:31:50 +01:00
gnupg/tools/Makefile.am

17 lines
332 B
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
1998-01-28 16:09:43 +00:00
noinst_PROGRAMS = mpicalc bftest
1997-11-18 14:06:00 +00:00
mpicalc_SOURCES = mpicalc.c
1998-01-28 16:09:43 +00:00
bftest_SOURCES = bftest.c
1997-11-18 14:06:00 +00:00
1998-01-28 16:09:43 +00:00
LDADD = -L ../cipher -L ../mpi -L ../util -L ../cipher \
-lmpi -lutil -lmpi -lutil -lcipher
$(PROGRAMS): ../mpi/libmpi.a ../cipher/libcipher.a
1997-11-18 14:06:00 +00:00