Clone of mesa.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718192021222324252627282930
  1. ## Process this file with automake to produce Makefile.in
  2. GLincludedir = $(includedir)/GL
  3. if HAVE_FX
  4. INC_FX = fxmesa.h
  5. endif
  6. if HAVE_GGI
  7. INC_GGI = ggimesa.h
  8. endif
  9. if HAVE_OSMESA
  10. INC_OSMESA = osmesa.h
  11. endif
  12. if HAVE_SVGA
  13. INC_SVGA = svgamesa.h
  14. endif
  15. if HAVE_X11
  16. INC_X11 = glx.h glx_mangle.h xmesa.h xmesa_x.h xmesa_xf86.h
  17. endif
  18. EXTRA_DIST = fxmesa.h ggimesa.h osmesa.h svgamesa.h \
  19. glx.h glx_mangle.h xmesa.h xmesa_x.h xmesa_xf86.h
  20. GLinclude_HEADERS = gl.h gl_mangle.h glu.h glu_mangle.h \
  21. $(INC_FX) $(INC_GGI) $(INC_OSMESA) $(INC_SVGA) $(INC_X11)