repo.or.cz
/
bcl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added test (testALMusic.c) for testing streaming audio.
[bcl.git]
/
Makefile
blob
dd7f5f2cc78ae0b17694d42c695b6bce01934a88
1
all
:
2
gcc
-
ggdb
-
DBUILDBCL
-
o libbcl.so environment.c keyboard.c timing.c audio.c speech_sd.c
-
lSDL
-
shared
-
lspeechd
-
lopenal
-
lalure
3
4
install
:
5
cp libbcl.so
/
usr
/
lib
6
7
clean
:
8
rm
libbcl.so