projects
/
mesa.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
[mesa.git]
/
src
/
gallium
/
drivers
/
nv50
/
Makefile
1
TOP
=
..
/
..
/
..
/
..
2
include
$(
TOP
)/
configs
/
current
3
4
LIBNAME
=
nv50
5
6
DRIVER_SOURCES
=
\
7
nv50_clear.c \
8
nv50_context.c \
9
nv50_draw.c \
10
nv50_miptree.c \
11
nv50_query.c \
12
nv50_screen.c \
13
nv50_state.c \
14
nv50_state_validate.c \
15
nv50_surface.c \
16
nv50_vbo.c
17
18
C_SOURCES
=
\
19
$(
COMMON_SOURCES
)
\
20
$(
DRIVER_SOURCES
)
21
22
ASM_SOURCES
=
23
24
include
..
/
..
/
Makefile.template
25
26
symlinks
:
27