repo.or.cz
/
xiph-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add Russian translation provided by Валерий Крувялис <valkru@mail.ru>
[xiph-mirror.git]
/
vorbisfile-python
/
Makefile
blob
6ee37075425f02374d21d397c363322ea66b9797
1
CC
=
gcc
2
CFLAGS
=-
g
-
I
/
usr
/
include
/
python2.3
3
LDFLAGS
=-
logg
-
lvorbis
-
lvorbisfile
4
5
all
:
_vorbisfile.so
6
7
%
.o
: %
.c
8
$(
CC
) $(
CFLAGS
) -
c
$*
.c
9
10
_vorbisfile.so
:
vorbisfile.o
11
ld
-
shared vorbisfile.o
-
o _vorbisfile.so
$(
LDFLAGS
)
12
13
clean
:
14
-
rm
-
f
*
.o
*
.so