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.

123456789101112131415161718
  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
  8. CXXFLAGS = -64 -O3 -ansi -woff 1174
  9. MKLIB_OPTIONS = -archopt 64
  10. GLW_SOURCES = GLwDrawA.c GLwMDrawA.c
  11. LIB_DIR = $(TOP)/lib64
  12. APP_LIB_DEPS = -L$(LIB_DIR) -64 -rpath $(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) -lX11 -lXmu -lXi -lm