Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-25 | Make sure mklib sees the definition of CC and CXX. Make mklib respect | Ian 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-01 | Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE | Eric 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-18 | added missing SHADER_SOURCES to ALL_SOURCES | Brian Paul | |
2004-04-15 | make sure matypes is built | Dave Airlie | |
2004-04-14 | Remove mesa.a when making clean | Keith Whitwell | |
2004-04-14 | Don't try to use .c=.o rule on .S files when building mesa.a | Keith Whitwell | |
2004-04-14 | Add shader sources for solo build | Dave Airlie | |
2004-04-08 | minor fix | Brian Paul | |
2004-04-07 | use new MKDEP, MKDEP_OPTIONS variables | Brian Paul | |
2004-04-03 | minor tweak | Brian Paul | |
2004-03-26 | Don't use pushd/popd. | Brian Paul | |
2004-03-26 | Tweaks for make clean / realclean. | Brian Paul | |
2004-03-26 | New Makefile system | Brian Paul | |