Home | History | Annotate | only in /external/libpng/scripts
Up to higher level directory
NameDateSize
checksym.awk24-Aug-20165.6K
def.c24-Aug-20161,021
descrip.mms24-Aug-20162K
dfn.awk24-Aug-20165.5K
genchk.cmake.in24-Aug-20161.4K
genout.cmake.in24-Aug-20162.7K
gensrc.cmake.in24-Aug-20165K
intprefix.c24-Aug-2016644
libpng-config-body.in24-Aug-20161.7K
libpng-config-head.in24-Aug-2016394
libpng.pc.in24-Aug-2016216
macro.lst24-Aug-201650
makefile.32sunu24-Aug-20168.2K
makefile.64sunu24-Aug-20168.2K
makefile.acorn24-Aug-20161.9K
makefile.aix24-Aug-20163.9K
makefile.amiga24-Aug-20161.5K
makefile.atari24-Aug-20162.2K
makefile.bc3224-Aug-20163.8K
makefile.beos24-Aug-20167.4K
makefile.bor24-Aug-20164.2K
makefile.cegcc24-Aug-20163.2K
makefile.darwin24-Aug-20167.3K
makefile.dec24-Aug-20166.7K
makefile.dj224-Aug-20162.5K
makefile.freebsd24-Aug-20161.8K
makefile.gcc24-Aug-20163K
makefile.hp6424-Aug-20167.5K
makefile.hpgcc24-Aug-20167.7K
makefile.hpux24-Aug-20167.4K
makefile.ibmc24-Aug-20162.8K
makefile.intel24-Aug-20163.7K
makefile.knr24-Aug-20164K
makefile.linux24-Aug-20168K
makefile.mips24-Aug-20163.5K
makefile.msc24-Aug-20163.4K
makefile.msys24-Aug-20166.2K
makefile.ne12bsd24-Aug-20161.5K
makefile.netbsd24-Aug-20161.5K
makefile.openbsd24-Aug-20162.6K
makefile.sco24-Aug-20167.4K
makefile.sggcc24-Aug-20167.5K
makefile.sgi24-Aug-20167.6K
makefile.so924-Aug-20168.2K
makefile.solaris24-Aug-20168.1K
makefile.solaris-x8624-Aug-20168.1K
makefile.std24-Aug-20164.8K
makefile.sunos24-Aug-20163.9K
makefile.tc324-Aug-20163.2K
makefile.vcwin3224-Aug-20163.6K
makevms.com24-Aug-20164.7K
options.awk24-Aug-201630.9K
pnglibconf.dfa24-Aug-201636.5K
pnglibconf.h.prebuilt24-Aug-20167.3K
pnglibconf.mak24-Aug-20162.1K
pngwin.rc24-Aug-20163.9K
prefix.c24-Aug-2016615
README.txt24-Aug-20164K
SCOPTIONS.ppc24-Aug-201690
smakefile.ppc24-Aug-20161K
sym.c24-Aug-2016427
symbols.c24-Aug-20161.9K
symbols.def24-Aug-20166.3K
test.cmake.in24-Aug-2016991
vers.c24-Aug-2016496

