Ignore:
Timestamp:
May 30, 2005, 10:07:58 AM (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:
b16c017
Parents:
d09cad2
Message:

fix compilation of swig/python on macosx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubio/Makefile.am

    rd09cad2 r8e25b1b  
    99
    1010# removed -Wall -Wmissing-prototypes -Wmissing-declarations
    11 SWCFLAGS = -DJACK_SUPPORT -Werror -Wno-char-subscripts -Wno-unknown-pragmas \
     11CFLAGS = -DJACK_SUPPORT -Werror -Wno-char-subscripts \
     12        -Wno-unknown-pragmas $(SWCFLAGS) \
    1213        -I../../src -I../../ext \
    1314        -I/usr/include/python${PYTHON_VERSION} \
     
    1617        -I${prefix}/include
    1718
    18 SWLDFLAGS = -shared -L../../ext/.libs -laubioext -L../../src/.libs -laubio
     19LDFLAGS = $(SWLDFLAGS) -L../../ext/.libs -laubioext -L../../src/.libs -laubio
    1920
    2021aubio_wrap.c:
     
    2223
    2324_aubiowrapper.so: aubio_wrap.c
    24         $(CC)   $(SWCFLAGS) -c aubio_wrap.c
    25         $(CC)   $(SWLDFLAGS) aubio_wrap.o -o _aubiowrapper.so
     25        $(CC) $(CFLAGS) -c aubio_wrap.c
     26        $(CC) $(LDFLAGS) aubio_wrap.o -o _aubiowrapper.so
Note: See TracChangeset for help on using the changeset viewer.