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

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 = accanti anti bezmesh checker depthcue dof fog fogindex 
  13.           material mipmap nurbs pickdepth plane polys sccolorlight 
  14.           scene scenebamb sceneflat stencil stroke surface teaambient 
  15.           teapots texturesurf 
  16.   aaindex aapoly aargb accpersp alpha alpha3D bezcurve clip 
  17.   colormat cube double drawf feedback font hello image light 
  18.   lines list model movelight picksquare planet polyoff quadric 
  19.   robot select smooth tess tesswind texbind texgen texprox 
  20.   texsub torus trim unproject varray wrap
  21. LLDLIBS = $(GLUT) -lGLU -lGL -lXmu -lXext -lX11 -lm
  22. SRCS = accanti.c anti.c bezmesh.c checker.c depthcue.c dof.c fog.c fogindex.c 
  23.        material.c mipmap.c nurbs.c pickdepth.c plane.c polys.c sccolorlight.c 
  24.        scene.c scenebamb.c sceneflat.c stencil.c stroke.c surface.c 
  25.        teaambient.c teapots.c texturesurf.c 
  26.        aaindex.c aapoly.c aargb.c accpersp.c alpha.c alpha3D.c 
  27.        bezcurve.c clip.c colormat.c cube.c double.c drawf.c feedback.c 
  28.        font.c hello.c image.c light.c lines.c list.c model.c 
  29.        movelight.c picksquare.c planet.c polyoff.c quadric.c robot.c 
  30.        select.c smooth.c tess.c tesswind.c texbind.c texgen.c texprox.c 
  31.        texsub.c torus.c trim.c unproject.c varray.c wrap.c
  32. OBJS = $(SRCS:.c=.o)
  33. LCOPTS = -I$(TOP)/include -fullwarn
  34. LWOFF = ,813,852,827,826
  35. LDIRT = *~ *.bak *.pure
  36. default : $(TARGETS)
  37. include $(COMMONRULES)