summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile
AgeCommit message (Collapse)Author
2004-11-26added X11 and OSMESA source to ALL_SOURCES, updated etags commandBrian Paul
2004-10-04make clean should remove depend.bak too (Sérgio Moneiro Basto)Brian Paul
2004-08-16whitespace clean-up, new 'clean' commandsBrian Paul
2004-08-14Move BeOS build into main Makefiles chain.Philippe Houdoin
2004-06-25Make sure mklib sees the definition of CC and CXX. Make mklib respectIan Romanick
the definitions of CC and CXX on Linux. This fixed build issues with sunos5-gcc and build issues on GCC 2.x Linux when CC and CXX are set to a GCC 3.x compiler.
2004-06-01Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKEEric Anholt
variable (defaults to "make") and use that. Use the MKDEP and MKDEP_OPTIONS more. Our shell isn't bash, so change the instances of ">& /dev/null" to a more compatible "> /dev/null 2>&1".
2004-04-18added missing SHADER_SOURCES to ALL_SOURCESBrian Paul
2004-04-15make sure matypes is builtDave Airlie
2004-04-14Remove mesa.a when making cleanKeith Whitwell
2004-04-14Don't try to use .c=.o rule on .S files when building mesa.aKeith Whitwell
2004-04-14Add shader sources for solo buildDave Airlie
2004-04-08minor fixBrian Paul
2004-04-07use new MKDEP, MKDEP_OPTIONS variablesBrian Paul
2004-04-03minor tweakBrian Paul
2004-03-26Don't use pushd/popd.Brian Paul
2004-03-26Tweaks for make clean / realclean.Brian Paul
2004-03-26New Makefile systemBrian Paul