projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c6d2ec9694432f5fd0e284ab546d14d1fc5d0181
[Faustine.git]
/
examples
/
sinwave
/
Makefile
1
SRC
=
sin.dsp
2
3
BASENAME
=
output
4
FORMAT
=
wav
5
WAVOUT
= $(
BASENAME
)
1
.
$(
FORMAT
)
6
7
all
: $(
WAVOUT
)
8
9
$(
WAVOUT
): $(
SRC
)
10
faustine
-
d
$< --
obasename
$(
BASENAME
) --
oformat
$(
FORMAT
)
11
12
clean
::
13
rm
-
f gmon.out
$(
BASENAME
)*