summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* [libpng16] Bump version to 1.6.0beta28Glenn Randers-Pehrson2012-08-171-4/+4
|
* [libpng16] Revised Makefile.am to add unknown test supportJohn Bowler2012-08-171-2/+8
|
* [libpng16] Updated Makefile.inGlenn Randers-Pehrson2012-02-241-3/+3
| | | | Added information about the new limits in the manual.
* [libpng16] Checked in new Makefile.am that maintains pngusr.dfaGlenn Randers-Pehrson2012-02-241-2/+2
|
* [libpng16] Fixed fixed/float API export conditionals. 1) If FIXED_POINT orJohn Bowler2012-02-131-1/+1
| | | | | | | | | | | | FLOATING_POINT options were switched off, png.h ended up with lone ';' characters. This is not valid ANSI-C outside a function. The ';' characters have been moved inside the definition of PNG_FP_EXPORT and PNG_FIXED_EXPORT. 2) If either option was switched off, the declaration of the corresponding functions were completely omitted, even though some of them are still used internally. The result is still valid, but produces warnings from gcc with some warning options (including -Wall). The fix is to cause png.h to declare the functions with PNG_INTERNAL_FUNCTION when png.h is included from pngpriv.h.
* [libpng16] Attempt to fix problem with autogen.shJohn Bowler2012-02-011-2/+2
| | | | Renamed internal configure variable from prefix_TRUE to DO_PNG_PREFIX_TRUE
* [libpng16] Added symbol prefixing that allows all the libpng external symbolsJohn Bowler2012-01-311-2/+32
| | | | | to be prefixed (suggested by Reuben Hawkins). This is work in progress that breaks some non-configure builds.
* [libpng16] Moved automake options to AM_INIT_AUTOMAKE in configure.acJohn Bowler2012-01-281-6/+0
| | | | | Added color-tests, silent-rules (Not yet implemented in Makefile.am) and version checking to configure.ac
* [libpng16] Freeze libtool files in the 'scripts' directory.John Bowler2012-01-271-0/+1
| | | | | This version of autogen.sh attempts to dissuade people from running it when it is not, or should not, be necessary.
* [libpng16] Updated configure.ac from autoupdate: added --enable-werror option.John Bowler2012-01-251-0/+6
| | | | | | | | | | | Also some layout regularization and removal of introduced tab characters (replaced with 3-character indentation). Obsolete macros identified by autoupdate have been removed; the replacements are all in 2.59 so the pre-req hasn't been changed. --enable-werror checks for support for -Werror (or the given argument) in the compiler. This mimics the gcc configure option by allowing -Werror to be turned on safely; without the option the tests written in configure itself fail compilation because they cause compiler warnings.
* [libpng16] Fixed Min/GW uninstall to remove libpng.dll.aJohn Bowler2012-01-231-0/+1
|
* [libpng16] Correct configure builds where build and source directories areJohn Bowler2011-12-181-1/+1
| | | | | separate. The include path of 'config.h' was erroneously made relative in pngvalid.c in libpng 1.5.7.
* [libpng16] Revised config.h handling; added bsconfig.h, deleted pngconfig.hJohn Bowler2011-12-171-5/+3
|
* [libpng16] Reverted install of pngconfig.hGlenn Randers-Pehrson2011-12-171-10/+5
|
* [libpng16] Added pngconfig.h file. This indirect reference to config.h avoidsGlenn Randers-Pehrson2011-12-171-7/+12
| | | | | problems with build scripts that search for config.h and find an inappropriate one in the standard paths.
* [libpng16] Fixed race conditions in parallel make builds. With higher degreesJohn Bowler2011-12-081-23/+25
| | | | | | | | of parallelism during 'make' the use of the same temporary file names such as 'dfn*' can result in a race where a temporary file from one arm of the build is deleted or overwritten in another arm. This changes the temporary files for suffix rules to always use $* and ensures that the non-suffix rules use unique file names.
* [libpng16] Moved pngvalid.c into contrib/libtestsGlenn Randers-Pehrson2011-11-241-2/+2
| | | | and rebuilt Makefile.in and configure, etc., with autoconf-2.68
* [libpng15] Bump version to libpng-1.6.0alpha01Glenn Randers-Pehrson2011-11-231-1/+1
|
* [libpng15] Revised Makefile.am to separate out stuff depending on contrib (WIP)Glenn Randers-Pehrson2011-11-171-7/+7
|
* [libpng15] Imported from libpng-1.5.7beta03.tarv1.5.7beta03Glenn Randers-Pehrson2011-11-161-4/+7
|
* [libpng15] Update pngstest to remove compiler warnings, add to libpng testsJohn Bowler2011-11-161-3/+6
|
* [libpng15] Change options.awk to use pngconf.h for versioningJohn Bowler2011-11-081-6/+8
| | | | instead of ANNOUNCE
* [libpng15] Fix for the preprocessor of the Intel C compiler. The preprocessorJohn Bowler2011-11-031-2/+2
| | | | | | adjacent @ signs with a space; this changes the concatentation from @@@ to PNG_JOIN; that should work with all compiler preprocessors.
* [libpng15] Bump version to libpng-1.5.7beta01Glenn Randers-Pehrson2011-11-031-0/+4
|
* [libpng15] Bump version to libpng-1.5.6beta04v1.5.6beta04Glenn Randers-Pehrson2011-10-051-1/+1
|
* [devel] Add SunOS support to configure and Makefile.amGlenn Randers-Pehrson2011-09-011-1/+1
|
* [devel] Added SunOS support to configure.ac and Makefile.amGlenn Randers-Pehrson2011-09-011-4/+9
|
* [devel] Revised Makefile.am and Makefile.in to look in the right directory forJohn Bowler2011-07-141-2/+3
| | | | pnglibconf.h.prebuilt
* [devel] Reverted Makefile.am and Makefile.in to 1.5.4 status.Glenn Randers-Pehrson2011-07-131-1/+1
|
* [devel] Bump version to libpng-1.5.5beta01Glenn Randers-Pehrson2011-07-081-1/+1
|
* [devel] Imported from libpng-1.5.4beta01.tarv1.5.4beta01Glenn Randers-Pehrson2011-06-131-1/+1
|
* [devel] Imported from libpng-1.5.3beta06.tarv1.5.3beta06Glenn Randers-Pehrson2011-05-071-3/+3
|
* [devel] Bump to version libpng-1.5.3beta01Glenn Randers-Pehrson2011-03-311-1/+1
|
* [devel] Don't include standard header files in png.h while building the symbolGlenn Randers-Pehrson2011-03-241-1/+1
| | | | | table, to avoid cpp failure on SunOS (introduced PNG_BUILDING_SYMBOL_TABLE macro).
* --amend [devel] Imported from libpng-1.5.2beta01.tarGlenn Randers-Pehrson2011-02-031-1/+1
|
* [devel] Imported from libpng-1.5.1beta10.tarv1.5.1beta10Glenn Randers-Pehrson2011-01-261-0/+3
|
* [devel] Enhance pngvalid, correct an error in gray_to_rgb, correct doc error.John Bowler2011-01-231-1/+2
|
* [devel] Attempted to fix cpp on Solaris with S. Studio 12 cc, fix buildJohn Bowler2011-01-221-1/+8
| | | | | | Added a make macro DFNCPP that is a CPP that will accept the tokens in a .dfn file and adds configure stuff to test for such a CPP. ./configure should fail if one is not available.
* Removed scripts/pngwin.def and pngwin.dfn, added def.dfn, revised Makefile.amJohn Bowler2010-12-271-7/+3
|
* [devel] Fix the clean rule to remove pngtest-log.txtJohn Bowler2010-12-191-1/+1
|
* [devel] Revised "make test" to only print PASS or FAIL for pngvalid tests.Glenn Randers-Pehrson2010-12-071-1/+1
|
* [devel] Rename libpng.txt to libpng-manual.txtGlenn Randers-Pehrson2010-10-171-1/+1
|
* [devel] libpng-version.txt -> libpng.txt in Makefile.am,.inGlenn Randers-Pehrson2010-10-161-1/+1
|
* [devel] Disabled "color-tests" by default in Makefile.amGlenn Randers-Pehrson2010-10-161-1/+5
| | | | so it will work with automake versions earlier than 1.11.1
* [devel] Imported from libpng-1.5.0beta49.tarv1.5.0beta49Glenn Randers-Pehrson2010-10-071-1/+1
|
* [devel] Fixed problem with symbols creation in Makefile.am which was assumingGlenn Randers-Pehrson2010-10-041-1/+1
| | | | that CCP writes to standard output by default (Martin Banky).
* [devel] Renamed scripts/pnglibconf.h in Makefile.am and Makefile.inGlenn Randers-Pehrson2010-08-241-2/+2
|
* [devel] Add .dll.a to extensions to be symlinked by Makefile.am (Yaakov)Glenn Randers-Pehrson2010-08-131-1/+1
|
* [devel] Removed reference to pngarith from Makefile.am and Makefile.inGlenn Randers-Pehrson2010-07-291-1/+1
|
* [devel] Update documentationGlenn Randers-Pehrson2010-07-291-0/+5
|