@@@ tvec doc wip
[mLib] / utils / Makefile.am
index 9f4562e..240a046 100644 (file)
@@ -52,7 +52,7 @@ check_PROGRAMS                += t/bits.t
 t_bits_t_SOURCES        = t/bits-test.c
 t_bits_t_CPPFLAGS       = $(TEST_CPPFLAGS)
 t_bits_t_LDFLAGS        = -static
-EXTRA_DIST             += t/bits-testgen.py
+EXTRA_DIST             += t/bits-testgen
 
 ## Control flow.
 pkginclude_HEADERS     += control.h
@@ -72,11 +72,20 @@ check_PROGRAMS              += t/exc.t
 t_exc_t_SOURCES                 = t/exc-test.c
 t_exc_t_LDFLAGS                 = -static
 
+## Generalized formatting.
+pkginclude_HEADERS     += gprintf.h
+libutils_la_SOURCES    += gprintf.c
+##LIBMANS              += gprintf.3
+
 ## Linear regression.
 pkginclude_HEADERS     += linreg.h
 libutils_la_SOURCES    += linreg.c
 ##LIBMANS              += linreg.3
 
+## Mathematics.
+pkginclude_HEADERS     += maths.h
+##LIBMANS              += maths.3
+
 ## String handling.
 pkginclude_HEADERS     += str.h
 libutils_la_SOURCES    += str.c