Unused since removal of demos from the repository? Signed-off-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Brian Paul <brianp@vmware.com>
12 lines
187 B
Plaintext
12 lines
187 B
Plaintext
# 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
|
|
|
|
|