blob: 03738175761032d3517695489970bcf7a49506b7 [file] [log] [blame]
Brian Paula70ad912004-03-26 15:16:35 +00001# Configuration for HPUX v9, shared libs
2
3include $(TOP)/configs/default
4
5CONFIG_NAME = hpux9
6
7# Compiler and flags
8CC = cc
9# XXX fix this
10CXX = c++
11
12CFLAGS = +z +O3 +Olibcalls +ESlit -Aa +Onolimit -D_HPUX_SOURCE -I/usr/include/X11R5 -DUSE_XSHM
13CXXFLAGS = +z +O3 +Olibcalls +ESlit -Aa +Onolimit -D_HPUX_SOURCE -I/usr/include/X11R5
14
15APP_LIB_DEPS = -L$(LIB_DIR) -L/usr/lib/X11R5 -s -Wl,+s,-B,nonfatal,-B,immediate -lXext -lXmu -lXi -lX11 -lm
16