summaryrefslogtreecommitdiffstats
path: root/src/gallium/Makefile.template
Commit message (Collapse)AuthorAgeFilesLines
* gallium: add $(PROGS_DEPS) as dependencies for $(PROGS)Luca Barbieri2010-09-271-1/+1
| | | | | | | | Commit 80ee3a440cd3c0403004cf35e0638fc52088b9ff added a PROGS_DEPS definition, but no uses, even though it seems clearly intended to be a set of additional dependencies for $(PROGS). Correct this.
* gallium: Fix build with llvm installed in non-standard locationChristopher James Halse Rogers2010-07-231-0/+4
| | | | | | | | | | The es1, es2 and gl state trackers include draw_pipe.h, which includes the llvm headers if MESA_LLVM is true, so we also need to add the llvm seachpaths. Similarly, gallivm and other gallium drivers need LLVM_CFLAGS to build when enabled. Also fix xorg drivers, they didn't include LDFLAGS.
* gallium: added CLEAN_EXTRA var for make clean targetBrian Paul2010-07-141-1/+1
|
* llvmpipe: add initial autoconf support.Dave Airlie2010-04-241-1/+1
| | | | | | | | | allows the swrastg_dri.so to be built with llvmpipe, also links llvm to all dri drivers use --enable-gallium-llvm to use it. Signed-off-by: Dave Airlie <[email protected]>
* gallium/llvmpipe: add PROGS target/rule to Makefile.templateChris Li2010-03-261-2/+5
| | | | | | | | So other directory can share it. Also remove the libllvmpipe.a dependency from test programs. It is not needed any more. Signed-Off-By: Christopher Li <[email protected]>
* Revert "Makefile.template: respect LIBRARY_DEFINES in mkdep"George Sapountzis2010-03-211-1/+1
| | | | This reverts commit 9ec29e31919e85f9230867f43841c0e74be930d3.
* Makefile.template: respect LIBRARY_DEFINES in mkdepGeorge Sapountzis2010-03-211-1/+1
|
* gallium: added GENERATED_SOURCES var to Makefile.templateBrian Paul2010-02-261-3/+3
| | | | For use in dependency checking and make clean.
* Revert "gallium: remove unneeded -I path from Makefile.templast"Brian Paul2010-02-261-0/+1
| | | | | | | | This reverts commit d9c65ddd52199469c49fc0d3ad90fedb9a69274d. Looks like the nouveau drivers need this. Perhaps the drivers could be fixed to add the extra -I path where needed. I'll leave that up to others.
* gallium: remove unneeded -I path from Makefile.templastBrian Paul2010-02-261-1/+0
|
* gallium: remove extra -I paths from Makefile.templateBrian Paul2010-02-241-3/+0
|
* gallium: remove $(DEFINES) from cc/c++ command linesBrian Paul2010-02-241-4/+4
| | | | | The $(DEFINES) is already in $(CFLAG)S and (CXXFLAGS). This prevents all the -D args appearing twice in the compilation commands.
* gallium: Adding the %.s rule to generate asm codeChris Li2010-02-091-0/+3
| | | | Signed-off-by: José Fonseca <[email protected]>
* gallium: Using the proper pattern rules for Makefile template.Chris Li2010-02-091-3/+3
| | | | | | The .o.c rule is consider obsolete. Signed-off-by: José Fonseca <[email protected]>
* gallium: Generate a single library for auxiliaries with Make too.José Fonseca2010-01-011-3/+3
|
* gallium: fix tags target in Makefile.templateBrian Paul2009-08-191-1/+1
|
* r300g: Use r300compiler for vertex shadersNicolai Hähnle2009-07-301-2/+2
|
* gallium: Improve makefiles for librariesJakob Bornecrantz2009-02-201-36/+38
| | | | | | | | The template makefile that most libraries in gallium included was based on dri and had a bunch unrelevant junk in it. Update it and improve the depending makefiles.
* gallium: Stop relinking drivers and aux librariesJakob Bornecrantz2009-02-021-3/+3
|
* Remove src/mesa and src/mesa/main from gallium source include paths.José Fonseca2008-02-191-2/+0
|
* Standardize on using the pipe/ include prefix.José Fonseca2008-02-181-1/+0
|
* Code reorganization: split gallium and mesa makefiles.José Fonseca2008-02-181-0/+1
| | | | | | | In other words, don't build src/gallium source code from within src/mesa/Makefile. Also, allow to customize which gallium auxiliary dirs, driver driver, winsys dirs get built from the config/* files.
* Code reorganization: s/aux/auxiliary/ -- update build.José Fonseca2008-02-151-1/+1
|
* Code reorganization: update build.José Fonseca2008-02-151-2/+5
| | | | | | | | | Update the Makefiles and includes for the new paths. Note that there hasn't been no separation of the Makefiles yet, and make is jumping all over the place. That will be taken care shortly. But for now, make should work. It was tested with linux and linux-dri. Linux-cell and linux-llvm might require some minor tweaks.
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+63
This is in a separate commit to ensure renames are properly preserved.