mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
17 lines
337 B
Makefile
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
|
|
|