]> git.tuebingen.mpg.de Git - paraslash.git/commit
build: Construct list of executables in Makefile.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 24 Jun 2023 19:36:17 +0000 (21:36 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 17 Mar 2024 11:34:49 +0000 (12:34 +0100)
commitb1684c15322f08a51bb81fb1b7268887225751f8
tree515a4f6a6f8ff41b5864fcf0282b4eda550507ef
parent142ee7011b66ad76e7a3be47ccd9e9ab24d7f174
build: Construct list of executables in Makefile.

This is actually easier and removes some duplication as we currently
have two copies of the logic which decides whether or not to build
each executable. We lose the summary output at the end of the configure
output, but that was incomplete anyway.
Makefile.in
Makefile.real
configure.ac