1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-12-22 10:19:57 +01:00
gnupg/tools/Makefile.am

14 lines
236 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
bin_PROGRAMS = mpicalc
mpicalc_SOURCES = mpicalc.c
1997-11-19 13:12:23 +00:00
LDADD = -L ../cipher -L ../mpi -L ../util -lmpi -lutil
1997-11-18 14:06:00 +00:00
1997-11-19 13:12:23 +00:00
$(PROGRAMS): ../mpi/libmpi.a
1997-11-18 14:06:00 +00:00