mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-14 09:40:19 +01:00
put glapi_x86.S into the x86/ directory
This commit is contained in:
parent
788ff5b5c7
commit
58d84409a3
1 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
|||
# up to him/her to re-run this makefile and check in the newly generated files.
|
||||
|
||||
|
||||
OUTPUTS = glprocs.h glapitemp.h glapioffsets.h glapitable.h glapi_x86.S
|
||||
OUTPUTS = glprocs.h glapitemp.h glapioffsets.h glapitable.h ../x86/glapi_x86.S
|
||||
|
||||
COMMON = gl_XML.pyc license.pyc gl_API.xml
|
||||
|
||||
|
|
@ -30,8 +30,8 @@ glapioffsets.h: $(COMMON) gl_offsets.py
|
|||
glapitable.h: $(COMMON) gl_table.py
|
||||
python2 -t gl_table.py > glapitable.h
|
||||
|
||||
glapi_x86.S: $(COMMON) gl_x86_asm.py
|
||||
python2 -t gl_x86_asm.py > glapi_x86.S
|
||||
../x86/glapi_x86.S: $(COMMON) gl_x86_asm.py
|
||||
python2 -t gl_x86_asm.py > ../x86/glapi_x86.S
|
||||
|
||||
clean:
|
||||
rm -f *~ *.pyc
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue