Makefile.sgi
上传用户:xk288cn
上传日期:2007-05-28
资源大小:4876k
文件大小:1k
源码类别:

GIS编程

开发平台:

Visual C++

  1. #!smake
  2. #
  3. # Copyright (c) Mark J. Kilgard, 1995, 1997.
  4. #
  5. TOP = ../..
  6. include $(TOP)/glutdefs
  7. include $(ROOT)/usr/include/make/commondefs
  8. LD_QUICKSTART_INFO=
  9. LN = ln -s
  10. MV = mv
  11. RM = -rm -rf
  12. TARGETS = showtiff textiff writetiff depthdof scalebias tiffsift
  13. LLDLIBS = -ltiff $(GLUT) -lGLU -lGL -lXmu -lXi -lXext -lX11 -lm
  14. SRCS = showtiff.c textiff.c writetiff.c depthdof.c scalebias.c tiffsift.c
  15. OBJS = $(SRCS:.c=.o)
  16. LCOPTS = -I$(TOP)/include -fullwarn
  17. LWOFF = ,813,852,827,826,819
  18. LDIRT = *~ mjkimage.c *.bak *.pure *.pix32 *.Counts *.pixie gears.tif
  19. default : $(TARGETS)
  20. include $(COMMONRULES)