|
Packit |
0848f5 |
# This Makefile.am generated automatically by f77tof90
|
|
Packit |
0848f5 |
# from test/mpi/f77/spawn/Makefile.am. DO NOT EDIT
|
|
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 |
# avoid having to write many "foo_SOURCES = foo.f90" lines
|
|
Packit |
0848f5 |
AM_DEFAULT_SOURCE_EXT = .f90
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
noinst_PROGRAMS = namepubf90 spawnf90 spawnargvf90 spawnmultf90 spawnmult2f90 connaccf90
|
|
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 |
|
|
Packit |
0848f5 |
# add "-lU77" (or equivalent) to the link line for these tests that use getarg
|
|
Packit |
0848f5 |
spawnargvf90_LDADD = $(LDADD) $(FC_GETARG_LIBS)
|
|
Packit |
0848f5 |
spawnmultf90_LDADD = $(LDADD) $(FC_GETARG_LIBS)
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
if MAINTAINER_MODE
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
# f77tof90 only replaces output files if the contents differ, so we must use a
|
|
Packit |
0848f5 |
# separate timestamp file in order avoid constantly trying to remake the f90
|
|
Packit |
0848f5 |
# copy of the Makefile when the f77 copy is updated in a way that does not
|
|
Packit |
0848f5 |
# change its contents
|
|
Packit |
0848f5 |
$(srcdir)/Makefile.am: $(srcdir)/Makefile.am-stamp
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
$(srcdir)/Makefile.am-stamp: $(master_top_srcdir)/test/mpi/f77/spawn/Makefile.am $(master_top_srcdir)/maint/f77tof90
|
|
Packit |
0848f5 |
( cd $(master_top_srcdir) && ./maint/f77tof90 test/mpi/f77/spawn test/mpi/f90/spawn Makefile.am Makefile.ap )
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
MAINTAINERCLEANFILES = Makefile.am-stamp
|
|
Packit |
0848f5 |
EXTRA_DIST += Makefile.am-stamp testlist.ap Makefile.ap
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
endif MAINTAINER_MODE
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
## vim: set ft=automake :
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
noinst_PROGRAMS += spawnargvf03 spawnmultf03
|
|
Packit |
0848f5 |
spawnargvf03_SOURCES = spawnargvf03.f90
|
|
Packit |
0848f5 |
spawnmultf03_SOURCES = spawnmultf03.f90
|