README.txt 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. Makefiles for libpng version 1.6.20 - December 3, 2015
  2. pnglibconf.h.prebuilt => Stores configuration settings
  3. makefile.linux => Linux/ELF makefile
  4. (gcc, creates libpng16.so.16.1.6.20)
  5. makefile.gcc => Generic makefile (gcc, creates static libpng.a)
  6. makefile.knr => Archaic UNIX Makefile that converts files with
  7. ansi2knr (Requires ansi2knr.c from
  8. ftp://ftp.cs.wisc.edu/ghost)
  9. makefile.acorn => Acorn makefile
  10. makefile.aix => AIX/gcc makefile
  11. makefile.amiga => Amiga makefile
  12. makefile.atari => Atari makefile
  13. makefile.bc32 => 32-bit Borland C++ (all modules compiled in C mode)
  14. makefile.beos => beos makefile
  15. makefile.bor => Borland makefile (uses bcc)
  16. makefile.cegcc => minge32ce for Windows CE makefile
  17. makefile.darwin => Darwin makefile, can use on MacosX
  18. makefile.dec => DEC Alpha UNIX makefile
  19. makefile.dj2 => DJGPP 2 makefile
  20. makefile.freebsd => FreeBSD makefile
  21. makefile.gcc => Generic gcc makefile
  22. makefile.hpgcc => HPUX makefile using gcc
  23. makefile.hpux => HPUX (10.20 and 11.00) makefile
  24. makefile.hp64 => HPUX (10.20 and 11.00) makefile, 64-bit
  25. makefile.ibmc => IBM C/C++ version 3.x for Win32 and OS/2 (static)
  26. makefile.intel => Intel C/C++ version 4.0 and later
  27. makefile.mips => MIPS makefile
  28. makefile.msc => Microsoft C makefile
  29. makefile.netbsd => NetBSD/cc makefile, makes libpng.so.
  30. makefile.openbsd => OpenBSD makefile
  31. makefile.os2 => OS/2 Makefile (gcc and emx, requires libpng.def)
  32. makefile.sco => For SCO OSr5 ELF and Unixware 7 with Native cc
  33. makefile.sggcc => Silicon Graphics (gcc,
  34. creates libpng16.so.16.1.6.20)
  35. makefile.sgi => Silicon Graphics IRIX makefile (cc, creates static lib)
  36. makefile.solaris => Solaris 2.X makefile (gcc,
  37. creates libpng16.so.16.1.6.20)
  38. makefile.so9 => Solaris 9 makefile (gcc,
  39. creates libpng16.so.16.1.6.20)
  40. makefile.std => Generic UNIX makefile (cc, creates static libpng.a)
  41. makefile.sunos => Sun makefile
  42. makefile.32sunu => Sun Ultra 32-bit makefile
  43. makefile.64sunu => Sun Ultra 64-bit makefile
  44. makefile.tc3 => Turbo C 3.0 makefile
  45. makefile.vcwin32 => makefile for Microsoft Visual C++ 4.0 and later
  46. makevms.com => VMS build script
  47. smakefile.ppc => AMIGA smakefile for SAS C V6.58/7.00 PPC compiler
  48. (Requires SCOPTIONS, copied from scripts/SCOPTIONS.ppc)
  49. Other supporting scripts:
  50. README.txt => This file
  51. descrip.mms => VMS makefile for MMS or MMK
  52. libpng-config-body.in => used by several makefiles to create libpng-config
  53. libpng-config-head.in => used by several makefiles to create libpng-config
  54. libpng.pc.in => Used by several makefiles to create libpng.pc
  55. pngwin.rc => Used by the visualc71 project.
  56. pngwin.def => Used by makefile.os2
  57. pngwin.dfn => Used to maintain pngwin.def
  58. SCOPTIONS.ppc => Used with smakefile.ppc
  59. checksym.awk => Used for maintaining pnglibconf.h
  60. def.dfn => Used for maintaining pnglibconf.h
  61. options.awk => Used for maintaining pnglibconf.h
  62. pnglibconf.dfa => Used for maintaining pnglibconf.h
  63. pnglibconf.mak => Used for maintaining pnglibconf.h
  64. sym.dfn => Used for symbol versioning
  65. symbols.def => Used for symbol versioning
  66. symbols.dfn => Used for symbol versioning
  67. vers.dfn => Used for symbol versioning
  68. libtool.m4 => Used by autoconf tools
  69. ltoptions.m4 => Used by autoconf tools
  70. ltsugar.m4 => Used by autoconf tools
  71. ltversion.m4 => Used by autoconf tools
  72. lt~obsolete.m4 => Used by autoconf tools
  73. intprefix.dfn => Used by autoconf tools
  74. macro.lst => Used by autoconf tools
  75. prefix.dfn => Used by autoconf tools
  76. Further information can be found in comments in the individual makefiles.