From 4b5e71ca4e84e61e595dec19e1c7cab0c0a73f24 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 18 Nov 1997 14:05:56 +0000 Subject: initially checkin --- mpi/Makefile.am | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 mpi/Makefile.am (limited to 'mpi/Makefile.am') diff --git a/mpi/Makefile.am b/mpi/Makefile.am new file mode 100644 index 00000000..5edd90c2 --- /dev/null +++ b/mpi/Makefile.am @@ -0,0 +1,27 @@ +## Process this file with automake to produce Makefile.in + +INCLUDES = -I$(top_srcdir)/include + +noinst_LIBRARIES = mpi + + +mpi_SOURCES = longlong.h \ + mpi-add.c \ + mpi-bit.c \ + mpi-cmp.c \ + mpi-div.c \ + mpi-gcd.c \ + mpi-internal.h \ + mpi-inv.c \ + mpi-mul.c \ + mpi-pow.c \ + mpi-scan.c \ + mpicoder.c \ + mpihelp-add.c \ + mpihelp-cmp.c \ + mpihelp-div.c \ + mpihelp-mul.c \ + mpihelp-shift.c \ + mpihelp-sub.c \ + mpiutil.c + -- cgit v1.2.1