Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-15 | Code reorganization: update build. | José Fonseca | |
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. | |||
2006-07-13 | LIB_DIR is now just 'lib' or 'lib64' | Brian Paul | |
Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck. | |||
2005-09-12 | use ASM_API variable, bug 4415 | Brian Paul | |
2004-09-13 | Replace -lGL with -l$(GL_LIB), etc. | Brian Paul | |
Remove GLU_LIB_DEPS, OSMESA_LIB_DEPS lines if identical to 'default' file. | |||
2004-08-24 | Duplicate CFLAGS in CXXFLAGS removed. Now define DEBUG symbol in debug build. | Philippe Houdoin | |
2004-08-16 | make clean at root now clean the glu/$(GLU_DIRS) too. | Philippe Houdoin | |
2004-08-14 | Turn gcc optimization up to -O3. | Philippe Houdoin | |
2004-08-14 | Add a BeOS build config. | Philippe Houdoin | |