summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile
AgeCommit message (Expand)AuthorFilesLines
2009-06-01Use separate $(MINSTALL) for installing librariesDan Nicholson1-2/+2
2009-04-29Use variable library name in pkg-config output.Tom Fogal1-1/+2
2009-03-07mesa: use @ to silence some Makefile outputBrian Paul1-1/+1
2009-02-09mesa: build/use libmesagallium.a for gallium buildsBrian Paul1-1/+2
2009-02-09mesa: added new linux-gallium and linux-gallium-debug configsBrian Paul1-0/+4
2009-01-02mesa: remove redudant lines for libglapi.aBrian Paul1-5/+1
2008-12-16mesa: remove redundant Makefile linesBrian Paul1-3/+1
2008-12-15Merge commit 'origin/master' into gallium-0.2Alan Hourihane1-4/+21
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-09-11mesa: use sources.mak -- need to figure out how to support non-gallium builds...Keith Whitwell1-1/+1
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1-1/+10
2008-08-12Fixed 'make install' for darwinJeremy Huddleston1-2/+2
2008-08-12mesa: Rename sources to sources.mak.José Fonseca1-1/+1
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-23Don't make libmesa.a or libglapi.a depend on asm_subdirsBrian Paul1-2/+2
2008-06-23Ensure all objects are built when installing DRIDan Nicholson1-1/+1
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-13mesa: Fix libglapi.a build for driJakob Bornecrantz1-2/+2
2008-06-13gallium: another attempt at fixing libglapi.a compilation for DRI buildsBrian Paul1-6/+5
2008-06-10gallium: work-around glapi.c build problem for dri configsBrian Paul1-4/+12
2008-06-10add some missing rule dependenciesBrian Paul1-3/+3
2008-06-10add some missing rule dependenciesBrian Paul1-3/+3
2008-06-09s/SOLO/MESA/Brian Paul1-2/+2
2008-06-09s/SOLO/MESA/Brian Paul1-2/+2
2008-06-06mesa: sync up with latest Makefile changes on masterBrian Paul1-79/+67
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-05sync up with Makefile changes on masterBrian Paul1-20/+42
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-28/+4
2008-06-05Move construction of libOSMesa.so into src/mesa/drivers/osmesa/MakefileBrian Paul1-27/+10
2008-06-05mesa: always build libglapi.a, updated subdir, gl.pc rule code from masterBrian Paul1-6/+16
2008-06-05mesa: Makefile commentBrian Paul1-0/+1
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