1##############################################################################
2#               Makefile.am
3#
4# Process this file with automake to produce Makefile.in
5#
6# from Persistence of Vision(tm) Ray Tracer version 3.6.
7# Copyright 1991-2003 Persistence of Vision Team
8# Copyright 2003-2004 Persistence of Vision Raytracer Pty. Ltd.
9#---------------------------------------------------------------------------
10# NOTICE: This source code file is provided so that users may experiment
11# with enhancements to POV-Ray and to port the software to platforms other
12# than those supported by the POV-Ray developers. There are strict rules
13# regarding how you are permitted to use this file. These rules are contained
14# in the distribution and derivative versions licenses which should have been
15# provided with this file.
16#
17# These licences may be found online, linked from the end-user license
18# agreement that is located at http://www.povray.org/povlegal.html
19#---------------------------------------------------------------------------
20# This program is based on the popular DKB raytracer version 2.12.
21# DKBTrace was originally written by David K. Buck.
22# DKBTrace Ver 2.0-2.12 were written by David K. Buck & Aaron A. Collins.
23##############################################################################
24
25# Makefile.am for the source distribution of POV-Ray 3.6 for UNIX
26# Written by Nicolas Calimet <pov4grasp@free.fr>
27
28# Libraries to build.
29noinst_LIBRARIES = libpng.a
30
31# Source files.
32libpng_a_SOURCES = pngasmrd.h png.c pngconf.h pngerror.c pnggccrd.c pngget.c png.h pngmem.c pngpread.c pngread.c pngrio.c pngrtran.c pngrutil.c pngset.c pngtest.c pngtrans.c pngvcrd.c pngwio.c pngwrite.c pngwtran.c pngwutil.c
33