Blame test/mpi/f77/pt2pt/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_f77.mtest
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
EXTRA_DIST = testlist
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
# avoid having to write many "foo_SOURCES = foo.f" lines
|
|
Packit |
0848f5 |
AM_DEFAULT_SOURCE_EXT = .f
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
noinst_PROGRAMS = allpairf statusesf greqf mprobef
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
greqf_SOURCES = greqf.f dummyf.f
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
## attr1aints.h will be distributed because it's listed in AC_CONFIG_FILES/AC_OUTPUT
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
# ensure that dependent tests will be rebuilt when typeaints.h is updated
|
|
Packit |
0848f5 |
greqf.$(OBJEXT): attr1aints.h
|
|
Packit |
0848f5 |
|