From 8264a6a8a6486562a86bb0da3f631c298edbd303 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Fri, 20 Nov 2009 18:19:49 +0800 Subject: mesa/es: Switch to APIspec.xml. Update Makefile and ES generator to use APIspec.xml. Remove APIspec.txt and related files. Signed-off-by: Chia-I Wu --- src/mesa/es/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/mesa/es/Makefile') diff --git a/src/mesa/es/Makefile b/src/mesa/es/Makefile index 8cf2eaccab..6a4756c1b5 100644 --- a/src/mesa/es/Makefile +++ b/src/mesa/es/Makefile @@ -87,11 +87,11 @@ GENERATED_SOURCES := \ main/get_es1.c \ main/get_es2.c -main/api_exec_es1.c: main/APIspec.txt main/es_generator.py main/apiutil.py main/es1_special - $(PYTHON2) $(PYTHON_FLAGS) main/es_generator.py -S main/APIspec.txt -V GLES1.1 > $@ +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.txt main/es_generator.py main/apiutil.py main/es2_special - $(PYTHON2) $(PYTHON_FLAGS) main/es_generator.py -S main/APIspec.txt -V GLES2.0 > $@ +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 > $@ -- cgit v1.2.3