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