Changeset 6ff2870 for python/aubio
- Timestamp:
- Jun 3, 2006, 9:55:57 PM (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:
- 16109b3
- Parents:
- 78e1c18
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/Makefile.am
r78e1c18 r6ff2870 49 49 50 50 AM_CFLAGS = $(SWCFLAGS) -fPIC -DPIC \ 51 -I ../../src -I$(srcdir)/../../src -I$(srcdir)/../../ext \51 -I$(top_builddir)/src -I$(top_srcdir)/src -I$(top_srcdir)/ext \ 52 52 -I/usr/include/python${PYTHON_VERSION} \ 53 53 -I${prefix}/include/python${PYTHON_VERSION} \ … … 55 55 -I${prefix}/include 56 56 57 AM_LDFLAGS = $(SWLDFLAGS) -L../../ext/.libs -laubioext -L../../src/.libs -laubio 57 AM_LDFLAGS = $(SWLDFLAGS) \ 58 -L$(top_builddir)/ext/.libs -laubioext \ 59 -L$(top_builddir)/src/.libs -laubio 58 60 59 61 aubio_wrap.c: 60 $(SWIG) -outdir . -o aubio_wrap.c -python $( srcdir)/../../swig/aubio.i62 $(SWIG) -outdir . -o aubio_wrap.c -python $(top_srcdir)/swig/aubio.i 61 63 62 64 _aubiowrapper.so: aubio_wrap.c
Note: See TracChangeset
for help on using the changeset viewer.