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.

irix6-64 462B

1234567891011121314151617
  1. # Configuration for IRIX 6.x, make n64 DSOs
  2. include $(TOP)/configs/default
  3. CONFIG_NAME = irix6-64
  4. # Compiler and flags
  5. CC = cc
  6. CXX = CC
  7. CFLAGS = -64 -O3 -ansi -woff 1068,1069,1174,1185,1209,1474,1552 -DUSE_XSHM -DPTHREADS
  8. CXXFLAGS = -64 -O3 -ansi -woff 1174 -DPTHREADS
  9. GLW_SOURCES = GLwDrawA.c GLwMDrawA.c
  10. LIB_DIR = lib64
  11. APP_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -64 -rpath $(TOP)/$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) -lX11 -lXmu -lXi -lpthread -lm