summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/directfb/Makefile
AgeCommit message (Collapse)Author
2008-07-12Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson
Respect the user's choice of shell when running mklib rather than always using /bin/sh.
2008-06-09Makefile clean-upsBrian Paul
2008-06-06move directfb-libgl into drivers/directfb/MakefileBrian Paul
2008-05-07Never fail `make clean'Dan Nicholson
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.
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul
Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
2006-06-26Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/.Brian Paul
Probably need to fix the install destinations too...
2005-06-20DirectFB updates (Claudio Ciccani)Brian Paul
2005-01-03DirectFB driver (Claudio Ciccani)Brian Paul