Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Never fail `make clean' | Dan Nicholson | 2008-05-07 | 1 | -2/+2 |
| | | | | | | Mostly some pedantic changes such that `make clean' always ignores errors. Also changed the top clean target to do the `touch configs/current' dance instead of realclean. | ||||
* | specify app lib dependencies in Makefiles (patch 1/3) | Dan Nicholson | 2007-10-29 | 1 | -1/+3 |
| | |||||
* | Ignore more generated files in progs/ | Dan Nicholson | 2007-10-10 | 1 | -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. | ||||
* | add support for LDFLAGS env var | Dan Nicholson | 2007-09-28 | 1 | -1/+1 |
| | |||||
* | remove some debug code | Brian | 2007-05-08 | 1 | -5/+0 |
| | |||||
* | a somewhat nicer demo w/ command line options | Brian | 2007-05-08 | 1 | -81/+163 |
| | |||||
* | Improve the behaviour of the build system wrt depend files. | Keith Whitwell | 2004-12-08 | 1 | -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 MAKE | Eric Anholt | 2004-06-01 | 1 | -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 Makefiles | Brian Paul | 2004-05-12 | 1 | -62/+0 |
| | |||||
* | New Makefile system | Brian Paul | 2004-03-26 | 1 | -0/+58 |
| | |||||
* | silence warnings | Brian Paul | 2004-03-25 | 1 | -3/+3 |
| | |||||
* | new makefiles | Brian Paul | 2003-12-12 | 1 | -4/+2 |
| | |||||
* | Added missing includes for standard header files | Jon Smirl | 2003-08-23 | 4 | -3/+8 |
| | |||||
* | Renaming Makefile to Makefile.X11, added depend support, adjusted paths | Jon Smirl | 2003-08-23 | 2 | -31/+64 |
| | |||||
* | Added TOP to point to top of tree to find includes and libs | Brian Paul | 2003-08-06 | 1 | -2/+3 |
| | |||||
* | miniglx test programs | Keith Whitwell | 2003-08-06 | 8 | -0/+1817 |