automake: compact gallium/drivers and gallium/winsys makefiles
authorEmil Velikov <emil.l.velikov@gmail.com>
Tue, 12 Aug 2014 23:00:50 +0000 (00:00 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 12 Aug 2014 23:46:53 +0000 (00:46 +0100)
commitfd7da27a43182169e6306d9df39e7e9498e38d28
tree53e47a6cdee73a3d4b7f90beb914ee41c159243e
parent792041ebe5d6ccfdd03cf6903f4942aa115387c6
automake: compact gallium/drivers and gallium/winsys makefiles

Rather than having two separate almost empty and identical makefiles,
compact them thus improving the configure and build time.
Additionally this makes the automake build symmetrical to the scons
and android one.

v2: Rebase on top of vc4, compact drivers + winsys on a single line.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
configure.ac
src/Makefile.am
src/gallium/Makefile.am [new file with mode: 0644]
src/gallium/drivers/Makefile.am [deleted file]
src/gallium/winsys/Makefile.am [deleted file]