It's not pretty or documented but it does more-or-less work.
### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
bin_PROGRAMS =
+noinst_PROGRAMS =
man_MANS =
EXTRA_DIST =
mantext.c: fw.1.in make-manpage
$(make_manpage) c >$@.new && mv $@.new $@
+###--------------------------------------------------------------------------
+### The blast tool.
+
+noinst_PROGRAMS += blast
+blast_SOURCES = blast.c
+blast_LDADD = $(mLib_LIBS)
+
###--------------------------------------------------------------------------
### Other infrastructure.