1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
|
lib.name = ekext
#
class.sources = \
bmt~.c \
copyarray.c \
cup.c \
cupd.c \
doubledelta.c \
floatcount.c \
floatcup.c \
framescore~.c \
framespect~.c \
groupsplit.c \
hasc~.c \
hssc~.c \
ihisto.c \
isoWrap~.c \
lcmgcd.c \
list_sum.c \
markovChains.c \
maskxor.c \
mvcf~.c \
ninjacount.c \
ninjalist.c \
phasorbars~.c \
polymap.c \
polystat.c \
positive.c \
ptwo.c \
regroup.c \
rootint.c \
scalefilter.c \
sieve.c \
simile~.c \
simile.c \
stavelines.c \
steady.c \
valve.c \
voicing_detector~.c \
wavecutter~.c \
wavefolder~.c \
wavestretcher~.c \
weightonset.c \
wfold~.c \
wrap_overshoot~.c \
zeroxpos~.c \
$(empty)
#
datafiles = \
bmt~-help.pd \
count-help.pd \
count.pd \
cupd-help.pd \
cup-help.pd \
doubledelta-help.pd \
ekext-meta.pd \
floatcount-help.pd \
framescore~-help.pd \
framespect~-help.pd \
hasc~-help.pd \
hssc~-help.pd \
ihisto-help.pd \
isoWrap~-help.pd \
lcmgcd-help.pd \
list_sum-help.pd \
markovChains-help.pd \
maskxor-help.pd \
maskxor-test.pd \
mvcf~-help.pd \
polymap-help.pd \
polystat-help.pd \
positive-help.pd \
scalefilter-help.pd \
sieve-help.pd \
simile~-help.pd \
simile-help.pd \
steady-help.pd \
test_scalefilter.pd \
valve-help.pd \
voicing_detector~-help.pd \
wavecutter~-help.pd \
wavefolder~-help.pd \
wavestretcher~-help.pd \
wfold~-help.pd \
weightonset-help.pd \
zeroxpos~-help.pd \
README.txt \
LICENSE \
$(empty)
#
PDLIBBUILDER_DIR=pd-lib-builder/
include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder
|