summaryrefslogtreecommitdiffstats
path: root/src/mesa/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* | add some missing rule dependenciesBrian Paul2008-06-101-3/+3
* | s/SOLO/MESA/Brian Paul2008-06-091-2/+2
* | s/subdirs/asm_subdirs/Brian Paul2008-06-061-3/+3
* | move the install rulesBrian Paul2008-06-061-20/+20
* | remove stray semicolonBrian Paul2008-06-061-1/+1
* | move a beos-ism down into drivers/beos/MakefileBrian Paul2008-06-061-3/+0
* | Remove the old, complicated default build rule; use the new driver_subdirs ruleBrian Paul2008-06-061-66/+13
* | remove more old stuff, insert new driver_subdir build rules (but not enabled ...Brian Paul2008-06-061-18/+32
* | move directfb-libgl into drivers/directfb/MakefileBrian Paul2008-06-061-6/+0
* | Move fbdev driver construction into src/mesa/drivers/fbdev/MakefileBrian Paul2008-06-051-12/+7
* | reorder some lines, more make clean cmdsBrian Paul2008-06-051-15/+16
* | Move building of stand-alone Mesa into drivers/x11/MakefileBrian Paul2008-06-051-39/+31
* | Move construction of libOSMesa.so into src/mesa/drivers/osmesa/MakefileBrian Paul2008-06-051-27/+10
* | Never fail `make clean'Dan Nicholson2008-05-071-4/+4
* | Run `make clean' in drivers/xorg, tooDan Nicholson2008-05-071-0/+1
* | Refactor installation targetsDan Nicholson2008-05-071-19/+26
* | Ensure recursive makes always propagate errorsDan Nicholson2008-05-071-6/+6
* | Prevent makedepend from running multiple timesDan Nicholson2008-05-061-1/+1
* | Error consistently when running recursive makeDan Nicholson2008-05-061-7/+7
* | glcore: build from mesaGeorge Sapountzis2008-04-231-2/+4
* | Move make install logic for libGL back into src/mesa/Makefile.Kristian Høgsberg2008-03-101-2/+22
* | Move libGL install target to the libGL Makefile.Kristian Høgsberg2008-03-081-15/+1
* | autoconf: Add gcc search patch to MKDEP_OPTIONS to eliminate warnings.Kristian Høgsberg2008-02-251-1/+1
* | Allow osmesa to be enabled or disabledDan Nicholson2008-01-111-17/+17
* | added missing quote charBrian2007-12-031-1/+1
* | use grep -qBrian2007-10-251-2/+2
* | simplify/fix the ASM_FLAGS tests (bug 12931)Brian2007-10-251-2/+2
* | don't build x86, x86-64 dirs if not neededBrian2007-10-241-2/+7
* | add support for LDFLAGS env varDan Nicholson2007-09-281-5/+5
* | pkg-config supportDan Nicholson2007-09-121-1/+12
* | DESTDIR support.Dan Nicholson2007-09-121-7/+7
|/
* fix make clean commands so missing subdirs don't cause infinite loopsBrian2007-06-121-3/+3
* omit the glide/svga sources from stand-alone libGL (anyone using them?)Brian2007-04-171-3/+1
* Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell2007-01-161-2/+2
|\
| * the following improvements to linux-fbdev:Sean D'Epagnier2006-11-301-2/+2
* | better handling of current attributes. Trivial dlist and varray tests workKeith Whitwell2006-10-301-1/+1
|/
* New bin/minstall script - a minimal replacement for 'install'.Brian Paul2006-10-191-2/+2
* Changed install filenames to libGL* and libOSMesa* so things work on DarwinBrian Paul2006-10-181-5/+5
* check if files exist before installing (Thierry Reding)Brian Paul2006-10-151-2/+7
* move ALL_SOURCES to sources fileBrian Paul2006-08-211-11/+2
* remove FBDEV_DRIVER_OBJECTS assignment (in sources file)Brian Paul2006-08-211-3/+3
* Removed ifeq from makefile, and corrected fbdev driver so it compilesSean D'Epagnier2006-08-191-9/+3
* Fix-ups for linux-fbdev config. No longer build Xlib driver sources.Brian Paul2006-08-181-3/+16
* The driver now compiles correctly without any x headers or libraries installedSean D'Epagnier2006-08-181-6/+10
* LIB_DIR is now just 'lib' or 'lib64'Brian Paul2006-07-131-10/+10
* Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/.Brian Paul2006-06-261-1/+1
* New 'install' targets in makefile. See bug 2372.Brian Paul2006-06-221-0/+9
* remove rm -f lineBrian Paul2005-09-141-1/+0
* fix dri drivers buildDave Airlie2005-09-111-1/+1
* Clean-up of sources/Makefile, bug 4111Brian Paul2005-09-101-78/+20