summaryrefslogtreecommitdiffstats
path: root/progs/miniglx
Commit message (Collapse)AuthorAgeFilesLines
* Remove CVS keywords.José Fonseca2008-05-265-5/+0
|
* Ignore more generated files in progs/Dan Nicholson2008-05-201-0/+6
| | | | | | | | Many of the directories in progs/ were missing .gitignore files or were tracking generated files. This patch is basically the process of running `make' in each directory and then finding the untracked files with `git-ls-files -o --exclude-per-directory=.gitignore'. The existing files were also sorted.
* Gutsy oopses on touch of existing file. Workaround.Keith Whitwell2007-08-071-0/+1
|
* remove some debug codeBrian2007-05-081-5/+0
|
* a somewhat nicer demo w/ command line optionsBrian2007-05-081-81/+163
|
* 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