Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simplify APP_LIB_DEPS (patch 2/3) | Dan Nicholson | 2007-10-29 | 1 | -2/+4 |
| | |||||
* | add support for LDFLAGS env var | Dan Nicholson | 2007-09-28 | 1 | -0/+1 |
| | |||||
* | master/trunk is now for Mesa 7.1 devel: bump versions | Brian | 2007-05-14 | 1 | -1/+1 |
| | |||||
* | Version bumps for 7.0 | Brian | 2007-04-27 | 1 | -3/+3 |
| | |||||
* | add glsl to PROGRAM_DIRS | Brian | 2007-04-08 | 1 | -1/+1 |
| | |||||
* | bump version to 6.5.3 to match version.h | Brian | 2007-03-28 | 1 | -1/+1 |
| | |||||
* | remove some debug/test changes | Brian Paul | 2006-10-19 | 1 | -2/+1 |
| | |||||
* | New bin/minstall script - a minimal replacement for 'install'. | Brian Paul | 2006-10-19 | 1 | -3/+3 |
| | | | | Correctly handles symlinks so we can get rid of the COPY_LIBS stuff. | ||||
* | bump version to 6.5.2 | Brian Paul | 2006-09-21 | 1 | -1/+1 |
| | |||||
* | comment out EXTRA_LIB_PATH, ?= causes problems on HP-UX | Brian Paul | 2006-09-06 | 1 | -1/+1 |
| | |||||
* | bump MESA_TINY to 1 | Brian Paul | 2006-07-20 | 1 | -1/+1 |
| | |||||
* | LIB_DIR is now just 'lib' or 'lib64' | Brian Paul | 2006-07-13 | 1 | -6/+10 |
| | | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck. | ||||
* | New 'install' targets in makefile. See bug 2372. | Brian Paul | 2006-06-22 | 1 | -2/+11 |
| | |||||
* | update version to 6.5.0 | Brian Paul | 2005-08-23 | 1 | -2/+2 |
| | |||||
* | Convert libGL and DRI drivers to require libdrm. | Adam Jackson | 2005-08-19 | 1 | -1/+1 |
| | | | | | | libdrm can be had from: http://people.freedesktop.org/~ajax/libdrm/ | ||||
* | Bump version to 6.3.2 | Brian Paul | 2005-08-16 | 1 | -1/+1 |
| | |||||
* | bump version to 6.3.1 | Brian Paul | 2005-07-21 | 1 | -1/+1 |
| | |||||
* | Put default back to the normal DRM path | Jon Smirl | 2005-07-02 | 1 | -2/+1 |
| | |||||
* | Massive refactor of (most of) the Linux config files. This reduces | Ian Romanick | 2005-07-02 | 1 | -3/+4 |
| | | | | | the length of each config and brings a lot of much needed uniformity to them. | ||||
* | Move the PYTHON2 and PYTHON_FLAGS assignments to configs/current, and | Brian Paul | 2005-07-01 | 1 | -1/+6 |
| | | | | | include $(TOP)/configs/current in glapi/Makefile so those vars can be easily overridden by any system config, if needed. | ||||
* | fix error in OSMESA_LIB_NAME line | Brian Paul | 2005-06-07 | 1 | -1/+1 |
| | |||||
* | added a comment | Brian Paul | 2005-05-05 | 1 | -0/+1 |
| | |||||
* | use $(*_LIB) in the *_LIB_NAME definitions | Brian Paul | 2005-03-23 | 1 | -5/+5 |
| | |||||
* | Improve the behaviour of the build system wrt depend files. | Keith Whitwell | 2004-12-08 | 1 | -1/+1 |
| | | | | | | | | - Remove the -Y option for makedepend, so that the standard directories are searched - No longer pipe the multiple errors that the -Y option caused into /dev/null -- we want to know about these failures. - Fix up a few other misc makedepend failures. | ||||
* | bump version to 6.3 | Brian Paul | 2004-10-02 | 1 | -1/+1 |
| | |||||
* | bump minor version to 2 | Brian Paul | 2004-09-27 | 1 | -1/+1 |
| | |||||
* | Replace -lGL with -l$(GL_LIB), etc. | Brian Paul | 2004-09-13 | 1 | -5/+5 |
| | | | | Remove GLU_LIB_DEPS, OSMESA_LIB_DEPS lines if identical to 'default' file. | ||||
* | remove -lXm (motif) from GLW_LIB_DEPS since it's not needed by default | Brian Paul | 2004-07-20 | 1 | -2/+3 |
| | |||||
* | try and find the drm in a more likely place | Dave Airlie | 2004-06-10 | 1 | -1/+1 |
| | |||||
* | Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE | Eric Anholt | 2004-06-01 | 1 | -1/+1 |
| | | | | | | variable (defaults to "make") and use that. Use the MKDEP and MKDEP_OPTIONS more. Our shell isn't bash, so change the instances of ">& /dev/null" to a more compatible "> /dev/null 2>&1". | ||||
* | Add DRM_SOURCE_PATH to make system. | Jon Smirl | 2004-04-13 | 1 | -0/+2 |
| | | | | Needed for linux-solo to build | ||||
* | use new MKDEP, MKDEP_OPTIONS variables | Brian Paul | 2004-04-07 | 1 | -0/+4 |
| | |||||
* | don't try to make GLwMDrawA.c by default since it needs Motif | Brian Paul | 2004-03-26 | 1 | -2/+2 |
| | |||||
* | added glw to SRC_DIRS | Brian Paul | 2004-03-26 | 1 | -1/+1 |
| | |||||
* | new system configurations | Brian Paul | 2004-03-26 | 1 | -0/+61 |