Mesa (master): glsl/build: Don't build glsl_compiler

Matt Turner mattst88 at kemper.freedesktop.org
Tue Jan 22 22:31:15 UTC 2013


Module: Mesa
Branch: master
Commit: 569f0e400aca0e7bfd13374384fb8d92caf869bc
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=569f0e400aca0e7bfd13374384fb8d92caf869bc

Author: Matt Turner <mattst88 at gmail.com>
Date:   Mon Jan 14 14:24:17 2013 -0800

glsl/build: Don't build glsl_compiler

Use glslparsertest from piglit instead.

Tested-by: Andreas Boll <andreas.boll.dev at gmail.com>

---

 src/glsl/Makefile.am |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/src/glsl/Makefile.am b/src/glsl/Makefile.am
index 36af90e..fa09c5e 100644
--- a/src/glsl/Makefile.am
+++ b/src/glsl/Makefile.am
@@ -36,7 +36,6 @@ include Makefile.sources
 
 noinst_LTLIBRARIES = libglsl.la
 check_PROGRAMS = glsl_test
-noinst_PROGRAMS = glsl_compiler
 
 libglsl_la_SOURCES = \
 	glsl_lexer.ll \
@@ -47,14 +46,6 @@ libglsl_la_SOURCES = \
 libglsl_la_LIBADD = glcpp/libglcpp.la
 libglsl_la_LDFLAGS =
 
-glsl_compiler_SOURCES = \
-	$(top_srcdir)/src/mesa/main/hash_table.c \
-	$(top_srcdir)/src/mesa/program/prog_hash_table.c \
-	$(top_srcdir)/src/mesa/program/symbol_table.c \
-	$(GLSL_COMPILER_CXX_FILES)
-
-glsl_compiler_LDADD = libglsl.la
-
 glsl_test_SOURCES = \
 	$(top_srcdir)/src/mesa/main/hash_table.c \
 	$(top_srcdir)/src/mesa/program/prog_hash_table.c \




More information about the mesa-commit mailing list