Imakefile
Upload User: xk288cn
Upload Date: 2007-05-28
Package Size: 4876k
Code Size: 1k
Category:

GIS program

Development Platform:

Visual C++

  1. /* Copyright (c) Mark J. Kilgard, 1996. */
  2. #include "../../Glut.cf"
  3. TARGETS = bounce gamma gears isosurf offset reflect spin tess_demo 
  4. texobj winpos trdemo
  5. SRCS = bounce.c gamma.c gears.c isosurf.c offset.c reflect.c spin.c 
  6. tess_demo.c texobj.c winpos.c trdemo.c tr.c
  7. AllTarget($(TARGETS))
  8. SimpleGlutProgramTarget(bounce)
  9. SimpleGlutProgramTarget(gamma)
  10. SimpleGlutProgramTarget(gears)
  11. SimpleGlutProgramTarget(isosurf)
  12. SimpleGlutProgramTarget(offset)
  13. NormalGlutProgramTarget(reflect,reflect.o image.o)
  14. SimpleGlutProgramTarget(spin)
  15. SimpleGlutProgramTarget(tess_demo)
  16. SimpleGlutProgramTarget(texobj)
  17. NormalGlutProgramTarget(trdemo,trdemo.o tr.o)
  18. SimpleGlutProgramTarget(winpos)
  19. DependTarget()