mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-28 20:54:00 +08:00
15 lines
392 B
Plaintext
15 lines
392 B
Plaintext
# Configuration for HPUX v10, shared libs
|
|
|
|
include $(TOP)/configs/default
|
|
|
|
CONFIG_NAME = hpux10
|
|
|
|
# Compiler and flags
|
|
CC = cc
|
|
CXX = aCC
|
|
|
|
CFLAGS = +O3 +DAportable +z -Aa -D_HPUX_SOURCE -I/usr/include/X11R6 -I/usr/contrib/X11R6/include -DUSE_XSHM
|
|
CXXFLAGS = +O3 +DAportable +Z -Aa -D_HPUX_SOURCE
|
|
|
|
APP_LIB_DEPS = -$(LIB_DIR) -L/usr/lib/X11R6 -L/usr/contrib/X11R6/lib -lXext -lXmu -lXi -lX11 -lm
|