summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix up for new buildsystem. Remove unused compat hacks.John-Mark Bell2014-11-161-2/+2
|
* Update component version for releaserelease/0.3.0Vincent Sanders2014-04-181-1/+1
|
* add support for multilibDavid Tardon2014-01-131-2/+2
| | | | Signed-off-by: John-Mark Bell <jmb@netsurf-browser.org>
* update component version for releaserelease/0.2.0Vincent Sanders2013-04-191-1/+1
|
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-3/+5
| | | | svn path=/trunk/hubbub/; revision=14006
* Bump version numberVincent Sanders2012-02-271-1/+1
| | | | svn path=/trunk/hubbub/; revision=13480
* Don't treat warnings as errors on AmigaOSChris Young2011-10-271-2/+4
| | | | svn path=/trunk/hubbub/; revision=13085
* Bump version numberJohn Mark Bell2011-09-181-1/+1
| | | | svn path=/trunk/hubbub/; revision=12815
* Bump version numberJohn Mark Bell2011-04-071-1/+1
| | | | svn path=/trunk/hubbub/; revision=12160
* Bump versionJohn Mark Bell2010-04-191-1/+1
| | | | svn path=/trunk/hubbub/; revision=10439
* -Wextra is only understood by GCC 3.4.6 or later. John Mark Bell2009-11-061-3/+4
| | | | | | | | | | | | | | | It is a more descriptive synonym for -W. Use -W instead which is understood by all common versions of GCC (i.e. GCC 2.95 supports it, which is the oldest GCC version we have to support) Additionally, conditionalise our -Werror usage on whether we're building for BeOS/Haiku. On these platforms, the standard library headers result in warnings. GCC 2 is quite happy to build this code on other platforms, so shouldn't be the trigger for dropping -Werror (even if BeOS is the only target where GCC2 is likely to be used). svn path=/trunk/hubbub/; revision=9664
* Ensure local include path overrides buildsystem settings.John Mark Bell2009-08-011-2/+2
| | | | svn path=/trunk/hubbub/; revision=8960
* Don't even think about -Werror with gcc2...François Revel2009-04-241-2/+2
| | | | svn path=/trunk/hubbub/; revision=7309
* Fixup non-pkg-config buildJohn Mark Bell2009-04-211-1/+1
| | | | svn path=/trunk/hubbub/; revision=7219
* Update hubbub for the new shared object namingDaniel Silverstone2009-04-211-4/+4
| | | | svn path=/trunk/hubbub/; revision=7206
* Only search for parserutils if we're not cleaning the build.John Mark Bell2009-04-211-6/+8
| | | | svn path=/trunk/hubbub/; revision=7146
* More best guessingJohn Mark Bell2009-04-171-0/+1
| | | | svn path=/trunk/hubbub/; revision=7116
* A best guess as to where parserutils' headers will be.John Mark Bell2009-04-171-0/+1
| | | | | | If you want a better solution, use pkg-config already. svn path=/trunk/hubbub/; revision=7111
* A load of c89 compatibility fixes.John Mark Bell2009-04-161-1/+3
| | | | | | GCC 2.95 doesn't understand -Wno-unused-parameter svn path=/trunk/hubbub/; revision=7103
* Lose trailing commas.John Mark Bell2009-04-151-2/+11
| | | | | | GCC 2.95 compatibility. svn path=/trunk/hubbub/; revision=7095
* Shared library versioningJohn Mark Bell2009-04-031-10/+12
| | | | svn path=/trunk/hubbub/; revision=7036
* Simplify json requirementsJohn Mark Bell2009-03-251-18/+8
| | | | svn path=/trunk/hubbub/; revision=6880
* Declare testrunnerJohn Mark Bell2009-03-241-0/+2
| | | | svn path=/trunk/hubbub/; revision=6847
* Fix determination of whether json is requiredJohn Mark Bell2009-03-241-1/+26
| | | | svn path=/trunk/hubbub/; revision=6846
* Sync with core.John Mark Bell2009-03-241-13/+10
| | | | svn path=/trunk/hubbub/; revision=6844
* Add src directory to include path.John Mark Bell2009-03-241-1/+2
| | | | | | Sync makefiles external with the current revision. svn path=/trunk/hubbub/; revision=6840
* First cut at porting hubbub's buildsystem to the core toolsJohn Mark Bell2009-03-241-44/+24
| | | | svn path=/trunk/hubbub/; revision=6837
* Allow TESTTYPE=release to be specified to build the tests with the release ↵Daniel Silverstone2009-02-141-2/+11
| | | | | | | | | | CFLAGS. Add TARGET to the build paths. You should 'make distclean' before updating to this. Add BUILD_SHARED=yes support to the *nix build svn path=/trunk/hubbub/; revision=6478
* Use doxygen to create API documentation.John Mark Bell2009-01-081-0/+1
| | | | | | Add a bunch of extra commentary to stop doxygen warning. svn path=/trunk/hubbub/; revision=5994
* GCCSDK 4 build compatibility (not finished yet)John Tytgat2008-09-281-1/+1
| | | | svn path=/trunk/hubbub/; revision=5458
* Improved dependency tracking.John Mark Bell2008-07-101-0/+2
| | | | | | 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
* Add a "coverage" target (like libcss) which runs lcov for nice-looking ↵Andrew Sidwell2008-06-081-0/+2
| | | | | | 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-23/+30
| | | | | | the testcases when the library changes. svn path=/trunk/hubbub/; revision=4077
* Import hubbub -- an HTML parsing library.John Mark Bell2007-06-231-0/+34
Plenty of work still to do (like tree generation ;) svn path=/trunk/hubbub/; revision=3359