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.

osf1 342B

1234567891011121314
  1. # Configuration for OSF/1
  2. include $(TOP)/configs/default
  3. CONFIG_NAME = osf1
  4. # Compiler and flags
  5. CC = cc
  6. CXX = cxx
  7. CFLAGS = -O0 -std1 -ieee_with_no_inexact -DUSE_XSHM -DPTHREADS -D_REENTRANT
  8. CXXFLAGS = -O2 -std ansi -ieee -DPTHREADS -D_REENTRANT
  9. GL_LIB_DEPS = -lX11 -lXext -lm -lpthread
  10. GLU_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GL_LIB) -lm