tree: c006a00957db27ea49a552f98cd5c25f75583f8b [path history] [tgz]
  1. autoconf/
  2. cmake/
  3. pnglibconf/
  4. descrip.mms
  5. libpng-config-body.in
  6. libpng-config-head.in
  7. libpng.pc.in
  8. macro.lst
  9. makefile.amiga
  10. makefile.atari
  11. makefile.clang
  12. makefile.emcc
  13. makefile.gcc
  14. makefile.ibmc
  15. makefile.intel
  16. makefile.riscos
  17. makefile.std
  18. makefile.vcwin-arm64
  19. makefile.vcwin32
  20. makevms.com
  21. pngwin.rc
  22. README.md
  23. SCOPTIONS.ppc
  24. smakefile.ppc
  25. symbols.def
scripts/README.md

Makefiles for libpng

makefile.amiga     =>  Amiga makefile
makefile.atari     =>  Atari makefile
makefile.clang     =>  Generic clang makefile
makefile.emcc      =>  Emscripten makefile
makefile.gcc       =>  Generic gcc makefile
makefile.ibmc      =>  IBM C/C++ version 3.x for Win32 and OS/2
makefile.intel     =>  Intel C/C++ version 4.0 and later
makefile.riscos    =>  Acorn RISCOS makefile
makefile.std       =>  Generic UNIX makefile
makefile.vcwin32       =>  Microsoft Visual C++ for Windows/x86
makefile.vcwin-arm64   =>  Microsoft Visual C++ for Windows/ARM64
makevms.com        =>  VMS build script
descrip.mms        =>  VMS makefile for MMS or MMK
smakefile.ppc      =>  AMIGA smakefile for SAS C V6.58/7.00 PPC compiler
                       (Requires SCOPTIONS, copied from SCOPTIONS.ppc)
SCOPTIONS.ppc      =>  Used with smakefile.ppc

Other supporting files and scripts

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
macro.lst          =>  Used by GNU Autotools
pngwin.rc          =>  Used by the Visual Studio project
README.txt         =>  This file

Further information can be found in comments in the individual scripts and makefiles.