README.txt 3.7 KB

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