Blame test/mpi/f77/topo/Makefile.am
|
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_f77.mtest
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
EXTRA_DIST = testlist
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
# avoid having to write many "foo_SOURCES = foo.f" lines
|
|
Packit Service |
c5cf8c |
AM_DEFAULT_SOURCE_EXT = .f
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
noinst_PROGRAMS = cartcrf dgraph_wgtf dgraph_unwgtf
|