]> git.tuebingen.mpg.de Git - paraslash.git/commit
Merge topic branch t/build into pu
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 17 Mar 2024 11:35:53 +0000 (12:35 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 17 Mar 2024 11:35:53 +0000 (12:35 +0100)
commit33871219f2e65e10d7f0144d3bb26cc93bb25018
tree40cce62024110802a1b07ab9ec6decc9f9499f87
parent9e0cbc6950e763ae440c7ffdc61fbb599dd394b9
parentfaf7025764e15161fb9a39f43314a0f86640d85f
Merge topic branch t/build into pu

Started on 2023-06-21

This series simplifies the build system quite a bit. The bulk of the
series consists of the commits which move the logic to construct
the object list of the paraslash executables from configure.ac to
Makefile.real.

<!--
- Simplification of the build system. The only visible effect is
  that configure no longer prints a summary at the end.
-->

* refs/heads/t/build:
  build: Rename all_objs -> dep_objs.
  build: No longer check for CRYPTO_cleanup_all_ex_data().
  build: Construct list of executables in Makefile.
  build: Construct audioc object list in Makefile.
  build: Construct write object list in Makefile.
  build: Construct play object list in Makefile.
  build: Construct afh object list in Makefile.
  build: Construct filter object list in Makefile.
  build: Construct recv object list in Makefile.
  build: Construct gui object list in Makefile.
  build: Construct mixer object list in Makefile.
  build: Construct audiod and client object list in Makefile.
  build: Construct server and upgrade_db object list in Makefile.
  build: Simplify condition for building para_server.
  build: Simplify ogg helpers of configure.ac.
  build: Remove AUDIOD_AUDIO_FORMATS_ENUM.
  build: Remove _errlist in shell variables of configure.ac.
  build: yy_src_dir and yy_build_dir can be simply expanded.
  build: Remove info about ucred from configure output.