Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

linux-ppc-static 300B

1234567891011121314
  1. # Configuration for Linux on PPC, static libs
  2. include $(TOP)/configs/linux-ppc
  3. CONFIG_NAME = linux-ppc-static
  4. MKLIB_OPTIONS = -static
  5. # Library names (actual file names)
  6. GL_LIB_NAME = libGL.a
  7. GLU_LIB_NAME = libGLU.a
  8. GLUT_LIB_NAME = libglut.a
  9. GLW_LIB_NAME = libGLw.a
  10. OSMESA_LIB_NAME = libOSMesa.a