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
revert 213 commits (to 56092) from the last month. 10 still need work to resolve...
[AROS.git]
/
workbench
/
libs
/
mesa
/
src
/
gallium
/
auxiliary
/
pipebuffer
/
Makefile
blob
21d25d24748e27faa461db432451e98e25a5b726
1
TOP
=
..
/
..
/
..
/
..
2
include
$(
TOP
)/
configs
/
current
3
4
LIBNAME
=
pipebuffer
5
6
C_SOURCES
=
\
7
pb_buffer_fenced.c \
8
pb_buffer_malloc.c \
9
pb_bufmgr_alt.c \
10
pb_bufmgr_cache.c \
11
pb_bufmgr_debug.c \
12
pb_bufmgr_mm.c \
13
pb_bufmgr_ondemand.c \
14
pb_bufmgr_pool.c \
15
pb_bufmgr_slab.c \
16
pb_validate.c
17
18
include
..
/
..
/
Makefile.template