2014-08-12 07:30:31 +00:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = libcryb-mpi.la
|
|
|
|
|
|
|
|
libcryb_mpi_la_SOURCES = \
|
2016-09-04 12:56:39 +00:00
|
|
|
cryb_mpi_add.c \
|
|
|
|
cryb_mpi_add_abs.c \
|
|
|
|
cryb_mpi_cmp.c \
|
|
|
|
cryb_mpi_cmp_abs.c \
|
|
|
|
cryb_mpi_copy.c \
|
|
|
|
cryb_mpi_destroy.c \
|
|
|
|
cryb_mpi_eq.c \
|
|
|
|
cryb_mpi_eq_abs.c \
|
|
|
|
cryb_mpi_grow.c \
|
|
|
|
cryb_mpi_init.c \
|
|
|
|
cryb_mpi_load.c \
|
|
|
|
cryb_mpi_lshift.c \
|
|
|
|
cryb_mpi_negate.c \
|
|
|
|
cryb_mpi_rshift.c \
|
|
|
|
cryb_mpi_set.c \
|
|
|
|
cryb_mpi_sub.c \
|
|
|
|
cryb_mpi_sub_abs.c \
|
|
|
|
cryb_mpi_swap.c \
|
|
|
|
cryb_mpi_zero.c \
|
|
|
|
\
|
|
|
|
cryb_mpi.c
|
|
|
|
|
|
|
|
noinst_HEADERS = \
|
|
|
|
cryb_mpi_impl.h
|
2016-09-30 10:03:46 +00:00
|
|
|
|
|
|
|
libcryb_mpi_la_LIBADD = \
|
|
|
|
$(top_builddir)/lib/core/libcryb-core.la
|
2017-03-06 23:50:17 +00:00
|
|
|
|
|
|
|
pkgconfig_DATA = cryb-mpi.pc
|