diff options
Diffstat (limited to 'mpi/Makefile.in')
-rw-r--r-- | mpi/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mpi/Makefile.in b/mpi/Makefile.in index 831f23031..c0db398a7 100644 --- a/mpi/Makefile.in +++ b/mpi/Makefile.in @@ -97,6 +97,8 @@ INCLUDES = -I$(top_srcdir)/include SUFFIXES = .S .s EXTRA_DIST = config.links +DISTCLEANFILES = mpih-add1.S mpih-mul1.S mpih-mul2.S mpih-mul3.S \ + mpih-shift.S mpih-sub1.S asm-syntax.h sysdep.h noinst_LIBRARIES = libmpi.a # noinst_HEADERS = |