Blame test/mpi/f90/attr/Makefile.ap
|
Packit Service |
c5cf8c |
## vim: set ft=automake :
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
noinst_PROGRAMS += fandcattrf90 baseattr3f90 attrlangf90
|
|
Packit Service |
c5cf8c |
fandcattrf90_SOURCES = fandcattrf90.f90 fandcattrc.c
|
|
Packit Service |
c5cf8c |
baseattr3f90_SOURCES = baseattr3f90.f90
|
|
Packit Service |
c5cf8c |
attrlangf90_SOURCES = attrlangf90.f90 attrlangc.c
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
# Remove any created module files, if we know the extension of those files
|
|
Packit Service |
c5cf8c |
clean-local:
|
|
Packit Service |
c5cf8c |
if [ "@FCMODEXT@" != "" ] ; then rm -f *.@FCMODEXT@ ; fi
|