auxiliary: rework the python generated sources rules
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 17 Jul 2015 09:52:35 +0000 (10:52 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 9 Sep 2015 11:48:50 +0000 (12:48 +0100)
commit0d39279448bbda6e824bcfd4997b4583bc0481af
tree926b2d6069942f5559b6aee010e9fa7831a93e39
parentc373eaedfc09ff2af7002b64ba0ae8ba71df86a1
auxiliary: rework the python generated sources rules

There are a few bits this commit aims to resolve:

One can generalise the mkdir rule to a simple MKDIR_P $(@D) which will
expand appropriately for even if we change the subdir name, and/or add
new rules. We can also drop the explicit $(srcdir) prefix for the
dependency rules, they they are not strictly required, nor used
elsewhere in mesa.

Finally replace $< with explicit filename to be consistent through the
file, and honour PYTHON_FLAGS.

v2: Add comprehensive commit summary/message (Ian, Matt)

Cc: 11.0 <mesa-stable@lists.freedesktop.org>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
src/gallium/auxiliary/Makefile.am