winsys/sw: Add a software winsys layered on a pipe
[mesa/mesa-lb.git] / configs / hpux10-gcc
blobbe396f854996723d02905ac9b4595cebf386e87c
1 # Configuration for HPUX v10, with gcc
3 include $(TOP)/configs/default
5 CONFIG_NAME = hpux10-gcc
7 # Compiler and flags
8 CC = gcc
9 CXX = g++
11 CFLAGS = -ansi -O3 -D_HPUX_SOURCE -I/usr/include/X11R6 -I/usr/contrib/X11R6/include  -DUSE_XSHM
12 CXXFLAGS = -ansi -O3 -D_HPUX_SOURCE
13 GLUT_CFLAGS = -fexceptions
15 # Work around aliasing bugs - developers should comment this out
16 CFLAGS += -fno-strict-aliasing
17 CXXFLAGS += -fno-strict-aliasing
19 APP_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -L/usr/lib/X11R6 -L/usr/contrib/X11R6/lib -lXext -lXmu -lXi -lX11 -lm