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.

sunos4-static 462B

12345678910111213141516171819202122
  1. # Configuration for SunOS 4, static libs
  2. include $(TOP)/configs/default
  3. CONFIG_NAME = sunos4-static
  4. # Compiler and flags
  5. CC = acc
  6. CFLAGS = -O -DUSE_XSHM -DSUNOS4
  7. MKLIB_OPTIONS = -static
  8. # Library names (actual file names)
  9. GL_LIB_NAME = libGL.a
  10. GLU_LIB_NAME = libGLU.a
  11. GLW_LIB_NAME = libGLw.a
  12. OSMESA_LIB_NAME = libOSMesa.a
  13. # Library/program dependencies (static libs don't have dependencies)
  14. GL_LIB_DEPS =
  15. OSMESA_LIB_DEPS =
  16. GLU_LIB_DEPS =
  17. GLW_LIB_DEPS =