Blame test/mpi/errors/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.in
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
# FIXME should "datatype" be included in this list? It was not in the
|
|
Packit Service |
c5cf8c |
# simplemake version for some reason and is also missing from the testlist
|
|
Packit Service |
c5cf8c |
# file
|
|
Packit Service |
c5cf8c |
static_subdirs = attr coll comm datatype group pt2pt rma topo basic faults
|
|
Packit Service |
c5cf8c |
all_lang_subdirs = cxx f77 f90 f08
|
|
Packit Service |
c5cf8c |
SUBDIRS = $(static_subdirs) $(iodir) $(otherlangs) $(spawndir)
|
|
Packit Service |
c5cf8c |
DIST_SUBDIRS = $(static_subdirs) io $(all_lang_subdirs) spawn
|