Blame test/mpi/f08/attr/Makefile.am
|
Packit |
0848f5 |
# This Makefile.am generated automatically by f77tof90
|
|
Packit |
0848f5 |
# from test/mpi/f77/attr/Makefile.am. DO NOT EDIT
|
|
Packit |
0848f5 |
# -*- Mode: Makefile; -*-
|
|
Packit |
0848f5 |
# vim: set ft=automake :
|
|
Packit |
0848f5 |
#
|
|
Packit |
0848f5 |
# (C) 2011 by Argonne National Laboratory.
|
|
Packit |
0848f5 |
# See COPYRIGHT in top-level directory.
|
|
Packit |
0848f5 |
#
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
include $(top_srcdir)/Makefile_f08.mtest
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
EXTRA_DIST = testlist
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
# avoid having to write many "foo_SOURCES = foo.f90" lines
|
|
Packit |
0848f5 |
AM_DEFAULT_SOURCE_EXT = .f90
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
noinst_PROGRAMS = \
|
|
Packit |
0848f5 |
attrmpi1f08 \
|
|
Packit |
0848f5 |
baseattrf08 baseattr2f08 \
|
|
Packit |
0848f5 |
commattrf08 commattr2f08 commattr3f08 \
|
|
Packit |
0848f5 |
typeattrf08 typeattr2f08 typeattr3f08
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
## attraints.h will be distributed because it's listed in AC_CONFIG_FILES/AC_OUTPUT
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
# ensure that "{comm,type}attr*f.o" will be rebuilt when attraints.h is updated
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
## vim: set ft=automake :
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
noinst_PROGRAMS += fandcattrf08 baseattr3f08 attrlangf08
|
|
Packit |
0848f5 |
fandcattrf08_SOURCES = fandcattrf08.f90 fandcattrc.c
|
|
Packit |
0848f5 |
baseattr3f08_SOURCES = baseattr3f08.f90
|
|
Packit |
0848f5 |
attrlangf08_SOURCES = attrlangf08.f90 attrlangc.c
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
# Remove any created module files, if we know the extension of those files
|
|
Packit |
0848f5 |
clean-local:
|
|
Packit |
0848f5 |
if [ "@FCMODEXT@" != "" ] ; then rm -f *.@FCMODEXT@ ; fi
|