summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile
AgeCommit message (Expand)Author
2009-06-01Use separate $(MINSTALL) for installing librariesDan Nicholson
2009-04-29Use variable library name in pkg-config output.Tom Fogal
2009-03-07mesa: use @ to silence some Makefile outputBrian Paul
2009-02-09mesa: build/use libmesagallium.a for gallium buildsBrian Paul
2009-02-09mesa: added new linux-gallium and linux-gallium-debug configsBrian Paul
2009-01-02mesa: remove redudant lines for libglapi.aBrian Paul
2008-12-16mesa: remove redundant Makefile linesBrian Paul
2008-12-15Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2008-12-14Add OSMesa pkg-config fileDan Nicholson
2008-12-14Add more package metadata to the pkg-config filesDan Nicholson
2008-09-11mesa: use sources.mak -- need to figure out how to support non-gallium builds...Keith Whitwell
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-08-12Fixed 'make install' for darwinJeremy Huddleston
2008-08-12mesa: Rename sources to sources.mak.José Fonseca
2008-07-12Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson
2008-07-11Remove generated pkg-config files on `make clean'Dan Nicholson
2008-07-06Set library and header installation directories from configurationDan Nicholson
2008-06-23Don't make libmesa.a or libglapi.a depend on asm_subdirsBrian Paul
2008-06-23Ensure all objects are built when installing DRIDan Nicholson
2008-06-22Ensure all objects are built when installing DRIDan Nicholson
2008-06-22Don't make libmesa.a or libglapi.a depend on asm_subdirsDan Nicholson
2008-06-15No more drivers/xorgDan Nicholson
2008-06-13mesa: Fix libglapi.a build for driJakob Bornecrantz
2008-06-13gallium: another attempt at fixing libglapi.a compilation for DRI buildsBrian Paul
2008-06-10gallium: work-around glapi.c build problem for dri configsBrian Paul
2008-06-10add some missing rule dependenciesBrian Paul
2008-06-10add some missing rule dependenciesBrian Paul
2008-06-09s/SOLO/MESA/Brian Paul
2008-06-09s/SOLO/MESA/Brian Paul
2008-06-06mesa: sync up with latest Makefile changes on masterBrian Paul
2008-06-06s/subdirs/asm_subdirs/Brian Paul
2008-06-06move the install rulesBrian Paul
2008-06-06remove stray semicolonBrian Paul
2008-06-06move a beos-ism down into drivers/beos/MakefileBrian Paul
2008-06-06Remove the old, complicated default build rule; use the new driver_subdirs ruleBrian Paul
2008-06-06remove more old stuff, insert new driver_subdir build rules (but not enabled ...Brian Paul
2008-06-06move directfb-libgl into drivers/directfb/MakefileBrian Paul
2008-06-05sync up with Makefile changes on masterBrian Paul
2008-06-05Move fbdev driver construction into src/mesa/drivers/fbdev/MakefileBrian Paul
2008-06-05reorder some lines, more make clean cmdsBrian Paul
2008-06-05Move building of stand-alone Mesa into drivers/x11/MakefileBrian Paul
2008-06-05Move construction of libOSMesa.so into src/mesa/drivers/osmesa/MakefileBrian Paul
2008-06-05Move construction of libOSMesa.so into src/mesa/drivers/osmesa/MakefileBrian Paul
2008-06-05mesa: always build libglapi.a, updated subdir, gl.pc rule code from masterBrian Paul
2008-06-05mesa: Makefile commentBrian Paul
2008-05-07Never fail `make clean'Dan Nicholson
2008-05-07Run `make clean' in drivers/xorg, tooDan Nicholson
2008-05-07Refactor installation targetsDan Nicholson
2008-05-07Ensure recursive makes always propagate errorsDan Nicholson
2008-05-06Prevent makedepend from running multiple timesDan Nicholson