José Fonseca
57d00016ca
glew: Initial import.
From glew 1.5.1 release.
vor 16 Jahren
José Fonseca
90b2beb661
Simplify makefile boilerplate code.
Don't define ASM_SOURCES variable globally -- reserve that variable to be defined
locally by makefiles, together with C_SOURCES and CPP_SOURCES.
vor 17 Jahren
José Fonseca
6acd63a498
Code reorganization: update build.
Update the Makefiles and includes for the new paths.
Note that there hasn't been no separation of the Makefiles yet, and make is
jumping all over the place. That will be taken care shortly. But for now, make
should work. It was tested with linux and linux-dri. Linux-cell and linux-llvm
might require some minor tweaks.
vor 17 Jahren
Dan Nicholson
01b18abf93
Add -fno-strict-aliasing workaround for all GCC targets
Use a GCC option to work around aliasing bugs. See commit 013dbcd
for
more details.
vor 18 Jahren
Brian Paul
883f9891cb
LIB_DIR is now just 'lib' or 'lib64'
Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets.
Patch by Hanno Böck.
vor 19 Jahren
Brian Paul
28569c25f6
use ASM_API variable, bug 4415
vor 20 Jahren
Brian Paul
d84f09306c
Replace -lGL with -l$(GL_LIB), etc.
Remove GLU_LIB_DEPS, OSMESA_LIB_DEPS lines if identical to 'default' file.
vor 21 Jahren
Philippe Houdoin
b227e90837
Duplicate CFLAGS in CXXFLAGS removed. Now define DEBUG symbol in debug build.
vor 21 Jahren
Philippe Houdoin
375047ba72
make clean at root now clean the glu/$(GLU_DIRS) too.
vor 21 Jahren
Philippe Houdoin
25f2d96a8f
Turn gcc optimization up to -O3.
vor 21 Jahren
Philippe Houdoin
af8031ce5c
Add a BeOS build config.
vor 21 Jahren