summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/beos/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* mesa: Remove support for BeOSIan Romanick2011-08-261-199/+0
| | | | | | | | | | Acked-by: Kristian Høgsberg <[email protected]> Acked-by: Marek Olšák <[email protected]> Acked-by: Alan Coopersmith <[email protected]> Acked-by: Jakob Bornecrantz <[email protected]> Acked-by: Dave Airlie <[email protected]> Build-Tested-by: Jakob Bornecrantz <[email protected]> Tested-by: Eugeni Dodonov <[email protected]>
* Always pass -linker and -ldflags to mklib for shared librariesDan Nicholson2008-07-121-2/+3
| | | | | | This just makes the use of mklib more consistent throughout Mesa where we always want to pass the linker and LDFLAGS when we might be making a shared library.
* 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.
* move a beos-ism down into drivers/beos/MakefileBrian Paul2008-06-061-0/+2
|
* Always cleanup the makedepend backup filesDan Nicholson2008-05-061-1/+1
| | | | | | Consistently cleanup the depend.bak files created by makedepend. Also, realclean has been changed to use a single find command, which speeds it up considerably.
* Error consistently when running recursive makeDan Nicholson2008-05-061-3/+3
| | | | | When changing directories and running a sub-make, ensure that both the cd and make commands propagate errors to the parent make.
* add support for LDFLAGS env varDan Nicholson2007-09-281-1/+2
|
* LIB_DIR is now just 'lib' or 'lib64'Brian Paul2006-07-131-5/+5
| | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
* Improve the behaviour of the build system wrt depend files.Keith Whitwell2004-12-081-7/+7
| | | | | | | | - Remove the -Y option for makedepend, so that the standard directories are searched - No longer pipe the multiple errors that the -Y option caused into /dev/null -- we want to know about these failures. - Fix up a few other misc makedepend failures.
* Forgot to commit this valuable file! :-)Philippe Houdoin2004-08-141-0/+195