summaryrefslogtreecommitdiff
path: root/src/glu/sgi/Makefile
AgeCommit message (Collapse)Author
2005-01-11Put quotes around the CC and CXX variables passed to mklib. This makeIan Romanick
them work with multi-work compiler names (e.g., "ccache gcc").
2004-08-16Clearer guard message text.Philippe Houdoin
2004-08-14Add a guard to stop building libGLU.so under BeOS, as it's build into libGL.so.Philippe Houdoin
2004-06-25Make sure mklib sees the definition of CC and CXX. Make mklib respectIan Romanick
the definitions of CC and CXX on Linux. This fixed build issues with sunos5-gcc and build issues on GCC 2.x Linux when CC and CXX are set to a GCC 3.x compiler.
2004-03-26added .SUFFIXES : .cc lineBrian Paul
2004-03-26New Makefile systemBrian Paul