1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-09 12:54:23 +01:00
gnupg/mpi/Makefile.am

49 lines
982 B
Makefile
Raw Normal View History

1997-11-18 14:06:00 +00:00
## Process this file with automake to produce Makefile.in
INCLUDES = -I$(top_srcdir)/include
1997-11-26 21:06:44 +00:00
CFLAGS += -O2
1997-11-18 14:06:00 +00:00
1997-11-26 22:02:28 +00:00
SUFFIXES = .S .s
1997-11-18 14:06:00 +00:00
1997-11-26 22:02:28 +00:00
noinst_LIBRARIES = mpi
noinst_HEADERS = sysdep.h
1997-11-18 14:06:00 +00:00
1997-11-26 21:06:44 +00:00
mpi_SOURCES = longlong.h \
mpi-add.c \
mpi-bit.c \
mpi-cmp.c \
mpi-div.c \
mpi-gcd.c \
mpi-internal.h \
mpi-inline.h \
mpi-inv.c \
mpi-mul.c \
mpi-pow.c \
mpi-scan.c \
mpicoder.c \
mpih-cmp.c \
1997-11-26 22:02:28 +00:00
mpih-add.c \
mpih-sub.c \
1997-11-26 21:06:44 +00:00
mpih-div.c \
mpih-mul.c \
1997-11-18 14:06:00 +00:00
mpiutil.c
1997-11-26 22:02:28 +00:00
mpi_LIBADD = mpih-mul1.o \
mpih-mul2.o \
mpih-mul3.o \
mpih-add1.o \
mpih-sub1.o \
mpih-shift.o
#mpi_DEPENDENCIES = mpih-mul1.S \
# mpih-mul2.S \
# mpih-mul3.S \
# mpih-add1.S \
# mpih-sub1.S \
# mpih-shift.S
#
##DISTCLEANFILES = @MPI_DISTCLEANFILES@