driconf: Add translation-generation to build system, don't track generated files
authorCarl Worth <cworth@cworth.org>
Mon, 3 Dec 2012 23:43:19 +0000 (15:43 -0800)
committerCarl Worth <cworth@cworth.org>
Fri, 11 Jan 2013 21:54:54 +0000 (13:54 -0800)
commitb587a7595e7aae0809a8e7392e89c39df0c955b1
treecf73d53420456623ec9974cc9ee52e5ee04b07bc
parent8888c6f8e50f3e5e316d2f41556162bec9a685d4
driconf: Add translation-generation to build system, don't track generated files

Previously, the xmlpool directory had a lone Makefile to assist poeple in
manually invoking a deep make in order to update the translations in
options.h. We can observe that this wasn't happening in fact, (new
translations had been added to de.po without being generated into options.h,
and new options had been manually added directly to options.h rather than to
t_options.h).

Prevent both of these problems from occurring in the future by automatically
generating options.h as part of the standard build of mesa.

For this, the generated options.h is now removed from version control, (along
with Makefile in favor of Makefile.am).

[chadv: Port the Autotools changes to Android.]
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
configure.ac
src/mesa/drivers/dri/Android.mk
src/mesa/drivers/dri/common/Android.mk
src/mesa/drivers/dri/common/Makefile.am
src/mesa/drivers/dri/common/xmlpool/.gitignore
src/mesa/drivers/dri/common/xmlpool/Makefile.am [moved from src/mesa/drivers/dri/common/xmlpool/Makefile with 92% similarity]
src/mesa/drivers/dri/common/xmlpool/options.h [deleted file]
src/mesa/drivers/dri/i915/Android.mk
src/mesa/drivers/dri/i965/Android.mk