e9438a8659
and xserver)...
15 lines
401 B
Plaintext
15 lines
401 B
Plaintext
# Configuration for HPUX v10, shared libs
|
|
|
|
include $(TOP)/configs/default
|
|
|
|
CONFIG_NAME = hpux9-gcc
|
|
|
|
# Compiler and flags
|
|
CC = cc
|
|
CXX = aCC
|
|
|
|
CFLAGS = -O +DAportable +z -Ae -D_HPUX_SOURCE -I/usr/include/X11R6 -I/usr/contrib/X11R6/include -DUSE_XSHM
|
|
CXXFLAGS = -O +DAportable +Z -Ae -D_HPUX_SOURCE
|
|
|
|
APP_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -L/usr/lib/X11R6 -L/usr/contrib/X11R6/lib -lXext -lXmu -lXi -lX11 -lm
|