]> git.tuebingen.mpg.de Git - paraslash.git/commit
build: Define Make variables for cppflags.
authorAndre Noll <maan@systemlinux.org>
Sun, 15 Sep 2013 00:35:36 +0000 (00:35 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 1 Dec 2013 10:57:20 +0000 (11:57 +0100)
commit761d9bd95a6601c0b3be6591a6b6672b755e1fbe
treef528dbe1f3c7d473d9a057f0573a80d574fdcc64
parent38657223b245405602bc50906a9687ce98f53857
build: Define Make variables for cppflags.

As a first step towards separating autoconf output variables and Make
recipes, this commit defines Make variables for all cppflags at the
top of Makefile.in and avoids @variable@ constructs in Make rules.

As an additional benefit, this improves readability of the generated
Makefile.
Makefile.in