1##
2## Copyright (C) by Argonne National Laboratory
3##     See COPYRIGHT in top-level directory
4##
5
6include $(top_srcdir)/Makefile_f08.mtest
7
8EXTRA_DIST = testlist
9
10# avoid having to write many "foo_SOURCES = foo.f90" lines
11AM_DEFAULT_SOURCE_EXT = .f90
12
13## for all programs that are just built from the single corresponding source
14## file, we don't need per-target _SOURCES rules, automake will infer them
15## correctly
16noinst_PROGRAMS = greqf08 \
17                  statusesf08 \
18                  mprobef08 \
19                  sendf08 \
20                  ssendf08 \
21                  rsendf08 \
22                  isendf08 \
23                  irsendf08 \
24                  issendf08 \
25                  psendf08 \
26                  prsendf08 \
27                  pssendf08 \
28                  sendrecvf08 \
29                  sendrecvreplf08
30
31sendf08_SOURCES = sendf08.f90 utilsf08.f90
32ssendf08_SOURCES = ssendf08.f90 utilsf08.f90
33rsendf08_SOURCES = rsendf08.f90 utilsf08.f90
34isendf08_SOURCES = isendf08.f90 utilsf08.f90
35irsendf08_SOURCES = irsendf08.f90 utilsf08.f90
36issendf08_SOURCES = issendf08.f90 utilsf08.f90
37psendf08_SOURCES = psendf08.f90 utilsf08.f90
38prsendf08_SOURCES = prsendf08.f90 utilsf08.f90
39pssendf08_SOURCES = pssendf08.f90 utilsf08.f90
40sendrecvf08_SOURCES = sendrecvf08.f90 utilsf08.f90
41sendrecvreplf08_SOURCES = sendrecvreplf08.f90 utilsf08.f90
42greqf08_SOURCES = greqf08.f90 dummyf08.f90
43