@@@ tvec doc wip
[mLib] / utils / Makefile.am
index 2f6ed7c..240a046 100644 (file)
@@ -52,7 +52,16 @@ 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
+##LIBMANS              += control.3
+
+check_PROGRAMS         += t/control.t
+t_control_t_SOURCES     = t/control-test.c
+t_control_t_CPPFLAGS    = $(TEST_CPPFLAGS)
+t_control_t_LDFLAGS     = -static
 
 ## Exceptions.
 pkginclude_HEADERS     += exc.h
@@ -63,6 +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