#
# Makefile for the IRENDER scan converter.
#

include ..\makeflag.os2

MORE_FLAGS = -DUSE_PROTOTYPES -DUSE_STDLIB_H # For the rle include.

OBJS	= main.o config.o parser.o map.o polyline.o \
	  lights.o rle.o ppm.o image.o bucket.o shader.o \
	  alias.o color.o interpol.o texture.o shadow.o 

irender.exe:	$(OBJS)

install: irender.exe
	$(CP) -f irender.exe $(BIN_DIR)
	$(CP) -f irender.cfg $(BIN_DIR)
	$(RM) irender.exe

# DO NOT DELETE THIS LINE -- make depend depends on it.
