summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* -Wextra is only understood by GCC 3.4.6 or later. John Mark Bell2009-11-061-4/+5
| | | | | | | | | | | | | | | | 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/libsvgtiny/; revision=9670
* Something approximating a makefile for the test binary.John Mark Bell2009-08-241-0/+2
| | | | | | pkg-config control file. svn path=/trunk/libsvgtiny/; revision=9426
* Add libxml2 depJohn Mark Bell2009-08-241-0/+11
| | | | svn path=/trunk/libsvgtiny/; revision=9421
* Beginnings of port to core buildsystemJohn Mark Bell2009-08-241-70/+28
| | | | svn path=/trunk/libsvgtiny/; revision=9419
* Prefix build dirs with build- and svn ignore them. Simplify clean rule.John Tytgat2009-02-011-0/+74
svn path=/trunk/libsvgtiny/; revision=6336