Changeset 735c4c4
- Timestamp:
- Aug 9, 2005, 5:06:47 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:
- 9169c51
- Parents:
- 12bdd63
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/puredata/Makefile.am
r12bdd63 r735c4c4 19 19 pdincludedir = $(pddir)/src 20 20 21 LIBTOOL=$(SHELL) ./libtoolkludge21 LIBTOOL=$(SHELL) $(srcdir)/libtoolkludge 22 22 23 23 INCLUDES = -I$(top_srcdir) -I$(pdincludedir) -
python/aubio/Makefile.am
r12bdd63 r735c4c4 11 11 CFLAGS = -DJACK_SUPPORT -Werror -Wno-char-subscripts \ 12 12 -Wno-unknown-pragmas $(SWCFLAGS) \ 13 -I $(srcdir)/../../src -I$(srcdir)/../../ext \13 -I../../src -I$(srcdir)/../../src -I$(srcdir)/../../ext \ 14 14 -I/usr/include/python${PYTHON_VERSION} \ 15 15 -I${prefix}/include/python${PYTHON_VERSION} \ … … 20 20 21 21 aubio_wrap.c: 22 $(SWIG) -outdir . -o aubio_wrap.c -python ../../swig/aubio.i22 $(SWIG) -outdir . -o aubio_wrap.c -python $(srcdir)/../../swig/aubio.i 23 23 24 24 _aubiowrapper.so: aubio_wrap.c
Note: See TracChangeset
for help on using the changeset viewer.