2 # libtool convenience library for libtommath
4 noinst_LTLIBRARIES += libtommath.la
6 headers = libs/libtommath/tommath.h \
7 libs/libtommath/tommath_class.h \
8 libs/libtommath/tommath_superclass.h
10 libtommath_la_SOURCES = libs/libtommath/mpi.c $(headers)
12 libtommath_la_CFLAGS = $(TOMMATH_CFLAGS)
13 libtommath_la_CPPFLAGS = $(TOMMATH_CFLAGS) -I$(top_srcdir)/libs/libtommath
16 noinst_PROGRAMS += libs/libtommath/test
18 libs_libtommath_test_SOURCES = libs/libtommath/tests/test.c
19 libs_libtommath_test_CFLAGS = $(TOMMATH_CFLAGS)
20 libs_libtommath_test_CPPFLAGS = $(TOMMATH_CFLAGS) -I$(top_srcdir)/libs/libtommath
21 libs_libtommath_test_LDADD = libtommath.la
23 EXTRA_DIST += libs/libtommath/tests/timing.c