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
/
primitives
/
Makefile
1
EXAMPLE
=
primitives
2
SRC
= $(
EXAMPLE
)
.dsp
3
SAMPLES
=
30
4
5
FILEOUT
=
primitives.csv
6
7
all
: $(
FILEOUT
)
8
9
$(
FILEOUT
): $(
SRC
)
10
faustine
-
f
$(
SRC
) -
l
$(
SAMPLES
)
1
> $
@
2
>
toto.txt
11
12
clean
::
13
rm
-
f gmon.out
$(
FILEOUT
)