Changeset cdebe31 for python/aubio
- Timestamp:
- Aug 9, 2005, 2:33:24 AM (19 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:
- dba3b1a
- Parents:
- c0063da
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/Makefile.am
rc0063da rcdebe31 1 1 pkgpython_PYTHON = __init__.py onsetcompare.py\ 2 2 gnuplot.py median.py txtfile.py aubioclass.py 3 3 4 4 nodist_pkgpython_PYTHON = aubiowrapper.py _aubiowrapper.so 5 5 … … 11 11 CFLAGS = -DJACK_SUPPORT -Werror -Wno-char-subscripts \ 12 12 -Wno-unknown-pragmas $(SWCFLAGS) \ 13 -I ../../src -I../../ext \13 -I$(srcdir)/../../src -I$(srcdir)/../../ext \ 14 14 -I/usr/include/python${PYTHON_VERSION} \ 15 15 -I${prefix}/include/python${PYTHON_VERSION} \ … … 25 25 $(CC) $(CFLAGS) -c aubio_wrap.c 26 26 $(CC) $(LDFLAGS) aubio_wrap.o -o _aubiowrapper.so 27
Note: See TracChangeset
for help on using the changeset viewer.