aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
blob: 31ac04bcb8cae4a6f18b83d55b37a9d7805c376c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## 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