]> git.tuebingen.mpg.de Git - paraslash.git/commit
build: Introduce cmdlist_dir.
authorAndre Noll <maan@systemlinux.org>
Sun, 20 Apr 2014 02:03:09 +0000 (02:03 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 Oct 2014 12:15:54 +0000 (13:15 +0100)
commitfc16e6c98742b4ebe6d3130f0f56ac143806c084
treedcb487a6f27b65fe38a2486952f8f05487d0beed
parent8307bb0ce6a2530ea734acb4006eacb25089b4af
build: Introduce cmdlist_dir.

This puts all files generated by command_util.bash into a new
subdirectory inside the build directory. This way we don't need
to special-case these files any more in .gitignore, Doxyfile, make
clean. The compiler and depend.sh need to know this directory, so
we add -I$(cmdlist_dir) to CPPFLAGS and introduce a new parameter
for depend.sh.

To prevent cpp from including stale versions of the *command_list.h
files in the top level directory (left over from a previous build)
this commit renames the generated files slightly. For example,
audiod_completion.h becomes audiod.completion.h.
.gitignore
Doxyfile
Makefile.real
audioc.c
audiod_command.c
client.c
command.c
depend.sh
play.c