]> git.tuebingen.mpg.de Git - paraslash.git/commit - Makefile.real
build: Remove cmdline_dir and friends.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 10 Jul 2016 16:33:48 +0000 (18:33 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 Mar 2017 09:02:28 +0000 (11:02 +0200)
commite43ca5dad846ed131404677a8ef9955ff5f55aff
tree43e44a2b8c7e14859449c98b7c2be21374cc102e
parent347cc5d773017d1dfeac0781541b618627cf7bd9
build: Remove cmdline_dir and friends.

This directory used to contain the source files of the command line
parsers generated by gengetopt. There are no such files any more,
so the the receipts which compile these source files can go away and
we do not need to create the directory any more.

The special CFLAGS for compiling those files can be removed as well
as the include directive for CPPFLAGS.

Finally, the make construct which filters out the .cmdline.d files
from the list of dependency files is no longer needed, and we may get
rid of the sed command which prepends $(cmdline_dir) to the includes
of the dependency files.
Makefile.real