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

GIS编程

开发平台:

Visual C++

  1. /* Copyright (c) Mark J. Kilgard, 1997, 1998. */
  2. #define IHaveSubdirs
  3. #define PassCDebugFlags
  4. SUBDIRS = examples redbook demos contrib advanced mesademos 
  5.   texfont perf_harness mui gle gameglut bucciarelli advanced97 spheremap tiff
  6.   
  7. /* not yet ready for gnu/linux (mostly headers): glc inventor sgi-stero */
  8. /* not yet ready for gnu/linux (mostly language): ada fortran */
  9. MakeSubdirs($(SUBDIRS))
  10. DependSubdirs($(SUBDIRS))