- Timestamp:
- Jun 3, 2006, 5:55:14 PM (18 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:
- 78e1c18
- Parents:
- 73883af
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/puredata/Makefile.am
r73883af rc9b33bb 28 28 LIBTOOL=$(SHELL) $(srcdir)/libtoolkludge 29 29 30 INCLUDES = -I$(top_srcdir) -I$(pdincludedir)30 INCLUDES = -I$(top_srcdir)/src -I$(pdincludedir) 31 31 32 AM_CFLAGS = -I$(srcdir)/../../src \ 33 -DPD -O2 -fPIC -funroll-loops -fomit-frame-pointer \ 34 -Wall -W -Wshadow -Wstrict-prototypes -Werror \ 35 -Wno-unused -Wno-parentheses -Wno-switch 32 AM_CFLAGS = -DPD -fPIC -DPIC 36 33 AM_LDFLAGS = -L../../src/.libs -laubio -export_dynamic -shared 37 34
Note: See TracChangeset
for help on using the changeset viewer.