- Timestamp:
- Mar 31, 2005, 11:18:14 PM (20 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- e50b695
- Parents:
- 1f40359
- Location:
- python
- Files:
-
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/Makefile.am
r1f40359 r3050cb8 8 8 all: _aubiowrapper.so 9 9 10 SWIG = swig11 10 # removed -Wall -Wmissing-prototypes -Wmissing-declarations 12 SWCFLAGS = -DJACK_SUPPORT -Werror -Wno-char-subscripts -Wno-unknown-pragmas -I/usr/include/python2.3 -I../../src -I../../ext -I/usr/include 11 SWCFLAGS = -DJACK_SUPPORT -Werror -Wno-char-subscripts -Wno-unknown-pragmas \ 12 -I../../src -I../../ext \ 13 -I/usr/include/python${PYTHON_VERSION} \ 14 -I${prefix}/include/python${PYTHON_VERSION} \ 15 -I/usr/include \ 16 -I${prefix}/include 17 13 18 SWLDFLAGS = -shared -L../../ext/.libs -laubioext -L../../src/.libs -laubio 14 19
Note: See TracChangeset
for help on using the changeset viewer.