aboutsummaryrefslogtreecommitdiffstats
path: root/progs/miniglx
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.
* Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKEEric Anholt2004-06-011-1/+1
| | | | | | 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-62/+0
|
* New Makefile systemBrian Paul2004-03-261-0/+58
|
* silence warningsBrian Paul2004-03-251-3/+3
|
* new makefilesBrian Paul2003-12-121-4/+2
|
* Added missing includes for standard header filesJon Smirl2003-08-234-3/+8
|
* Renaming Makefile to Makefile.X11, added depend support, adjusted pathsJon Smirl2003-08-232-31/+64
|
* Added TOP to point to top of tree to find includes and libsBrian Paul2003-08-061-2/+3
|
* miniglx test programsKeith Whitwell2003-08-068-0/+1817