summaryrefslogtreecommitdiffstats
path: root/progs/samples/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* progs: Build samples dir with scons and glew.José Fonseca2009-02-101-1/+1
|
* Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-4/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile progs/demos/Makefile progs/glsl/Makefile progs/redbook/Makefile progs/samples/Makefile progs/tests/Makefile progs/trivial/Makefile progs/xdemos/Makefile src/gallium/Makefile src/mesa/main/attrib.c src/mesa/main/bufferobj.c src/mesa/vbo/vbo_exec_draw.c
| * define new APP_CC configuration variable for building apps/demos/testsBrian Paul2008-09-111-4/+4
| | | | | | | | | | For Cell, need to use different compilers for the libraries vs. the demos/tests to avoid strange link error regarding "_Unwind_GetIPInfo@GCC_4.2.0"
* | specify app lib dependencies in Makefiles (patch 1/3)Dan Nicholson2007-10-291-2/+4
| |
* | add support for LDFLAGS env varDan Nicholson2007-09-281-2/+2
|/
* LIB_DIR is now just 'lib' or 'lib64'Brian Paul2006-07-131-1/+1
| | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
* assorted warning clean-ups for x86_64, etc (Mikko T.)Brian Paul2005-05-071-0/+1
|
* minor readtex fixesBrian Paul2005-01-091-5/+5
|
* fix-up rules for sphere demo, which uses readtex utilityBrian Paul2005-01-081-2/+17
|
* remove BeOS conditional code. oglinfo should be moved to xdemos since it's ↵Brian Paul2004-08-251-5/+0
| | | | a GLX program
* Obsolete BeOS-specific makefile.Philippe Houdoin2004-08-141-1/+6
| | | | Removed the oglinfo target from samples from BeOS build, as it depends on X.
* minor fixesBrian Paul2004-03-261-1/+1
|
* Tweaks for make clean / realclean.Brian Paul2004-03-261-3/+1
|
* New Makefile systemBrian Paul2004-03-261-0/+34