#***************************************************************************
#
# Imakefile for painter renderer
# Copyright 1989, Pittsburgh Supercomputing Center, Carnegie Mellon University
# 
# Permission use, copy, and modify this software and its documentation
# without fee for personal use or use within your organization is hereby
# granted, provided that the above copyright notice is preserved in all
# copies and that that copyright and this permission notice appear in
# supporting documentation.  Permission to redistribute this software to
# other organizations or individuals is not granted;  that must be
# negotiated with the PSC.  Neither the PSC nor Carnegie Mellon
# University make any representations about the suitability of this
# software for any purpose.  It is provided "as is" without express or
# implied warranty.
# 
# Makefile for the object files of the Painter renderer
#
# Installer should not have to change anything beyond this point.
#---------------------------------------------------------------------

CSOURCE= painter.c painter_clip.c painter_ren.c painter_util.c paintr_trans.c

HFILES= alisp.h alisp_node.h assist.h ge_error.h matrix_ops.h p3d.h painter.h \
	painter_vars.h paintr_strct.h unicos_defs.h unix_defs.h ren.h

OTHER_SOURCE= descrip.mms

all:: submakes painter_ren.o painter.o painter_clip.o painter_util.o \
	paintr_trans.o

