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

Packit 0848f5
# -*- Mode: Makefile; -*-
Packit 0848f5
# vim: set ft=automake :
Packit 0848f5
#
Packit 0848f5
# (C) 2014 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 = baseenvf90
Packit 0848f5
Packit 0848f5
EXTRA_PROGRAMS = checksizes
Packit 0848f5
# Checksizes is created by configure, and is a C program that tests that
Packit 0848f5
# configure has correctly computed the sizes of MPI_Aint and MPI_Offset
Packit 0848f5
# for Fortran.  This is not run by default but can be used to check
Packit 0848f5
# that configure found the correct values.
Packit 0848f5
checksizes_LDADD =
Packit 0848f5
nodist_checksizes_SOURCES = checksizes.c
Packit 0848f5
Packit 0848f5
DISTCLEANFILES = checksizes.c