Blame test/mpi/group/Makefile.am
|
Packit Service |
c5cf8c |
# -*- Mode: Makefile; -*-
|
|
Packit Service |
c5cf8c |
# vim: set ft=automake :
|
|
Packit Service |
c5cf8c |
#
|
|
Packit Service |
c5cf8c |
# (C) 2011 by Argonne National Laboratory.
|
|
Packit Service |
c5cf8c |
# See COPYRIGHT in top-level directory.
|
|
Packit Service |
c5cf8c |
#
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
include $(top_srcdir)/Makefile.mtest
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
EXTRA_DIST = testlist
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
## for all programs that are just built from the single corresponding source
|
|
Packit Service |
c5cf8c |
## file, we don't need per-target _SOURCES rules, automake will infer them
|
|
Packit Service |
c5cf8c |
## correctly
|
|
Packit Service |
c5cf8c |
noinst_PROGRAMS = \
|
|
Packit Service |
c5cf8c |
grouptest \
|
|
Packit Service |
c5cf8c |
grouptest2 \
|
|
Packit Service |
c5cf8c |
groupcreate \
|
|
Packit Service |
c5cf8c |
gtranks \
|
|
Packit Service |
c5cf8c |
groupnullincl \
|
|
Packit Service |
c5cf8c |
gtranksperf
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
# gtranksperf uses fabs, which may require -lm
|
|
Packit Service |
c5cf8c |
gtranksperf_LDADD = $(LDADD) -lm
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
# glpid is a whitebox test that uses mpiimpl.h; it is unlikely to build with the
|
|
Packit Service |
c5cf8c |
# current build system setup
|
|
Packit Service |
c5cf8c |
#EXTRA_PROGRAMS = glpid
|