home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / System / Mesa-3.1 / include / GL / Makefile.am < prev    next >
Makefile  |  1999-09-23  |  606b  |  35 lines

  1. ## Process this file with automake to produce Makefile.in
  2.  
  3. GLincludedir = $(includedir)/GL
  4.  
  5. if HAVE_FX
  6. INC_FX = fxmesa.h
  7. endif
  8.  
  9. if HAVE_GGI
  10. INC_GGI = ggimesa.h
  11. endif
  12.  
  13. if HAVE_OSMESA
  14. INC_OSMESA = osmesa.h
  15. endif
  16.  
  17. if HAVE_SVGA
  18. INC_SVGA = svgamesa.h
  19. endif
  20.  
  21. if HAVE_X11
  22. INC_X11 = glx.h glx_mangle.h xmesa.h xmesa_x.h xmesa_xf86.h
  23. endif
  24.  
  25. if NEED_GLUT
  26. INC_GLUT = glut.h
  27. endif
  28.  
  29. EXTRA_DIST = fxmesa.h ggimesa.h osmesa.h svgamesa.h \
  30.     glx.h glx_mangle.h xmesa.h xmesa_x.h xmesa_xf86.h
  31.  
  32. GLinclude_HEADERS = gl.h gl_mangle.h glu.h glu_mangle.h \
  33.     $(INC_FX) $(INC_GGI) $(INC_OSMESA) $(INC_SVGA) $(INC_X11) $(INC_GLUT)
  34.  
  35.