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.

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