Imported Upstream version 1.2.50
[platform/upstream/libpng.git] / scripts / README.txt
1
2 Makefiles for  libpng version 1.2.50 - July 10, 2012
3
4  makefile.linux    =>  Linux/ELF makefile
5                        (gcc, creates libpng12.so.0.1.2.50)
6  makefile.gcc      =>  Generic makefile (gcc, creates static libpng.a)
7  makefile.knr      =>  Archaic UNIX Makefile that converts files with
8                        ansi2knr (Requires ansi2knr.c from
9                        ftp://ftp.cs.wisc.edu/ghost)
10  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)
15  makefile.beos     =>  beos makefile
16  makefile.bor      =>  Borland makefile (uses bcc)
17  makefile.cegcc    =>  minge32ce for Windows CE makefile
18  makefile.cygwin   =>  Cygwin/gcc makefile
19  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,
23                        gcc, creates libpng12.so.0.1.2.50)
24  makefile.freebsd  =>  FreeBSD makefile
25  makefile.gcc      =>  Generic gcc makefile
26  makefile.gccmmx   =>  Generic gcc makefile previously using MMX code
27  makefile.hpgcc    =>  HPUX makefile using gcc
28  makefile.hpux     =>  HPUX (10.20 and 11.00) makefile
29  makefile.hp64     =>  HPUX (10.20 and 11.00) makefile, 64-bit
30  makefile.ibmc     =>  IBM C/C++ version 3.x for Win32 and OS/2 (static)
31  makefile.intel    =>  Intel C/C++ version 4.0 and later
32  makefile.mingw    =>  Mingw makefile
33  makefile.mips     =>  MIPS makefile
34  makefile.msc      =>  Microsoft C makefile
35  makefile.netbsd   =>  NetBSD/cc makefile, makes libpng.so.
36  makefile.nommx    =>  Generic gcc makefile not using MMX code
37  makefile.openbsd  =>  OpenBSD makefile
38  makefile.os2      =>  OS/2 Makefile (gcc and emx, requires pngos2.def)
39  makefile.sco      =>  For SCO OSr5  ELF and Unixware 7 with Native cc
40  makefile.sggcc    =>  Silicon Graphics (gcc,
41                        creates libpng12.so.0.1.2.50)
42  makefile.sgi      =>  Silicon Graphics IRIX makefile (cc, creates static lib)
43  makefile.solaris  =>  Solaris 2.X makefile (gcc,
44                        creates libpng12.so.0.1.2.50)
45  makefile.solaris-x86  =>  Solaris 2.X makefile (gcc, no MMX code,
46                        creates libpng12.so.0.1.2.50)
47  makefile.so9      =>  Solaris 9 makefile (gcc,
48                        creates libpng12.so.0.1.2.50)
49  makefile.std      =>  Generic UNIX makefile (cc, creates static libpng.a)
50  makefile.sunos    =>  Sun makefile
51  makefile.32sunu   =>  Sun Ultra 32-bit makefile
52  makefile.64sunu   =>  Sun Ultra 64-bit makefile
53  makefile.tc3      =>  Turbo C 3.0 makefile
54  makefile.vcawin32 =>  makefile for Microsoft Visual C++ 4.0 and later
55                        previously using MMX code
56  makefile.vcwin32  =>  makefile for Microsoft Visual C++ 4.0 and later
57  makefile.watcom   =>  Watcom 10a+ Makefile, 32-bit flat memory model
58  makevms.com       =>  VMS build script
59  smakefile.ppc     =>  AMIGA smakefile for SAS C V6.58/7.00 PPC compiler
60                        (Requires SCOPTIONS, copied from scripts/SCOPTIONS.ppc)
61
62 Other supporting scripts:
63  descrip.mms       =>  VMS makefile for MMS or MMK
64  libpng-config.in  =>  Used by "configure" to create libpng-config.
65  libpng-config-body.in => used by several makefiles to create libpng-config
66  libpng-config-head.in => used by several makefiles to create libpng-config
67  libpng.pc.in      =>  Used by several makefiles to create libpng.pc
68  libpng.pc-configure.in => Used by "configure" to create libpng.pc
69  libpng.icc
70  pngos2.def        =>  OS/2 module definition file used by makefile.os2
71  pngw32.def        =>  Module definitions for makefile.cygwin and mingw
72  png32ce.def       =>  Module definition file used by makefile.cegcc
73  pngw32.rc         =>  Used by the visualc6 and visualc71 projects.
74  SCOPTIONS.ppc     =>  Used with smakefile.ppc
75
76 Further information can be found in comments in the individual makefiles.