summaryrefslogtreecommitdiff
path: root/src/glut/beos/Makefile
AgeCommit message (Collapse)Author
2007-09-28add support for LDFLAGS env varDan Nicholson
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul
Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
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-08-16Add glutGetProcAddress(). Not all GLUT version 5 APIs are supported yet, ↵Philippe Houdoin
thought. -> #define GLUT_API_VERSION 4.5 ? ;-)
2004-08-14Move to $(TOP)/configs/default-based makefile.Philippe Houdoin
2003-12-13Updates from Philippe Houdoin.Brian Paul
1999-11-27removed Mesa-ismsBrian Paul
1999-09-17updated for GL instead of MesaGLBrian Paul
1999-09-16initial check-inBrian Paul