#!smake
#
# Copyright (c) Mark J. Kilgard, 1995, 1997.
#

TOP = ../..
include $(TOP)/glutdefs
include $(ROOT)/usr/include/make/commondefs

LN = ln -s
MV = mv
RM = -rm -rf

TARGETS = showtiff textiff writetiff depthdof scalebias tiffsift

LLDLIBS = -ltiff $(GLUT) -lGLU -lGL -lXmu -lXi -lXext -lX11 -lm

SRCS =	showtiff.c textiff.c writetiff.c depthdof.c scalebias.c tiffsift.c
OBJS =	$(SRCS:.c=.o)

LCOPTS = -I$(TOP)/include -fullwarn
LWOFF = ,813,852,827,826,819
LDIRT = *~ mjkimage.c *.bak *.pure *.pix32 *.Counts *.pixie gears.tif

default : $(TARGETS)

include $(COMMONRULES)
