projects
/
profile
/
ivi
/
mesa.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Define OpenGL ES and OpenVG library names.
[profile/ivi/mesa.git]
/
configs
/
sunos4
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$(TOP)/$(LIB_DIR) -L/usr/lib/X11R5 -lX11 -lXext -lXmu -lXi -lm
11
12