summaryrefslogtreecommitdiffstats
path: root/src/glut/mini
Commit message (Collapse)AuthorAgeFilesLines
* Improve the behaviour of the build system wrt depend files.Keith Whitwell2004-12-081-1/+1
| | | | | | | | - 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.
* Make sure mklib sees the definition of CC and CXX. Make mklib respectIan Romanick2004-06-251-1/+1
| | | | | | 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.
* Missed in last commit:Eric Anholt2004-06-011-1/+1
| | | | | | | Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE variable (defaults to "make") and use that. Use the MKDEP and MKDEP_OPTIONS more. Our shell isn't bash, so change the instances of ">& /dev/null" to a more compatible "> /dev/null 2>&1".
* obsolete in favor of regular MakefilesBrian Paul2004-05-121-78/+0
|
* New Makefile systemBrian Paul2004-03-261-0/+80
|
* new makefilesBrian Paul2003-12-121-2/+2
|
* improved 'clean' targets (Otto Solares)Brian Paul2003-10-031-3/+3
|
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-2213-0/+1831