summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile
AgeCommit message (Expand)AuthorFilesLines
2008-12-14Add OSMesa pkg-config fileDan Nicholson1-3/+17
2008-12-14Add more package metadata to the pkg-config filesDan Nicholson1-1/+4
2008-08-12Fixed 'make install' for darwinJeremy Huddleston1-2/+2
2008-07-12Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson1-2/+2
2008-07-11Remove generated pkg-config files on `make clean'Dan Nicholson1-0/+1
2008-07-06Set library and header installation directories from configurationDan Nicholson1-9/+10
2008-06-22Ensure all objects are built when installing DRIDan Nicholson1-1/+1
2008-06-22Don't make libmesa.a or libglapi.a depend on asm_subdirsDan Nicholson1-2/+2
2008-06-15No more drivers/xorgDan Nicholson1-1/+0
2008-06-10add some missing rule dependenciesBrian Paul1-3/+3
2008-06-09s/SOLO/MESA/Brian Paul1-2/+2
2008-06-06s/subdirs/asm_subdirs/Brian Paul1-3/+3
2008-06-06move the install rulesBrian Paul1-20/+20
2008-06-06remove stray semicolonBrian Paul1-1/+1
2008-06-06move a beos-ism down into drivers/beos/MakefileBrian Paul1-3/+0
2008-06-06Remove the old, complicated default build rule; use the new driver_subdirs ruleBrian Paul1-66/+13
2008-06-06remove more old stuff, insert new driver_subdir build rules (but not enabled ...Brian Paul1-18/+32
2008-06-06move directfb-libgl into drivers/directfb/MakefileBrian Paul1-6/+0
2008-06-05Move fbdev driver construction into src/mesa/drivers/fbdev/MakefileBrian Paul1-12/+7
2008-06-05reorder some lines, more make clean cmdsBrian Paul1-15/+16
2008-06-05Move building of stand-alone Mesa into drivers/x11/MakefileBrian Paul1-39/+31
2008-06-05Move construction of libOSMesa.so into src/mesa/drivers/osmesa/MakefileBrian Paul1-27/+10
2008-05-07Never fail `make clean'Dan Nicholson1-4/+4
2008-05-07Run `make clean' in drivers/xorg, tooDan Nicholson1-0/+1
2008-05-07Refactor installation targetsDan Nicholson1-19/+26
2008-05-07Ensure recursive makes always propagate errorsDan Nicholson1-6/+6
2008-05-06Prevent makedepend from running multiple timesDan Nicholson1-1/+1
2008-05-06Error consistently when running recursive makeDan Nicholson1-7/+7
2008-04-23glcore: build from mesaGeorge Sapountzis1-2/+4
2008-03-10Move make install logic for libGL back into src/mesa/Makefile.Kristian Høgsberg1-2/+22
2008-03-08Move libGL install target to the libGL Makefile.Kristian Høgsberg1-15/+1
2008-02-25autoconf: Add gcc search patch to MKDEP_OPTIONS to eliminate warnings.Kristian Høgsberg1-1/+1
2008-01-11Allow osmesa to be enabled or disabledDan Nicholson1-17/+17
2007-12-03added missing quote charBrian1-1/+1
2007-10-25use grep -qBrian1-2/+2
2007-10-25simplify/fix the ASM_FLAGS tests (bug 12931)Brian1-2/+2
2007-10-24don't build x86, x86-64 dirs if not neededBrian1-2/+7
2007-09-28add support for LDFLAGS env varDan Nicholson1-5/+5
2007-09-12pkg-config supportDan Nicholson1-1/+12
2007-09-12DESTDIR support.Dan Nicholson1-7/+7
2007-06-12fix make clean commands so missing subdirs don't cause infinite loopsBrian1-3/+3
2007-04-17omit the glide/svga sources from stand-alone libGL (anyone using them?)Brian1-3/+1
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell1-2/+2
2006-11-30the following improvements to linux-fbdev:Sean D'Epagnier1-2/+2
2006-10-30better handling of current attributes. Trivial dlist and varray tests workKeith Whitwell1-1/+1
2006-10-19New bin/minstall script - a minimal replacement for 'install'.Brian Paul1-2/+2
2006-10-18Changed install filenames to libGL* and libOSMesa* so things work on DarwinBrian Paul1-5/+5
2006-10-15check if files exist before installing (Thierry Reding)Brian Paul1-2/+7
2006-08-21move ALL_SOURCES to sources fileBrian Paul1-11/+2
2006-08-21remove FBDEV_DRIVER_OBJECTS assignment (in sources file)Brian Paul1-3/+3