blob: 49f00db94139843f04695e2ba73f100bb943f377 [file] [log] [blame]
Patrick Scott5f6bd842010-06-28 16:55:16 -04001
xNombred07bb0d2020-03-10 20:17:12 +01002Makefiles for libpng
Patrick Scott5f6bd842010-06-28 16:55:16 -04003
xNombred07bb0d2020-03-10 20:17:12 +01004pnglibconf.h.prebuilt => Configuration settings
Patrick Scott5f6bd842010-06-28 16:55:16 -04005 makefile.linux => Linux/ELF makefile
xNombred07bb0d2020-03-10 20:17:12 +01006 (gcc, creates shared libpng16.so.16.1.6.*)
Leon Scroggins III3cc83ac2017-10-06 11:02:56 -04007 makefile.linux-opt=> Linux/ELF makefile with hardware optimizations on
xNombred07bb0d2020-03-10 20:17:12 +01008 (gcc, creates shared libpng16.so.16.1.6.*)
Patrick Scott5f6bd842010-06-28 16:55:16 -04009 makefile.gcc => Generic makefile (gcc, creates static libpng.a)
Patrick Scott5f6bd842010-06-28 16:55:16 -040010 makefile.acorn => Acorn makefile
11 makefile.aix => AIX/gcc makefile
12 makefile.amiga => Amiga makefile
13 makefile.atari => Atari makefile
14 makefile.bc32 => 32-bit Borland C++ (all modules compiled in C mode)
xNombred07bb0d2020-03-10 20:17:12 +010015 makefile.beos => BeOS makefile
Patrick Scott5f6bd842010-06-28 16:55:16 -040016 makefile.cegcc => minge32ce for Windows CE makefile
xNombred07bb0d2020-03-10 20:17:12 +010017 makefile.darwin => Darwin makefile, for macOS (formerly Mac OS X)
Patrick Scott5f6bd842010-06-28 16:55:16 -040018 makefile.dec => DEC Alpha UNIX makefile
19 makefile.dj2 => DJGPP 2 makefile
Patrick Scott5f6bd842010-06-28 16:55:16 -040020 makefile.freebsd => FreeBSD makefile
21 makefile.gcc => Generic gcc makefile
Patrick Scott5f6bd842010-06-28 16:55:16 -040022 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
Patrick Scott5f6bd842010-06-28 16:55:16 -040027 makefile.mips => MIPS makefile
xNombred07bb0d2020-03-10 20:17:12 +010028 makefile.netbsd => NetBSD/cc makefile, makes shared libpng.so
Patrick Scott5f6bd842010-06-28 16:55:16 -040029 makefile.openbsd => OpenBSD makefile
xNombred07bb0d2020-03-10 20:17:12 +010030 makefile.sco => SCO OSr5 ELF and Unixware 7 with Native cc
31 makefile.sggcc => Silicon Graphics makefile
32 (gcc, creates shared libpng16.so.16.1.6.*)
Patrick Scott5f6bd842010-06-28 16:55:16 -040033 makefile.sgi => Silicon Graphics IRIX makefile (cc, creates static lib)
xNombred07bb0d2020-03-10 20:17:12 +010034 makefile.solaris => Solaris 2.X makefile
35 (gcc, creates shared libpng16.so.16.1.6.*)
36 makefile.so9 => Solaris 9 makefile
37 (gcc, creates shared libpng16.so.16.1.6.*)
Patrick Scott5f6bd842010-06-28 16:55:16 -040038 makefile.std => Generic UNIX makefile (cc, creates static libpng.a)
39 makefile.sunos => Sun makefile
40 makefile.32sunu => Sun Ultra 32-bit makefile
41 makefile.64sunu => Sun Ultra 64-bit makefile
Patrick Scott5f6bd842010-06-28 16:55:16 -040042 makefile.vcwin32 => makefile for Microsoft Visual C++ 4.0 and later
Patrick Scott5f6bd842010-06-28 16:55:16 -040043 makevms.com => VMS build script
44 smakefile.ppc => AMIGA smakefile for SAS C V6.58/7.00 PPC compiler
45 (Requires SCOPTIONS, copied from scripts/SCOPTIONS.ppc)
46
47Other supporting scripts:
Chris Craikb50c2172013-07-29 15:28:30 -070048 README.txt => This file
Patrick Scott5f6bd842010-06-28 16:55:16 -040049 descrip.mms => VMS makefile for MMS or MMK
Patrick Scott5f6bd842010-06-28 16:55:16 -040050 libpng-config-body.in => used by several makefiles to create libpng-config
51 libpng-config-head.in => used by several makefiles to create libpng-config
52 libpng.pc.in => Used by several makefiles to create libpng.pc
xNombred07bb0d2020-03-10 20:17:12 +010053 pngwin.rc => Used by the visualc71 project
Chris Craikb50c2172013-07-29 15:28:30 -070054 pngwin.def => Used by makefile.os2
55 pngwin.dfn => Used to maintain pngwin.def
Patrick Scott5f6bd842010-06-28 16:55:16 -040056 SCOPTIONS.ppc => Used with smakefile.ppc
57
xNombred07bb0d2020-03-10 20:17:12 +010058 checksym.awk => Used for maintaining pnglibconf.h
59 def.dfn => Used for maintaining pnglibconf.h
60 options.awk => Used for maintaining pnglibconf.h
61 pnglibconf.dfa => Used for maintaining pnglibconf.h
62 pnglibconf.mak => Used for maintaining pnglibconf.h
63 sym.dfn => Used for symbol versioning
64 symbols.def => Used for symbol versioning
65 symbols.dfn => Used for symbol versioning
66 vers.dfn => Used for symbol versioning
Chris Craikb50c2172013-07-29 15:28:30 -070067
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
74 intprefix.dfn => Used by autoconf tools
75 macro.lst => Used by autoconf tools
76 prefix.dfn => Used by autoconf tools
77
xNombre232e9ca2020-07-03 22:10:22 +020078 ci_autotools.sh => Continuous integration utility for the Autotools build
79 ci_cmake.sh => Continuous integration utility for the CMake build
80 ci_legacy.sh => Continuous integration utility for the legacy makefiles
Chris Craikb50c2172013-07-29 15:28:30 -070081
xNombre232e9ca2020-07-03 22:10:22 +020082Further information can be found in comments in the individual scripts and
83makefiles.