summaryrefslogtreecommitdiff
path: root/src/glu/sgi/Makefile
AgeCommit message (Expand)AuthorFilesLines
2012-08-31Remove libGLUMatt Turner1-144/+0
2011-12-27glu: remove BeOS define as BeOS is not longer a target platformAlexander von Gluck1-6/+1
2010-10-19mesa: fix mesa version string constructionBrian Paul1-1/+1
2008-08-11Apple: Cleaned up some linking and dylib ids issuesJeremy Huddleston1-1/+1
2008-07-14glu: only export public symbolsJulien Cristau1-0/+1
2008-07-12Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson1-1/+1
2008-05-07Ensure recursive makes always propagate errorsDan Nicholson1-1/+1
2007-09-28add support for LDFLAGS env varDan Nicholson1-1/+1
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul1-5/+5
2005-07-26Quote $(CC) and $(CXX) so that 'CC=ccache gcc' and 'CXX=ccache g++' willIan Romanick1-1/+1
2005-07-25Added -linker option to mklib, used to specify a particular program forBrian Paul1-2/+2
2005-01-11Put quotes around the CC and CXX variables passed to mklib. This makeIan Romanick1-1/+1
2004-08-16Clearer guard message text.Philippe Houdoin1-1/+1
2004-08-14Add a guard to stop building libGLU.so under BeOS, as it's build into libGL.so.Philippe Houdoin1-2/+10
2004-06-25Make sure mklib sees the definition of CC and CXX. Make mklib respectIan Romanick1-1/+1
2004-03-26added .SUFFIXES : .cc lineBrian Paul1-0/+2
2004-03-26New Makefile systemBrian Paul1-0/+138