summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-04-24 19:17:54 -0400
committerKristian Høgsberg <krh@bitplanet.net>2010-04-27 19:28:11 -0400
commit7aae8a592a299abd881372d3a2850375c2bb8884 (patch)
tree48fb9962c90f050446b84a2efa16f2c6780ab16d /src/mesa/Makefile
parent003433989597771bbb4f03cf678f5771c09606fd (diff)
mesa: Move get_es*.c to main/
Diffstat (limited to 'src/mesa/Makefile')
-rw-r--r--src/mesa/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/Makefile b/src/mesa/Makefile
index 7dcde5275e..e4040881f1 100644
--- a/src/mesa/Makefile
+++ b/src/mesa/Makefile
@@ -30,6 +30,11 @@ 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 > $@
+main/get_es1.c: main/get_gen_es.py
+ $(PYTHON2) $(PYTHON_FLAGS) $< 1 > $@
+
+main/get_es2.c: main/get_gen_es.py
+ $(PYTHON2) $(PYTHON_FLAGS) $< 2 > $@
######################################################################
# Helper libraries used by many drivers: