Clone of mesa.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

hpux10-gcc 535B

1234567891011121314151617181920
  1. # Configuration for HPUX v10, with gcc
  2. include $(TOP)/configs/default
  3. CONFIG_NAME = hpux10-gcc
  4. # Compiler and flags
  5. CC = gcc
  6. CXX = g++
  7. CFLAGS = -ansi -O3 -D_HPUX_SOURCE -I/usr/include/X11R6 -I/usr/contrib/X11R6/include -DUSE_XSHM
  8. CXXFLAGS = -ansi -O3 -D_HPUX_SOURCE
  9. GLUT_CFLAGS = -fexceptions
  10. # Work around aliasing bugs - developers should comment this out
  11. CFLAGS += -fno-strict-aliasing
  12. CXXFLAGS += -fno-strict-aliasing
  13. APP_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -L/usr/lib/X11R6 -L/usr/contrib/X11R6/lib -lXext -lXmu -lXi -lX11 -lm