Declare Makefile suffixes, to be a little closer to POSIX make compliance.
authorBen Pfaff <blp@gnu.org>
Fri, 9 Oct 2009 02:50:59 +0000 (19:50 -0700)
committerBen Pfaff <blp@gnu.org>
Sat, 10 Oct 2009 21:29:25 +0000 (14:29 -0700)
commit4ba231eb219f2cd1daa45297672b61bcc11cfcff
treeba7d24008c6f5158cc4c359888c4d8cf681c5a89
parentb40553085a85914b85d32c483faf185ad6b39589
Declare Makefile suffixes, to be a little closer to POSIX make compliance.

POSIX requires that suffixes used in implicit rules be declared.  Automake
allows one to do that by adding the suffixes to a variable named SUFFIXES.
We weren't doing that consistently, and this commit fixes that up.

POSIX doesn't allow suffixes to contain more than one period, so this isn't
a complete fix, since the Makefiles still use .h.pl and .inc.pl as
suffixes.  There are other reasons, too, why the PSPP Makefiles are not
POSIX-compliant.
Makefile.am
po/automake.mk
src/language/expressions/automake.mk
src/ui/gui/automake.mk