summaryrefslogtreecommitdiffstats
path: root/progs/tools/trace/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Always pass -linker and -ldflags to mklib for shared librariesDan Nicholson2008-07-121-2/+2
| | | | | | This just makes the use of mklib more consistent throughout Mesa where we always want to pass the linker and LDFLAGS when we might be making a shared library.
* Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson2008-07-121-2/+2
| | | | | Respect the user's choice of shell when running mklib rather than always using /bin/sh.
* add support for LDFLAGS env varDan Nicholson2007-09-281-1/+1
|
* Thomas Sondergaard's API tracerBrian Paul2006-06-021-0/+30