summaryrefslogtreecommitdiffstats
path: root/progs/fp/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Always pass CFLAGS when compiling or linking demosGuillaume Melquiond2008-07-301-3/+3
| | | | | To ensure that the correct architecture flags are used, always pass the user's CFLAGS when compiling or linking the demos. Fixes #16860.
* Never fail `make clean'Dan Nicholson2008-05-071-3/+3
| | | | | | Mostly some pedantic changes such that `make clean' always ignores errors. Also changed the top clean target to do the `touch configs/current' dance instead of realclean.
* specify app lib dependencies in Makefiles (patch 1/3)Dan Nicholson2007-10-291-1/+1
|
* add point-position.cKeith Whitwell2006-08-241-0/+1
|
* add simple test for program local parametersKeith Whitwell2006-01-051-0/+1
|
* simplify, remove sgi messagesKeith Whitwell2005-10-211-0/+4
|
* A bunch of little tests which exercise each ARB_fp instruction plusKeith Whitwell2005-10-201-0/+122
a couple of other interesting cases.