X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2FSConscript;h=d328fc13c48d1a954b6b28d4c9308d37d18bba2c;hb=bceb5f36ec9a8fdda515102c3e52f41aa6cad1c5;hp=0f1543802b9448ae000c089e0ab5fae6c8ed505d;hpb=f6aab27d439d9a3ddc398fdcaedc625248f4dfe0;p=mesa.git diff --git a/src/mesa/SConscript b/src/mesa/SConscript index 0f1543802b9..d328fc13c48 100644 --- a/src/mesa/SConscript +++ b/src/mesa/SConscript @@ -417,23 +417,6 @@ if (env['gcc'] or env['clang']) and \ env.Append(CPPPATH = [matypes[0].dir]) -# The enums.c file is generated from the GL/ES API.xml file -env.CodeGenerate( - target = 'main/enums.c', - script = GLAPI + 'gen/gl_enums.py', - source = GLAPI + 'gen/gl_and_es_API.xml', - command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET' - ) - -# The api_exec.c file is generated from the GL/ES API.xml file -env.CodeGenerate( - target = 'main/api_exec.c', - script = GLAPI + 'gen/gl_genexec.py', - source = GLAPI + 'gen/gl_and_es_API.xml', - command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET' - ) - - def write_git_sha1_h_file(filename): """Mesa looks for a git_sha1.h file at compile time in order to display the current git hash id in the GL_VERSION string. This function tries