mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-23 07:19:50 +00:00
3689ef32af
As we'll need the file in the release tarball, rework the rule so that the file is regenerated _only_ if we're in a git repository. With this in place we can build vulkan (anv) from a release tarball. Cc: Jason Ekstrand <jason.ekstrand@intel.com> Cc: Kristian Høgsberg Kristensen <krh@bitplanet.net> Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
52 lines
443 B
Plaintext
52 lines
443 B
Plaintext
*.a
|
|
*.dll
|
|
*.exe
|
|
*.ilk
|
|
*.la
|
|
*.lo
|
|
*.log
|
|
*.o
|
|
*.obj
|
|
*.os
|
|
*.pc
|
|
*.pdb
|
|
*.pyc
|
|
*.pyo
|
|
*.so
|
|
*.so.*
|
|
*.sw[a-z]
|
|
*.tar
|
|
*.tar.bz2
|
|
*.tar.gz
|
|
*.tar.xz
|
|
*.trs
|
|
*.zip
|
|
*~
|
|
depend
|
|
depend.bak
|
|
bin/ltmain.sh
|
|
lib
|
|
lib64
|
|
configure
|
|
configure.lineno
|
|
autom4te.cache
|
|
aclocal.m4
|
|
config.log
|
|
config.status
|
|
cscope*
|
|
tags
|
|
.scon*
|
|
config.py
|
|
build
|
|
libtool
|
|
manifest.txt
|
|
.dir-locals.el
|
|
.deps/
|
|
.dirstamp
|
|
.libs/
|
|
Makefile
|
|
Makefile.in
|
|
.install-mesa-links
|
|
.install-gallium-links
|
|
/src/git_sha1.h
|