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-static 455B

1234567891011121314151617
  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 = -O2 -std1 -ieee_with_no_inexact -DUSE_XSHM -DPTHREADS -D_REENTRANT
  8. CXXFLAGS = -O2 -std ansi -ieee -DPTHREADS -D_REENTRANT
  9. MKLIB_OPTIONS = -static
  10. GL_LIB_DEPS =
  11. GLU_LIB_DEPS =
  12. GLUT_LIB_DEPS =
  13. APP_LIB_DEPS = -noso -L$(TOP)/$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) -so_archive -lX11 -lXext -lXmu -lXi -lpthread -lm -lcxx