summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update component version for releaseHEADrelease/1.0.0masterVincent Sanders2023-12-271-1/+1
|
* Buildsystem: Define component name and versionMichael Drake2023-01-221-1/+2
|
* Buildsystem: No need for _{BSD,DEFAULT}_SOURCEMichael Drake2023-01-221-1/+1
|
* LIB: Rename public header and source file.Michael Drake2022-02-231-1/+1
| | | | | This allows the library header to have a name consistent with the library soname.
* Buildsystem: Add -Wextra to WARNFLAGS.Michael Drake2022-02-211-1/+1
|
* Update component version for releaserelease/0.2.1Vincent Sanders2018-08-281-1/+1
|
* Update component version for 0.2.0 releaserelease/0.2.0Vincent Sanders2017-10-131-1/+1
|
* Prepare for release of 0.1.4release/0.1.4Daniel Silverstone2016-11-191-1/+1
|
* Update component version for releaserelease/0.1.3Vincent Sanders2016-01-031-2/+2
|
* add a basic decode testVincent Sanders2015-09-011-0/+6
|
* Update CFLAGS to avoid deprication warning for glibc 2.21 and later.Vincent Sanders2015-03-221-2/+10
|
* Fix paths for Haiku port.Adrien Destugues2015-03-221-1/+1
|
* Update the component version for releaserelease/0.1.2Vincent Sanders2015-03-081-1/+1
|
* Fix up for new buildsystemJohn-Mark Bell2014-11-161-1/+1
|
* Update component version for releaserelease/0.1.1Vincent Sanders2014-04-181-1/+1
|
* Add support for multilibJohn-Mark Bell2014-01-131-2/+2
|
* update component version for releaserelease/0.1.0Vincent Sanders2013-04-191-1/+1
|
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-2/+4
| | | | svn path=/trunk/libnsgif/; revision=14009
* Bump versionJohn Mark Bell2011-04-071-1/+1
| | | | svn path=/trunk/libnsgif/; revision=12168
* Bump versionJohn Mark Bell2010-04-191-1/+1
| | | | svn path=/trunk/libnsgif/; revision=10443
* -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/libnsgif/; revision=9667
* Ensure local include path overrides buildsystem settings.John Mark Bell2009-08-011-2/+2
| | | | svn path=/trunk/libnsgif/; revision=8964
* Update to new shared object namingDaniel Silverstone2009-04-211-1/+1
| | | | svn path=/trunk/libnsgif/; revision=7208
* GCC 2.95 compatibilityJohn Mark Bell2009-04-151-2/+11
| | | | svn path=/trunk/libnsgif/; revision=7097
* Shared library versioningJohn Mark Bell2009-04-031-2/+4
| | | | svn path=/trunk/libnsgif/; revision=7034
* First cut at a port to the core buildsystemJohn Mark Bell2009-03-291-90/+21
| | | | svn path=/trunk/libnsgif/; revision=6983
* Prefix build dirs with build- and svn ignore them. Simplify clean rule.John Tytgat2009-02-011-1/+1
| | | | svn path=/trunk/libnsgif/; revision=6336
* Prefix build dirs with build- and svn ignore them. Simplify clean rule.John Tytgat2009-02-011-5/+4
| | | | svn path=/trunk/libnsgif/; revision=6335
* Use DESTDIR.John Mark Bell2008-10-131-9/+11
| | | | | | OS X friendly install invocation svn path=/trunk/libnsgif/; revision=5556
* GCCSDK 4 build compatibility (not finished yet)John Tytgat2008-09-281-20/+20
| | | | svn path=/trunk/libnsgif/; revision=5458
* Add support for cross-compiling using TARGET=riscos.James Bursa2008-08-121-39/+70
| | | | svn path=/trunk/libnsgif/; revision=5068
* Simplified example of using libnsgif.James Bursa2008-06-211-1/+4
| | | | svn path=/branches/dynis/libnsgif/; revision=4413
* Added Makefile for installationSean Fox2008-06-151-0/+55
svn path=/branches/dynis/libnsgif/; revision=4348