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
/
nouveau
/
Makefile
blob
3210d1ff77b8a762891d8f8c64185d2721a2463d
1
TOP
=
..
/
..
/
..
/
..
2
include
$(
TOP
)/
configs
/
current
3
4
LIBNAME
=
nouveau
5
6
LIBRARY_INCLUDES
=
\
7
$(
LIBDRM_CFLAGS
)
\
8
-
I
$(
TOP
)/
src
/
gallium
/
drivers
/
nouveau
/
include
9
10
C_SOURCES
=
nouveau_screen.c \
11
nouveau_fence.c \
12
nouveau_mm.c \
13
nouveau_buffer.c
14
15
include
..
/
..
/
Makefile.template