José Fonseca
d0e2a9add2
Add copyright header.
il y a 17 ans
José Fonseca
eab4472ee6
Demangle C++ symbols.
il y a 17 ans
José Fonseca
63ddae0990
gallium: Pre-processor for win32 kernel profile output.
il y a 17 ans
José Fonseca
a6ad492774
gallium: Simple facility to dump and view images for debugging.
il y a 17 ans
Eric Anholt
1a413b4d77
Use -pthread instead of -lpthread on FreeBSD.
il y a 18 ans
Brian
ed2fddc98e
special case for -pthread (bug 10876)
il y a 18 ans
Brian
98abd1bbc8
simplify .a suffixing
il y a 18 ans
Bernardo Innocenti
a9455bb9a7
remove static lib before building to make more bulletproof
il y a 18 ans
Michel Dänzer
c9795c6ca2
minstall: Pass correct destination file path to $RM regardless of source path.
(cherry picked from 26626c0052 commit)
il y a 19 ans
Michel Dänzer
bce82efe1f
minstall: Always remove destination file before (re-)creating it.
This avoids issues with overwriting files that are being used.
(cherry picked from d71a5647a3 commit)
il y a 19 ans
Michel Dänzer
26626c0052
minstall: Pass correct destination file path to $RM regardless of source path.
il y a 19 ans
Michel Dänzer
d71a5647a3
minstall: Always remove destination file before (re-)creating it.
This avoids issues with overwriting files that are being used.
il y a 19 ans
Brian Paul
0a3a1c6ae9
fix -noprefix option for Solaris (bug 7722)
il y a 19 ans
Brian Paul
464fcd0dd8
New bin/minstall script - a minimal replacement for 'install'.
Correctly handles symlinks so we can get rid of the COPY_LIBS stuff.
il y a 19 ans
Adam Jackson
3775b566fa
mkdir -> mkdir -p, since /usr/include might not exist in the installroot yet
il y a 19 ans
Brian Paul
65897c04c8
don't create include/GLES yet
il y a 19 ans
Brian Paul
5beff7c6c1
updates for GNU/Hurd (bug 6657)
il y a 19 ans
Brian Paul
b3282a3b9d
assorted AIX, IRIX fixes from Dan Schikore
il y a 19 ans
Brian Paul
1e1af99132
Use 'file' command in more places to determine the library ABI (IRIX, SunOS,
Darwin), removes need to pass in special -archopt flags.
Restore the -dlopen flag afterall.
il y a 19 ans
Brian Paul
56e0ee8efe
remove the -dlopen option. Always make both kinds of libs for AIX, Darwin.
il y a 19 ans
Brian Paul
fe14cf6951
Fixes for AIX, SunOS, Darwin. -dlopen flag to build dlopen()'able modules
for AIX, Darwin. (Dan Schikore)
il y a 19 ans
Brian Paul
59ebe1ff77
pass -m32 or -m64 to linker for SunOS as needed (bug 6484)
il y a 19 ans
Brian Paul
ef8b89faee
some comments for Darwin
il y a 19 ans
Brian Paul
a5033a0421
fix AIX issues (bug 5874)
il y a 20 ans
Brian Paul
30cc822163
install GLw headers (bug 5396)
il y a 20 ans
Brian Paul
413a49ce59
special-case Darwin (bug 4509)
il y a 20 ans
Eric Anholt
1c04be573e
Fix FreeBSD build by building libGL in the order desired, and doing a fix to my
mklib changes.
il y a 20 ans
Brian Paul
32a7ab2197
Darwin version fix (SF bug 1334274)
il y a 20 ans
Eric Anholt
b83435f53b
Attempt to fix libGL on FreeBSD, where the library was being built without any
dependencies, breaking builds of third-party software.
il y a 20 ans
Brian Paul
7a534dcab1
remove .a file before creating new one
il y a 20 ans
Brian Paul
7bb7f97594
fix FreeBSD problem (bug 4435)
il y a 20 ans
Ian Romanick
aba4864a25
Make the linux-dri-x86 builds work on x86-64 again. mklib now
determines the bits (either 32 or 64) for libraries without the lib
prefix. progs/egl/Makefile passes CFLAGS on the link commands so that
things like '-m32' get propagated.
il y a 20 ans
Eric Anholt
f1a261377f
Since this isn't a bash script, don't use function and instead inline the usage
into the one place that it's used.
il y a 20 ans
Brian Paul
7c1ab40898
Add license/copyright.
Add -h/--help option for usage.
Minor clean-ups.
il y a 20 ans
Brian Paul
8dcc6736ab
Added -linker option to mklib, used to specify a particular program for
linking, if relevant.
Updated Makefiles to use -linker option instead of setting CC, CXX env vars.
il y a 20 ans
Brian Paul
ccda2162f6
fix Darwin dynamic lib naming
il y a 20 ans
Jon Smirl
40b8b57ed4
Make install install GLES too
il y a 20 ans
Brian Paul
3e1961839e
if building 32-bit objects in 64-bit environment, use -m32 flag
il y a 20 ans
Dave Airlie
a2990a9d73
Add DESTDIR install target
il y a 20 ans
Brian Paul
0d5e6ccfd6
fixed OSF/1 shared lib problem (bug 1065260)
il y a 21 ans
Brian Paul
b17a1a1826
merge the AIX and AIX64 cases
il y a 21 ans
Brian Paul
158a251a6b
added initial support for -exports option, Linux/OpenBSD only for now
il y a 21 ans
Brian Paul
c498742768
if CXX or CC env vars aren't set, use g++, gcc by default (Linux)
il y a 21 ans
Karl Schultz
a16bdb5fb7
Enable builds on AIX 64-bit
il y a 21 ans
Brian Paul
b784b8f21f
indentation fixes
il y a 21 ans
Philippe Houdoin
ef4dd5ad79
Update BeOS mklib to set mimetype and version.
Static lib build support added.
il y a 21 ans
Brian Paul
76cfed853f
added commands for AIX shared libs (Shane Blackett)
il y a 21 ans
Ian Romanick
9eecb03226
Make sure mklib sees the definition of CC and CXX. Make mklib respect
the definitions of CC and CXX on Linux. This fixed build issues with
sunos5-gcc and build issues on GCC 2.x Linux when CC and CXX are set
to a GCC 3.x compiler.
il y a 21 ans
Brian Paul
ac0cfee885
fix HP-UX typo (bug 941576)
il y a 21 ans
Brian Paul
580548d046
added CYGWIN support
il y a 21 ans