blob: c468d975cd271e1c0c70bfa01c0ed4ca8077945e [file] [log] [blame]
Patrick Scott5f6bd842010-06-28 16:55:16 -04001
Sireesh Tripurarib478e662014-05-09 15:15:10 +05302Makefiles for libpng version 1.6.10 - March 6, 2014
Patrick Scott5f6bd842010-06-28 16:55:16 -04003
Chris Craikb50c2172013-07-29 15:28:30 -07004pnglibconf.h.prebuilt => Stores configuration settings
Patrick Scott5f6bd842010-06-28 16:55:16 -04005 makefile.linux => Linux/ELF makefile
Sireesh Tripurarib478e662014-05-09 15:15:10 +05306 (gcc, creates libpng16.so.16.1.6.10)
Patrick Scott5f6bd842010-06-28 16:55:16 -04007 makefile.gcc => Generic makefile (gcc, creates static libpng.a)
8 makefile.knr => Archaic UNIX Makefile that converts files with
9 ansi2knr (Requires ansi2knr.c from
10 ftp://ftp.cs.wisc.edu/ghost)
11 makefile.acorn => Acorn makefile
12 makefile.aix => AIX/gcc makefile
13 makefile.amiga => Amiga makefile
14 makefile.atari => Atari makefile
15 makefile.bc32 => 32-bit Borland C++ (all modules compiled in C mode)
16 makefile.beos => beos makefile
17 makefile.bor => Borland makefile (uses bcc)
18 makefile.cegcc => minge32ce for Windows CE makefile
Patrick Scott5f6bd842010-06-28 16:55:16 -040019 makefile.darwin => Darwin makefile, can use on MacosX
20 makefile.dec => DEC Alpha UNIX makefile
21 makefile.dj2 => DJGPP 2 makefile
22 makefile.elf => Linux/ELF makefile symbol versioning,
Sireesh Tripurarib478e662014-05-09 15:15:10 +053023 (gcc, creates libpng16.so.16.1.6.10)
Patrick Scott5f6bd842010-06-28 16:55:16 -040024 makefile.freebsd => FreeBSD makefile
25 makefile.gcc => Generic gcc makefile
Patrick Scott5f6bd842010-06-28 16:55:16 -040026 makefile.hpgcc => HPUX makefile using gcc
27 makefile.hpux => HPUX (10.20 and 11.00) makefile
28 makefile.hp64 => HPUX (10.20 and 11.00) makefile, 64-bit
29 makefile.ibmc => IBM C/C++ version 3.x for Win32 and OS/2 (static)
30 makefile.intel => Intel C/C++ version 4.0 and later
Patrick Scott5f6bd842010-06-28 16:55:16 -040031 makefile.mips => MIPS makefile
32 makefile.msc => Microsoft C makefile
33 makefile.netbsd => NetBSD/cc makefile, makes libpng.so.
Patrick Scott5f6bd842010-06-28 16:55:16 -040034 makefile.openbsd => OpenBSD makefile
Chris Craikb50c2172013-07-29 15:28:30 -070035 makefile.os2 => OS/2 Makefile (gcc and emx, requires libpng.def)
Patrick Scott5f6bd842010-06-28 16:55:16 -040036 makefile.sco => For SCO OSr5 ELF and Unixware 7 with Native cc
37 makefile.sggcc => Silicon Graphics (gcc,
Sireesh Tripurarib478e662014-05-09 15:15:10 +053038 creates libpng16.so.16.1.6.10)
Patrick Scott5f6bd842010-06-28 16:55:16 -040039 makefile.sgi => Silicon Graphics IRIX makefile (cc, creates static lib)
40 makefile.solaris => Solaris 2.X makefile (gcc,
Sireesh Tripurarib478e662014-05-09 15:15:10 +053041 creates libpng16.so.16.1.6.10)
Patrick Scott5f6bd842010-06-28 16:55:16 -040042 makefile.so9 => Solaris 9 makefile (gcc,
Sireesh Tripurarib478e662014-05-09 15:15:10 +053043 creates libpng16.so.16.1.6.10)
Patrick Scott5f6bd842010-06-28 16:55:16 -040044 makefile.std => Generic UNIX makefile (cc, creates static libpng.a)
45 makefile.sunos => Sun makefile
46 makefile.32sunu => Sun Ultra 32-bit makefile
47 makefile.64sunu => Sun Ultra 64-bit makefile
48 makefile.tc3 => Turbo C 3.0 makefile
Patrick Scott5f6bd842010-06-28 16:55:16 -040049 makefile.vcwin32 => makefile for Microsoft Visual C++ 4.0 and later
Patrick Scott5f6bd842010-06-28 16:55:16 -040050 makevms.com => VMS build script
51 smakefile.ppc => AMIGA smakefile for SAS C V6.58/7.00 PPC compiler
52 (Requires SCOPTIONS, copied from scripts/SCOPTIONS.ppc)
53
54Other supporting scripts:
Chris Craikb50c2172013-07-29 15:28:30 -070055 README.txt => This file
Patrick Scott5f6bd842010-06-28 16:55:16 -040056 descrip.mms => VMS makefile for MMS or MMK
Patrick Scott5f6bd842010-06-28 16:55:16 -040057 libpng-config-body.in => used by several makefiles to create libpng-config
58 libpng-config-head.in => used by several makefiles to create libpng-config
59 libpng.pc.in => Used by several makefiles to create libpng.pc
Chris Craikb50c2172013-07-29 15:28:30 -070060 pngwin.rc => Used by the visualc71 project.
61 pngwin.def => Used by makefile.os2
62 pngwin.dfn => Used to maintain pngwin.def
Patrick Scott5f6bd842010-06-28 16:55:16 -040063 SCOPTIONS.ppc => Used with smakefile.ppc
64
Chris Craikb50c2172013-07-29 15:28:30 -070065 checksym.awk => Used for maintaining pnglibconf.h
66 def.dfn => Used for maintaining pnglibconf.h
67 options.awk => Used for maintaining pnglibconf.h
68 pnglibconf.dfa => Used for maintaining pnglibconf.h
69 pnglibconf.mak => Used for maintaining pnglibconf.h
70 sym.dfn => Used for symbol versioning
71 symbols.def => Used for symbol versioning
72 symbols.dfn => Used for symbol versioning
73 vers.dfn => Used for symbol versioning
74
75 libtool.m4 => Used by autoconf tools
76 ltoptions.m4 => Used by autoconf tools
77 ltsugar.m4 => Used by autoconf tools
78 ltversion.m4 => Used by autoconf tools
79 lt~obsolete.m4 => Used by autoconf tools
80
81 intprefix.dfn => Used by autoconf tools
82 macro.lst => Used by autoconf tools
83 prefix.dfn => Used by autoconf tools
84
85
Patrick Scott5f6bd842010-06-28 16:55:16 -040086Further information can be found in comments in the individual makefiles.