summaryrefslogtreecommitdiffstats
path: root/src/mesa/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use mklib script instead of ar. Make libmesa.a instead of mesa.aBrian Paul2005-09-061-6/+5
* Quote $(CC) and $(CXX) so that 'CC=ccache gcc' and 'CXX=ccache g++' willIan Romanick2005-07-261-4/+4
* Added -linker option to mklib, used to specify a particular program forBrian Paul2005-07-251-4/+4
* Store compiled vertex program representations in a pointer in theKeith Whitwell2005-06-091-0/+1
* x86-64 transform optimizations (Mikko T.)Brian Paul2005-05-071-0/+2
* added SLANG_SOURCES to SOLO_C_SOURCESBrian Paul2005-04-151-0/+1
* Put quotes around $(CC) and $(CXX) so that 'CC=cache gcc' will work.Ian Romanick2005-02-231-3/+3
* change .cc suffix to .cppMichal Krol2005-01-181-2/+2
* added rule for compiling C++ sourcesBrian Paul2005-01-171-0/+5
* Put quotes around the CC and CXX variables passed to mklib. This makeIan Romanick2005-01-111-1/+1
* Make clean in the x86 directory.Keith Whitwell2005-01-071-0/+6
* directfb changes (Claudio Ciccani)Brian Paul2005-01-041-0/+26
* Improve the behaviour of the build system wrt depend files.Keith Whitwell2004-12-081-2/+2
* use @ to silence some unneeded outputBrian Paul2004-11-271-7/+11
* added X11 and OSMESA source to ALL_SOURCES, updated etags commandBrian Paul2004-11-261-2/+4
* make clean should remove depend.bak too (Sérgio Moneiro Basto)Brian Paul2004-10-041-1/+1
* whitespace clean-up, new 'clean' commandsBrian Paul2004-08-161-5/+5
* Move BeOS build into main Makefiles chain.Philippe Houdoin2004-08-141-5/+11
* Make sure mklib sees the definition of CC and CXX. Make mklib respectIan Romanick2004-06-251-3/+3
* Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKEEric Anholt2004-06-011-7/+8
* added missing SHADER_SOURCES to ALL_SOURCESBrian Paul2004-04-181-0/+1
* make sure matypes is builtDave Airlie2004-04-151-1/+1
* Remove mesa.a when making cleanKeith Whitwell2004-04-141-1/+1
* Don't try to use .c=.o rule on .S files when building mesa.aKeith Whitwell2004-04-141-4/+7