build: Abolish the `$e', `$o' and `$t' variables.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 15 May 2016 14:30:40 +0000 (15:30 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 16 May 2016 08:20:02 +0000 (09:20 +0100)
commitba57d6526b809146b9c22d8f166b51d22e3bdb68
tree6d9d5806d7f2f9952e9491de20ea6adf93395783
parenta6d8eb54f8da26e372aa56951e4731ec00903f77
build: Abolish the `$e', `$o' and `$t' variables.

I don't think anything ever used `$o'.  Use of `$e' gets in the way of
Automake's magic handling of executable suffixes under Cygwin.  This is
especially acute when executables are listed as tests to be run, because
Autoconf is buggy and sometimes strips off the suffix and sometimes
doesn't.

So we write everything out longhand.  Sorry.
math/Makefile.am
misc/Makefile.am
pub/Makefile.am
rand/Makefile.am
symm/Makefile.am
symm/modes.am.in
vars.am