summaryrefslogtreecommitdiff
path: root/src/glut/glx/Makefile
AgeCommit message (Collapse)Author
2004-12-08Improve the behaviour of the build system wrt depend files.Keith Whitwell
- 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.
2004-11-27don't need glut_fbc.cBrian Paul
2004-11-27clean up 'depend' commandsBrian Paul
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-04-07use new MKDEP, MKDEP_OPTIONS variablesBrian Paul
2004-03-26New Makefile systemBrian Paul