Blame test/mpi/manual/Makefile.am
|
Packit |
0848f5 |
## -*- Mode: Makefile; -*-
|
|
Packit |
0848f5 |
## vim: set ft=automake :
|
|
Packit |
0848f5 |
##
|
|
Packit |
0848f5 |
## (C) 2011 by Argonne National Laboratory.
|
|
Packit |
0848f5 |
## See COPYRIGHT in top-level directory.
|
|
Packit |
0848f5 |
##
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
include $(top_srcdir)/Makefile.mtest
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
SUBDIRS = mpi_t
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
noinst_PROGRAMS = singjoin testconnect testconnectserial dimsbalanced \
|
|
Packit |
0848f5 |
spawntest_master spawntest_child segfault
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
# testconnectserial would like MPICHLIBSTR to be defined as the installation
|
|
Packit |
0848f5 |
# directory of the MPI library. This definition is not required.
|
|
Packit |
0848f5 |
noinst_HEADERS = connectstuff.h
|
|
Packit |
0848f5 |
testconnectserial_SOURCES = testconnectserial.c tchandlers.c tcutil.c
|
|
Packit |
0848f5 |
testconnectserial_LDADD = $(LDADD) -lm -lpthread
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
singjoin_LDADD = $(LDADD) @socklib@ @nslib@
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
CLEANFILES += test-port
|
|
Packit |
0848f5 |
|