mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 12:20:10 +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>
11 lines
187 B
Text
11 lines
187 B
Text
# Configuration for SunOS 4, shared libs
|
|
|
|
include $(TOP)/configs/default
|
|
|
|
CONFIG_NAME = sunos4
|
|
|
|
# Compiler and flags
|
|
CC = acc
|
|
CFLAGS = -Kpic -O -I/usr/include/X11R5 -DUSE_XSHM -DSUNOS4
|
|
|
|
|