repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Check for SYS/GL during library init. Reason is that
[AROS.git]
/
workbench
/
libs
/
mesa
/
src
/
gallium
/
drivers
/
nv50
/
Makefile
blob
02bcc26cfb38b82cd09a7eb1ebf7f0ca98791018
1
TOP
=
..
/
..
/
..
/
..
2
include
$(
TOP
)/
configs
/
current
3
4
LIBNAME
=
nv50
5
6
C_SOURCES
=
\
7
nv50_context.c \
8
nv50_draw.c \
9
nv50_formats.c \
10
nv50_miptree.c \
11
nv50_resource.c \
12
nv50_screen.c \
13
nv50_state.c \
14
nv50_state_validate.c \
15
nv50_surface.c \
16
nv50_tex.c \
17
nv50_transfer.c \
18
nv50_vbo.c \
19
nv50_program.c \
20
nv50_shader_state.c \
21
nv50_pc.c \
22
nv50_pc_print.c \
23
nv50_pc_emit.c \
24
nv50_tgsi_to_nc.c \
25
nv50_pc_optimize.c \
26
nv50_pc_regalloc.c \
27
nv50_push.c \
28
nv50_query.c
29
30
LIBRARY_INCLUDES
=
\
31
$(
LIBDRM_CFLAGS
)
32
33
include
..
/
..
/
Makefile.template