From: Mark Wooding Date: Wed, 2 Apr 2008 09:02:05 +0000 (+0100) Subject: Merge branch 'fwd' X-Git-Tag: 1.3.5^0 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/fwd/commitdiff_plain/270b8403580b7fd0feae995b9e8bad4a2ff660ff Merge branch 'fwd' * fwd: Rename entire project from `fw' to `fwd'. --- 270b8403580b7fd0feae995b9e8bad4a2ff660ff diff --cc Makefile.am index 3c5ca14,eb33ab4..57b1a83 --- a/Makefile.am +++ b/Makefile.am @@@ -96,16 -95,9 +96,16 @@@ fwd_SOURCES += mantext. CLEANFILES += mantext.c BUILT_SOURCES += mantext.c - mantext.c: fw.1.in make-manpage + mantext.c: fwd.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.