Changeset 205da86 for swig/Makefile.in
- Timestamp:
- Dec 6, 2004, 8:05:28 PM (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:
- 77494e7
- Parents:
- b60dd4ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
swig/Makefile.in
rb60dd4ae r205da86 160 160 SW_CFLAGS = -DJACK_SUPPORT -shared -Werror -Wno-char-subscripts -Wno-unknown-pragmas 161 161 #SW_CFLAGS = -Wno-missing-prototypes -Wno-missing-declarations 162 SWINCLUDE = -I/usr/include/python2.3 -I../src -I /usr/include163 SWLDFLAGS = -L../ src/.libs -laubio162 SWINCLUDE = -I/usr/include/python2.3 -I../src -I../ext -I/usr/include 163 SWLDFLAGS = -L../ext/.libs -laubioext -L../src/.libs -laubio 164 164 subdir = swig 165 165 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Note: See TracChangeset
for help on using the changeset viewer.