mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-11 21:48:50 +01:00
14 lines
236 B
Makefile
14 lines
236 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
INCLUDES = -I$(top_srcdir)/include
|
|
|
|
bin_PROGRAMS = mpicalc
|
|
|
|
mpicalc_SOURCES = mpicalc.c
|
|
|
|
|
|
LDADD = -L ../cipher -L ../mpi -L ../util -lmpi -lutil
|
|
|
|
$(PROGRAMS): ../mpi/libmpi.a
|
|
|