compiler: automake: split out glsl into separate makefile
authorEmil Velikov <emil.l.velikov@gmail.com>
Tue, 5 Apr 2016 13:40:42 +0000 (14:40 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 11 Apr 2016 18:08:23 +0000 (19:08 +0100)
commit9324afc0e9343417497667b15024a94da7654105
treec5b86aed2daccf3fcd4c20572eb056dcbc557182
parent3d67780b80df91bd0326b77dcc8d90af719e087e
compiler: automake: split out glsl into separate makefile

Preserve the functionality while keeping the files smaller and
more readable.

v2: Do not include Makefile.sources from the GLSL makefile (silences
automake warnings)

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Acked-by: Jason Ekstrand <jason@jlekstrand.net> (v1)
src/compiler/Makefile.am
src/compiler/Makefile.glsl.am [new file with mode: 0644]