summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/dri_client/Makefile
AgeCommit message (Collapse)Author
2005-11-29use the files from the drm tree/packageBrian Paul
2005-05-26use shared-core instead of sharedDave Airlie
2005-01-07Add a noop install targetKeith Whitwell
2004-12-08Improve the behaviour of the build system wrt depend files.Keith Whitwell
- 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.
2004-10-04make clean should remove depend.bak too (Sérgio Moneiro Basto)Brian Paul
2004-06-01Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKEEric Anholt
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".
2004-05-31Use MKDEP make variables instead of hard-coding.Eric Anholt
2004-05-27Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.Ian Romanick
2004-05-03fix up build for solo/driDave Airlie
2004-04-29Remove several files that are only used in the XFree86 / Xorg libGL.so.Ian Romanick
They are *not* linked into the *_dri.so drivers.
2004-04-29Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell
2004-04-14First pass at support for building DRI drivers in mesa tree.Keith Whitwell