repo.or.cz
/
ahxm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
SGI Irix audio sample code.
[ahxm.git]
/
makefile
blob
1d65726d864c5a2e1929782dc2867c2f0102787d
1
OBJS
=
output.o out_raw.o out_wav.o out_oss.o out_pipe.o
2
LIB
=
annhell.a
3
DEFS
=-
Wall
-
g
4
5
wav
:
wav.c annhell.a
6
$(
CC
) $(
DEFS
)
wav.c annhell.a
-
lm
-
o wav
7
8
$(
LIB
): $(
OBJS
)
9
ar
rv
$(
LIB
) $(
OBJS
)
10
11
%
.o
: %
.c
12
$(
CC
) $(
DEFS
) $(
CFLAGS
) -
c
$<
13
14
clean
:
15
rm
-
f wav
*
.o
*
.a
*
.wav
*
.raw