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
/
nvfx
/
Makefile
blob
a3b76ac61b101e39860e1854f1bbabe2f531dfbd
1
TOP
=
..
/
..
/
..
/
..
2
include
$(
TOP
)/
configs
/
current
3
4
LIBNAME
=
nvfx
5
6
C_SOURCES
=
\
7
nv04_2d.c \
8
nvfx_buffer.c \
9
nvfx_context.c \
10
nvfx_clear.c \
11
nvfx_draw.c \
12
nvfx_fragprog.c \
13
nvfx_fragtex.c \
14
nv30_fragtex.c \
15
nv40_fragtex.c \
16
nvfx_miptree.c \
17
nvfx_push.c \
18
nvfx_query.c \
19
nvfx_resource.c \
20
nvfx_screen.c \
21
nvfx_state.c \
22
nvfx_state_emit.c \
23
nvfx_state_fb.c \
24
nvfx_surface.c \
25
nvfx_transfer.c \
26
nvfx_vbo.c \
27
nvfx_vertprog.c
28
29
LIBRARY_INCLUDES
=
\
30
$(
LIBDRM_CFLAGS
)
\
31
-
I
$(
TOP
)/
src
/
gallium
/
drivers
/
nouveau
/
include
32
33
include
..
/
..
/
Makefile.template