summaryrefslogtreecommitdiffstats
path: root/configs/linux-icc
Commit message (Collapse)AuthorAgeFilesLines
* Simplify makefile boilerplate code.José Fonseca2008-02-191-2/+2
| | | | | Don't define ASM_SOURCES variable globally -- reserve that variable to be defined locally by makefiles, together with C_SOURCES and CPP_SOURCES.
* LIB_DIR is now just 'lib' or 'lib64'Brian Paul2006-07-131-2/+2
| | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
* use ASM_API variable, bug 4415Brian Paul2005-09-121-1/+2
|
* Replace -lGL with -l$(GL_LIB), etc.Brian Paul2004-09-131-3/+2
| | | | Remove GLU_LIB_DEPS, OSMESA_LIB_DEPS lines if identical to 'default' file.
* Don't include glapi_*.S files in DRI / solo builds.Ian Romanick2004-06-221-1/+1
|
* new system configurationsBrian Paul2004-03-261-0/+22