Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Install dri_sarea.h in 'make install' | Adam Jackson | 2008-02-18 | 1 | -0/+1 |
| | |||||
* | Fix path to minstall in last commit. | Adam Jackson | 2008-02-15 | 1 | -2/+2 |
| | |||||
* | Install dri_interface.h in 'make install'. | Adam Jackson | 2008-02-15 | 1 | -0/+2 |
| | |||||
* | add missing right-paren | Brian | 2007-05-20 | 1 | -1/+1 |
| | |||||
* | Tweak the shell scripting for descending into and building subdirs. | Brian | 2007-05-09 | 1 | -5/+9 |
| | | | | | | | | | | | | | | In general, use this: @for dir in $(SUBDIRS) ; do \ if [ -d $$dir ] ; then \ (cd $$dir && $(MAKE)) || exit 1; \ fi \ done Basically, silently skip missing subdirs but generate an error and stop if there's a compilation or install problem. This was done inconsistantly before. In once case, a missing subdir was causing us to go into an infinte loop! | ||||
* | LIB_DIR is now just 'lib' or 'lib64' | Brian Paul | 2006-07-13 | 1 | -3/+3 |
| | | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck. | ||||
* | replace semicolon with && | Brian Paul | 2005-09-13 | 1 | -3/+3 |
| | |||||
* | Add an install target | Keith Whitwell | 2005-01-07 | 1 | -0/+6 |
| | |||||
* | make rm for common not complain | Dave Airlie | 2004-06-09 | 1 | -1/+1 |
| | |||||
* | Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE | Eric Anholt | 2004-06-01 | 1 | -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 Airlie | 2004-05-03 | 1 | -0/+1 |
| | |||||
* | Allow *_dri.so to build in Mesa tree with the 'linux-dri' target. | Keith Whitwell | 2004-04-29 | 1 | -0/+2 |
| | |||||
* | First attempt at building a dri module in this tree | Keith Whitwell | 2004-04-14 | 1 | -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 Paul | 2004-03-26 | 1 | -6/+2 |
| | |||||
* | New Makefile system | Brian Paul | 2004-03-26 | 1 | -0/+31 |