1 ## Process this file with automake to produce Makefile.in
4 INCLUDES = -I$(top_srcdir)/include
5 CFLAGS = @CFLAGS@ @MPI_OPT_FLAGS@
8 EXTRA_DIST = config.links
9 DISTCLEANFILES = mpih-add1.S mpih-mul1.S mpih-mul2.S mpih-mul3.S \
10 mpih-lshift.S mpih-rshift.S mpih-sub1.S asm-syntax.h sysdep.h
11 # Note: we only use .S files so we should delete all left over .s
14 noinst_LTLIBRARIES = libmpi.la
17 libmpi_la_SOURCES = longlong.h \
38 # Note this objects are actually links, the sourcefiles are
39 # distributed by special code in dist-hook
40 common_asm_objects = mpih-mul1.lo \
48 libmpi_la_DEPENDENCIES = $(common_asm_objects) @MPI_EXTRA_ASM_OBJS@
49 libmpi_la_LIBADD = $(common_asm_objects) @MPI_EXTRA_ASM_OBJS@
51 # cancel the default rules used by libtool which do not really
52 # work and add one to cpp .S files
58 $(CPP) $(INCLUDES) $(DEFS) $< | grep -v '^#' >$*.s