blob: 3e23fcfa48c605b3a55e0382b40c212e89b455d9 (
plain)
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
|
TARGET = iemlib1
SRC = biquad_freq_resp.c \
db2v.c \
f2note.c \
filter~.c \
FIR~.c \
for++.c \
gate.c \
hml_shelf~.c \
iem_cot4~.c \
iem_delay~.c \
iem_pow4~.c \
iem_sqrt4~.c \
lp1_t~.c \
mov_avrg_kern~.c \
para_bp2~.c \
peakenv~.c \
peakenv_hold~.c \
prvu~.c \
pvu~.c \
rvu~.c \
sin_freq~.c \
sin_phase~.c \
sparse_FIR~.c \
soundfile_info.c \
split.c \
v2db.c \
vcf_filter~.c \
$(TARGET).c
include ../../Make.include
|