X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/blobdiff_plain/9155ea97b695b6eb5fca1ee79f57b334f6c4ef53..e9940d072c811c67f2b3a13782fc40bf591491b7:/Makefile.am diff --git a/Makefile.am b/Makefile.am index eb33ab4..44fba7a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,7 @@ ### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. bin_PROGRAMS = +noinst_PROGRAMS = man_MANS = EXTRA_DIST = @@ -36,7 +37,8 @@ AM_CFLAGS = $(mLib_CFLAGS) ###-------------------------------------------------------------------------- ### Documentation. -make_manpage = perl $(srcdir)/make-manpage <$(srcdir)/fwd.1.in +make_manpage = $(AM_V_GEN)perl \ + $(srcdir)/make-manpage <$(srcdir)/fwd.1.in EXTRA_DIST += fwd.1.in make-manpage ## The manual page. @@ -99,6 +101,13 @@ 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. ## Set the release number.