forked from yaosj2k/dnsforwarder
-
Notifications
You must be signed in to change notification settings - Fork 9
/
makefile.am
executable file
·90 lines (90 loc) · 1.29 KB
/
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
bin_PROGRAMS = dnsforwarder
dnsforwarder_SOURCES = \
addresslist.c \
addresslist.h \
array.c \
array.h \
bst.c \
bst.h \
cacheht.c \
cacheht.h \
cachettlcrtl.c \
cachettlcrtl.h \
common.h \
dnscache.c \
dnscache.h \
dnsgenerator.c \
dnsgenerator.h \
dnsparser.c \
dnsparser.h \
dnsrelated.c \
dnsrelated.h \
domainstatistic.c \
domainstatistic.h \
downloader.c \
downloader.h \
dynamichosts.c \
dynamichosts.h \
filter.c \
filter.h \
goodiplist.c \
goodiplist.h \
hosts.c \
hosts.h \
hostscontainer.c \
hostscontainer.h \
hostsutils.c \
hostsutils.h \
iheader.c \
iheader.h \
ipchunk.c \
ipchunk.h \
ipmisc.c \
ipmisc.h \
linkedqueue.c \
linkedqueue.h \
logs.c \
logs.h \
main.c \
mcontext.c \
mcontext.h \
mmgr.c \
mmgr.h \
oo.h \
pipes.c \
pipes.h \
ptimer.c \
ptimer.h \
readconfig.c \
readconfig.h \
readline.c \
readline.h \
rwlock.h \
simpleht.c \
simpleht.h \
socketpool.c \
socketpool.h \
socketpuller.c \
socketpuller.h \
stablebuffer.c \
stablebuffer.h \
statichosts.c \
statichosts.h \
stringchunk.c \
stringchunk.h \
stringlist.c \
stringlist.h \
tcpfrontend.c \
tcpfrontend.h \
tcpm.c \
tcpm.h \
timedtask.c \
timedtask.h \
udpfrontend.c \
udpfrontend.h \
udpm.c \
udpm.h \
utils.c \
utils.h \
winmsgque.c \
winmsgque.h