mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 22:50:08 +01:00
Unused since removal of demos from the repository? Signed-off-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Brian Paul <brianp@vmware.com>
15 lines
331 B
Text
15 lines
331 B
Text
# Configuration for HPUX v9, shared libs
|
|
|
|
include $(TOP)/configs/default
|
|
|
|
CONFIG_NAME = hpux9
|
|
|
|
# Compiler and flags
|
|
CC = cc
|
|
# XXX fix this
|
|
CXX = c++
|
|
|
|
CFLAGS = +z -O +Olibcalls +ESlit -Ae +Onolimit -D_HPUX_SOURCE -I/usr/include/X11R5 -DUSE_XSHM
|
|
CXXFLAGS = +z -O +Olibcalls +ESlit -Ae +Onolimit -D_HPUX_SOURCE -I/usr/include/X11R5
|
|
|
|
|