summaryrefslogtreecommitdiff
path: root/src/glut/mini
AgeCommit message (Expand)AuthorFilesLines
2008-07-12Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson1-1/+1
2008-07-11Remove generated pkg-config files on `make clean'Dan Nicholson1-1/+1
2008-07-06Set library and header installation directories from configurationDan Nicholson2-9/+10
2008-05-06Always cleanup the makedepend backup filesDan Nicholson1-1/+1
2008-01-23Assorted patches for miniglx/linux-solo (Gavin Li <codeview@gmail.com>)Brian2-0/+28
2007-09-28add support for LDFLAGS env varDan Nicholson1-1/+1
2007-05-08miniglx/glut: should use the x/y pos to create windowDave Airlie1-1/+1
2006-09-24corrected cursor drawingSean D'Epagnier1-8/+8
2006-08-18The driver now compiles correctly without any x headers or libraries installedSean D'Epagnier1-2/+0
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul1-3/+3
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-3/+3
2005-01-11Put quotes around the CC and CXX variables passed to mklib. This makeIan Romanick1-1/+1
2004-12-08Improve the behaviour of the build system wrt depend files.Keith Whitwell1-1/+1
2004-06-25Make sure mklib sees the definition of CC and CXX. Make mklib respectIan Romanick1-1/+1
2004-06-01Missed in last commit:Eric Anholt1-1/+1
2004-05-12obsolete in favor of regular MakefilesBrian Paul1-78/+0
2004-03-26New Makefile systemBrian Paul1-0/+80
2003-12-12new makefilesBrian Paul1-2/+2
2003-10-03improved 'clean' targets (Otto Solares)Brian Paul1-3/+3
2003-08-22patch to import Jon Smirl's work from BitkeeperBrian Paul13-0/+1831