summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2011-03-01 15:22:43 -0800
committerIan Romanick <ian.d.romanick@intel.com>2011-03-01 15:22:43 -0800
commit3158cc7df85a8c5bcdb90a7d9ebb62c72b5f052a (patch)
tree57ef3663096b61c8c3e1c5ec9d3d90853404531f /src/mesa/Makefile
parent6b369c4c7cd8a52f99bbff2a57fb316b33a87495 (diff)
mesa: Fix build breakage caused by c73e6ce
Diffstat (limited to 'src/mesa/Makefile')
-rw-r--r--src/mesa/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa/Makefile b/src/mesa/Makefile
index 48f79a5d55..10d73f000e 100644
--- a/src/mesa/Makefile
+++ b/src/mesa/Makefile
@@ -74,6 +74,12 @@ main/api_exec_es1.c: main/APIspec.xml main/es_generator.py main/APIspecutil.py m
main/api_exec_es2.c: main/APIspec.xml main/es_generator.py main/APIspecutil.py main/APIspec.py
$(PYTHON2) $(PYTHON_FLAGS) main/es_generator.py -S main/APIspec.xml -V GLES2.0 > $@
+program/program_parse.tab.c program/program_parse.tab.h: program/program_parse.y
+ bison -v -d --output=program/program_parse.tab.c $<
+
+program/lex.yy.c: program/program_lexer.l
+ flex --never-interactive --outfile=$@ $<
+
######################################################################
# Helper libraries used by many drivers: