Blame test/mpi/f08/coll/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_f08.mtest
Packit 0848f5
Packit 0848f5
EXTRA_DIST = testlist
Packit 0848f5
Packit 0848f5
# avoid having to write many "foo_SOURCES = foo.f90" lines
Packit 0848f5
AM_DEFAULT_SOURCE_EXT = .f90
Packit 0848f5
Packit 0848f5
noinst_PROGRAMS = uallreducef08       \
Packit 0848f5
                  exscanf08           \
Packit 0848f5
                  alltoallwf08        \
Packit 0848f5
                  inplacef08          \
Packit 0848f5
                  allredint8f08       \
Packit 0848f5
                  allredopttf08       \
Packit 0848f5
                  reducelocalf08      \
Packit 0848f5
                  alltoallvf08        \
Packit 0848f5
                  redscatf08          \
Packit 0848f5
                  split_typef08       \
Packit 0848f5
                  nonblockingf08      \
Packit 0848f5
                  vw_inplacef08       \
Packit 0848f5
                  red_scat_blockf08   \
Packit 0848f5
                  nonblocking_inpf08