summaryrefslogtreecommitdiff
path: root/progs/miniglx
AgeCommit message (Collapse)Author
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-06-01Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKEEric Anholt
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".
2004-05-12obsolete in favor of regular MakefilesBrian Paul
2004-03-26New Makefile systemBrian Paul
2004-03-25silence warningsBrian Paul
2003-12-12new makefilesBrian Paul
2003-08-23Added missing includes for standard header filesJon Smirl
2003-08-23Renaming Makefile to Makefile.X11, added depend support, adjusted pathsJon Smirl
2003-08-06Added TOP to point to top of tree to find includes and libsBrian Paul
2003-08-06miniglx test programsKeith Whitwell