mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-10 13:04:23 +01:00
13 lines
215 B
Makefile
13 lines
215 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 -lcipher -lmpi -lutil
|
||
|
|
||
|
|