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

GIS编程

开发平台:

Visual C++

  1. #! smake
  2. #
  3. # Copyright (c) Mark J. Kilgard, 1995.
  4. #
  5. include $(ROOT)/usr/include/make/commondefs
  6. TOP = ..
  7. # $(TOP)/Fortran.mk should contain the line "FORTRAN = fortran" if
  8. # the Fortran GLUT examples are to be built.  Note:  This requires
  9. # IRIX 5.3 and the SGI Fortran compiler and OpenGL Fortran libraries
  10. # installed.
  11. sinclude $(TOP)/Fortran.mk
  12. # $(TOP)/Inventor.mk should contain the line "INVENTOR = inventor" if
  13. # the Open Inventor GLUT examples are to be built.  Note:  This
  14. # requires Open Inventor and a C++ compiler (ie, the inventor_dev
  15. # and c++_dev products) to be installed.
  16. sinclude $(TOP)/Inventor.mk
  17. # XXX Keep next line as a single physical line for mkfiles/progs_Makefile
  18. SUBDIRS = examples redbook demos contrib advanced mesademos sgi-stereo texfont perf_harness mui gle gameglut bucciarelli advanced97 spheremap $(FORTRAN) $(INVENTOR)
  19. default $(COMMONTARGS): $(_FORCE)
  20. $(SUBDIRS_MAKERULE)
  21. $(SUBDIRS): $(_FORCE)
  22. cd $@; $(MAKE)
  23. $(_FORCE):