From 487fe72494051de4a7e513c15b6a895dcd0164ce Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 17 Jul 2000 14:32:20 +0000 Subject: See ChangeLog: Mon Jul 17 16:35:47 CEST 2000 Werner Koch --- mpi/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'mpi/Makefile.am') diff --git a/mpi/Makefile.am b/mpi/Makefile.am index 98ad5fcc..f7567e5f 100644 --- a/mpi/Makefile.am +++ b/mpi/Makefile.am @@ -3,12 +3,13 @@ INCLUDES = -I$(top_srcdir)/gcrypt CFLAGS = @CFLAGS@ @MPI_OPT_FLAGS@ -SFLAGS = @MPI_SFLAGS@ +ASFLAGS = @MPI_SFLAGS@ EXTRA_DIST = config.links DISTCLEANFILES = mpih-add1.S mpih-mul1.S mpih-mul2.S mpih-mul3.S \ mpih-lshift.S mpih-rshift.S mpih-sub1.S asm-syntax.h sysdep.h # Note: we only use .S files so we should delete all left over .s +# CLEANFILES = _*.s CLEANFILES = *.s noinst_LTLIBRARIES = libmpi.la @@ -56,4 +57,9 @@ libmpi_la_LIBADD = $(common_asm_objects) @MPI_EXTRA_ASM_OBJS@ .S.s: $(CPP) $(INCLUDES) $(DEFS) $< | grep -v '^#' >$*.s +# Hmmm, we should use this, so that OSes which do not distinguish +# filename case still work. We have to see how libtool can handle this +# $(CPP) $(INCLUDES) $(DEFS) $< | grep -v '^#' > _$*.s +# $(COMPILE) -c _$*.s +# mv -f _$*.o $*.o -- cgit v1.2.1