aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/directfb/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson2008-07-121-1/+1
| | | | | Respect the user's choice of shell when running mklib rather than always using /bin/sh.
* Makefile clean-upsBrian Paul2008-06-091-2/+2
|
* move directfb-libgl into drivers/directfb/MakefileBrian Paul2008-06-061-1/+14
|
* Never fail `make clean'Dan Nicholson2008-05-071-1/+1
| | | | | | Mostly some pedantic changes such that `make clean' always ignores errors. Also changed the top clean target to do the `touch configs/current' dance instead of realclean.
* LIB_DIR is now just 'lib' or 'lib64'Brian Paul2006-07-131-1/+1
| | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
* Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/.Brian Paul2006-06-261-1/+1
| | | | Probably need to fix the install destinations too...
* DirectFB updates (Claudio Ciccani)Brian Paul2005-06-201-1/+2
|
* DirectFB driver (Claudio Ciccani)Brian Paul2005-01-031-0/+53