summaryrefslogtreecommitdiff
path: root/progs/directfb
AgeCommit message (Collapse)Author
2007-10-29specify app lib dependencies in Makefiles (patch 1/3)Dan Nicholson
2007-10-10Ignore more generated files in progs/Dan Nicholson
Many of the directories in progs/ were missing .gitignore files or were tracking generated files. This patch is basically the process of running `make' in each directory and then finding the untracked files with `git-ls-files -o --exclude-per-directory=.gitignore'. The existing files were also sorted.
2007-09-28add support for LDFLAGS env varDan Nicholson
2006-12-01Remove DirectFBGL header from Mesa bacause since 1.0.0 DirectFB installs its ↵Claudio Ciccani
own header. Updated to the current DirectFBGL interface (i.e. added GetProcAddress()).
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.
2006-05-31Added some example progs using DirectFBGL.Claudio Ciccani