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