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-sparc 638B

123456789101112131415161718
  1. # Configuration for Linux on Sparc
  2. include $(TOP)/configs/default
  3. CONFIG_NAME = linux-sparc
  4. # Compiler and flags
  5. CC = gcc
  6. CXX = g++
  7. CFLAGS = -O2 -ffast-math -ansi -pedantic -fPIC -D_SVID_SOURCE -D_BSD_SOURCE -I/usr/X11R6/include -DUSE_XSHM
  8. CXXFLAGS = -O2 -ffast-math -ansi -pedantic -fPIC -D_SVID_SOURCE -D_BSD_SOURCE
  9. GLUT_CFLAGS = -fexceptions
  10. GL_LIB_DEPS = -L/usr/X11R6/lib -lX11 -lXext -lm -lpthread
  11. GLU_LIB_DEPS = -L$(LIB_DIR) -lGL -lm
  12. GLUT_LIB_DEPS = -L$(LIB_DIR) -lGLU -lGL -L/usr/X11R6/lib -lX11 -lXmu -lXt -lXi -lm
  13. GLW_LIB_DEPS = -L$(LIB_DIR) -lGL -L/usr/X11R6/lib -lXt -lX11
  14. APP_LIB_DEPS = -L$(LIB_DIR) -lglut -lGLU -lGL -lm