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