]> git.tuebingen.mpg.de Git - paraslash.git/commit - m4/gengetopt/write.m4
Simplify ggo makefile.
authorAndre Noll <maan@systemlinux.org>
Sun, 29 Jul 2012 18:51:18 +0000 (20:51 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 27 Aug 2012 11:01:08 +0000 (13:01 +0200)
commit35e284e06a5c8e20d02b61fdcb4bcc20b237c1e4
tree80f850a99c816472b29283c443623ce83222a637
parent8fa50e3e39b4f65dea2a694dc064038a41036642
Simplify ggo makefile.

Currently we have three different targets for creating *_cmdline.[ch]
files. This is because receivers, filters and writers need slightly
different command line options.

This patch defines the common options in the ggo makefile and moves
additional parameters to the individual .m4 files so that a single
target to create *_cmdline.[ch] is now sufficient.

The name of the command line parsers of some filters and writers
changed due to this unification, so these are updated accordingly.
20 files changed:
alsa_write.c
amp_filter.c
ao_write.c
compress_filter.c
file_write.c
m4/gengetopt/afh.m4
m4/gengetopt/audioc.m4
m4/gengetopt/audiod.m4
m4/gengetopt/client.m4
m4/gengetopt/fade.m4
m4/gengetopt/filter.m4
m4/gengetopt/gui.m4
m4/gengetopt/makefile
m4/gengetopt/recv.m4
m4/gengetopt/server.m4
m4/gengetopt/write.m4
mp3dec_filter.c
oss_write.c
osx_write.c
prebuffer_filter.c