winsys/sw: Add a software winsys layered on a pipe
[mesa/mesa-lb.git] / configs / sunos4-gcc
blob0942291589463df8ba66113194964ad31e857540
1 # Configuration for SunOS 4, with gcc, shared libs
3 include $(TOP)/configs/default
5 CONFIG_NAME = sunos4-gcc
7 # Compiler and flags
8 CC = gcc
9 CXX = g++
10 CFLAGS = -fPIC -O3 -I/usr/openwin/include -I/usr/include/X11R5 -I/usr/include/X11R5 -DUSE_XSHM -DSUNOS4
11 CXXFLAGS = -fPIC -O3 -I/usr/openwin/include -DSUNOS4
12 GLUT_CFLAGS = -fexceptions -DSOLARIS_2_4_BUG
14 # Work around aliasing bugs - developers should comment this out
15 CFLAGS += -fno-strict-aliasing
16 CXXFLAGS += -fno-strict-aliasing
18 APP_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -L/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm