1# This Makefile.am generated automatically by f77tof90
2# from test/mpi/f77/coll/Makefile.am.  DO NOT EDIT
3# -*- Mode: Makefile; -*-
4# vim: set ft=automake :
5#
6# (C) 2011 by Argonne National Laboratory.
7#     See COPYRIGHT in top-level directory.
8#
9
10include $(top_srcdir)/Makefile_f90.mtest
11
12EXTRA_DIST = testlist
13
14# avoid having to write many "foo_SOURCES = foo.f90" lines
15AM_DEFAULT_SOURCE_EXT = .f90
16
17noinst_PROGRAMS = uallreducef90 exscanf90 alltoallwf90 inplacef90 allredint8f90 allredopttf90 reducelocalf90 alltoallvf90 redscatf90 split_typef90 nonblockingf90 vw_inplacef90 red_scat_blockf90
18
19if MAINTAINER_MODE
20
21# f77tof90 only replaces output files if the contents differ, so we must use a
22# separate timestamp file in order avoid constantly trying to remake the f90
23# copy of the Makefile when the f77 copy is updated in a way that does not
24# change its contents
25$(srcdir)/Makefile.am: $(srcdir)/Makefile.am-stamp
26
27$(srcdir)/Makefile.am-stamp: $(master_top_srcdir)/test/mpi/f77/coll/Makefile.am $(master_top_srcdir)/maint/f77tof90
28	( cd $(master_top_srcdir) && ./maint/f77tof90 test/mpi/f77/coll test/mpi/f90/coll Makefile.am Makefile.ap )
29
30MAINTAINERCLEANFILES = Makefile.am-stamp
31EXTRA_DIST += Makefile.am-stamp
32
33endif MAINTAINER_MODE
34
35