summaryrefslogtreecommitdiffstats
path: root/src/mesa/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | work again.
* Added -linker option to mklib, used to specify a particular program forBrian Paul2005-07-251-4/+4
| | | | | linking, if relevant. Updated Makefiles to use -linker option instead of setting CC, CXX env vars.
* Store compiled vertex program representations in a pointer in theKeith Whitwell2005-06-091-0/+1
| | | | | | | | | | | | | vertex_program struct. Allow switching between regular and vertex_program implementations of fixed function TNL with the MESA_TNL_PROG environment var (previously this required recompilation). Ensure program compilation only references program data, not the wider context. This means that compiled programs only need to be invalidated when the program string changes, not on other state changes.
* 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
| | | | them work with multi-work compiler names (e.g., "ccache gcc").
* Make clean in the x86 directory.Keith Whitwell2005-01-071-0/+6
| | | | Propogate 'install' target down to dri driver directory.
* 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
| | | | | | | | - 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 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
| | | | | | 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 MAKEEric Anholt2004-06-011-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_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
|
* Add shader sources for solo buildDave Airlie2004-04-141-0/+1
|
* minor fixBrian Paul2004-04-081-2/+2
|
* use new MKDEP, MKDEP_OPTIONS variablesBrian Paul2004-04-071-1/+1
|
* minor tweakBrian Paul2004-04-031-1/+1
|
* Don't use pushd/popd.Brian Paul2004-03-261-6/+2
|
* Tweaks for make clean / realclean.Brian Paul2004-03-261-0/+1
|
* New Makefile systemBrian Paul2004-03-261-0/+174