Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Put quotes around $(CC) and $(CXX) so that 'CC=cache gcc' will work. | Ian Romanick | 2005-02-23 | 1 | -3/+3 |
| | |||||
* | change .cc suffix to .cpp | Michal Krol | 2005-01-18 | 1 | -2/+2 |
| | |||||
* | added rule for compiling C++ sources | Brian Paul | 2005-01-17 | 1 | -0/+5 |
| | |||||
* | Put quotes around the CC and CXX variables passed to mklib. This make | Ian Romanick | 2005-01-11 | 1 | -1/+1 |
| | | | | them work with multi-work compiler names (e.g., "ccache gcc"). | ||||
* | Make clean in the x86 directory. | Keith Whitwell | 2005-01-07 | 1 | -0/+6 |
| | | | | Propogate 'install' target down to dri driver directory. | ||||
* | directfb changes (Claudio Ciccani) | Brian Paul | 2005-01-04 | 1 | -0/+26 |
| | |||||
* | Improve the behaviour of the build system wrt depend files. | Keith Whitwell | 2004-12-08 | 1 | -2/+2 |
| | | | | | | | | - Remove the -Y option for makedepend, so that the standard directories are searched - No longer pipe the multiple errors that the -Y option caused into /dev/null -- we want to know about these failures. - Fix up a few other misc makedepend failures. | ||||
* | use @ to silence some unneeded output | Brian Paul | 2004-11-27 | 1 | -7/+11 |
| | |||||
* | added X11 and OSMESA source to ALL_SOURCES, updated etags command | Brian Paul | 2004-11-26 | 1 | -2/+4 |
| | |||||
* | make clean should remove depend.bak too (Sérgio Moneiro Basto) | Brian Paul | 2004-10-04 | 1 | -1/+1 |
| | |||||
* | whitespace clean-up, new 'clean' commands | Brian Paul | 2004-08-16 | 1 | -5/+5 |
| | |||||
* | Move BeOS build into main Makefiles chain. | Philippe Houdoin | 2004-08-14 | 1 | -5/+11 |
| | |||||
* | Make sure mklib sees the definition of CC and CXX. Make mklib respect | Ian Romanick | 2004-06-25 | 1 | -3/+3 |
| | | | | | | 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. | ||||
* | Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE | Eric Anholt | 2004-06-01 | 1 | -7/+8 |
| | | | | | | 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". | ||||
* | added missing SHADER_SOURCES to ALL_SOURCES | Brian Paul | 2004-04-18 | 1 | -0/+1 |
| | |||||
* | make sure matypes is built | Dave Airlie | 2004-04-15 | 1 | -1/+1 |
| | |||||
* | Remove mesa.a when making clean | Keith Whitwell | 2004-04-14 | 1 | -1/+1 |
| | |||||
* | Don't try to use .c=.o rule on .S files when building mesa.a | Keith Whitwell | 2004-04-14 | 1 | -4/+7 |
| | |||||
* | Add shader sources for solo build | Dave Airlie | 2004-04-14 | 1 | -0/+1 |
| | |||||
* | minor fix | Brian Paul | 2004-04-08 | 1 | -2/+2 |
| | |||||
* | use new MKDEP, MKDEP_OPTIONS variables | Brian Paul | 2004-04-07 | 1 | -1/+1 |
| | |||||
* | minor tweak | Brian Paul | 2004-04-03 | 1 | -1/+1 |
| | |||||
* | Don't use pushd/popd. | Brian Paul | 2004-03-26 | 1 | -6/+2 |
| | |||||
* | Tweaks for make clean / realclean. | Brian Paul | 2004-03-26 | 1 | -0/+1 |
| | |||||
* | New Makefile system | Brian Paul | 2004-03-26 | 1 | -0/+174 |