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.

sunos5-gcc 736B

123456789101112131415161718192021
  1. # Configuration for SunOS 5, with gcc
  2. include $(TOP)/configs/default
  3. CONFIG_NAME = sunos5-gcc
  4. ASM_SOURCES = $(SPARC_SOURCES) $(SPARC_API)
  5. # Compiler and flags
  6. CC = gcc
  7. CXX = g++
  8. CFLAGS = -O3 -I/usr/openwin/include -fPIC -fomit-frame-pointer -D_REENTRANT -DUSE_XSHM -DUSE_SPARC_ASM
  9. CXXFLAGS = -O3 -I/usr/openwin/include -fPIC -fomit-frame-pointer -D_REENTRANT -DUSE_SPARC_ASM
  10. GLUT_CFLAGS = -fexceptions -DSOLARIS_2_4_BUG
  11. GL_LIB_DEPS = -L/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm
  12. GLU_LIB_DEPS = -L$(LIB_DIR) -l$(GL_LIB) -lm
  13. GLUT_LIB_DEPS = -L$(LIB_DIR) -l$(GLU_LIB) -l$(GL_LIB) -lm
  14. GLW_LIB_DEPS = -L$(LIB_DIR) -l$(GL_LIB) -L/usr/openwin/lib -lXt -lX11
  15. APP_LIB_DEPS = -L$(LIB_DIR) -lX11 -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) -lm