Blame test/mpi/f90/topo/Makefile.am
|
Packit Service |
c5cf8c |
# This Makefile.am generated automatically by f77tof90
|
|
Packit Service |
c5cf8c |
# from f77/topo/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 = cartcrf90 dgraph_wgtf90 dgraph_unwgtf90
|
|
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/topo/Makefile.am $(top_srcdir)/maint/f77tof90
|
|
Packit Service |
c5cf8c |
( cd $(top_srcdir) && ./maint/f77tof90 f77/topo f90/topo 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 |
|