summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/Makefile
AgeCommit message (Expand)Author
2009-10-30Add --with-dri-searchpath argumentChow Loong Jin
2009-01-31Build dri.pc during the build rather than the install process.Eric Anholt
2008-12-14Add more package metadata to the pkg-config filesDan Nicholson
2008-08-29DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg
2008-07-11Remove generated pkg-config files on `make clean'Dan Nicholson
2008-07-06Set library and header installation directories from configurationDan Nicholson
2008-06-27DRI-specific pkg-config fileDan Nicholson
2008-06-02bug #16503: use INSTALL macro instead of hard-coding to bin/minstallIan Romanick
2008-05-07Never fail `make clean'Dan Nicholson
2008-02-18Install dri_sarea.h in 'make install'Adam Jackson
2008-02-15Fix path to minstall in last commit.Adam Jackson
2008-02-15Install dri_interface.h in 'make install'.Adam Jackson
2007-05-20add missing right-parenBrian
2007-05-09Tweak the shell scripting for descending into and building subdirs.Brian
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul
2005-09-13replace semicolon with &&Brian Paul
2005-01-07Add an install targetKeith Whitwell
2004-06-09make rm for common not complainDave Airlie
2004-06-01Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKEEric Anholt
2004-05-03clean up the common objects..Dave Airlie
2004-04-29Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell
2004-04-14First attempt at building a dri module in this treeKeith Whitwell
2004-03-26Don't use pushd/popd.Brian Paul
2004-03-26New Makefile systemBrian Paul