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
868b2b66 (kx 2024-12-20 16:11:07 +0300  1) 
868b2b66 (kx 2024-12-20 16:11:07 +0300  2) ACLOCAL_AMFLAGS = -I m4
868b2b66 (kx 2024-12-20 16:11:07 +0300  3) 
07a2b481 (kx 2024-12-28 08:20:38 +0300  4) SUBDIRS = po mpu man
868b2b66 (kx 2024-12-20 16:11:07 +0300  5) 
868b2b66 (kx 2024-12-20 16:11:07 +0300  6) EXTRA_DIST = config.rpath m4/ChangeLog  \
868b2b66 (kx 2024-12-20 16:11:07 +0300  7)              config/patches bootstrap  \
868b2b66 (kx 2024-12-20 16:11:07 +0300  8)              po/Makevars.template po/meson.build \
868b2b66 (kx 2024-12-20 16:11:07 +0300  9)              README.md doc/README.libtool doc/autogen-examples  \
868b2b66 (kx 2024-12-20 16:11:07 +0300 10)              l10n nls.h gettext.h version-tool \
868b2b66 (kx 2024-12-20 16:11:07 +0300 11)              mpu/binexp \
868b2b66 (kx 2024-12-20 16:11:07 +0300 12)              mpu/decexp \
868b2b66 (kx 2024-12-20 16:11:07 +0300 13)              mpu/etens \
868b2b66 (kx 2024-12-20 16:11:07 +0300 14)              mpu/epsilon \
868b2b66 (kx 2024-12-20 16:11:07 +0300 15)              mpu/m_const \
868b2b66 (kx 2024-12-20 16:11:07 +0300 16)              mpu/math    \
868b2b66 (kx 2024-12-20 16:11:07 +0300 17)              mpu/r_const \
868b2b66 (kx 2024-12-20 16:11:07 +0300 18)              acsite.m4   \
868b2b66 (kx 2024-12-20 16:11:07 +0300 19)              libmpu.m4
868b2b66 (kx 2024-12-20 16:11:07 +0300 20) 
868b2b66 (kx 2024-12-20 16:11:07 +0300 21) pkgconfigdir = $(libdir)/pkgconfig
868b2b66 (kx 2024-12-20 16:11:07 +0300 22) pkgconfig_DATA = mpu.pc
868b2b66 (kx 2024-12-20 16:11:07 +0300 23) bin_SCRIPTS = mpu-config
868b2b66 (kx 2024-12-20 16:11:07 +0300 24) 
868b2b66 (kx 2024-12-20 16:11:07 +0300 25) aclocaldir = $(datadir)/aclocal
868b2b66 (kx 2024-12-20 16:11:07 +0300 26) aclocal_DATA = libmpu.m4
868b2b66 (kx 2024-12-20 16:11:07 +0300 27) 
868b2b66 (kx 2024-12-20 16:11:07 +0300 28) nodist_include_HEADERS = include/libmpu.h
868b2b66 (kx 2024-12-20 16:11:07 +0300 29) BUILT_SOURCES = include/libmpu.h
868b2b66 (kx 2024-12-20 16:11:07 +0300 30) 
868b2b66 (kx 2024-12-20 16:11:07 +0300 31) LIBTOOL_DEPS = @LIBTOOL_DEPS@
868b2b66 (kx 2024-12-20 16:11:07 +0300 32) libtool: $(LIBTOOL_DEPS)
868b2b66 (kx 2024-12-20 16:11:07 +0300 33) 	$(SHELL) $(top_builddir)/config.status $(top_builddir)/libtool