OPTIMIZE = OPTIMIZE
CCFLAGS = CPU=68040 NOSTKCHK MATH=68881 IGNORE=85+100+161+154+84+132 STRMERGE\
DATA=AUTO DEFINE=malloc=stupid_malloc DEFINE=free=stupid_free
RANLIB = 
CC = sc
MKDEP = //mkdep
URTINC =

LIB = /ray.lib
INCLUDE = IDIR=/ IDIR=// IDIR=/libcommon $(URTINC)
CFLAGS = $(CCFLAGS) $(INCLUDE) $(OPTIMIZE)
SHELL = /bin/sh

OFILES = image.o
CFILES = image.c


.c.o:
	$(CC) $(CFLAGS) $<

target: $(LIB)

$(LIB): $(OFILES)
	oml $(LIB) r $(OFILES)

clean:
	delete \#?.o quiet

# DO NOT DELETE THIS LINE
image.o: image.c
image.o: //config.h
image.o: //include/rle.h
image.o: //libray/libcommon/color.h
image.o: //libray/libcommon/common.h
image.o: //libray/libcommon/error.h
image.o: //libray/libcommon/expr.h
image.o: //libray/libcommon/ray.h
image.o: //libray/libcommon/transform.h
image.o: //libray/libcommon/vector.h
image.o: image.h
