mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 05:58:05 +02:00
This does introduce a warning by the automake build system, that the missing-symbols test build is non-portable. That's true -- Mac OS X can't take something built as a loadable module and just link it as a library. Of course, we aren't building this on OS X at all, so it would be nice to be able to suppress it, but I haven't found a way. Still, the build is going to be much quieter than we have ever had before, so I think this is a fair tradeoff until we find a way to shut that warning up. v2: Put a link in /lib to avoid transition pains for people. Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> (v1) Reviewed-by: Matt Turner <mattst88@gmail.com> (v1)
38 lines
308 B
Text
38 lines
308 B
Text
*.a
|
|
*.dll
|
|
*.exe
|
|
*.ilk
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
*.os
|
|
*.pc
|
|
*.pdb
|
|
*.pyc
|
|
*.pyo
|
|
*.so
|
|
*.so.*
|
|
*.sw[a-z]
|
|
*.tar
|
|
*.tar.bz2
|
|
*.tar.gz
|
|
*.zip
|
|
*~
|
|
depend
|
|
depend.bak
|
|
bin/ltmain.sh
|
|
lib
|
|
lib64
|
|
configure
|
|
configure.lineno
|
|
autom4te.cache
|
|
aclocal.m4
|
|
config.log
|
|
config.status
|
|
cscope*
|
|
.scon*
|
|
config.py
|
|
build
|
|
libtool
|
|
manifest.txt
|
|
.dir-locals.el
|