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

GIS编程

开发平台:

Visual C++

  1. #!smake
  2. #
  3. # Copyright (c) Mark J. Kilgard, 1995, 1998.
  4. #
  5. TOP = ..
  6. include $(TOP)/glutdefs
  7. include $(ROOT)/usr/include/make/commondefs
  8. # $(TOP)/Fortran.mk should contain the line "FGLUT = fglut" if
  9. # the Fortran GLUT API binding is to be built.  Note:  This requires
  10. # IRIX 5.3 and the SGI Fortran compiler and OpenGL Fortran libraries
  11. # installed.
  12. sinclude $(TOP)/Fortran.mk
  13. SUBDIRS = 
  14.   glut$(GLUT_LIB_SUFFIX) 
  15.   $(FGLUT_DIR)$(GLUT_LIB_SUFFIX) 
  16.   mui$(GLUT_LIB_SUFFIX) 
  17.   gle$(GLUT_LIB_SUFFIX) 
  18.   glsmap$(GLUT_LIB_SUFFIX) 
  19. ALL_SUBDIRS = 
  20.   glut glut.n32 glut.n64 
  21.   fglut fglut.n32 fglut.n64 
  22.   mui mui.n32 mui.n64 
  23.   gle gle.n32 gle.n64 
  24.   glsmap glsmap.n32 glsmap.n64 
  25. default: $(_FORCE)
  26. $(SUBDIRS_MAKERULE)
  27. $(SUBDIRS): $(_FORCE)
  28. cd $@; $(MAKE)
  29. $(COMMONTARGS):
  30. @for d in $(ALL_SUBDIRS); do $(SUBDIR_MAKERULE); done
  31. $(_FORCE):