-
Notifications
You must be signed in to change notification settings - Fork 4
/
tcsip.mk
52 lines (39 loc) · 951 Bytes
/
tcsip.mk
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
rtp-obj += rtp/rtp
rtp-obj += rtp/rtp_io
rtp-obj += rtp/rtp_opus
rtp-obj += rtp/rtp_pcmu
rtp-obj += rtp/rtp_speex
rtp-obj += g711/g711
lobj += tcsip/tcmedia
lobj += tcsip/tcsipuser
lobj += tcsip/tcsipreg
lobj += tcsip/tcsipcall
lobj += tcsip/tcuplinks
lobj += tcsip/tcmessage
lobj += tcsip/tcsip
lobj += ipc/tcipc
lobj += ipc/tcreport
lobj += api/http
lobj += api/login
lobj += api/login_phone
lobj += api/signup
lobj += x509/x509util
lobj += x509/x509gen
lobj += util/platpath
lobj += util/ctime
lobj += rehttp/http
lobj += rehttp/auth
sound-obj-$(linux) += sound/linux/asound
sound-obj-$(apple) += sound/apple/sound
sound-obj-$(apple) += sound/apple/sound_utils
sound-obj-$(android) += sound/android/opensl_io
sound-obj += sound/sound
sound-obj += jitter/ajitter
sound-obj += $(sound-obj-y)
lobj += store/sqlite3
lobj += store/history
lobj += store/contacts
lobj += store/store
lobj += $(lobj-y)
lobj += $(sound-obj)
lobj += $(rtp-obj)