Blame test/mpi/topo/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 |
cartmap1 \
|
|
Packit Service |
c5cf8c |
cartzero \
|
|
Packit Service |
c5cf8c |
cartshift1 \
|
|
Packit Service |
c5cf8c |
cartsuball \
|
|
Packit Service |
c5cf8c |
cartcreates \
|
|
Packit Service |
c5cf8c |
dims1 \
|
|
Packit Service |
c5cf8c |
dims2 \
|
|
Packit Service |
c5cf8c |
dims3 \
|
|
Packit Service |
c5cf8c |
dims4 \
|
|
Packit Service |
c5cf8c |
dims5 \
|
|
Packit Service |
c5cf8c |
graphmap1 \
|
|
Packit Service |
c5cf8c |
topotest \
|
|
Packit Service |
c5cf8c |
topodup \
|
|
Packit Service |
c5cf8c |
graphcr \
|
|
Packit Service |
c5cf8c |
graphcr2 \
|
|
Packit Service |
c5cf8c |
distgraph1 \
|
|
Packit Service |
c5cf8c |
dgraph_unwgt
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
noinst_HEADERS = baddims.h
|