forked from Tsukihime/OpenExpertSDR
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Makefile.am
77 lines (75 loc) · 975 Bytes
/
Makefile.am
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
lib_LTLIBRARIES = libDttSP.la
#libDttSP_la_LDFLAGS=-module -avoid-version -shared
libDttSP_la_SOURCES = \
am_demod.c\
am_demod.h\
banal.c\
banal.h\
bufvec.c\
bufvec.h\
common.h\
complex.h\
correctIQ.c\
correctIQ.h\
cwtones.c\
cwtones.h\
cxops.c\
cxops.h\
datatypes.h\
dcblock.c\
dcblock.h\
defs.h\
dttspagc.c\
dttspagc.h\
fastrig.c\
fastrig.h\
fftw.h\
filter.c\
filter.h\
fm_demod.c\
fm_demod.h\
fromsys.h\
graphiceq.c\
graphiceq.h\
iosdr.h\
keyd.c\
keyer.c\
keyer.h\
keyerio.c\
lmadf.c\
lmadf.h\
local.h\
meter.c\
meter.h\
noiseblanker.c\
noiseblanker.h\
oscillator.c\
oscillator.h\
ovsv.c\
ovsv.h\
resample.c\
resampleF.c\
resampleF.h\
resample.h\
ringb.c\
ringb.h\
sdr.c\
sdrexport.c\
sdrexport.h\
spectrum.c\
spectrum.h\
speechproc.c\
speechproc.h\
splitfields.c\
splitfields.h\
spottone.c\
spottone.h\
thunk.c\
thunk.h\
update.c\
update.h\
window.c\
window.h\
winmain.c\
wscompand.c\
wscompand.h