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
Port texture allocation code from R200.
[mesa/nouveau-pmpeg.git]
/
configs
/
netbsd
blob
104daae0dd600f2edb27c1aefa2760eb9faf30a9
1
# Configuration for NetBSD
2
3
include $(TOP)/configs/default
4
5
CONFIG_NAME = netbsd
6
7
# Compiler and flags
8
CC = gcc
9
CXX = g++
10
CFLAGS = -O2 -fPIC -DUSE_XSHM -I/usr/X11R6/include -DHZ=100
11
CXXFLAGS = -O2 -fPIC
12
GLUT_CFLAGS = -fexceptions
13
APP_LIB_DEPS = -L$(LIB_DIR) -L/usr/X11R6/lib -lXext -lXmu -lXi -lX11 -lm
14