Clone of mesa.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

sunos4-gcc 566B

12345678910111213141516171819
  1. # Configuration for SunOS 4, with gcc, shared libs
  2. include $(TOP)/configs/default
  3. CONFIG_NAME = sunos4-gcc
  4. # Compiler and flags
  5. CC = gcc
  6. CXX = g++
  7. CFLAGS = -fPIC -O3 -I/usr/openwin/include -I/usr/include/X11R5 -I/usr/include/X11R5 -DUSE_XSHM -DSUNOS4
  8. CXXFLAGS = -fPIC -O3 -I/usr/openwin/include -DSUNOS4
  9. GLUT_CFLAGS = -fexceptions -DSOLARIS_2_4_BUG
  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/openwin/lib -lX11 -lXext -lXmu -lXi -lm