projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Bug fixed for unix error "readlink /proc/self/fd/0" on MacOS.
[Faustine.git]
/
examples
/
nstvector
/
Makefile
1
SRC
=
nstvector.dsp
2
LINES
=
100000
3
4
BASENAME
= $(
SRC
:
.dsp
=)
5
FORMAT
=
nst
6
FILEOUT
= $(
BASENAME
)
.
$(
FORMAT
)
7
8
all
:
.nst
9
10
.nst
: $(
SRC
)
11
faustine
-
f
$< -
l
$(
LINES
) --
oformat
$(
FORMAT
) --
obasename
$(
BASENAME
) <
nstvector1.csv
12
13
clean
:
14
rm
-
f gmon.out
*
.nst
*
~