aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add an install targetKeith Whitwell2005-01-071-0/+6
|
* make rm for common not complainDave Airlie2004-06-091-1/+1
|
* Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKEEric Anholt2004-06-011-2/+2
| | | | | | 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".
* clean up the common objects..Dave Airlie2004-05-031-0/+1
|
* Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell2004-04-291-0/+2
|
* First attempt at building a dri module in this treeKeith Whitwell2004-04-141-5/+3
| | | | | | | -- make target is linux-dri -- will attempt to build i830_dri.so The object builds but hasn't been tested.
* Don't use pushd/popd.Brian Paul2004-03-261-6/+2
|
* New Makefile systemBrian Paul2004-03-261-0/+31