Changeset 8e25b1b
- Timestamp:
- May 30, 2005, 10:07:58 AM (20 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:
- b16c017
- Parents:
- d09cad2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/Makefile.am
rd09cad2 r8e25b1b 9 9 10 10 # removed -Wall -Wmissing-prototypes -Wmissing-declarations 11 SWCFLAGS = -DJACK_SUPPORT -Werror -Wno-char-subscripts -Wno-unknown-pragmas \ 11 CFLAGS = -DJACK_SUPPORT -Werror -Wno-char-subscripts \ 12 -Wno-unknown-pragmas $(SWCFLAGS) \ 12 13 -I../../src -I../../ext \ 13 14 -I/usr/include/python${PYTHON_VERSION} \ … … 16 17 -I${prefix}/include 17 18 18 SWLDFLAGS = -shared-L../../ext/.libs -laubioext -L../../src/.libs -laubio19 LDFLAGS = $(SWLDFLAGS) -L../../ext/.libs -laubioext -L../../src/.libs -laubio 19 20 20 21 aubio_wrap.c: … … 22 23 23 24 _aubiowrapper.so: aubio_wrap.c 24 $(CC) $(SWCFLAGS) -c aubio_wrap.c25 $(CC) $(SWLDFLAGS) aubio_wrap.o -o _aubiowrapper.so25 $(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.