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

GIS编程

开发平台:

Visual C++

  1. /* Copyright (c) Mark J. Kilgard, 1994. */
  2. #define DoNormalLib YES
  3. #include <Library.tmpl>
  4. #include "../../Glut.cf"
  5. EXTRA_DEFINES = -DOPENGL_10 -DAUTO_TEXTURE -D__GUTIL_DOUBLE
  6. SRCS = ex_angle.c ex_cut_round.c ex_raw.c extrude.c intersect.c 
  7.   rot_prince.c rotate.c round_cap.c segment.c texgen.c 
  8.   urotate.c view.c
  9. OBJS = ex_angle.o ex_cut_round.o ex_raw.o extrude.o intersect.o 
  10.   rot_prince.o rotate.o round_cap.o segment.o texgen.o 
  11.   urotate.o view.o
  12. #ifdef LibraryObjectRule
  13. LibraryObjectRule()
  14. #else
  15. /* XXX Very lame, you must be using pre-R5 config files!  This
  16.    will probably do essentially what LibraryObjectRule does. */
  17. NormalLibraryObjectRule()
  18. #endif
  19. NormalLibraryTarget(gle,$(OBJS))
  20. DependTarget()