mesa: Move api_exec_es*.c into mesa/main
[mesa.git] / src / mesa / es / Makefile
index 8b484853afe7bb8be785e19a1cf30823d5dbf432..b095620c9dab57be4e9aa1cd322394b41341ba51 100644 (file)
@@ -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 > $@