feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since e11ce489 was
ddd9861,
checked in by Paul Brossier <piem@piem.org>, 9 years ago
|
Makefile: add clean target
|
-
Property mode set to
100644
|
File size:
398 bytes
|
Rev | Line | |
---|
[8e94af5] | 1 | all: build |
---|
| 2 | |
---|
| 3 | checkwaf: |
---|
| 4 | @[ -f waf ] || make getwaf |
---|
| 5 | |
---|
| 6 | getwaf: |
---|
| 7 | curl https://waf.io/waf-1.8.12 > waf |
---|
| 8 | @[ -d wafilb ] || rm -fr waflib |
---|
[6121dd4] | 9 | @chmod +x waf && ./waf --help > /dev/null |
---|
| 10 | @mv .waf-*/waflib . && rm -fr .waf-* |
---|
| 11 | @sed '/^#==>$$/,$$d' waf > waf2 && mv waf2 waf |
---|
[8e94af5] | 12 | @chmod +x waf |
---|
| 13 | |
---|
| 14 | build: checkwaf |
---|
| 15 | ./waf configure |
---|
| 16 | ./waf build |
---|
| 17 | |
---|
[ddd9861] | 18 | clean: |
---|
| 19 | ./waf clean |
---|
| 20 | |
---|
[8e94af5] | 21 | distcheck: build |
---|
| 22 | ./waf distcheck |
---|
| 23 | |
---|
| 24 | help: |
---|
| 25 | ./waf --help |
---|
Note: See
TracBrowser
for help on using the repository browser.