mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-04 20:38:50 +01:00
28 lines
530 B
Makefile
28 lines
530 B
Makefile
|
## 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
|
||
|
|