home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / exampleCode / opengl / GLUT / lib / Imakefile next >
Encoding:
Makefile  |  1996-11-11  |  276 b   |  14 lines

  1.  
  2. /* Copyright (c) Mark J. Kilgard, 1995. */
  3.  
  4. #define IHaveSubdirs
  5. #define PassCDebugFlags
  6.  
  7. /* NOTE: The fglut directory is GLUT FORTRAN bindings which are */
  8. /* specific to IRIX 5.x.  See ../README.fortran */
  9.  
  10. SUBDIRS = glut
  11.  
  12. MakeSubdirs($(SUBDIRS))
  13. DependSubdirs($(SUBDIRS))
  14.