summaryrefslogtreecommitdiff
path: root/src/mesa/es/Makefile
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-04-22 20:26:51 -0400
committerKristian Høgsberg <krh@bitplanet.net>2010-04-27 19:27:49 -0400
commitea0c7e71638a4a72a4eae962e6cc471bd33a5605 (patch)
tree5229269112efc701323ffe1ed500d22583bea63b /src/mesa/es/Makefile
parent1741ddb747ca0be284315adb4b6fe67ddf292d03 (diff)
mesa: Move api_exec_es*.c into mesa/main
This requires renaming a few functions to have unique names so that they can all live within the same driver.
Diffstat (limited to 'src/mesa/es/Makefile')
-rw-r--r--src/mesa/es/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mesa/es/Makefile b/src/mesa/es/Makefile
index 8b484853af..b095620c9d 100644
--- a/src/mesa/es/Makefile
+++ b/src/mesa/es/Makefile
@@ -83,17 +83,9 @@ libes2api.a: $(ES2_API_OBJECTS)
@$(MKLIB) -o es2api -static $(ES2_API_OBJECTS)
GENERATED_SOURCES := \
- main/api_exec_es1.c \
- main/api_exec_es2.c \
main/get_es1.c \
main/get_es2.c
-main/api_exec_es1.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 GLES1.1 > $@
-
-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.py
$(PYTHON2) $(PYTHON_FLAGS) $< 1 > $@