OPTIMIZE = -O
CCFLAGS = -g 
RANLIB = /bin/ranlib
CC = cc
MKDEP = /private/tmp/rayshade.4.0/mkdep

LIB = libtext.a
INCLUDE = -I..
CFLAGS = $(CCFLAGS) $(INCLUDE) $(OPTIMIZE)
SHELL = /bin/sh

CFILES = blotch.c bump.c checker.c cloud.c fbm.c fbmbump.c gloss.c \
	 imagetext.c mapping.c marble.c noise.c sky.c stripe.c \
	 textaux.c texture.c wood.c

OFILES = $(CFILES:.c=.o)

$(LIB): $(OFILES)
	ar cur $(LIB) $(OFILES)
	$(RANLIB) $(LIB)

clean:
	rm -f $(OFILES)

depend:
	(sed '/^# DO NOT DELETE THIS LINE/q' Makefile && \
	 $(MKDEP) $(CFILES) | sed 's/: \.\//: /; /\/usr\/include/d' \
	) >Makefile.new
	cp Makefile Makefile.bak
	cp Makefile.new Makefile
	rm -f Makefile.new

# DO NOT DELETE THIS LINE
blotch.o: /private/tmp/rayshade.4.0/config.h
blotch.o: /private/tmp/rayshade.4.0/libcommon/color.h
blotch.o: /private/tmp/rayshade.4.0/libcommon/common.h
blotch.o: /private/tmp/rayshade.4.0/libcommon/error.h
blotch.o: /private/tmp/rayshade.4.0/libcommon/ray.h
blotch.o: /private/tmp/rayshade.4.0/libcommon/transform.h
blotch.o: /private/tmp/rayshade.4.0/libcommon/vector.h
blotch.o: /private/tmp/rayshade.4.0/libobj/bounds.h
blotch.o: /private/tmp/rayshade.4.0/libobj/object.h
blotch.o: /private/tmp/rayshade.4.0/libsurf/surface.h
blotch.o: blotch.c
blotch.o: blotch.h
blotch.o: mapping.h
blotch.o: texture.h
bump.o: /private/tmp/rayshade.4.0/config.h
bump.o: /private/tmp/rayshade.4.0/libcommon/color.h
bump.o: /private/tmp/rayshade.4.0/libcommon/common.h
bump.o: /private/tmp/rayshade.4.0/libcommon/error.h
bump.o: /private/tmp/rayshade.4.0/libcommon/ray.h
bump.o: /private/tmp/rayshade.4.0/libcommon/transform.h
bump.o: /private/tmp/rayshade.4.0/libcommon/vector.h
bump.o: /private/tmp/rayshade.4.0/libobj/bounds.h
bump.o: /private/tmp/rayshade.4.0/libobj/object.h
bump.o: /private/tmp/rayshade.4.0/libsurf/surface.h
bump.o: bump.c
bump.o: bump.h
bump.o: mapping.h
bump.o: texture.h
checker.o: /private/tmp/rayshade.4.0/config.h
checker.o: /private/tmp/rayshade.4.0/libcommon/color.h
checker.o: /private/tmp/rayshade.4.0/libcommon/common.h
checker.o: /private/tmp/rayshade.4.0/libcommon/error.h
checker.o: /private/tmp/rayshade.4.0/libcommon/ray.h
checker.o: /private/tmp/rayshade.4.0/libcommon/transform.h
checker.o: /private/tmp/rayshade.4.0/libcommon/vector.h
checker.o: /private/tmp/rayshade.4.0/libobj/bounds.h
checker.o: /private/tmp/rayshade.4.0/libobj/object.h
checker.o: /private/tmp/rayshade.4.0/libsurf/surface.h
checker.o: checker.c
checker.o: checker.h
checker.o: mapping.h
checker.o: texture.h
cloud.o: /private/tmp/rayshade.4.0/config.h
cloud.o: /private/tmp/rayshade.4.0/libcommon/color.h
cloud.o: /private/tmp/rayshade.4.0/libcommon/common.h
cloud.o: /private/tmp/rayshade.4.0/libcommon/error.h
cloud.o: /private/tmp/rayshade.4.0/libcommon/ray.h
cloud.o: /private/tmp/rayshade.4.0/libcommon/transform.h
cloud.o: /private/tmp/rayshade.4.0/libcommon/vector.h
cloud.o: /private/tmp/rayshade.4.0/libobj/bounds.h
cloud.o: /private/tmp/rayshade.4.0/libobj/object.h
cloud.o: /private/tmp/rayshade.4.0/libsurf/surface.h
cloud.o: cloud.c
cloud.o: cloud.h
cloud.o: mapping.h
cloud.o: texture.h
fbm.o: /private/tmp/rayshade.4.0/config.h
fbm.o: /private/tmp/rayshade.4.0/libcommon/color.h
fbm.o: /private/tmp/rayshade.4.0/libcommon/common.h
fbm.o: /private/tmp/rayshade.4.0/libcommon/error.h
fbm.o: /private/tmp/rayshade.4.0/libcommon/ray.h
fbm.o: /private/tmp/rayshade.4.0/libcommon/transform.h
fbm.o: /private/tmp/rayshade.4.0/libcommon/vector.h
fbm.o: /private/tmp/rayshade.4.0/libobj/bounds.h
fbm.o: /private/tmp/rayshade.4.0/libobj/object.h
fbm.o: /private/tmp/rayshade.4.0/libsurf/surface.h
fbm.o: fbm.c
fbm.o: fbm.h
fbm.o: mapping.h
fbm.o: texture.h
fbmbump.o: /private/tmp/rayshade.4.0/config.h
fbmbump.o: /private/tmp/rayshade.4.0/libcommon/color.h
fbmbump.o: /private/tmp/rayshade.4.0/libcommon/common.h
fbmbump.o: /private/tmp/rayshade.4.0/libcommon/error.h
fbmbump.o: /private/tmp/rayshade.4.0/libcommon/ray.h
fbmbump.o: /private/tmp/rayshade.4.0/libcommon/transform.h
fbmbump.o: /private/tmp/rayshade.4.0/libcommon/vector.h
fbmbump.o: /private/tmp/rayshade.4.0/libobj/bounds.h
fbmbump.o: /private/tmp/rayshade.4.0/libobj/object.h
fbmbump.o: /private/tmp/rayshade.4.0/libsurf/surface.h
fbmbump.o: fbm.h
fbmbump.o: fbmbump.c
fbmbump.o: fbmbump.h
fbmbump.o: mapping.h
fbmbump.o: texture.h
gloss.o: /private/tmp/rayshade.4.0/config.h
gloss.o: /private/tmp/rayshade.4.0/libcommon/color.h
gloss.o: /private/tmp/rayshade.4.0/libcommon/common.h
gloss.o: /private/tmp/rayshade.4.0/libcommon/error.h
gloss.o: /private/tmp/rayshade.4.0/libcommon/ray.h
gloss.o: /private/tmp/rayshade.4.0/libcommon/transform.h
gloss.o: /private/tmp/rayshade.4.0/libcommon/vector.h
gloss.o: /private/tmp/rayshade.4.0/libobj/bounds.h
gloss.o: /private/tmp/rayshade.4.0/libobj/object.h
gloss.o: /private/tmp/rayshade.4.0/libsurf/surface.h
gloss.o: gloss.c
gloss.o: gloss.h
gloss.o: mapping.h
gloss.o: texture.h
imagetext.o: /private/tmp/rayshade.4.0/config.h
imagetext.o: /private/tmp/rayshade.4.0/libcommon/color.h
imagetext.o: /private/tmp/rayshade.4.0/libcommon/common.h
imagetext.o: /private/tmp/rayshade.4.0/libcommon/error.h
imagetext.o: /private/tmp/rayshade.4.0/libcommon/ray.h
imagetext.o: /private/tmp/rayshade.4.0/libcommon/transform.h
imagetext.o: /private/tmp/rayshade.4.0/libcommon/vector.h
imagetext.o: /private/tmp/rayshade.4.0/libimage/image.h
imagetext.o: /private/tmp/rayshade.4.0/libobj/bounds.h
imagetext.o: /private/tmp/rayshade.4.0/libobj/object.h
imagetext.o: /private/tmp/rayshade.4.0/libsurf/surface.h
imagetext.o: imagetext.c
imagetext.o: imagetext.h
imagetext.o: mapping.h
imagetext.o: texture.h
mapping.o: /private/tmp/rayshade.4.0/config.h
mapping.o: /private/tmp/rayshade.4.0/libcommon/color.h
mapping.o: /private/tmp/rayshade.4.0/libcommon/common.h
mapping.o: /private/tmp/rayshade.4.0/libcommon/error.h
mapping.o: /private/tmp/rayshade.4.0/libcommon/ray.h
mapping.o: /private/tmp/rayshade.4.0/libcommon/transform.h
mapping.o: /private/tmp/rayshade.4.0/libcommon/vector.h
mapping.o: /private/tmp/rayshade.4.0/libobj/bounds.h
mapping.o: /private/tmp/rayshade.4.0/libobj/object.h
mapping.o: mapping.c
mapping.o: mapping.h
marble.o: /private/tmp/rayshade.4.0/config.h
marble.o: /private/tmp/rayshade.4.0/libcommon/color.h
marble.o: /private/tmp/rayshade.4.0/libcommon/common.h
marble.o: /private/tmp/rayshade.4.0/libcommon/error.h
marble.o: /private/tmp/rayshade.4.0/libcommon/ray.h
marble.o: /private/tmp/rayshade.4.0/libcommon/transform.h
marble.o: /private/tmp/rayshade.4.0/libcommon/vector.h
marble.o: /private/tmp/rayshade.4.0/libobj/bounds.h
marble.o: /private/tmp/rayshade.4.0/libobj/object.h
marble.o: /private/tmp/rayshade.4.0/libsurf/surface.h
marble.o: mapping.h
marble.o: marble.c
marble.o: marble.h
marble.o: texture.h
noise.o: /private/tmp/rayshade.4.0/config.h
noise.o: /private/tmp/rayshade.4.0/libcommon/color.h
noise.o: /private/tmp/rayshade.4.0/libcommon/common.h
noise.o: /private/tmp/rayshade.4.0/libcommon/error.h
noise.o: /private/tmp/rayshade.4.0/libcommon/ray.h
noise.o: /private/tmp/rayshade.4.0/libcommon/transform.h
noise.o: /private/tmp/rayshade.4.0/libcommon/vector.h
noise.o: noise.c
sky.o: /private/tmp/rayshade.4.0/config.h
sky.o: /private/tmp/rayshade.4.0/libcommon/color.h
sky.o: /private/tmp/rayshade.4.0/libcommon/common.h
sky.o: /private/tmp/rayshade.4.0/libcommon/error.h
sky.o: /private/tmp/rayshade.4.0/libcommon/ray.h
sky.o: /private/tmp/rayshade.4.0/libcommon/transform.h
sky.o: /private/tmp/rayshade.4.0/libcommon/vector.h
sky.o: /private/tmp/rayshade.4.0/libobj/bounds.h
sky.o: /private/tmp/rayshade.4.0/libobj/object.h
sky.o: /private/tmp/rayshade.4.0/libsurf/surface.h
sky.o: mapping.h
sky.o: sky.c
sky.o: sky.h
sky.o: texture.h
stripe.o: /private/tmp/rayshade.4.0/config.h
stripe.o: /private/tmp/rayshade.4.0/libcommon/color.h
stripe.o: /private/tmp/rayshade.4.0/libcommon/common.h
stripe.o: /private/tmp/rayshade.4.0/libcommon/error.h
stripe.o: /private/tmp/rayshade.4.0/libcommon/ray.h
stripe.o: /private/tmp/rayshade.4.0/libcommon/transform.h
stripe.o: /private/tmp/rayshade.4.0/libcommon/vector.h
stripe.o: /private/tmp/rayshade.4.0/libobj/bounds.h
stripe.o: /private/tmp/rayshade.4.0/libobj/object.h
stripe.o: /private/tmp/rayshade.4.0/libsurf/surface.h
stripe.o: mapping.h
stripe.o: stripe.c
stripe.o: stripe.h
stripe.o: texture.h
textaux.o: /private/tmp/rayshade.4.0/config.h
textaux.o: /private/tmp/rayshade.4.0/libcommon/color.h
textaux.o: /private/tmp/rayshade.4.0/libcommon/common.h
textaux.o: /private/tmp/rayshade.4.0/libcommon/error.h
textaux.o: /private/tmp/rayshade.4.0/libcommon/ray.h
textaux.o: /private/tmp/rayshade.4.0/libcommon/transform.h
textaux.o: /private/tmp/rayshade.4.0/libcommon/vector.h
textaux.o: /private/tmp/rayshade.4.0/libobj/bounds.h
textaux.o: /private/tmp/rayshade.4.0/libobj/object.h
textaux.o: /private/tmp/rayshade.4.0/libsurf/surface.h
textaux.o: mapping.h
textaux.o: textaux.c
textaux.o: texture.h
texture.o: /private/tmp/rayshade.4.0/config.h
texture.o: /private/tmp/rayshade.4.0/libcommon/color.h
texture.o: /private/tmp/rayshade.4.0/libcommon/common.h
texture.o: /private/tmp/rayshade.4.0/libcommon/error.h
texture.o: /private/tmp/rayshade.4.0/libcommon/ray.h
texture.o: /private/tmp/rayshade.4.0/libcommon/transform.h
texture.o: /private/tmp/rayshade.4.0/libcommon/vector.h
texture.o: /private/tmp/rayshade.4.0/libobj/bounds.h
texture.o: /private/tmp/rayshade.4.0/libobj/object.h
texture.o: /private/tmp/rayshade.4.0/libsurf/surface.h
texture.o: mapping.h
texture.o: texture.c
texture.o: texture.h
wood.o: /private/tmp/rayshade.4.0/config.h
wood.o: /private/tmp/rayshade.4.0/libcommon/color.h
wood.o: /private/tmp/rayshade.4.0/libcommon/common.h
wood.o: /private/tmp/rayshade.4.0/libcommon/error.h
wood.o: /private/tmp/rayshade.4.0/libcommon/ray.h
wood.o: /private/tmp/rayshade.4.0/libcommon/transform.h
wood.o: /private/tmp/rayshade.4.0/libcommon/vector.h
wood.o: /private/tmp/rayshade.4.0/libobj/bounds.h
wood.o: /private/tmp/rayshade.4.0/libobj/object.h
wood.o: /private/tmp/rayshade.4.0/libsurf/surface.h
wood.o: mapping.h
wood.o: texture.h
wood.o: wood.c
wood.o: wood.h
