OSDN Git Service

Simplify makefile boilerplate code.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Tue, 19 Feb 2008 04:27:13 +0000 (13:27 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Tue, 19 Feb 2008 05:06:11 +0000 (14:06 +0900)
commit90b2beb661f630966788a6e909dc759c99e38973
tree16bffb1c7e73a3ac28c58f4fd0402aa74606ed41
parentf430d95a36d55141cd9ef911aab70364ce4a4108
Simplify makefile boilerplate code.

Don't define ASM_SOURCES variable globally -- reserve that variable to be defined
locally by makefiles, together with C_SOURCES and CPP_SOURCES.
34 files changed:
configs/beos
configs/default
configs/freebsd-dri
configs/freebsd-dri-amd64
configs/freebsd-dri-x86
configs/linux-directfb
configs/linux-dri
configs/linux-dri-ppc
configs/linux-dri-x86
configs/linux-dri-x86-64
configs/linux-dri-xcb
configs/linux-icc
configs/linux-icc-static
configs/linux-indirect
configs/linux-solo
configs/linux-solo-x86
configs/linux-sparc
configs/linux-x86
configs/linux-x86-64
configs/linux-x86-glide
configs/sunos5-gcc
src/gallium/auxiliary/cso_cache/Makefile
src/gallium/auxiliary/draw/Makefile
src/gallium/auxiliary/pipebuffer/Makefile
src/gallium/auxiliary/rtasm/Makefile
src/gallium/auxiliary/tgsi/Makefile
src/gallium/auxiliary/util/Makefile
src/gallium/drivers/failover/Makefile
src/gallium/drivers/i915simple/Makefile
src/gallium/drivers/i965simple/Makefile
src/gallium/drivers/softpipe/Makefile
src/gallium/winsys/dri/Makefile.template
src/glx/x11/Makefile
src/mesa/sources