summaryrefslogtreecommitdiff
path: root/build/Makefile.common
Commit message (Collapse)AuthorAgeFilesLines
* Make install/uninstall non-silentJohn Mark Bell2008-09-091-6/+6
| | | | svn path=/trunk/hubbub/; revision=5296
* Make install/uninstall consider DESTDIRJohn Mark Bell2008-09-091-8/+8
| | | | svn path=/trunk/hubbub/; revision=5293
* Native RO buildsystem. Beware of the NOP.John Mark Bell2008-09-071-2/+2
| | | | svn path=/trunk/hubbub/; revision=5275
* Make export target usefulJohn Mark Bell2008-09-051-4/+3
| | | | svn path=/trunk/hubbub/; revision=5252
* Improved dependency tracking.John Mark Bell2008-07-101-7/+44
| | | | | | There's currently an issue that means that testcases don't get rebuilt when the debug library changes -- the workaround is to make clean. I've currently no idea how to fix this -- see the FIXME in test/Makefile for details. svn path=/trunk/hubbub/; revision=4571
* Mark "coverage" and "profile" targets as phonyJohn Mark Bell2008-06-081-1/+2
| | | | svn path=/trunk/hubbub/; revision=4313
* Add a "coverage" target (like libcss) which runs lcov for nice-looking ↵Andrew Sidwell2008-06-081-0/+19
| | | | | | coverage statistics. svn path=/trunk/hubbub/; revision=4312
* Rework buildsystem so that it no longer calls make recursively and rebuilds ↵John Mark Bell2008-04-071-20/+80
| | | | | | the testcases when the library changes. svn path=/trunk/hubbub/; revision=4077
* Import hubbub -- an HTML parsing library.John Mark Bell2007-06-231-0/+39
Plenty of work still to do (like tree generation ;) svn path=/trunk/hubbub/; revision=3359