projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of https://scm.cri.ensmp.fr/git/Faustine
[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
)*