mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-15 02:05:40 +00:00
10 lines
161 B
Makefile
10 lines
161 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
lib_LTLIBRARIES = libcryb-mpi.la
|
|
|
|
libcryb_mpi_la_SOURCES = \
|
|
mpi.c \
|
|
mpi_add.c \
|
|
mpi_sub.c \
|
|
mpi_shift.c \
|
|
mpi_cmp.c
|