summaryrefslogtreecommitdiff
path: root/progs/samples/Makefile
AgeCommit message (Collapse)Author
2009-12-05progs/samples: Add rgbtoppm to Makefile.Vinson Lee
2009-02-10progs: Build samples dir with scons and glew.José Fonseca
2008-09-11Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
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
2008-09-11define new APP_CC configuration variable for building apps/demos/testsBrian Paul
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"
2007-10-29specify app lib dependencies in Makefiles (patch 1/3)Dan Nicholson
2007-09-28add support for LDFLAGS env varDan Nicholson
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul
Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
2005-05-07assorted warning clean-ups for x86_64, etc (Mikko T.)Brian Paul
2005-01-09minor readtex fixesBrian Paul
2005-01-08fix-up rules for sphere demo, which uses readtex utilityBrian Paul
2004-08-25remove BeOS conditional code. oglinfo should be moved to xdemos since it's ↵Brian Paul
a GLX program
2004-08-14Obsolete BeOS-specific makefile.Philippe Houdoin
Removed the oglinfo target from samples from BeOS build, as it depends on X.
2004-03-26minor fixesBrian Paul
2004-03-26Tweaks for make clean / realclean.Brian Paul
2004-03-26New Makefile systemBrian Paul