summaryrefslogtreecommitdiff
path: root/configs/linux-icc-static
AgeCommit message (Collapse)Author
2008-02-19Simplify makefile boilerplate code.José Fonseca
Don't define ASM_SOURCES variable globally -- reserve that variable to be defined locally by makefiles, together with C_SOURCES and CPP_SOURCES.
2006-07-13LIB_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.
2006-04-13more updates (Dan Schikore)Brian Paul
2005-09-12use ASM_API variable, bug 4415Brian Paul
2004-09-13Replace -lGL with -l$(GL_LIB), etc.Brian Paul
Remove GLU_LIB_DEPS, OSMESA_LIB_DEPS lines if identical to 'default' file.
2004-06-22Don't include glapi_*.S files in DRI / solo builds.Ian Romanick
2004-03-26new system configurationsBrian Paul