Squashed commit of the following:
[mesa.git] / configs / hpux9
1 # Configuration for HPUX v9, shared libs
2
3 include $(TOP)/configs/default
4
5 CONFIG_NAME = hpux9
6
7 # Compiler and flags
8 CC = cc
9 # XXX fix this
10 CXX = c++
11
12 CFLAGS = +z -O +Olibcalls +ESlit -Ae +Onolimit -D_HPUX_SOURCE -I/usr/include/X11R5 -DUSE_XSHM
13 CXXFLAGS = +z -O +Olibcalls +ESlit -Ae +Onolimit -D_HPUX_SOURCE -I/usr/include/X11R5
14
15 APP_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -L/usr/lib/X11R5 -s -Wl,+s,-B,nonfatal,-B,immediate -lXext -lXmu -lXi -lX11 -lm
16