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
grub2: bring back build of aros-side grub2 tools
[AROS.git]
/
workbench
/
libs
/
mesa
/
src
/
mapi
/
glapi
/
sources.mak
blob
dfc6cc6db2285ce3ec676d38d5f639ba76c6a07f
1
# src/mapi/glapi/sources.mak
2
3
GLAPI_SOURCES
=
\
4
glapi_dispatch.c \
5
glapi_entrypoint.c \
6
glapi_gentable.c \
7
glapi_getproc.c \
8
glapi_nop.c \
9
glthread.c \
10
glapi.c
11
12
X86_API
=
\
13
glapi_x86.S
14
15
X86-64_API
=
\
16
glapi_x86-64.S
17
18
SPARC_API
=
\
19
glapi_sparc.S