summaryrefslogtreecommitdiff
path: root/progs/miniglx
AgeCommit message (Collapse)AuthorFilesLines
2007-11-11Merge tag 'mesa_7_0_2' into debian-unstableBrice Goglin1-0/+6
Conflicts: .gitignore progs/demos/.gitignore progs/directfb/Makefile progs/egl/Makefile progs/fbdev/Makefile progs/fp/Makefile progs/miniglx/Makefile progs/samples/.gitignore progs/slang/Makefile progs/tests/.gitignore progs/tests/Makefile progs/tools/trace/Makefile progs/trivial/Makefile progs/vp/Makefile progs/xdemos/.gitignore src/egl/drivers/demo/Makefile src/egl/drivers/dri/Makefile src/egl/main/Makefile src/glu/mesa/Makefile src/glut/directfb/Makefile src/glx/mini/Makefile
2007-10-29specify app lib dependencies in Makefiles (patch 1/3)Dan Nicholson1-1/+3
(cherry-picked from commit c05aa5ec4cc29f949eff350582cb6f6c03dce3c6) Conflicts: progs/demos/Makefile progs/xdemos/Makefile
2007-10-10Ignore more generated files in progs/Dan Nicholson1-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. Conflicts: progs/demos/.gitignore progs/tests/.gitignore progs/xdemos/.gitignore
2007-09-28add support for LDFLAGS env varDan Nicholson1-1/+1
2007-05-08remove some debug codeBrian1-5/+0
2007-05-08a somewhat nicer demo w/ command line optionsBrian1-81/+163
2007-02-04Delete directories not included in the mesa tarballs.Julien Cristau8-1850/+0
2004-12-08Improve the behaviour of the build system wrt depend files.Keith Whitwell1-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.
2004-06-01Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKEEric Anholt1-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".
2004-05-12obsolete in favor of regular MakefilesBrian Paul1-62/+0
2004-03-26New Makefile systemBrian Paul1-0/+58
2004-03-25silence warningsBrian Paul1-3/+3
2003-12-12new makefilesBrian Paul1-4/+2
2003-08-23Added missing includes for standard header filesJon Smirl4-3/+8
2003-08-23Renaming Makefile to Makefile.X11, added depend support, adjusted pathsJon Smirl2-31/+64
2003-08-06Added TOP to point to top of tree to find includes and libsBrian Paul1-2/+3
2003-08-06miniglx test programsKeith Whitwell8-0/+1817