[Mesa-dev] [PATCH 4/7] glsl/build: Don't build glsl_compiler
Matt Turner
mattst88 at gmail.com
Wed Jan 16 15:14:13 PST 2013
Use glslparsertest from piglit instead.
---
Alternatively, does automake offer any options for generating rules
to build a target without adding it to the default build? I'd be nice
to leave glsl_compiler out of the build but still be able to do
make glsl_compiler
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 \
--
1.7.8.6
More information about the mesa-dev
mailing list