Changeset 3050cb8 for python


Ignore:
Timestamp:
Mar 31, 2005, 11:18:14 PM (19 years ago)
Author:
Paul Brossier <piem@altern.org>
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
Message:

added configure rules to check presence of swig, python,

puredata and docbook-to-man.
deleted autotools generated files
activated threading in midi_alsa_seq.c

Location:
python
Files:
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubio/Makefile.am

    r1f40359 r3050cb8  
    88all: _aubiowrapper.so
    99
    10 SWIG = swig
    1110# 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
     11SWCFLAGS = -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
    1318SWLDFLAGS = -shared -L../../ext/.libs -laubioext -L../../src/.libs -laubio
    1419
Note: See TracChangeset for help on using the changeset viewer.