mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
mesa: fix parser source gen for out-of-tree builds
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
261b1389eb
commit
91ecba9d05
1 changed files with 2 additions and 0 deletions
|
|
@ -86,9 +86,11 @@ main/api_exec_es2.c: main/APIspec.xml main/es_generator.py main/APIspecutil.py m
|
|||
-S $(srcdir)/main/APIspec.xml -V GLES2.0 > $@
|
||||
|
||||
program/program_parse.tab.c program/program_parse.tab.h: program/program_parse.y
|
||||
mkdir -p program
|
||||
$(YACC) -v -d --output=program/program_parse.tab.c $<
|
||||
|
||||
program/lex.yy.c: program/program_lexer.l
|
||||
mkdir -p program
|
||||
$(LEX) --never-interactive --outfile=$@ $<
|
||||
|
||||
all-local:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue