Blame test/mpi/f08/coll/Makefile.am

Packit Service c5cf8c
# -*- Mode: Makefile; -*-
Packit Service c5cf8c
# vim: set ft=automake :
Packit Service c5cf8c
#
Packit Service c5cf8c
# (C) 2014 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_f08.mtest
Packit Service c5cf8c
Packit Service c5cf8c
EXTRA_DIST = testlist
Packit Service c5cf8c
Packit Service c5cf8c
# avoid having to write many "foo_SOURCES = foo.f90" lines
Packit Service c5cf8c
AM_DEFAULT_SOURCE_EXT = .f90
Packit Service c5cf8c
Packit Service c5cf8c
noinst_PROGRAMS = uallreducef08       \
Packit Service c5cf8c
                  exscanf08           \
Packit Service c5cf8c
                  alltoallwf08        \
Packit Service c5cf8c
                  inplacef08          \
Packit Service c5cf8c
                  allredint8f08       \
Packit Service c5cf8c
                  allredopttf08       \
Packit Service c5cf8c
                  reducelocalf08      \
Packit Service c5cf8c
                  alltoallvf08        \
Packit Service c5cf8c
                  redscatf08          \
Packit Service c5cf8c
                  split_typef08       \
Packit Service c5cf8c
                  nonblockingf08      \
Packit Service c5cf8c
                  vw_inplacef08       \
Packit Service c5cf8c
                  red_scat_blockf08   \
Packit Service c5cf8c
                  nonblocking_inpf08