X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=scripts%2FREADME.txt;h=721a0ef342a5ed8283f3b2efbd5b52abcd3dbe69;hb=361fb099aa967c1618d8071268abab395e67e86a;hp=3b6bb3aeb39f7982bb172d8dbc6fff37da33f776;hpb=5ab0f6df7ecb95c9b816ece7a88a8df92b0cb2af;p=platform%2Fupstream%2Flibpng.git diff --git a/scripts/README.txt b/scripts/README.txt index 3b6bb3a..721a0ef 100644 --- a/scripts/README.txt +++ b/scripts/README.txt @@ -1,8 +1,9 @@ -Makefiles for libpng version 1.2.50 - July 10, 2012 +Makefiles for libpng version 1.6.13 - August 21, 2014 +pnglibconf.h.prebuilt => Stores configuration settings makefile.linux => Linux/ELF makefile - (gcc, creates libpng12.so.0.1.2.50) + (gcc, creates libpng16.so.16.1.6.13) makefile.gcc => Generic makefile (gcc, creates static libpng.a) makefile.knr => Archaic UNIX Makefile that converts files with ansi2knr (Requires ansi2knr.c from @@ -15,62 +16,69 @@ Makefiles for libpng version 1.2.50 - July 10, 2012 makefile.beos => beos makefile makefile.bor => Borland makefile (uses bcc) makefile.cegcc => minge32ce for Windows CE makefile - makefile.cygwin => Cygwin/gcc makefile makefile.darwin => Darwin makefile, can use on MacosX makefile.dec => DEC Alpha UNIX makefile makefile.dj2 => DJGPP 2 makefile - makefile.elf => Linux/ELF makefile symbol versioning, - gcc, creates libpng12.so.0.1.2.50) makefile.freebsd => FreeBSD makefile makefile.gcc => Generic gcc makefile - makefile.gccmmx => Generic gcc makefile previously using MMX code makefile.hpgcc => HPUX makefile using gcc makefile.hpux => HPUX (10.20 and 11.00) makefile makefile.hp64 => HPUX (10.20 and 11.00) makefile, 64-bit makefile.ibmc => IBM C/C++ version 3.x for Win32 and OS/2 (static) makefile.intel => Intel C/C++ version 4.0 and later - makefile.mingw => Mingw makefile makefile.mips => MIPS makefile makefile.msc => Microsoft C makefile makefile.netbsd => NetBSD/cc makefile, makes libpng.so. - makefile.nommx => Generic gcc makefile not using MMX code makefile.openbsd => OpenBSD makefile - makefile.os2 => OS/2 Makefile (gcc and emx, requires pngos2.def) + makefile.os2 => OS/2 Makefile (gcc and emx, requires libpng.def) makefile.sco => For SCO OSr5 ELF and Unixware 7 with Native cc makefile.sggcc => Silicon Graphics (gcc, - creates libpng12.so.0.1.2.50) + creates libpng16.so.16.1.6.13) makefile.sgi => Silicon Graphics IRIX makefile (cc, creates static lib) makefile.solaris => Solaris 2.X makefile (gcc, - creates libpng12.so.0.1.2.50) - makefile.solaris-x86 => Solaris 2.X makefile (gcc, no MMX code, - creates libpng12.so.0.1.2.50) + creates libpng16.so.16.1.6.13) makefile.so9 => Solaris 9 makefile (gcc, - creates libpng12.so.0.1.2.50) + creates libpng16.so.16.1.6.13) makefile.std => Generic UNIX makefile (cc, creates static libpng.a) makefile.sunos => Sun makefile makefile.32sunu => Sun Ultra 32-bit makefile makefile.64sunu => Sun Ultra 64-bit makefile makefile.tc3 => Turbo C 3.0 makefile - makefile.vcawin32 => makefile for Microsoft Visual C++ 4.0 and later - previously using MMX code makefile.vcwin32 => makefile for Microsoft Visual C++ 4.0 and later - makefile.watcom => Watcom 10a+ Makefile, 32-bit flat memory model makevms.com => VMS build script smakefile.ppc => AMIGA smakefile for SAS C V6.58/7.00 PPC compiler (Requires SCOPTIONS, copied from scripts/SCOPTIONS.ppc) Other supporting scripts: + README.txt => This file descrip.mms => VMS makefile for MMS or MMK - libpng-config.in => Used by "configure" to create libpng-config. libpng-config-body.in => used by several makefiles to create libpng-config libpng-config-head.in => used by several makefiles to create libpng-config libpng.pc.in => Used by several makefiles to create libpng.pc - libpng.pc-configure.in => Used by "configure" to create libpng.pc - libpng.icc - pngos2.def => OS/2 module definition file used by makefile.os2 - pngw32.def => Module definitions for makefile.cygwin and mingw - png32ce.def => Module definition file used by makefile.cegcc - pngw32.rc => Used by the visualc6 and visualc71 projects. + pngwin.rc => Used by the visualc71 project. + pngwin.def => Used by makefile.os2 + pngwin.dfn => Used to maintain pngwin.def SCOPTIONS.ppc => Used with smakefile.ppc + checksym.awk => Used for maintaining pnglibconf.h + def.dfn => Used for maintaining pnglibconf.h + options.awk => Used for maintaining pnglibconf.h + pnglibconf.dfa => Used for maintaining pnglibconf.h + pnglibconf.mak => Used for maintaining pnglibconf.h + sym.dfn => Used for symbol versioning + symbols.def => Used for symbol versioning + symbols.dfn => Used for symbol versioning + vers.dfn => Used for symbol versioning + + libtool.m4 => Used by autoconf tools + ltoptions.m4 => Used by autoconf tools + ltsugar.m4 => Used by autoconf tools + ltversion.m4 => Used by autoconf tools + lt~obsolete.m4 => Used by autoconf tools + + intprefix.dfn => Used by autoconf tools + macro.lst => Used by autoconf tools + prefix.dfn => Used by autoconf tools + + Further information can be found in comments in the individual makefiles.