|
Packit Service |
c5cf8c |
# This Makefile.am generated automatically by f77tof90
|
|
Packit Service |
c5cf8c |
# from f77/pt2pt/Makefile.am. DO NOT EDIT
|
|
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
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
# avoid having to write many "foo_SOURCES = foo.f90" lines
|
|
Packit Service |
c5cf8c |
AM_DEFAULT_SOURCE_EXT = .f90
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
noinst_PROGRAMS = sendf90 \
|
|
Packit Service |
c5cf8c |
ssendf90 \
|
|
Packit Service |
c5cf8c |
rsendf90 \
|
|
Packit Service |
c5cf8c |
isendf90 \
|
|
Packit Service |
c5cf8c |
irsendf90 \
|
|
Packit Service |
c5cf8c |
issendf90 \
|
|
Packit Service |
c5cf8c |
psendf90 \
|
|
Packit Service |
c5cf8c |
prsendf90 \
|
|
Packit Service |
c5cf8c |
pssendf90 \
|
|
Packit Service |
c5cf8c |
sendrecvf90 \
|
|
Packit Service |
c5cf8c |
sendrecvreplf90 \
|
|
Packit Service |
c5cf8c |
statusesf90 greqf90 \
|
|
Packit Service |
c5cf8c |
mprobef90
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
sendf90_SOURCES = sendf90.f90 utilsf90.f90
|
|
Packit Service |
c5cf8c |
ssendf90_SOURCES = ssendf90.f90 utilsf90.f90
|
|
Packit Service |
c5cf8c |
rsendf90_SOURCES = rsendf90.f90 utilsf90.f90
|
|
Packit Service |
c5cf8c |
isendf90_SOURCES = isendf90.f90 utilsf90.f90
|
|
Packit Service |
c5cf8c |
irsendf90_SOURCES = irsendf90.f90 utilsf90.f90
|
|
Packit Service |
c5cf8c |
issendf90_SOURCES = issendf90.f90 utilsf90.f90
|
|
Packit Service |
c5cf8c |
psendf90_SOURCES = psendf90.f90 utilsf90.f90
|
|
Packit Service |
c5cf8c |
prsendf90_SOURCES = prsendf90.f90 utilsf90.f90
|
|
Packit Service |
c5cf8c |
pssendf90_SOURCES = pssendf90.f90 utilsf90.f90
|
|
Packit Service |
c5cf8c |
sendrecvf90_SOURCES = sendrecvf90.f90 utilsf90.f90
|
|
Packit Service |
c5cf8c |
sendrecvreplf90_SOURCES = sendrecvreplf90.f90 utilsf90.f90
|
|
Packit Service |
c5cf8c |
greqf90_SOURCES = greqf90.f90 dummyf90.f90
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
## attr1aints.h will be distributed because it's listed in AC_CONFIG_FILES/AC_OUTPUT
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
# ensure that dependent tests will be rebuilt when typeaints.h is updated
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
if MAINTAINER_MODE
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
# f77tof90 only replaces output files if the contents differ, so we must use a
|
|
Packit Service |
c5cf8c |
# separate timestamp file in order avoid constantly trying to remake the f90
|
|
Packit Service |
c5cf8c |
# copy of the Makefile when the f77 copy is updated in a way that does not
|
|
Packit Service |
c5cf8c |
# change its contents
|
|
Packit Service |
c5cf8c |
$(srcdir)/Makefile.am: $(srcdir)/Makefile.am-stamp
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
$(srcdir)/Makefile.am-stamp: $(top_srcdir)/f77/pt2pt/Makefile.am $(top_srcdir)/maint/f77tof90
|
|
Packit Service |
c5cf8c |
( cd $(top_srcdir) && ./maint/f77tof90 f77/pt2pt f90/pt2pt Makefile.am Makefile.ap )
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
MAINTAINERCLEANFILES = Makefile.am-stamp
|
|
Packit Service |
c5cf8c |
EXTRA_DIST += Makefile.am-stamp
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
endif MAINTAINER_MODE
|
|
Packit Service |
c5cf8c |
|