summaryrefslogtreecommitdiff
path: root/src/glut/mini
Commit message (Expand)AuthorAgeFilesLines
* Use separate $(MINSTALL) for installing librariesDan Nicholson2011-07-111-1/+1
* Use variable library name in pkg-config output.Tom Fogal2011-07-112-2/+3
* Add more package metadata to the pkg-config filesDan Nicholson2011-07-112-2/+7
* Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson2011-07-111-1/+1
* Remove generated pkg-config files on `make clean'Dan Nicholson2011-07-111-1/+1
* Set library and header installation directories from configurationDan Nicholson2011-07-112-9/+10
* Always cleanup the makedepend backup filesDan Nicholson2011-07-111-1/+1
* Assorted patches for miniglx/linux-solo (Gavin Li <codeview@gmail.com>)Brian2011-07-112-0/+28
* add support for LDFLAGS env varDan Nicholson2011-07-111-1/+1
* Gutsy oopses on touch of existing file. Workaround.Keith Whitwell2011-07-111-0/+1
* miniglx/glut: should use the x/y pos to create windowDave Airlie2011-07-111-1/+1
* corrected cursor drawing added handling of SIGWINCH fixed input of recieving ...Sean D'Epagnier2011-07-111-8/+8
* The driver now compiles correctly without any x headers or libraries installe...Sean D'Epagnier2011-07-111-2/+0
* LIB_DIR is now just 'lib' or 'lib64' Replaced $(LIB_DIR) with $(TOP)/$(LIB_DI...Brian Paul2011-07-111-3/+3
* Quote $(CC) and $(CXX) so that 'CC=ccache gcc' and 'CXX=ccache g++' will work...Ian Romanick2011-07-111-1/+1
* Added -linker option to mklib, used to specify a particular program for linki...Brian Paul2011-07-111-3/+3
* Put quotes around the CC and CXX variables passed to mklib. This make them wo...Ian Romanick2011-07-111-1/+1
* Improve the behaviour of the build system wrt depend files.Keith Whitwell2011-07-111-1/+1
* Make sure mklib sees the definition of CC and CXX. Make mklib respect the def...Ian Romanick2011-07-111-1/+1
* Missed in last commit: Build fixing for FreeBSD. GNU make is installed as gma...Eric Anholt2011-07-111-1/+1
* obsolete in favor of regular MakefilesBrian Paul2011-07-111-78/+0
* New Makefile systemBrian Paul2011-07-111-0/+80
* new makefilesBrian Paul2011-07-111-2/+2
* improved 'clean' targets (Otto Solares)Brian Paul2011-07-111-3/+3
* patch to import Jon Smirl's work from BitkeeperBrian Paul2011-07-1113-0/+1831