Blame test/mpi/f90/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_f90.mtest
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
EXTRA_DIST = testlist.in
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
static_subdirs = util timer attr coll datatype pt2pt info comm topo ext init \
|
|
Packit |
0848f5 |
misc f90types profile
|
|
Packit |
0848f5 |
SUBDIRS = $(static_subdirs) $(rmadir) $(spawndir) $(iodir)
|
|
Packit |
0848f5 |
DIST_SUBDIRS = $(static_subdirs) rma spawn io
|