#==============================================================================
#                              sippsrc/Makefile
#------------------------------------------------------------------------------
# Makefile to modifying, compile and link SIPP source that we need to change.
#------------------------------------------------------------------------------
# $Id: Makefile,v 2.0 1992/11/02 03:55:36 markd Rel $
#------------------------------------------------------------------------------

include ../Config.mk

SHELL=/bin/sh

OBJS= rendering.o lightsource.o

CFLAGS= $(CCOPT) $(SIPPINCL) $(ALLOCA)


#-----------------------------------------------------------------------------

all: $(OBJS)


#-----------------------------------------------------------------------------

clean: 
	rm -f $(OBJS)
