Blame test/mpi/f77/spawn/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.in
|
|
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 = namepubf spawnf spawnargvf spawnmultf spawnmult2f connaccf
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
## type1aint.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 type1aint.h is updated
|
|
Packit |
0848f5 |
spawnmult2f.$(OBJEXT): type1aint.h
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
# add "-lU77" (or equivalent) to the link line for these tests that use getarg
|
|
Packit |
0848f5 |
spawnargvf_LDADD = $(LDADD) $(F77_GETARG_LIBS)
|
|
Packit |
0848f5 |
spawnmultf_LDADD = $(LDADD) $(F77_GETARG_LIBS)
|
|
Packit |
0848f5 |
|