README.txt

      1 
      2 Makefiles for  libpng version 1.6.22beta03 - February 8, 2016
      3 
      4 pnglibconf.h.prebuilt       =>  Stores configuration settings
      5  makefile.linux    =>  Linux/ELF makefile
      6                        (gcc, creates libpng16.so.16.1.6.22beta03)
      7  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
     19  makefile.darwin   =>  Darwin makefile, can use on MacosX
     20  makefile.dec      =>  DEC Alpha UNIX makefile
     21  makefile.dj2      =>  DJGPP 2 makefile
     22  makefile.freebsd  =>  FreeBSD makefile
     23  makefile.gcc      =>  Generic gcc makefile
     24  makefile.hpgcc    =>  HPUX makefile using gcc
     25  makefile.hpux     =>  HPUX (10.20 and 11.00) makefile
     26  makefile.hp64     =>  HPUX (10.20 and 11.00) makefile, 64-bit
     27  makefile.ibmc     =>  IBM C/C++ version 3.x for Win32 and OS/2 (static)
     28  makefile.intel    =>  Intel C/C++ version 4.0 and later
     29  makefile.mips     =>  MIPS makefile
     30  makefile.msc      =>  Microsoft C makefile
     31  makefile.netbsd   =>  NetBSD/cc makefile, makes libpng.so.
     32  makefile.openbsd  =>  OpenBSD makefile
     33  makefile.os2      =>  OS/2 Makefile (gcc and emx, requires libpng.def)
     34  makefile.sco      =>  For SCO OSr5  ELF and Unixware 7 with Native cc
     35  makefile.sggcc    =>  Silicon Graphics (gcc,
     36                        creates libpng16.so.16.1.6.22beta03)
     37  makefile.sgi      =>  Silicon Graphics IRIX makefile (cc, creates static lib)
     38  makefile.solaris  =>  Solaris 2.X makefile (gcc,
     39                        creates libpng16.so.16.1.6.22beta03)
     40  makefile.so9      =>  Solaris 9 makefile (gcc,
     41                        creates libpng16.so.16.1.6.22beta03)
     42  makefile.std      =>  Generic UNIX makefile (cc, creates static libpng.a)
     43  makefile.sunos    =>  Sun makefile
     44  makefile.32sunu   =>  Sun Ultra 32-bit makefile
     45  makefile.64sunu   =>  Sun Ultra 64-bit makefile
     46  makefile.tc3      =>  Turbo C 3.0 makefile
     47  makefile.vcwin32  =>  makefile for Microsoft Visual C++ 4.0 and later
     48  makevms.com       =>  VMS build script
     49  smakefile.ppc     =>  AMIGA smakefile for SAS C V6.58/7.00 PPC compiler
     50                        (Requires SCOPTIONS, copied from scripts/SCOPTIONS.ppc)
     51 
     52 Other supporting scripts:
     53  README.txt        =>  This file
     54  descrip.mms       =>  VMS makefile for MMS or MMK
     55  libpng-config-body.in => used by several makefiles to create libpng-config
     56  libpng-config-head.in => used by several makefiles to create libpng-config
     57  libpng.pc.in      =>  Used by several makefiles to create libpng.pc
     58  pngwin.rc         =>  Used by the visualc71 project.
     59  pngwin.def        =>  Used by makefile.os2
     60  pngwin.dfn        =>  Used to maintain pngwin.def
     61  SCOPTIONS.ppc     =>  Used with smakefile.ppc
     62 
     63  checksym.awk       =>  Used for maintaining pnglibconf.h
     64  def.dfn            =>  Used for maintaining pnglibconf.h
     65  options.awk        =>  Used for maintaining pnglibconf.h
     66  pnglibconf.dfa     =>  Used for maintaining pnglibconf.h
     67  pnglibconf.mak     =>  Used for maintaining pnglibconf.h
     68  sym.dfn            =>  Used for symbol versioning
     69  symbols.def        =>  Used for symbol versioning
     70  symbols.dfn        =>  Used for symbol versioning
     71  vers.dfn           =>  Used for symbol versioning
     72 
     73  libtool.m4        =>  Used by autoconf tools
     74  ltoptions.m4      =>  Used by autoconf tools
     75  ltsugar.m4        =>  Used by autoconf tools
     76  ltversion.m4      =>  Used by autoconf tools
     77  lt~obsolete.m4    =>  Used by autoconf tools
     78 
     79  intprefix.dfn     =>  Used by autoconf tools
     80  macro.lst         =>  Used by autoconf tools
     81  prefix.dfn        =>  Used by autoconf tools
     82 
     83 
     84 Further information can be found in comments in the individual makefiles.
     85