aboutsummaryrefslogtreecommitdiffstats
path: root/src/glu/mesa/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.
* Ensure recursive makes always propagate errorsDan Nicholson2008-05-071-1/+1
| | | | | There were a couple spots left where a recursive make could fail in a chain of commands without stopping.
* add support for LDFLAGS env varDan Nicholson2007-09-281-1/+1
|
* check return value of invert_matrix()Jonathan Bestien-Filiatrault2007-09-121-1/+1
|
* 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.
* Quote $(CC) and $(CXX) so that 'CC=ccache gcc' and 'CXX=ccache g++' willIan Romanick2005-07-261-1/+1
| | | | work again.
* Added -linker option to mklib, used to specify a particular program forBrian Paul2005-07-251-2/+2
| | | | | linking, if relevant. Updated Makefiles to use -linker option instead of setting CC, CXX env vars.
* Put quotes around the CC and CXX variables passed to mklib. This makeIan Romanick2005-01-111-1/+1
| | | | them work with multi-work compiler names (e.g., "ccache gcc").
* Clearer guard message text.Philippe Houdoin2004-08-161-1/+1
|
* Remove obsoleted BeOS-specific makefiles.Philippe Houdoin2004-08-141-0/+56
Add a makefile to build old Mesa GLU, whatever it worth. Add a guard to stop building libGLU.so on BeOS, as it's build into libGL.so.