Blame test/mpi/f08/util/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 |
## list a dummy library that we don't actually build in order to cause automake
|
|
Packit Service |
c5cf8c |
## to emit a rule for building mtestf08.o from mtestf08.f90
|
|
Packit Service |
c5cf8c |
EXTRA_LIBRARIES = libmtest_dummy.a
|
|
Packit Service |
c5cf8c |
libmtest_dummy_a_SOURCES = mtestf08.f90
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
all-local: mtestf08.$(OBJEXT)
|