1
1

Cleanup and ignore Intel compiler build products

This commit was SVN r32463.
Этот коммит содержится в:
Ralph Castain 2014-08-08 16:13:43 +00:00
родитель e95187514c
Коммит 70da69a4f3
3 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -72,6 +72,7 @@ noinst_LTLIBRARIES = $(flibs)
#
MOSTLYCLEANFILES = *.mod
CLEANFILES += *.i90
#
# Install the generated .mod files. Unfortunately, each F90 compiler

Просмотреть файл

@ -27,6 +27,8 @@ AM_FCFLAGS = -I$(top_builddir)/ompi/include \
MOSTLYCLEANFILES = *.mod
CLEANFILES += *.i90
lib_LTLIBRARIES = libmpi_usempif08.la
module_sentinel_file = \

Просмотреть файл

@ -41,6 +41,7 @@ nodist_libmpi_usempi_ignore_tkr_la_SOURCES = \
#
MOSTLYCLEANFILES = *.mod
CLEANFILES += *.i90
# Install the generated .mod files. Unfortunately, each F90 compiler
# may generate different filenames, so we have to use a glob. :-(