Imakefile
上传用户:xk288cn
上传日期:2007-05-28
资源大小:4876k
文件大小:3k
源码类别:

GIS编程

开发平台:

Visual C++

  1. /* Copyright (c) Mark J. Kilgard, 1998. */
  2. #include "../../Glut.cf"
  3. TARGETS = accconvolve alphablend alphablendnosort billboard 
  4.   bubble bump chromakey chromakey_fancy cloud cloudl complexity csg decal dissolve 
  5.   explode fire genspheremap highlight interp lightmap lightp line 
  6.   multiaccumaa multialphablend multialphablendnosort multimirror 
  7.   multiscreendoor multispheremap noise nthsurfdemo paint projtex sbias 
  8.   screendoor smoke softshadow2 spectral tess texgen texmovie texpage 
  9.   textile underwater usespheremap vapor volume warp water zcomposite
  10. SRCS = accconvolve.c accumaa.c alphablend.c alphablendnosort.c 
  11.   billboard.c bubble.c bump.c chromakey.c chromakey_fancy.c cloud.c 
  12.   cloudl.c complexity.c csg.c d.c decal.c dissolve.c explode.c fire.c genspheremap.c 
  13.   highlight.c interp.c lightmap.c lightp.c line.c multiaccumaa.c 
  14.   multialphablend.c multialphablendnosort.c multimirror.c 
  15.   multiscreendoor.c multispheremap.c noise.c nthsurfdemo.c paint.c 
  16.   projtex.c sbias.c screendoor.c sm.c smoke.c softshadow2.c spectral.c 
  17.   sphere.c tess.c texgen.c texmovie.c texpage.c textile.c texture.c 
  18.   underwater.c usespheremap.c vapor.c volume.c warp.c water.c 
  19.   zcomposite.c
  20. AllTarget($(TARGETS))
  21. NormalGlutProgramTarget(accconvolve,accconvolve.o texture.o)
  22. SimpleGlutProgramTarget(alphablend)
  23. SimpleGlutProgramTarget(alphablendnosort)
  24. NormalGlutProgramTarget(billboard,billboard.o texture.o)
  25. NormalGlutProgramTarget(bubble,bubble.o texture.o)
  26. NormalGlutProgramTarget(bump,bump.o texture.o)
  27. NormalGlutProgramTarget(chromakey,chromakey.o texture.o)
  28. NormalGlutProgramTarget(chromakey_fancy,chromakey_fancy.o texture.o)
  29. NormalGlutProgramTarget(cloud,cloud.o texture.o)
  30. NormalGlutProgramTarget(cloudl,cloudl.o texture.o)
  31. SimpleGlutProgramTarget(complexity)
  32. SimpleGlutProgramTarget(csg)
  33. SimpleGlutProgramTarget(decal)
  34. SimpleGlutProgramTarget(dissolve)
  35. NormalGlutProgramTarget(explode,explode.o texture.o)
  36. NormalGlutProgramTarget(fire,fire.o texture.o sm.o d.o)
  37. NormalGlutProgramTarget(genspheremap,genspheremap.o texture.o)
  38. NormalGlutProgramTarget(highlight,highlight.o texture.o)
  39. NormalGlutProgramTarget(interp,interp.o texture.o)
  40. NormalGlutProgramTarget(lightmap,lightmap.o texture.o)
  41. NormalGlutProgramTarget(lightp,lightp.o texture.o)
  42. SimpleGlutProgramTarget(line)
  43. SimpleGlutProgramTarget(multiaccumaa)
  44. SimpleGlutProgramTarget(multialphablend)
  45. SimpleGlutProgramTarget(multialphablendnosort)
  46. SimpleGlutProgramTarget(multimirror)
  47. SimpleGlutProgramTarget(multiscreendoor)
  48. NormalGlutProgramTarget(multispheremap,multispheremap.o texture.o)
  49. SimpleGlutProgramTarget(noise)
  50. SimpleGlutProgramTarget(nthsurfdemo)
  51. NormalGlutProgramTarget(paint,paint.o texture.o)
  52. NormalGlutProgramTarget(projtex,projtex.o texture.o)
  53. NormalGlutProgramTarget(sbias,sbias.o texture.o)
  54. SimpleGlutProgramTarget(screendoor)
  55. NormalGlutProgramTarget(smoke,smoke.o texture.o)
  56. SimpleGlutProgramTarget(softshadow2)
  57. SimpleGlutProgramTarget(spectral)
  58. NormalGlutProgramTarget(tess,tess.o sphere.o)
  59. SimpleGlutProgramTarget(texgen)
  60. NormalGlutProgramTarget(texmovie,texmovie.o texture.o)
  61. NormalGlutProgramTarget(texpage,texpage.o texture.o)
  62. NormalGlutProgramTarget(textile,textile.o texture.o)
  63. NormalGlutProgramTarget(underwater,underwater.o texture.o)
  64. NormalGlutProgramTarget(usespheremap,usespheremap.o texture.o)
  65. NormalGlutProgramTarget(vapor,vapor.o texture.o)
  66. NormalGlutProgramTarget(volume,volume.o texture.o)
  67. NormalGlutProgramTarget(warp,warp.o texture.o)
  68. NormalGlutProgramTarget(water,water.o texture.o)
  69. SimpleGlutProgramTarget(zcomposite)
  70. DependTarget()