projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Makefiles chain, dependancies and libsndfile configure checked.
[Faustine.git]
/
examples
/
2d_fft
/
Makefile
1
SRC
=
fft2d.dsp
2
INPUT
=
hcosine-32.csv
3
4
all
:
clean
fft2d
5
6
fft2d
: $(
SRC
) $(
INPUT
)
7
faustine
-
d
$(
SRC
) -
i
$(
INPUT
) --
oformat csv
8
9
clean
::
10
rm
-
f gmon.out output
*