make: Fold ASM_CFLAGS into DEFINES.
authorEric Anholt <eric@anholt.net>
Mon, 11 Jun 2012 17:25:05 +0000 (10:25 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 21 Jun 2012 16:58:12 +0000 (09:58 -0700)
commite426949cf1c328d5686b1048cdcec54a4fbca986
tree5e0c596b25bcaf097791394678bb3c363537dbfc
parent07b28af5b57338263e8aef5833e7d5085051a655
make: Fold ASM_CFLAGS into DEFINES.

Every place that uses ASM_FLAGS already uses DEFINES.  Not including
it in DEFINES is just a way to screw up potential users, as I've done
several times while working on the build system.
14 files changed:
configs/autoconf.in
configure.ac
src/gallium/drivers/Makefile.am
src/gallium/drivers/r300/Makefile.am
src/gallium/drivers/r600/Makefile.am
src/mesa/Makefile
src/mesa/drivers/dri/common/Makefile.am
src/mesa/drivers/dri/i915/Makefile.am
src/mesa/drivers/dri/i965/Makefile.am
src/mesa/drivers/dri/nouveau/Makefile.am
src/mesa/drivers/dri/r200/Makefile.am
src/mesa/drivers/dri/radeon/Makefile.am
src/mesa/drivers/dri/swrast/Makefile.am
src/mesa/libdricore/Makefile.am