summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile
AgeCommit message (Expand)Author
2008-06-15No more drivers/xorgDan Nicholson
2008-06-10add some missing rule dependenciesBrian Paul
2008-06-09s/SOLO/MESA/Brian 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-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-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
2008-05-06Error consistently when running recursive makeDan Nicholson
2008-04-23glcore: build from mesaGeorge Sapountzis
2008-03-10Move make install logic for libGL back into src/mesa/Makefile.Kristian Høgsberg
2008-03-08Move libGL install target to the libGL Makefile.Kristian Høgsberg
2008-02-25autoconf: Add gcc search patch to MKDEP_OPTIONS to eliminate warnings.Kristian Høgsberg
2008-01-11Allow osmesa to be enabled or disabledDan Nicholson
2007-12-03added missing quote charBrian
2007-10-25use grep -qBrian
2007-10-25simplify/fix the ASM_FLAGS tests (bug 12931)Brian
2007-10-24don't build x86, x86-64 dirs if not neededBrian
2007-09-28add support for LDFLAGS env varDan Nicholson
2007-09-12pkg-config supportDan Nicholson
2007-09-12DESTDIR support.Dan Nicholson
2007-06-12fix make clean commands so missing subdirs don't cause infinite loopsBrian
2007-04-17omit the glide/svga sources from stand-alone libGL (anyone using them?)Brian
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell
2006-11-30the following improvements to linux-fbdev:Sean D'Epagnier
2006-10-30better handling of current attributes. Trivial dlist and varray tests workKeith Whitwell
2006-10-19New bin/minstall script - a minimal replacement for 'install'.Brian Paul
2006-10-18Changed install filenames to libGL* and libOSMesa* so things work on DarwinBrian Paul
2006-10-15check if files exist before installing (Thierry Reding)Brian Paul
2006-08-21move ALL_SOURCES to sources fileBrian Paul
2006-08-21remove FBDEV_DRIVER_OBJECTS assignment (in sources file)Brian Paul
2006-08-19Removed ifeq from makefile, and corrected fbdev driver so it compilesSean D'Epagnier
2006-08-18Fix-ups for linux-fbdev config. No longer build Xlib driver sources.Brian Paul
2006-08-18The driver now compiles correctly without any x headers or libraries installedSean D'Epagnier
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul
2006-06-26Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/.Brian Paul
2006-06-22New 'install' targets in makefile. See bug 2372.Brian Paul
2005-09-14remove rm -f lineBrian Paul
2005-09-11fix dri drivers buildDave Airlie