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 312B

123456789101112131415
  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. PIC_FLAGS =
  6. # Library names (actual file names)
  7. GL_LIB_NAME = libGL.a
  8. GLU_LIB_NAME = libGLU.a
  9. GLUT_LIB_NAME = libglut.a
  10. GLW_LIB_NAME = libGLw.a
  11. OSMESA_LIB_NAME = libOSMesa.a