Math Processor Unit Library

libmpu – library of arithmetic functions for integer, real, and complex numbers of increased digit capacity

16 Commits   0 Branches   2 Tags

AUTOMAKE_OPTIONS = subdir-objects

lib_LTLIBRARIES = libmpu.la

libmpu_la_SOURCES = mpu-char.h                         \
                    mpu-symbols.h     mpu-emutype.h    \
                    mpu-context.c     mpu-context.h    \
                    mpu-math-errno.c  mpu-math-errno.h \
                    mpu-strerror.c    mpu-strerror.h   \
                    mpu-mtherr.c      mpu-mtherr.h     \
                    mpu-math-error.c  \
                    mpu-warning.c     \
                    mpu-integer.c     mpu-integer.h    \
                    mpu-real.c        mpu-real.h       \
                    mpu-floatp.c      mpu-floatp.h     \
                    mpu-ioreal.c      mpu-ioreal.h     \
                    mpu-m-const.c     mpu-m-const.h    \
                    st-sin.c          st-sin.h         \
                    st-cos.c          st-cos.h         \
                    st-sinh.c         st-sinh.h        \
                    st-cosh.c         st-cosh.h        \
                    st-atan2.c        st-atan2.h       \
                    st-exp.c          st-exp.h         \
                    st-log.c          st-log.h         \
                    st-ln.c           st-ln.h          \
                    st-logtable.c     st-logtable.h    \
                    st-service.c      st-service.h     \
                    mpu-math.c        mpu-math.h       \
                    mpu-tetrade.c


libmpu_la_CPPFLAGS = -I$(top_builddir)/include -I. -I$(top_srcdir)

libmpu_la_LIBADD = -lpthread

libmpu_la_LDFLAGS = -version-info @LIBMPU_LT_VERSION_INFO@