repo.or.cz
/
mesa
/
nouveau-pmpeg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
linker: Demote user-defined varyings in the VS-only case
[mesa/nouveau-pmpeg.git]
/
configs
/
sunos4
blob
9e6627dc0939eabe511747ebcdfc42c8b5efa01c
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