repo.or.cz
/
mesa-demos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Convert libGL and DRI drivers to require libdrm.
[mesa-demos.git]
/
configs
/
sunos4
blob
483b9aa730aa444f30a7d3482915bebf93f735fa
1
# Configuration for SunOS 4, shared libs
2
3
include $(TOP)/configs/default
4
5
CONFIG_NAME = sunos4
6
7
# Compiler and flags
8
CC = acc
9
CFLAGS = -Kpic -O -I/usr/include/X11R5 -DUSE_XSHM -DSUNOS4
10
APP_LIB_DEPS = -L$(LIB_DIR) -L/usr/lib/X11R5 -lX11 -lXext -lXmu -lXi -lm
11
12