Makefile.sgi
上传用户:xk288cn
上传日期:2007-05-28
资源大小:4876k
文件大小:1k
- #!smake
- #
- # Copyright (c) Mark J. Kilgard, 1995, 1997.
- #
- TOP = ../..
- include $(TOP)/glutdefs
- include $(ROOT)/usr/include/make/commondefs
- LD_QUICKSTART_INFO=
- 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)