feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since c35e701 was
f50dea4,
checked in by Paul Brossier <piem@piem.org>, 9 years ago
|
Merge branch 'develop' of github.com:aubio/aubio into develop
|
-
Property mode set to
100644
|
File size:
643 bytes
|
Line | |
---|
1 | WAFCMD=python waf |
---|
2 | all: build |
---|
3 | |
---|
4 | checkwaf: |
---|
5 | @[ -f waf ] || make getwaf |
---|
6 | |
---|
7 | getwaf: |
---|
8 | curl https://waf.io/waf-1.8.14 > waf |
---|
9 | @chmod +x waf |
---|
10 | |
---|
11 | expandwaf: |
---|
12 | @[ -d wafilb ] || rm -fr waflib |
---|
13 | @$(WAFCMD) --help > /dev/null |
---|
14 | @mv .waf*/waflib . && rm -fr .waf* |
---|
15 | @sed '/^#==>$$/,$$d' waf > waf2 && mv waf2 waf |
---|
16 | @chmod +x waf |
---|
17 | |
---|
18 | build: checkwaf |
---|
19 | ./waf configure |
---|
20 | ./waf build |
---|
21 | |
---|
22 | build_python: |
---|
23 | cd python && ./setup.py build |
---|
24 | |
---|
25 | clean_python: |
---|
26 | cd python && ./setup.py clean |
---|
27 | |
---|
28 | build_python3: |
---|
29 | cd python && python3 ./setup.py build |
---|
30 | |
---|
31 | clean_python3: |
---|
32 | cd python && python3 ./setup.py clean |
---|
33 | |
---|
34 | clean: |
---|
35 | $(WAFCMD) clean |
---|
36 | |
---|
37 | distcheck: build |
---|
38 | $(WAFCMD) distcheck |
---|
39 | |
---|
40 | help: |
---|
41 | $(WAFCMD) --help |
---|
Note: See
TracBrowser
for help on using the repository browser.