]>
Commit | Line | Data |
---|---|---|
89c4ed63 A |
1 | # Copyright 2007 NLnet Labs |
2 | # See the file LICENSE for the license | |
3 | ||
4 | SHELL=@SHELL@ | |
5 | VERSION=@PACKAGE_VERSION@ | |
6 | srcdir=@srcdir@ | |
7 | prefix=@prefix@ | |
8 | exec_prefix=@exec_prefix@ | |
9 | bindir=@bindir@ | |
10 | sbindir=@sbindir@ | |
11 | mandir=@mandir@ | |
12 | libdir=@libdir@ | |
13 | # datarootdir is here to please some checkers, use datadir. | |
14 | datarootdir=@datarootdir@ | |
15 | datadir=@datadir@ | |
16 | includedir=@includedir@ | |
17 | doxygen=@doxygen@ | |
18 | libtool=@libtool@ | |
19 | staticexe=@staticexe@ | |
20 | EXEEXT=@EXEEXT@ | |
21 | configfile=@ub_conf_file@ | |
22 | CHECKLOCK_SRC=testcode/checklocks.c | |
23 | CHECKLOCK_OBJ=@CHECKLOCK_OBJ@ | |
24 | DNSTAP_SRC=@DNSTAP_SRC@ | |
25 | DNSTAP_OBJ=@DNSTAP_OBJ@ | |
26 | WITH_PYTHONMODULE=@WITH_PYTHONMODULE@ | |
27 | WITH_PYUNBOUND=@WITH_PYUNBOUND@ | |
28 | PYTHON_SITE_PKG=@PYTHON_SITE_PKG@ | |
29 | PYTHONMOD_INSTALL=@PYTHONMOD_INSTALL@ | |
30 | PYTHONMOD_UNINSTALL=@PYTHONMOD_UNINSTALL@ | |
31 | PYUNBOUND_INSTALL=@PYUNBOUND_INSTALL@ | |
32 | PYUNBOUND_UNINSTALL=@PYUNBOUND_UNINSTALL@ | |
33 | UNBOUND_EVENT_INSTALL=@UNBOUND_EVENT_INSTALL@ | |
34 | UNBOUND_EVENT_UNINSTALL=@UNBOUND_EVENT_UNINSTALL@ | |
35 | UNBOUND_VERSION_MAJOR=@UNBOUND_VERSION_MAJOR@ | |
36 | UNBOUND_VERSION_MINOR=@UNBOUND_VERSION_MINOR@ | |
37 | UNBOUND_VERSION_MICRO=@UNBOUND_VERSION_MICRO@ | |
38 | ALLTARGET=@ALLTARGET@ | |
39 | INSTALLTARGET=@INSTALLTARGET@ | |
40 | ||
41 | # _unbound.la if pyunbound enabled. | |
42 | PYUNBOUND_TARGET=@PYUNBOUND_TARGET@ | |
43 | ||
44 | # override $U variable which is used by autotools for deansification (for | |
45 | # K&R C compilers), but causes problems if $U is defined in the env). | |
46 | U= | |
47 | ||
48 | PROTOC_C=@PROTOC_C@ | |
49 | SWIG=@SWIG@ | |
50 | YACC=@YACC@ | |
51 | LEX=@LEX@ | |
52 | STRIP=@STRIP@ | |
53 | CC=@CC@ | |
54 | CPPFLAGS=-I. @CPPFLAGS@ | |
55 | CFLAGS=@CFLAGS@ | |
56 | LDFLAGS=@LDFLAGS@ | |
57 | LIBS=@LIBS@ | |
58 | LIBOBJS=@LIBOBJS@ | |
59 | # filter out ctime_r from compat obj. | |
60 | LIBOBJ_WITHOUT_CTIME=@LIBOBJ_WITHOUT_CTIME@ | |
61 | LIBOBJ_WITHOUT_CTIMEARC4=@LIBOBJ_WITHOUT_CTIMEARC4@ | |
62 | RUNTIME_PATH=@RUNTIME_PATH@ | |
63 | DEPFLAG=@DEPFLAG@ | |
64 | DATE=@CONFIG_DATE@ | |
65 | LIBTOOL=$(libtool) | |
66 | BUILD=build/ | |
67 | UBSYMS=@UBSYMS@ | |
68 | EXTRALINK=@EXTRALINK@ | |
69 | ||
70 | WINDRES=@WINDRES@ | |
71 | LINT=splint | |
72 | LINTFLAGS=+quiet -weak -warnposix -unrecog -Din_addr_t=uint32_t -Du_int=unsigned -Du_char=uint8_t -preproc -Drlimit=rlimit64 -D__gnuc_va_list=va_list -formatcode | |
73 | #-Dglob64=glob -Dglobfree64=globfree | |
74 | # compat with openssl linux edition. | |
75 | LINTFLAGS+="-DBN_ULONG=unsigned long" -Dkrb5_int32=int "-Dkrb5_ui_4=unsigned int" -DPQ_64BIT=uint64_t -DRC4_INT=unsigned -fixedformalarray -D"ENGINE=unsigned" -D"RSA=unsigned" -D"DSA=unsigned" -D"EVP_PKEY=unsigned" -D"EVP_MD=unsigned" -D"SSL=unsigned" -D"SSL_CTX=unsigned" -D"X509=unsigned" -D"RC4_KEY=unsigned" -D"EVP_MD_CTX=unsigned" -D"ECDSA_SIG=DSA_SIG" -Dfstrm_res=int | |
76 | # compat with NetBSD | |
77 | LINTFLAGS+=@NETBSD_LINTFLAGS@ | |
78 | # compat with OpenBSD | |
79 | LINTFLAGS+="-Dsigset_t=long" | |
80 | # FreeBSD | |
81 | LINTFLAGS+="-D__uint16_t=uint16_t" "-DEVP_PKEY_ASN1_METHOD=int" "-D_RuneLocale=int" "-D__va_list=va_list" | |
82 | ||
83 | INSTALL=$(SHELL) $(srcdir)/install-sh | |
84 | ||
85 | #pythonmod.c is not here, it is mentioned by itself in its own rules, | |
86 | #makedepend fails on missing interface.h otherwise. | |
87 | PYTHONMOD_SRC=pythonmod/pythonmod_utils.c | |
88 | # pythonmod.lo pythonmod_utils.lo if python mod enabled. | |
89 | PYTHONMOD_OBJ=@PYTHONMOD_OBJ@ | |
90 | PYTHONMOD_HEADER=@PYTHONMOD_HEADER@ | |
91 | # libunbound/python/libunbound_wrap.c is dealt with by its own rules. | |
92 | PYUNBOUND_SRC= | |
93 | # libunbound_wrap.lo if python libunbound wrapper enabled. | |
94 | PYUNBOUND_OBJ=@PYUNBOUND_OBJ@ | |
95 | COMMON_SRC=services/cache/dns.c services/cache/infra.c services/cache/rrset.c \ | |
96 | util/data/dname.c util/data/msgencode.c util/data/msgparse.c \ | |
97 | util/data/msgreply.c util/data/packed_rrset.c iterator/iterator.c \ | |
98 | iterator/iter_delegpt.c iterator/iter_donotq.c iterator/iter_fwd.c \ | |
99 | iterator/iter_hints.c iterator/iter_priv.c iterator/iter_resptype.c \ | |
100 | iterator/iter_scrub.c iterator/iter_utils.c services/listen_dnsport.c \ | |
101 | services/localzone.c services/mesh.c services/modstack.c \ | |
102 | services/outbound_list.c services/outside_network.c util/alloc.c \ | |
103 | util/config_file.c util/configlexer.c util/configparser.c \ | |
104 | util/fptr_wlist.c util/locks.c util/log.c util/mini_event.c util/module.c \ | |
105 | util/netevent.c util/net_help.c util/random.c util/rbtree.c util/regional.c \ | |
106 | util/rtt.c util/storage/dnstree.c util/storage/lookup3.c \ | |
107 | util/storage/lruhash.c util/storage/slabhash.c util/timehist.c util/tube.c \ | |
108 | util/winsock_event.c validator/autotrust.c validator/val_anchor.c \ | |
109 | validator/validator.c validator/val_kcache.c validator/val_kentry.c \ | |
110 | validator/val_neg.c validator/val_nsec3.c validator/val_nsec.c \ | |
111 | validator/val_secalgo.c validator/val_sigcrypt.c \ | |
112 | validator/val_utils.c dns64/dns64.c $(CHECKLOCK_SRC) $(DNSTAP_SRC) | |
113 | COMMON_OBJ_WITHOUT_NETCALL=dns.lo infra.lo rrset.lo dname.lo msgencode.lo \ | |
114 | msgparse.lo msgreply.lo packed_rrset.lo iterator.lo iter_delegpt.lo \ | |
115 | iter_donotq.lo iter_fwd.lo iter_hints.lo iter_priv.lo iter_resptype.lo \ | |
116 | iter_scrub.lo iter_utils.lo localzone.lo mesh.lo modstack.lo \ | |
117 | outbound_list.lo alloc.lo config_file.lo configlexer.lo configparser.lo \ | |
118 | fptr_wlist.lo locks.lo log.lo mini_event.lo module.lo net_help.lo \ | |
119 | random.lo rbtree.lo regional.lo rtt.lo dnstree.lo lookup3.lo lruhash.lo \ | |
120 | slabhash.lo timehist.lo tube.lo winsock_event.lo autotrust.lo val_anchor.lo \ | |
121 | validator.lo val_kcache.lo val_kentry.lo val_neg.lo val_nsec3.lo val_nsec.lo \ | |
122 | val_secalgo.lo val_sigcrypt.lo val_utils.lo dns64.lo \ | |
123 | $(PYTHONMOD_OBJ) $(CHECKLOCK_OBJ) $(DNSTAP_OBJ) | |
124 | COMMON_OBJ=$(COMMON_OBJ_WITHOUT_NETCALL) netevent.lo listen_dnsport.lo \ | |
125 | outside_network.lo | |
126 | # set to $COMMON_OBJ or to "" if --enableallsymbols | |
127 | COMMON_OBJ_ALL_SYMBOLS=@COMMON_OBJ_ALL_SYMBOLS@ | |
128 | COMPAT_SRC=compat/ctime_r.c compat/fake-rfc2553.c compat/gmtime_r.c \ | |
129 | compat/inet_aton.c compat/inet_ntop.c compat/inet_pton.c compat/malloc.c \ | |
130 | compat/memcmp.c compat/memmove.c compat/snprintf.c compat/strlcat.c \ | |
131 | compat/strlcpy.c compat/strptime.c compat/getentropy_linux.c \ | |
132 | compat/getentropy_osx.c compat/getentropy_solaris.c compat/getentropy_win.c \ | |
133 | compat/explicit_bzero.c compat/arc4random.c compat/arc4random_uniform.c \ | |
134 | compat/arc4_lock.c compat/sha512.c | |
135 | COMPAT_OBJ=$(LIBOBJS:.o=.lo) | |
136 | COMPAT_OBJ_WITHOUT_CTIME=$(LIBOBJ_WITHOUT_CTIME:.o=.lo) | |
137 | COMPAT_OBJ_WITHOUT_CTIMEARC4=$(LIBOBJ_WITHOUT_CTIMEARC4:.o=.lo) | |
138 | SLDNS_SRC=ldns/keyraw.c ldns/sbuffer.c ldns/wire2str.c ldns/parse.c \ | |
139 | ldns/parseutil.c ldns/rrdef.c ldns/str2wire.c | |
140 | SLDNS_OBJ=keyraw.lo sbuffer.lo wire2str.lo parse.lo parseutil.lo rrdef.lo \ | |
141 | str2wire.lo | |
142 | UNITTEST_SRC=testcode/unitanchor.c testcode/unitdname.c \ | |
143 | testcode/unitlruhash.c testcode/unitmain.c testcode/unitmsgparse.c \ | |
144 | testcode/unitneg.c testcode/unitregional.c testcode/unitslabhash.c \ | |
145 | testcode/unitverify.c testcode/readhex.c testcode/testpkts.c testcode/unitldns.c | |
146 | UNITTEST_OBJ=unitanchor.lo unitdname.lo unitlruhash.lo unitmain.lo \ | |
147 | unitmsgparse.lo unitneg.lo unitregional.lo unitslabhash.lo unitverify.lo \ | |
148 | readhex.lo testpkts.lo unitldns.lo | |
149 | UNITTEST_OBJ_LINK=$(UNITTEST_OBJ) worker_cb.lo $(COMMON_OBJ) $(SLDNS_OBJ) \ | |
150 | $(COMPAT_OBJ) | |
151 | DAEMON_SRC=daemon/acl_list.c daemon/cachedump.c daemon/daemon.c \ | |
152 | daemon/remote.c daemon/stats.c daemon/unbound.c daemon/worker.c @WIN_DAEMON_SRC@ | |
153 | DAEMON_OBJ=acl_list.lo cachedump.lo daemon.lo remote.lo stats.lo unbound.lo \ | |
154 | worker.lo @WIN_DAEMON_OBJ@ | |
155 | DAEMON_OBJ_LINK=$(DAEMON_OBJ) $(COMMON_OBJ_ALL_SYMBOLS) $(SLDNS_OBJ) \ | |
156 | $(COMPAT_OBJ) @WIN_DAEMON_OBJ_LINK@ | |
157 | CHECKCONF_SRC=smallapp/unbound-checkconf.c smallapp/worker_cb.c | |
158 | CHECKCONF_OBJ=unbound-checkconf.lo worker_cb.lo | |
159 | CHECKCONF_OBJ_LINK=$(CHECKCONF_OBJ) $(COMMON_OBJ_ALL_SYMBOLS) $(SLDNS_OBJ) \ | |
160 | $(COMPAT_OBJ) @WIN_CHECKCONF_OBJ_LINK@ | |
161 | CONTROL_SRC=smallapp/unbound-control.c | |
162 | CONTROL_OBJ=unbound-control.lo | |
163 | CONTROL_OBJ_LINK=$(CONTROL_OBJ) worker_cb.lo $(COMMON_OBJ_ALL_SYMBOLS) \ | |
164 | $(SLDNS_OBJ) $(COMPAT_OBJ) @WIN_CONTROL_OBJ_LINK@ | |
165 | HOST_SRC=smallapp/unbound-host.c | |
166 | HOST_OBJ=unbound-host.lo | |
167 | HOST_OBJ_LINK=$(HOST_OBJ) $(SLDNS_OBJ) $(COMPAT_OBJ_WITHOUT_CTIMEARC4) @WIN_HOST_OBJ_LINK@ | |
168 | UBANCHOR_SRC=smallapp/unbound-anchor.c | |
169 | UBANCHOR_OBJ=unbound-anchor.lo | |
170 | UBANCHOR_OBJ_LINK=$(UBANCHOR_OBJ) \ | |
171 | $(COMPAT_OBJ_WITHOUT_CTIME) @WIN_UBANCHOR_OBJ_LINK@ | |
172 | TESTBOUND_SRC=testcode/testbound.c testcode/testpkts.c \ | |
173 | daemon/worker.c daemon/acl_list.c daemon/daemon.c daemon/stats.c \ | |
174 | testcode/replay.c testcode/fake_event.c | |
175 | TESTBOUND_OBJ=testbound.lo replay.lo fake_event.lo | |
176 | TESTBOUND_OBJ_LINK=$(TESTBOUND_OBJ) testpkts.lo worker.lo acl_list.lo \ | |
177 | daemon.lo stats.lo $(COMMON_OBJ_WITHOUT_NETCALL) $(SLDNS_OBJ) $(COMPAT_OBJ) | |
178 | LOCKVERIFY_SRC=testcode/lock_verify.c | |
179 | LOCKVERIFY_OBJ=lock_verify.lo | |
180 | LOCKVERIFY_OBJ_LINK=$(LOCKVERIFY_OBJ) worker_cb.lo $(COMMON_OBJ) $(COMPAT_OBJ) \ | |
181 | $(SLDNS_OBJ) | |
182 | PETAL_SRC=testcode/petal.c | |
183 | PETAL_OBJ=petal.lo | |
184 | PETAL_OBJ_LINK=$(PETAL_OBJ) $(COMPAT_OBJ_WITHOUT_CTIMEARC4) | |
185 | PKTVIEW_SRC=testcode/pktview.c testcode/readhex.c | |
186 | PKTVIEW_OBJ=pktview.lo | |
187 | PKTVIEW_OBJ_LINK=$(PKTVIEW_OBJ) worker_cb.lo readhex.lo $(COMMON_OBJ) \ | |
188 | $(COMPAT_OBJ) $(SLDNS_OBJ) | |
189 | MEMSTATS_SRC=testcode/memstats.c | |
190 | MEMSTATS_OBJ=memstats.lo | |
191 | MEMSTATS_OBJ_LINK=$(MEMSTATS_OBJ) worker_cb.lo $(COMMON_OBJ) $(COMPAT_OBJ) \ | |
192 | $(SLDNS_OBJ) | |
193 | ASYNCLOOK_SRC=testcode/asynclook.c | |
194 | ASYNCLOOK_OBJ=asynclook.lo | |
195 | ASYNCLOOK_OBJ_LINK=$(ASYNCLOOK_OBJ) log.lo locks.lo $(COMPAT_OBJ) | |
196 | STREAMTCP_SRC=testcode/streamtcp.c | |
197 | STREAMTCP_OBJ=streamtcp.lo | |
198 | STREAMTCP_OBJ_LINK=$(STREAMTCP_OBJ) worker_cb.lo $(COMMON_OBJ) $(COMPAT_OBJ) \ | |
199 | $(SLDNS_OBJ) | |
200 | PERF_SRC=testcode/perf.c | |
201 | PERF_OBJ=perf.lo | |
202 | PERF_OBJ_LINK=$(PERF_OBJ) worker_cb.lo $(COMMON_OBJ) $(COMPAT_OBJ) $(SLDNS_OBJ) | |
203 | DELAYER_SRC=testcode/delayer.c | |
204 | DELAYER_OBJ=delayer.lo | |
205 | DELAYER_OBJ_LINK=$(DELAYER_OBJ) worker_cb.lo $(COMMON_OBJ) $(COMPAT_OBJ) \ | |
206 | $(SLDNS_OBJ) | |
207 | LIBUNBOUND_SRC=libunbound/context.c libunbound/libunbound.c \ | |
208 | libunbound/libworker.c | |
209 | LIBUNBOUND_OBJ=context.lo libunbound.lo libworker.lo | |
210 | LIBUNBOUND_OBJ_LINK=$(LIBUNBOUND_OBJ) $(COMMON_OBJ) $(SLDNS_OBJ) $(COMPAT_OBJ) | |
211 | ||
212 | # win apps or "" if not on windows | |
213 | WINAPPS=@WINAPPS@ | |
214 | WIN_DAEMON_THE_SRC=winrc/win_svc.c winrc/w_inst.c | |
215 | SVCINST_SRC=winrc/unbound-service-install.c | |
216 | SVCINST_OBJ=unbound-service-install.lo | |
217 | SVCINST_OBJ_LINK=$(SVCINST_OBJ) w_inst.lo rsrc_svcinst.o $(COMPAT_OBJ_WITHOUT_CTIME) | |
218 | SVCUNINST_SRC=winrc/unbound-service-remove.c | |
219 | SVCUNINST_OBJ=unbound-service-remove.lo | |
220 | SVCUNINST_OBJ_LINK=$(SVCUNINST_OBJ) w_inst.lo rsrc_svcuninst.o \ | |
221 | $(COMPAT_OBJ_WITHOUT_CTIME) | |
222 | ANCHORUPD_SRC=winrc/anchor-update.c | |
223 | ANCHORUPD_OBJ=anchor-update.lo | |
224 | ANCHORUPD_OBJ_LINK=$(ANCHORUPD_OBJ) rsrc_anchorupd.o $(COMPAT_OBJ_WITHOUT_CTIME) | |
225 | RSRC_OBJ=rsrc_svcinst.o rsrc_svcuninst.o rsrc_anchorupd.o rsrc_unbound.o \ | |
226 | rsrc_unbound_host.o rsrc_unbound_anchor.o rsrc_unbound_control.o \ | |
227 | rsrc_unbound_checkconf.o | |
228 | ||
229 | ALL_SRC=$(COMMON_SRC) $(UNITTEST_SRC) $(DAEMON_SRC) \ | |
230 | $(TESTBOUND_SRC) $(LOCKVERIFY_SRC) $(PKTVIEW_SRC) \ | |
231 | $(MEMSTATS_SRC) $(CHECKCONF_SRC) $(LIBUNBOUND_SRC) $(HOST_SRC) \ | |
232 | $(ASYNCLOOK_SRC) $(STREAMTCP_SRC) $(PERF_SRC) $(DELAYER_SRC) \ | |
233 | $(CONTROL_SRC) $(UBANCHOR_SRC) $(PETAL_SRC) \ | |
234 | $(PYTHONMOD_SRC) $(PYUNBOUND_SRC) $(WIN_DAEMON_THE_SRC)\ | |
235 | $(SVCINST_SRC) $(SVCUNINST_SRC) $(ANCHORUPD_SRC) $(SLDNS_SRC) | |
236 | ALL_OBJ=$(COMMON_OBJ) $(UNITTEST_OBJ) $(DAEMON_OBJ) \ | |
237 | $(TESTBOUND_OBJ) $(LOCKVERIFY_OBJ) $(PKTVIEW_OBJ) \ | |
238 | $(MEMSTATS_OBJ) $(CHECKCONF_OBJ) $(LIBUNBOUND_OBJ) $(HOST_OBJ) \ | |
239 | $(ASYNCLOOK_OBJ) $(STREAMTCP_OBJ) $(PERF_OBJ) $(DELAYER_OBJ) \ | |
240 | $(CONTROL_OBJ) $(UBANCHOR_OBJ) $(PETAL_OBJ) \ | |
241 | $(COMPAT_OBJ) $(PYUNBOUND_OBJ) \ | |
242 | $(SVCINST_OBJ) $(SVCUNINST_OBJ) $(ANCHORUPD_OBJ) $(SLDNS_OBJ) | |
243 | ||
244 | COMPILE=$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS) | |
245 | LINK=$(LIBTOOL) --tag=CC --mode=link $(CC) $(staticexe) $(RUNTIME_PATH) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) | |
246 | LINK_LIB=$(LIBTOOL) --tag=CC --mode=link $(CC) $(RUNTIME_PATH) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(staticexe) -version-info @LIBUNBOUND_CURRENT@:@LIBUNBOUND_REVISION@:@LIBUNBOUND_AGE@ -no-undefined | |
247 | ||
248 | .PHONY: clean realclean doc lint all install uninstall tests test strip lib longtest longcheck check alltargets | |
249 | ||
250 | all: $(COMMON_OBJ) $(ALLTARGET) | |
251 | ||
252 | alltargets: unbound$(EXEEXT) unbound-checkconf$(EXEEXT) lib unbound-host$(EXEEXT) unbound-control$(EXEEXT) unbound-anchor$(EXEEXT) unbound-control-setup $(WINAPPS) $(PYUNBOUND_TARGET) | |
253 | ||
254 | # compat with BSD make, register suffix, and an implicit rule to actualise it. | |
255 | .SUFFIXES: .lo | |
256 | .c.lo: | |
257 | $(COMPILE) -o $@ -c $< | |
258 | ||
259 | $(ALL_OBJ): | |
260 | @@SOURCEDETERMINE@ | |
261 | $(COMPILE) -o $@ -c @SOURCEFILE@ | |
262 | ||
263 | $(RSRC_OBJ): | |
264 | @@SOURCEDETERMINE@ | |
265 | $(WINDRES) $(CPPFLAGS) @SOURCEFILE@ $@ | |
266 | ||
267 | rsrc_svcinst.o: $(srcdir)/winrc/rsrc_svcinst.rc config.h | |
268 | rsrc_svcuninst.o: $(srcdir)/winrc/rsrc_svcuninst.rc config.h | |
269 | rsrc_anchorupd.o: $(srcdir)/winrc/rsrc_anchorupd.rc config.h | |
270 | rsrc_unbound.o: $(srcdir)/winrc/rsrc_unbound.rc config.h | |
271 | rsrc_unbound_host.o: $(srcdir)/winrc/rsrc_unbound_host.rc config.h | |
272 | rsrc_unbound_anchor.o: $(srcdir)/winrc/rsrc_unbound_anchor.rc config.h | |
273 | rsrc_unbound_control.o: $(srcdir)/winrc/rsrc_unbound_control.rc config.h | |
274 | rsrc_unbound_checkconf.o: $(srcdir)/winrc/rsrc_unbound_checkconf.rc config.h | |
275 | ||
276 | TEST_BIN=asynclook$(EXEEXT) delayer$(EXEEXT) \ | |
277 | lock-verify$(EXEEXT) memstats$(EXEEXT) perf$(EXEEXT) \ | |
278 | petal$(EXEEXT) pktview$(EXEEXT) streamtcp$(EXEEXT) \ | |
279 | testbound$(EXEEXT) unittest$(EXEEXT) | |
280 | tests: all $(TEST_BIN) | |
281 | ||
282 | check: test | |
283 | longcheck: longtest | |
284 | ||
285 | test: unittest$(EXEEXT) testbound$(EXEEXT) | |
286 | ./unittest$(EXEEXT) | |
287 | ./testbound$(EXEEXT) -s | |
288 | for x in testdata/*.rpl; do echo -n "$$x "; if ./testbound$(EXEEXT) -p $$x >/dev/null 2>&1; then echo OK; else echo failed; exit 1; fi done | |
289 | @echo test OK | |
290 | ||
291 | longtest: tests | |
292 | if test -x "`which bash`"; then bash testcode/do-tests.sh; else sh testcode/do-tests.sh; fi | |
293 | ||
294 | lib: libunbound.la unbound.h | |
295 | ||
296 | libunbound.la: $(LIBUNBOUND_OBJ_LINK) | |
297 | $(LINK_LIB) $(UBSYMS) -o $@ $(LIBUNBOUND_OBJ_LINK) -rpath $(libdir) -lssl $(LIBS) | |
298 | ||
299 | unbound$(EXEEXT): $(DAEMON_OBJ_LINK) libunbound.la | |
300 | $(LINK) -o $@ $(DAEMON_OBJ_LINK) $(EXTRALINK) -lssl $(LIBS) | |
301 | ||
302 | unbound-checkconf$(EXEEXT): $(CHECKCONF_OBJ_LINK) libunbound.la | |
303 | $(LINK) -o $@ $(CHECKCONF_OBJ_LINK) $(EXTRALINK) -lssl $(LIBS) | |
304 | ||
305 | unbound-control$(EXEEXT): $(CONTROL_OBJ_LINK) libunbound.la | |
306 | $(LINK) -o $@ $(CONTROL_OBJ_LINK) $(EXTRALINK) -lssl $(LIBS) | |
307 | ||
308 | unbound-host$(EXEEXT): $(HOST_OBJ_LINK) libunbound.la | |
309 | $(LINK) -o $@ $(HOST_OBJ_LINK) -L. -L.libs -lunbound $(LIBS) | |
310 | ||
311 | unbound-anchor$(EXEEXT): $(UBANCHOR_OBJ_LINK) libunbound.la | |
312 | $(LINK) -o $@ $(UBANCHOR_OBJ_LINK) -L. -L.libs -lunbound -lexpat -lssl $(LIBS) | |
313 | ||
314 | unbound-service-install$(EXEEXT): $(SVCINST_OBJ_LINK) | |
315 | $(LINK) -o $@ $(SVCINST_OBJ_LINK) $(LIBS) | |
316 | ||
317 | unbound-service-remove$(EXEEXT): $(SVCUNINST_OBJ_LINK) | |
318 | $(LINK) -o $@ $(SVCUNINST_OBJ_LINK) $(LIBS) | |
319 | ||
320 | anchor-update$(EXEEXT): $(ANCHORUPD_OBJ_LINK) libunbound.la | |
321 | $(LINK) -o $@ $(ANCHORUPD_OBJ_LINK) -L. -L.libs -lunbound $(LIBS) | |
322 | ||
323 | unittest$(EXEEXT): $(UNITTEST_OBJ_LINK) | |
324 | $(LINK) -o $@ $(UNITTEST_OBJ_LINK) -lssl $(LIBS) | |
325 | ||
326 | testbound$(EXEEXT): $(TESTBOUND_OBJ_LINK) | |
327 | $(LINK) -o $@ $(TESTBOUND_OBJ_LINK) -lssl $(LIBS) | |
328 | ||
329 | lock-verify$(EXEEXT): $(LOCKVERIFY_OBJ_LINK) | |
330 | $(LINK) -o $@ $(LOCKVERIFY_OBJ_LINK) -lssl $(LIBS) | |
331 | ||
332 | petal$(EXEEXT): $(PETAL_OBJ_LINK) | |
333 | $(LINK) -o $@ $(PETAL_OBJ_LINK) -lssl $(LIBS) | |
334 | ||
335 | pktview$(EXEEXT): $(PKTVIEW_OBJ_LINK) | |
336 | $(LINK) -o $@ $(PKTVIEW_OBJ_LINK) -lssl $(LIBS) | |
337 | ||
338 | memstats$(EXEEXT): $(MEMSTATS_OBJ_LINK) | |
339 | $(LINK) -o $@ $(MEMSTATS_OBJ_LINK) -lssl $(LIBS) | |
340 | ||
341 | asynclook$(EXEEXT): $(ASYNCLOOK_OBJ_LINK) libunbound.la | |
342 | $(LINK) -o $@ $(ASYNCLOOK_OBJ_LINK) $(LIBS) -L. -L.libs -lunbound | |
343 | ||
344 | streamtcp$(EXEEXT): $(STREAMTCP_OBJ_LINK) | |
345 | $(LINK) -o $@ $(STREAMTCP_OBJ_LINK) -lssl $(LIBS) | |
346 | ||
347 | perf$(EXEEXT): $(PERF_OBJ_LINK) | |
348 | $(LINK) -o $@ $(PERF_OBJ_LINK) -lssl $(LIBS) | |
349 | ||
350 | delayer$(EXEEXT): $(DELAYER_OBJ_LINK) | |
351 | $(LINK) -o $@ $(DELAYER_OBJ_LINK) -lssl $(LIBS) | |
352 | ||
353 | signit$(EXEEXT): testcode/signit.c | |
354 | $(CC) $(CPPFLAGS) $(CFLAGS) -o $@ testcode/signit.c $(LDFLAGS) -lldns -lssl $(LIBS) | |
355 | ||
356 | unbound.h: $(srcdir)/libunbound/unbound.h | |
357 | sed -e 's/@''UNBOUND_VERSION_MAJOR@/$(UNBOUND_VERSION_MAJOR)/' -e 's/@''UNBOUND_VERSION_MINOR@/$(UNBOUND_VERSION_MINOR)/' -e 's/@''UNBOUND_VERSION_MICRO@/$(UNBOUND_VERSION_MICRO)/' < $(srcdir)/libunbound/unbound.h > $@ | |
358 | ||
359 | unbound-control-setup: smallapp/unbound-control-setup.sh | |
360 | cp smallapp/unbound-control-setup.sh $@ | |
361 | -chmod +x $@ | |
362 | ||
363 | # dnstap | |
364 | dnstap.lo dnstap.o: $(srcdir)/dnstap/dnstap.c config.h dnstap/dnstap_config.h \ | |
365 | dnstap/dnstap.pb-c.c dnstap/dnstap.pb-c.h $(srcdir)/dnstap/dnstap.h \ | |
366 | $(srcdir)/util/config_file.h $(srcdir)/util/log.h \ | |
367 | $(srcdir)/util/netevent.h $(srcdir)/util/net_help.h | |
368 | ||
369 | dnstap/dnstap.pb-c.c dnstap/dnstap.pb-c.h: $(srcdir)/dnstap/dnstap.proto | |
370 | @-if test ! -d dnstap; then $(INSTALL) -d dnstap; fi | |
371 | $(PROTOC_C) --c_out=. $(srcdir)/dnstap/dnstap.proto | |
372 | ||
373 | dnstap.pb-c.lo dnstap.pb-c.o: dnstap/dnstap.pb-c.c dnstap/dnstap.pb-c.h | |
374 | ||
375 | # Python Module | |
376 | pythonmod.lo pythonmod.o: $(srcdir)/pythonmod/pythonmod.c config.h \ | |
377 | pythonmod/interface.h \ | |
378 | $(srcdir)/pythonmod/pythonmod.h $(srcdir)/util/module.h \ | |
379 | $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h \ | |
380 | $(srcdir)/util/log.h $(srcdir)/util/data/msgreply.h \ | |
381 | $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/data/msgparse.h \ | |
382 | $(srcdir)/services/outbound_list.h $(srcdir)/util/config_file.h \ | |
383 | $(srcdir)/pythonmod/pythonmod_utils.h $(srcdir)/util/netevent.h \ | |
384 | $(srcdir)/util/regional.h $(srcdir)/util/data/dname.h \ | |
385 | $(srcdir)/services/cache/dns.h $(srcdir)/services/mesh.h \ | |
386 | $(srcdir)/util/rbtree.h $(srcdir)/services/modstack.h | |
387 | ||
388 | pythonmod/interface.h: $(srcdir)/pythonmod/interface.i config.h | |
389 | @-if test ! -d pythonmod; then $(INSTALL) -d pythonmod; fi | |
390 | $(SWIG) $(CPPFLAGS) -o $@ -python $(srcdir)/pythonmod/interface.i | |
391 | ||
392 | libunbound_wrap.lo libunbound_wrap.o: libunbound/python/libunbound_wrap.c \ | |
393 | unbound.h | |
394 | libunbound/python/libunbound_wrap.c: $(srcdir)/libunbound/python/libunbound.i unbound.h | |
395 | @-if test ! -d libunbound/python; then $(INSTALL) -d libunbound/python; fi | |
396 | $(SWIG) -python -o $@ $(CPPFLAGS) $(srcdir)/libunbound/python/libunbound.i | |
397 | ||
398 | # Pyunbound python unbound wrapper | |
399 | _unbound.la: libunbound_wrap.lo libunbound.la | |
400 | $(LIBTOOL) --tag=CC --mode=link $(CC) $(RUNTIME_PATH) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -module -avoid-version -no-undefined -shared -o $@ libunbound_wrap.lo -rpath $(PYTHON_SITE_PKG) L. -L.libs -lunbound | |
401 | ||
402 | util/config_file.c: util/configparser.h | |
403 | util/configlexer.c: $(srcdir)/util/configlexer.lex util/configparser.h | |
404 | @-if test ! -d util; then $(INSTALL) -d util; fi | |
405 | if test "$(LEX)" != ":"; then \ | |
406 | echo "#include \"config.h\"" > $@ ;\ | |
407 | echo "#include \"util/configyyrename.h\"" >> $@ ;\ | |
408 | $(LEX) -t $(srcdir)/util/configlexer.lex >> $@ ;\ | |
409 | fi | |
410 | ||
411 | util/configparser.c util/configparser.h: $(srcdir)/util/configparser.y | |
412 | @-if test ! -d util; then $(INSTALL) -d util; fi | |
413 | $(YACC) -d -o util/configparser.c $(srcdir)/util/configparser.y | |
414 | ||
415 | clean: | |
416 | rm -f *.o *.d *.lo *~ tags | |
417 | rm -f unbound$(EXEEXT) unbound-checkconf$(EXEEXT) unbound-host$(EXEEXT) unbound-control$(EXEEXT) unbound-anchor$(EXEEXT) unbound-control-setup libunbound.la unbound.h | |
418 | rm -f $(ALL_SRC:.c=.lint) | |
419 | rm -f _unbound.la libunbound/python/libunbound_wrap.c libunbound/python/unbound.py pythonmod/interface.h pythonmod/unboundmodule.py | |
420 | rm -rf autom4te.cache .libs build doc/html doc/xml | |
421 | ||
422 | realclean: clean | |
423 | rm -f config.status config.log config.h.in config.h | |
424 | rm -f configure config.sub config.guess ltmain.sh aclocal.m4 libtool | |
425 | rm -f util/configlexer.c util/configparser.c util/configparser.h | |
426 | rm -f doc/example.conf doc/libunbound.3 doc/unbound-anchor.8 doc/unbound-checkconf.8 doc/unbound-control.8 doc/unbound.8 doc/unbound.conf.5 | |
427 | rm -f $(TEST_BIN) | |
428 | rm -f Makefile | |
429 | ||
430 | .SUFFIXES: .lint | |
431 | .c.lint: | |
432 | $(LINT) $(LINTFLAGS) -I. -I$(srcdir) $< | |
433 | touch $@ | |
434 | ||
435 | util/configparser.lint util/configlexer.lint pythonmod/pythonmod.lint libunbound/python/libunbound_wrap.lint dnstap/dnstap.pb-c.lint: | |
436 | # skip lint for generated code | |
437 | touch $@ | |
438 | ||
439 | winrc/win_svc.lint winrc/w_inst.lint winrc/unbound-service-install.lint winrc/unbound-service-remove.lint: | |
440 | # skip lint for windows types | |
441 | touch $@ | |
442 | ||
443 | lint: $(ALL_SRC:.c=.lint) | |
444 | ||
445 | tags: $(srcdir)/*.[ch] $(srcdir)/*/*.[ch] | |
446 | ctags -f $(srcdir)/tags $(srcdir)/*.[ch] $(srcdir)/*/*.[ch] | |
447 | ||
448 | doc: | |
449 | if test -n "$(doxygen)"; then \ | |
450 | $(doxygen) $(srcdir)/doc/unbound.doxygen; fi | |
451 | if test "$(WITH_PYUNBOUND)" = "yes" -o "$(WITH_PYTHONMODULE)" = "yes"; \ | |
452 | then if test -x "`which sphinx-build 2>&1`"; then \ | |
453 | sphinx-build -b html pythonmod/doc doc/html/pythonmod; \ | |
454 | sphinx-build -b html libunbound/python/doc doc/html/pyunbound;\ | |
455 | fi ;\ | |
456 | fi | |
457 | ||
458 | strip: | |
459 | $(STRIP) unbound$(EXEEXT) | |
460 | $(STRIP) unbound-checkconf$(EXEEXT) | |
461 | $(STRIP) unbound-control$(EXEEXT) | |
462 | $(STRIP) unbound-host$(EXEEXT) | |
463 | $(STRIP) unbound-anchor$(EXEEXT) | |
464 | ||
465 | pythonmod-install: | |
466 | $(INSTALL) -m 755 -d $(DESTDIR)$(PYTHON_SITE_PKG) | |
467 | $(INSTALL) -c -m 644 pythonmod/unboundmodule.py $(DESTDIR)$(PYTHON_SITE_PKG)/unboundmodule.py | |
468 | ||
469 | pyunbound-install: | |
470 | $(INSTALL) -m 755 -d $(DESTDIR)$(PYTHON_SITE_PKG) | |
471 | $(INSTALL) -c -m 644 $(srcdir)/libunbound/python/unbound.py $(DESTDIR)$(PYTHON_SITE_PKG)/unbound.py | |
472 | $(LIBTOOL) --mode=install cp _unbound.la $(DESTDIR)$(PYTHON_SITE_PKG) | |
473 | $(LIBTOOL) --mode=finish $(DESTDIR)$(PYTHON_SITE_PKG) | |
474 | ||
475 | unbound-event-install: | |
476 | $(INSTALL) -m 755 -d $(DESTDIR)$(includedir) | |
477 | $(LIBTOOL) --mode=install cp $(srcdir)/libunbound/unbound-event.h $(DESTDIR)$(includedir)/unbound-event.h | |
478 | ||
479 | install: $(INSTALLTARGET) | |
480 | ||
481 | install-lib: lib $(UNBOUND_EVENT_INSTALL) | |
482 | $(INSTALL) -m 755 -d $(DESTDIR)$(libdir) | |
483 | $(INSTALL) -m 755 -d $(DESTDIR)$(includedir) | |
484 | $(INSTALL) -m 755 -d $(DESTDIR)$(mandir) | |
485 | $(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man3 | |
486 | $(INSTALL) -c -m 644 doc/libunbound.3 $(DESTDIR)$(mandir)/man3 | |
487 | for mpage in ub_ctx ub_result ub_ctx_create ub_ctx_delete \ | |
488 | ub_ctx_set_option ub_ctx_get_option ub_ctx_config ub_ctx_set_fwd \ | |
489 | ub_ctx_resolvconf ub_ctx_hosts ub_ctx_add_ta ub_ctx_add_ta_file \ | |
490 | ub_ctx_trustedkeys ub_ctx_debugout ub_ctx_debuglevel ub_ctx_async \ | |
491 | ub_poll ub_wait ub_fd ub_process ub_resolve ub_resolve_async ub_cancel \ | |
492 | ub_resolve_free ub_strerror ub_ctx_print_local_zones ub_ctx_zone_add \ | |
493 | ub_ctx_zone_remove ub_ctx_data_add ub_ctx_data_remove; \ | |
494 | do \ | |
495 | echo ".so man3/libunbound.3" > $(DESTDIR)$(mandir)/man3/$$mpage.3 ; \ | |
496 | done | |
497 | $(LIBTOOL) --mode=install cp unbound.h $(DESTDIR)$(includedir)/unbound.h | |
498 | $(LIBTOOL) --mode=install cp libunbound.la $(DESTDIR)$(libdir) | |
499 | $(LIBTOOL) --mode=finish $(DESTDIR)$(libdir) | |
500 | ||
501 | install-all: all $(PYTHONMOD_INSTALL) $(PYUNBOUND_INSTALL) $(UNBOUND_EVENT_INSTALL) install-lib | |
502 | $(INSTALL) -m 755 -d $(DESTDIR)$(sbindir) | |
503 | $(INSTALL) -m 755 -d $(DESTDIR)$(mandir) | |
504 | $(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man8 | |
505 | $(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man5 | |
506 | $(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man1 | |
507 | $(LIBTOOL) --mode=install cp unbound$(EXEEXT) $(DESTDIR)$(sbindir)/unbound$(EXEEXT) | |
508 | $(LIBTOOL) --mode=install cp unbound-checkconf$(EXEEXT) $(DESTDIR)$(sbindir)/unbound-checkconf$(EXEEXT) | |
509 | $(LIBTOOL) --mode=install cp unbound-control$(EXEEXT) $(DESTDIR)$(sbindir)/unbound-control$(EXEEXT) | |
510 | $(LIBTOOL) --mode=install cp unbound-host$(EXEEXT) $(DESTDIR)$(sbindir)/unbound-host$(EXEEXT) | |
511 | $(LIBTOOL) --mode=install cp unbound-anchor$(EXEEXT) $(DESTDIR)$(sbindir)/unbound-anchor$(EXEEXT) | |
512 | $(INSTALL) -c -m 644 doc/unbound.8 $(DESTDIR)$(mandir)/man8 | |
513 | $(INSTALL) -c -m 644 doc/unbound-checkconf.8 $(DESTDIR)$(mandir)/man8 | |
514 | $(INSTALL) -c -m 644 doc/unbound-control.8 $(DESTDIR)$(mandir)/man8 | |
515 | $(INSTALL) -c -m 644 doc/unbound-control.8 $(DESTDIR)$(mandir)/man8/unbound-control-setup.8 | |
516 | $(INSTALL) -c -m 644 doc/unbound-anchor.8 $(DESTDIR)$(mandir)/man8 | |
517 | $(INSTALL) -c -m 644 doc/unbound.conf.5 $(DESTDIR)$(mandir)/man5 | |
518 | $(INSTALL) -c -m 644 doc/unbound-host.1 $(DESTDIR)$(mandir)/man1 | |
519 | $(INSTALL) -c -m 755 unbound-control-setup $(DESTDIR)$(sbindir)/unbound-control-setup | |
520 | if test ! -e $(DESTDIR)$(configfile); then $(INSTALL) -d `dirname $(DESTDIR)$(configfile)`; $(INSTALL) -c -m 644 doc/example.conf $(DESTDIR)$(configfile); fi | |
521 | ||
522 | pythonmod-uninstall: | |
523 | rm -f -- $(DESTDIR)$(PYTHON_SITE_PKG)/unboundmodule.py | |
524 | ||
525 | pyunbound-uninstall: | |
526 | rm -f -- $(DESTDIR)$(PYTHON_SITE_PKG)/unbound.py | |
527 | $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(PYTHON_SITE_PKG)/_unbound.la | |
528 | ||
529 | unbound-event-uninstall: | |
530 | rm -f -- $(DESTDIR)$(includedir)/unbound-event.h | |
531 | ||
532 | uninstall: $(PYTHONMOD_UNINSTALL) $(PYUNBOUND_UNINSTALL) $(UNBOUND_EVENT_UNINSTALL) | |
533 | rm -f -- $(DESTDIR)$(sbindir)/unbound$(EXEEXT) $(DESTDIR)$(sbindir)/unbound-checkconf$(EXEEXT) $(DESTDIR)$(sbindir)/unbound-host$(EXEEXT) $(DESTDIR)$(sbindir)/unbound-control$(EXEEXT) $(DESTDIR)$(sbindir)/unbound-anchor$(EXEEXT) $(DESTDIR)$(sbindir)/unbound-control-setup | |
534 | rm -f -- $(DESTDIR)$(mandir)/man8/unbound.8 $(DESTDIR)$(mandir)/man8/unbound-checkconf.8 $(DESTDIR)$(mandir)/man5/unbound.conf.5 $(DESTDIR)$(mandir)/man8/unbound-control.8 $(DESTDIR)$(mandir)/man8/unbound-anchor.8 $(DESTDIR)$(mandir)/man8/unbound-control-setup.8 | |
535 | rm -f -- $(DESTDIR)$(mandir)/man1/unbound-host.1 $(DESTDIR)$(mandir)/man3/libunbound.3 | |
536 | for mpage in ub_ctx ub_result ub_ctx_create ub_ctx_delete \ | |
537 | ub_ctx_set_option ub_ctx_get_option ub_ctx_config ub_ctx_set_fwd \ | |
538 | ub_ctx_resolvconf ub_ctx_hosts ub_ctx_add_ta ub_ctx_add_ta_file \ | |
539 | ub_ctx_trustedkeys ub_ctx_debugout ub_ctx_debuglevel ub_ctx_async \ | |
540 | ub_poll ub_wait ub_fd ub_process ub_resolve ub_resolve_async ub_cancel \ | |
541 | ub_resolve_free ub_strerror ub_ctx_print_local_zones ub_ctx_zone_add \ | |
542 | ub_ctx_zone_remove ub_ctx_data_add ub_ctx_data_remove; \ | |
543 | do \ | |
544 | rm -f -- $(DESTDIR)$(mandir)/man3/$$mpage.3 ; \ | |
545 | done | |
546 | rm -f -- $(DESTDIR)$(includedir)/unbound.h | |
547 | $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/libunbound.la | |
548 | @echo | |
549 | @echo "You still need to remove "`dirname $(DESTDIR)$(configfile)`" , $(DESTDIR)$(configfile) by hand" | |
550 | ||
551 | iana_update: | |
552 | curl -o port-numbers.tmp http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml --compressed | |
553 | if file port-numbers.tmp | grep 'gzip' >/dev/null; then zcat port-numbers.tmp; else cat port-numbers.tmp; fi | awk '/<record>/ {p=0;} /<protocol>udp/ {p=1;} /<protocol>[^u]/ {p=0;} /Decomissioned|Decommissioned|Removed|De-registered|unassigned|Unassigned|Reserved/ {u=1;} /<number>/ { if(u==1) {u=0;} else { if(p==1) { match($$0,/[0-9]+/); print substr($$0, RSTART, RLENGTH) ","}}}' | sort -nu > util/iana_ports.inc | |
554 | rm -f port-numbers.tmp | |
555 | ||
556 | # dependency generation | |
557 | DEPEND_TMP=depend1073.tmp | |
558 | DEPEND_TMP2=depend1074.tmp | |
559 | DEPEND_TARGET=Makefile | |
560 | DEPEND_TARGET2=Makefile.in | |
561 | # actions: generate deplines from gcc, | |
562 | # then, filter out home/xx, /usr/xx and /opt/xx lines (some cc already do this) | |
563 | # then, remove empty " \" lines | |
564 | # then, add srcdir before .c and .h in deps. | |
565 | # then, remove srcdir from the (generated) parser and lexer. | |
566 | # and mention the .lo | |
567 | depend: | |
568 | (cd $(srcdir) ; $(CC) $(DEPFLAG) $(CPPFLAGS) $(CFLAGS) $(ALL_SRC) $(COMPAT_SRC)) | \ | |
569 | sed -e 's!'$$HOME'[^ ]* !!g' -e 's!'$$HOME'[^ ]*$$!!g' \ | |
570 | -e 's!/usr[^ ]* !!g' -e 's!/usr[^ ]*$$!!g' \ | |
571 | -e 's!/opt[^ ]* !!g' -e 's!/opt[^ ]*$$!!g' | \ | |
572 | sed -e '/^ \\$$/d' | \ | |
573 | sed -e 's? *\([^ ]*\.[ch]\)? $$(srcdir)/\1?g' | \ | |
574 | sed -e 's? *\([^ ]*\.inc\)? $$(srcdir)/\1?g' | \ | |
575 | sed -e 's?$$(srcdir)/config.h?config.h?g' \ | |
576 | -e 's?$$(srcdir)/util/configlexer.c?util/configlexer.c?g' \ | |
577 | -e 's?$$(srcdir)/util/configparser.c?util/configparser.c?g' \ | |
578 | -e 's?$$(srcdir)/util/configparser.h?util/configparser.h?g' \ | |
579 | -e 's?$$(srcdir)/pythonmod/pythonmod.h?$$(PYTHONMOD_HEADER)?g' \ | |
580 | -e 's!\(.*\)\.o[ :]*!\1.lo \1.o: !g' \ | |
581 | > $(DEPEND_TMP) | |
582 | cp $(DEPEND_TARGET) $(DEPEND_TMP2) | |
583 | head -`egrep -n "# Dependencies" $(DEPEND_TARGET) | tail -1 | sed -e 's/:.*$$//'` $(DEPEND_TMP2) > $(DEPEND_TARGET) | |
584 | cat $(DEPEND_TMP) >> $(DEPEND_TARGET) | |
585 | @if diff $(DEPEND_TARGET) $(DEPEND_TMP2); then echo " $(DEPEND_TARGET) unchanged"; else echo " Updated $(DEPEND_TARGET))"; fi | |
586 | @if test -f $(DEPEND_TARGET2); then \ | |
587 | cp $(DEPEND_TARGET2) $(DEPEND_TMP2); \ | |
588 | head -`egrep -n "# Dependencies" $(DEPEND_TARGET2) | tail -1 | sed -e 's/:.*$$//'` $(DEPEND_TMP2) > $(DEPEND_TARGET2); \ | |
589 | cat $(DEPEND_TMP) >> $(DEPEND_TARGET2); \ | |
590 | if diff $(DEPEND_TARGET2) $(DEPEND_TMP2); then echo " $(DEPEND_TARGET2) unchanged"; else echo " Updated $(DEPEND_TARGET2))"; fi; \ | |
591 | fi | |
592 | rm -f $(DEPEND_TMP) $(DEPEND_TMP2) | |
593 | ||
594 | # Dependencies | |
595 | dns.lo dns.o: $(srcdir)/services/cache/dns.c config.h $(srcdir)/iterator/iter_delegpt.h $(srcdir)/util/log.h \ | |
596 | $(srcdir)/validator/val_nsec.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h \ | |
597 | $(srcdir)/util/locks.h $(srcdir)/services/cache/dns.h $(srcdir)/util/data/msgreply.h \ | |
598 | $(srcdir)/services/cache/rrset.h $(srcdir)/util/storage/slabhash.h $(srcdir)/util/data/dname.h \ | |
599 | $(srcdir)/util/module.h $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h \ | |
600 | $(srcdir)/util/net_help.h $(srcdir)/util/regional.h $(srcdir)/util/config_file.h $(srcdir)/ldns/sbuffer.h | |
601 | infra.lo infra.o: $(srcdir)/services/cache/infra.c config.h $(srcdir)/ldns/rrdef.h \ | |
602 | $(srcdir)/services/cache/infra.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \ | |
603 | $(srcdir)/util/rtt.h $(srcdir)/util/storage/slabhash.h $(srcdir)/util/storage/lookup3.h \ | |
604 | $(srcdir)/util/data/dname.h $(srcdir)/util/net_help.h $(srcdir)/util/config_file.h $(srcdir)/iterator/iterator.h \ | |
605 | $(srcdir)/services/outbound_list.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h \ | |
606 | $(srcdir)/util/module.h $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h | |
607 | rrset.lo rrset.o: $(srcdir)/services/cache/rrset.c config.h $(srcdir)/services/cache/rrset.h \ | |
608 | $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/storage/slabhash.h \ | |
609 | $(srcdir)/util/data/packed_rrset.h $(srcdir)/ldns/rrdef.h $(srcdir)/util/config_file.h \ | |
610 | $(srcdir)/util/data/msgreply.h $(srcdir)/util/regional.h $(srcdir)/util/alloc.h | |
611 | dname.lo dname.o: $(srcdir)/util/data/dname.c config.h $(srcdir)/util/data/dname.h \ | |
612 | $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/data/msgparse.h \ | |
613 | $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h $(srcdir)/util/storage/lookup3.h $(srcdir)/ldns/sbuffer.h | |
614 | msgencode.lo msgencode.o: $(srcdir)/util/data/msgencode.c config.h $(srcdir)/util/data/msgencode.h \ | |
615 | $(srcdir)/util/data/msgreply.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \ | |
616 | $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h \ | |
617 | $(srcdir)/util/data/dname.h $(srcdir)/util/regional.h $(srcdir)/util/net_help.h $(srcdir)/ldns/sbuffer.h | |
618 | msgparse.lo msgparse.o: $(srcdir)/util/data/msgparse.c config.h $(srcdir)/util/data/msgparse.h \ | |
619 | $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/ldns/pkthdr.h \ | |
620 | $(srcdir)/ldns/rrdef.h $(srcdir)/util/data/dname.h $(srcdir)/util/data/packed_rrset.h \ | |
621 | $(srcdir)/util/storage/lookup3.h $(srcdir)/util/regional.h $(srcdir)/ldns/sbuffer.h $(srcdir)/ldns/parseutil.h \ | |
622 | $(srcdir)/ldns/wire2str.h | |
623 | msgreply.lo msgreply.o: $(srcdir)/util/data/msgreply.c config.h $(srcdir)/util/data/msgreply.h \ | |
624 | $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/data/packed_rrset.h \ | |
625 | $(srcdir)/util/storage/lookup3.h $(srcdir)/util/alloc.h $(srcdir)/util/netevent.h $(srcdir)/util/net_help.h \ | |
626 | $(srcdir)/util/data/dname.h $(srcdir)/util/regional.h $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h \ | |
627 | $(srcdir)/ldns/rrdef.h $(srcdir)/util/data/msgencode.h $(srcdir)/ldns/sbuffer.h $(srcdir)/ldns/wire2str.h | |
628 | packed_rrset.lo packed_rrset.o: $(srcdir)/util/data/packed_rrset.c config.h \ | |
629 | $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \ | |
630 | $(srcdir)/util/data/dname.h $(srcdir)/util/storage/lookup3.h $(srcdir)/util/alloc.h $(srcdir)/util/regional.h \ | |
631 | $(srcdir)/util/net_help.h $(srcdir)/ldns/rrdef.h $(srcdir)/ldns/sbuffer.h $(srcdir)/ldns/wire2str.h | |
632 | iterator.lo iterator.o: $(srcdir)/iterator/iterator.c config.h $(srcdir)/iterator/iterator.h \ | |
633 | $(srcdir)/services/outbound_list.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/storage/lruhash.h \ | |
634 | $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/module.h \ | |
635 | $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h $(srcdir)/iterator/iter_utils.h \ | |
636 | $(srcdir)/iterator/iter_resptype.h $(srcdir)/iterator/iter_hints.h $(srcdir)/util/storage/dnstree.h \ | |
637 | $(srcdir)/util/rbtree.h $(srcdir)/iterator/iter_fwd.h $(srcdir)/iterator/iter_donotq.h \ | |
638 | $(srcdir)/iterator/iter_delegpt.h $(srcdir)/iterator/iter_scrub.h $(srcdir)/iterator/iter_priv.h \ | |
639 | $(srcdir)/validator/val_neg.h $(srcdir)/services/cache/dns.h $(srcdir)/services/cache/infra.h \ | |
640 | $(srcdir)/util/rtt.h $(srcdir)/util/netevent.h $(srcdir)/util/net_help.h $(srcdir)/util/regional.h \ | |
641 | $(srcdir)/util/data/dname.h $(srcdir)/util/data/msgencode.h $(srcdir)/util/fptr_wlist.h $(srcdir)/util/tube.h \ | |
642 | $(srcdir)/services/mesh.h $(srcdir)/services/modstack.h $(srcdir)/util/config_file.h $(srcdir)/ldns/wire2str.h \ | |
643 | $(srcdir)/ldns/parseutil.h $(srcdir)/ldns/sbuffer.h | |
644 | iter_delegpt.lo iter_delegpt.o: $(srcdir)/iterator/iter_delegpt.c config.h $(srcdir)/iterator/iter_delegpt.h \ | |
645 | $(srcdir)/util/log.h $(srcdir)/services/cache/dns.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h \ | |
646 | $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/regional.h \ | |
647 | $(srcdir)/util/data/dname.h $(srcdir)/util/net_help.h $(srcdir)/ldns/rrdef.h $(srcdir)/ldns/sbuffer.h | |
648 | iter_donotq.lo iter_donotq.o: $(srcdir)/iterator/iter_donotq.c config.h $(srcdir)/iterator/iter_donotq.h \ | |
649 | $(srcdir)/util/storage/dnstree.h $(srcdir)/util/rbtree.h $(srcdir)/util/regional.h $(srcdir)/util/log.h \ | |
650 | $(srcdir)/util/config_file.h $(srcdir)/util/net_help.h | |
651 | iter_fwd.lo iter_fwd.o: $(srcdir)/iterator/iter_fwd.c config.h $(srcdir)/iterator/iter_fwd.h \ | |
652 | $(srcdir)/util/rbtree.h $(srcdir)/iterator/iter_delegpt.h $(srcdir)/util/log.h $(srcdir)/util/config_file.h \ | |
653 | $(srcdir)/util/net_help.h $(srcdir)/util/data/dname.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h \ | |
654 | $(srcdir)/ldns/rrdef.h $(srcdir)/ldns/str2wire.h | |
655 | iter_hints.lo iter_hints.o: $(srcdir)/iterator/iter_hints.c config.h $(srcdir)/iterator/iter_hints.h \ | |
656 | $(srcdir)/util/storage/dnstree.h $(srcdir)/util/rbtree.h $(srcdir)/iterator/iter_delegpt.h $(srcdir)/util/log.h \ | |
657 | $(srcdir)/util/config_file.h $(srcdir)/util/net_help.h $(srcdir)/util/data/dname.h \ | |
658 | $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/ldns/rrdef.h $(srcdir)/ldns/str2wire.h \ | |
659 | $(srcdir)/ldns/wire2str.h | |
660 | iter_priv.lo iter_priv.o: $(srcdir)/iterator/iter_priv.c config.h $(srcdir)/iterator/iter_priv.h \ | |
661 | $(srcdir)/util/rbtree.h $(srcdir)/util/regional.h $(srcdir)/util/log.h $(srcdir)/util/config_file.h \ | |
662 | $(srcdir)/util/data/dname.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h \ | |
663 | $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h $(srcdir)/util/net_help.h \ | |
664 | $(srcdir)/util/storage/dnstree.h $(srcdir)/ldns/str2wire.h $(srcdir)/ldns/sbuffer.h | |
665 | iter_resptype.lo iter_resptype.o: $(srcdir)/iterator/iter_resptype.c config.h \ | |
666 | $(srcdir)/iterator/iter_resptype.h $(srcdir)/iterator/iter_delegpt.h $(srcdir)/util/log.h \ | |
667 | $(srcdir)/services/cache/dns.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h \ | |
668 | $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/net_help.h \ | |
669 | $(srcdir)/util/data/dname.h $(srcdir)/ldns/rrdef.h $(srcdir)/ldns/pkthdr.h | |
670 | iter_scrub.lo iter_scrub.o: $(srcdir)/iterator/iter_scrub.c config.h $(srcdir)/iterator/iter_scrub.h \ | |
671 | $(srcdir)/iterator/iterator.h $(srcdir)/services/outbound_list.h $(srcdir)/util/data/msgreply.h \ | |
672 | $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/data/packed_rrset.h \ | |
673 | $(srcdir)/util/module.h $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h \ | |
674 | $(srcdir)/iterator/iter_priv.h $(srcdir)/util/rbtree.h $(srcdir)/services/cache/rrset.h \ | |
675 | $(srcdir)/util/storage/slabhash.h $(srcdir)/util/net_help.h $(srcdir)/util/regional.h \ | |
676 | $(srcdir)/util/config_file.h $(srcdir)/util/data/dname.h $(srcdir)/util/alloc.h $(srcdir)/ldns/sbuffer.h | |
677 | iter_utils.lo iter_utils.o: $(srcdir)/iterator/iter_utils.c config.h $(srcdir)/iterator/iter_utils.h \ | |
678 | $(srcdir)/iterator/iter_resptype.h $(srcdir)/iterator/iterator.h $(srcdir)/services/outbound_list.h \ | |
679 | $(srcdir)/util/data/msgreply.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \ | |
680 | $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/module.h $(srcdir)/util/data/msgparse.h \ | |
681 | $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h $(srcdir)/iterator/iter_hints.h $(srcdir)/util/storage/dnstree.h \ | |
682 | $(srcdir)/util/rbtree.h $(srcdir)/iterator/iter_fwd.h $(srcdir)/iterator/iter_donotq.h \ | |
683 | $(srcdir)/iterator/iter_delegpt.h $(srcdir)/iterator/iter_priv.h $(srcdir)/services/cache/infra.h \ | |
684 | $(srcdir)/util/rtt.h $(srcdir)/services/cache/dns.h $(srcdir)/services/cache/rrset.h \ | |
685 | $(srcdir)/util/storage/slabhash.h $(srcdir)/util/net_help.h $(srcdir)/util/config_file.h \ | |
686 | $(srcdir)/util/regional.h $(srcdir)/util/data/dname.h $(srcdir)/util/random.h $(srcdir)/util/fptr_wlist.h \ | |
687 | $(srcdir)/util/netevent.h $(srcdir)/util/tube.h $(srcdir)/services/mesh.h $(srcdir)/services/modstack.h \ | |
688 | $(srcdir)/validator/val_anchor.h $(srcdir)/validator/val_kcache.h $(srcdir)/validator/val_kentry.h \ | |
689 | $(srcdir)/validator/val_utils.h $(srcdir)/validator/val_sigcrypt.h $(srcdir)/ldns/sbuffer.h | |
690 | listen_dnsport.lo listen_dnsport.o: $(srcdir)/services/listen_dnsport.c config.h \ | |
691 | $(srcdir)/services/listen_dnsport.h $(srcdir)/util/netevent.h $(srcdir)/services/outside_network.h \ | |
692 | $(srcdir)/util/rbtree.h $(srcdir)/util/log.h $(srcdir)/util/config_file.h $(srcdir)/util/net_help.h \ | |
693 | $(srcdir)/ldns/sbuffer.h | |
694 | localzone.lo localzone.o: $(srcdir)/services/localzone.c config.h $(srcdir)/services/localzone.h \ | |
695 | $(srcdir)/util/rbtree.h $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/ldns/str2wire.h $(srcdir)/ldns/rrdef.h \ | |
696 | $(srcdir)/ldns/sbuffer.h $(srcdir)/util/regional.h $(srcdir)/util/config_file.h $(srcdir)/util/data/dname.h \ | |
697 | $(srcdir)/util/storage/lruhash.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/data/msgencode.h \ | |
698 | $(srcdir)/util/net_help.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h | |
699 | mesh.lo mesh.o: $(srcdir)/services/mesh.c config.h $(srcdir)/services/mesh.h $(srcdir)/util/rbtree.h \ | |
700 | $(srcdir)/util/netevent.h $(srcdir)/util/data/msgparse.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h \ | |
701 | $(srcdir)/util/log.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h \ | |
702 | $(srcdir)/util/data/packed_rrset.h $(srcdir)/services/modstack.h $(srcdir)/services/outbound_list.h \ | |
703 | $(srcdir)/services/cache/dns.h $(srcdir)/util/net_help.h $(srcdir)/util/regional.h \ | |
704 | $(srcdir)/util/data/msgencode.h $(srcdir)/util/timehist.h $(srcdir)/util/fptr_wlist.h $(srcdir)/util/tube.h \ | |
705 | $(srcdir)/util/alloc.h $(srcdir)/util/config_file.h $(srcdir)/ldns/sbuffer.h | |
706 | modstack.lo modstack.o: $(srcdir)/services/modstack.c config.h $(srcdir)/services/modstack.h \ | |
707 | $(srcdir)/util/module.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \ | |
708 | $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/data/msgparse.h \ | |
709 | $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h $(srcdir)/util/fptr_wlist.h $(srcdir)/util/netevent.h $(srcdir)/util/tube.h \ | |
710 | $(srcdir)/services/mesh.h $(srcdir)/util/rbtree.h $(srcdir)/dns64/dns64.h $(srcdir)/iterator/iterator.h \ | |
711 | $(srcdir)/services/outbound_list.h $(srcdir)/validator/validator.h $(srcdir)/validator/val_utils.h | |
712 | outbound_list.lo outbound_list.o: $(srcdir)/services/outbound_list.c config.h \ | |
713 | $(srcdir)/services/outbound_list.h $(srcdir)/services/outside_network.h $(srcdir)/util/rbtree.h \ | |
714 | $(srcdir)/util/netevent.h | |
715 | outside_network.lo outside_network.o: $(srcdir)/services/outside_network.c config.h \ | |
716 | $(srcdir)/services/outside_network.h $(srcdir)/util/rbtree.h $(srcdir)/util/netevent.h \ | |
717 | $(srcdir)/services/listen_dnsport.h $(srcdir)/services/cache/infra.h $(srcdir)/util/storage/lruhash.h \ | |
718 | $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/rtt.h $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h \ | |
719 | $(srcdir)/ldns/rrdef.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h \ | |
720 | $(srcdir)/util/data/msgencode.h $(srcdir)/util/data/dname.h $(srcdir)/util/net_help.h $(srcdir)/util/random.h \ | |
721 | $(srcdir)/util/fptr_wlist.h $(srcdir)/util/module.h $(srcdir)/util/tube.h $(srcdir)/services/mesh.h \ | |
722 | $(srcdir)/services/modstack.h $(srcdir)/ldns/sbuffer.h \ | |
723 | ||
724 | alloc.lo alloc.o: $(srcdir)/util/alloc.c config.h $(srcdir)/util/alloc.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \ | |
725 | $(srcdir)/util/regional.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h \ | |
726 | $(srcdir)/util/fptr_wlist.h $(srcdir)/util/netevent.h $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h \ | |
727 | $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h $(srcdir)/util/tube.h \ | |
728 | $(srcdir)/services/mesh.h $(srcdir)/util/rbtree.h $(srcdir)/services/modstack.h | |
729 | config_file.lo config_file.o: $(srcdir)/util/config_file.c config.h $(srcdir)/util/log.h \ | |
730 | $(srcdir)/util/configyyrename.h $(srcdir)/util/config_file.h util/configparser.h \ | |
731 | $(srcdir)/util/net_help.h $(srcdir)/util/data/msgparse.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h \ | |
732 | $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h \ | |
733 | $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/regional.h $(srcdir)/util/fptr_wlist.h \ | |
734 | $(srcdir)/util/netevent.h $(srcdir)/util/tube.h $(srcdir)/services/mesh.h $(srcdir)/util/rbtree.h \ | |
735 | $(srcdir)/services/modstack.h $(srcdir)/util/data/dname.h $(srcdir)/ldns/wire2str.h $(srcdir)/ldns/parseutil.h \ | |
736 | $(srcdir)/util/iana_ports.inc | |
737 | configlexer.lo configlexer.o: util/configlexer.c config.h $(srcdir)/util/configyyrename.h \ | |
738 | $(srcdir)/util/config_file.h util/configparser.h | |
739 | configparser.lo configparser.o: util/configparser.c config.h $(srcdir)/util/configyyrename.h \ | |
740 | $(srcdir)/util/config_file.h $(srcdir)/util/net_help.h $(srcdir)/util/log.h | |
741 | fptr_wlist.lo fptr_wlist.o: $(srcdir)/util/fptr_wlist.c config.h $(srcdir)/util/fptr_wlist.h \ | |
742 | $(srcdir)/util/netevent.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \ | |
743 | $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h \ | |
744 | $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h $(srcdir)/util/tube.h \ | |
745 | $(srcdir)/services/mesh.h $(srcdir)/util/rbtree.h $(srcdir)/services/modstack.h $(srcdir)/util/mini_event.h \ | |
746 | $(srcdir)/util/rbtree.h $(srcdir)/services/outside_network.h $(srcdir)/services/localzone.h \ | |
747 | $(srcdir)/services/cache/infra.h $(srcdir)/util/rtt.h $(srcdir)/services/cache/rrset.h \ | |
748 | $(srcdir)/util/storage/slabhash.h $(srcdir)/dns64/dns64.h $(srcdir)/iterator/iterator.h \ | |
749 | $(srcdir)/services/outbound_list.h $(srcdir)/iterator/iter_fwd.h $(srcdir)/validator/validator.h \ | |
750 | $(srcdir)/validator/val_utils.h $(srcdir)/validator/val_anchor.h $(srcdir)/validator/val_nsec3.h \ | |
751 | $(srcdir)/validator/val_sigcrypt.h $(srcdir)/validator/val_kentry.h $(srcdir)/validator/val_neg.h \ | |
752 | $(srcdir)/validator/autotrust.h $(srcdir)/util/storage/dnstree.h $(srcdir)/libunbound/libworker.h \ | |
753 | $(srcdir)/libunbound/context.h $(srcdir)/util/alloc.h $(srcdir)/libunbound/unbound.h \ | |
754 | $(srcdir)/libunbound/worker.h $(srcdir)/ldns/sbuffer.h $(srcdir)/util/config_file.h | |
755 | locks.lo locks.o: $(srcdir)/util/locks.c config.h $(srcdir)/util/locks.h $(srcdir)/util/log.h | |
756 | log.lo log.o: $(srcdir)/util/log.c config.h $(srcdir)/util/log.h $(srcdir)/util/locks.h $(srcdir)/ldns/sbuffer.h | |
757 | mini_event.lo mini_event.o: $(srcdir)/util/mini_event.c config.h $(srcdir)/util/mini_event.h $(srcdir)/util/rbtree.h \ | |
758 | $(srcdir)/util/fptr_wlist.h $(srcdir)/util/netevent.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h \ | |
759 | $(srcdir)/util/log.h $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h \ | |
760 | $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h $(srcdir)/util/tube.h \ | |
761 | $(srcdir)/services/mesh.h $(srcdir)/util/rbtree.h $(srcdir)/services/modstack.h | |
762 | module.lo module.o: $(srcdir)/util/module.c config.h $(srcdir)/util/module.h $(srcdir)/util/storage/lruhash.h \ | |
763 | $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h \ | |
764 | $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h | |
765 | netevent.lo netevent.o: $(srcdir)/util/netevent.c config.h $(srcdir)/util/netevent.h $(srcdir)/util/log.h \ | |
766 | $(srcdir)/util/net_help.h $(srcdir)/util/fptr_wlist.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h \ | |
767 | $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h \ | |
768 | $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h $(srcdir)/util/tube.h \ | |
769 | $(srcdir)/services/mesh.h $(srcdir)/util/rbtree.h $(srcdir)/services/modstack.h $(srcdir)/ldns/sbuffer.h \ | |
770 | $(srcdir)/util/mini_event.h $(srcdir)/util/rbtree.h | |
771 | net_help.lo net_help.o: $(srcdir)/util/net_help.c config.h $(srcdir)/util/net_help.h $(srcdir)/util/log.h \ | |
772 | $(srcdir)/util/data/dname.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/module.h \ | |
773 | $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/data/msgparse.h \ | |
774 | $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h $(srcdir)/util/regional.h $(srcdir)/ldns/parseutil.h \ | |
775 | $(srcdir)/ldns/wire2str.h \ | |
776 | ||
777 | random.lo random.o: $(srcdir)/util/random.c config.h $(srcdir)/util/random.h $(srcdir)/util/log.h | |
778 | rbtree.lo rbtree.o: $(srcdir)/util/rbtree.c config.h $(srcdir)/util/log.h $(srcdir)/util/fptr_wlist.h \ | |
779 | $(srcdir)/util/netevent.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \ | |
780 | $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h \ | |
781 | $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h $(srcdir)/util/tube.h \ | |
782 | $(srcdir)/services/mesh.h $(srcdir)/util/rbtree.h $(srcdir)/services/modstack.h | |
783 | regional.lo regional.o: $(srcdir)/util/regional.c config.h $(srcdir)/util/log.h $(srcdir)/util/regional.h | |
784 | rtt.lo rtt.o: $(srcdir)/util/rtt.c config.h $(srcdir)/util/rtt.h | |
785 | dnstree.lo dnstree.o: $(srcdir)/util/storage/dnstree.c config.h $(srcdir)/util/storage/dnstree.h \ | |
786 | $(srcdir)/util/rbtree.h $(srcdir)/util/data/dname.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h \ | |
787 | $(srcdir)/util/log.h $(srcdir)/util/net_help.h | |
788 | lookup3.lo lookup3.o: $(srcdir)/util/storage/lookup3.c config.h $(srcdir)/util/storage/lookup3.h | |
789 | lruhash.lo lruhash.o: $(srcdir)/util/storage/lruhash.c config.h $(srcdir)/util/storage/lruhash.h \ | |
790 | $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/fptr_wlist.h $(srcdir)/util/netevent.h $(srcdir)/util/module.h \ | |
791 | $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/data/msgparse.h \ | |
792 | $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h $(srcdir)/util/tube.h $(srcdir)/services/mesh.h $(srcdir)/util/rbtree.h \ | |
793 | $(srcdir)/services/modstack.h | |
794 | slabhash.lo slabhash.o: $(srcdir)/util/storage/slabhash.c config.h $(srcdir)/util/storage/slabhash.h \ | |
795 | $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h | |
796 | timehist.lo timehist.o: $(srcdir)/util/timehist.c config.h $(srcdir)/util/timehist.h $(srcdir)/util/log.h | |
797 | tube.lo tube.o: $(srcdir)/util/tube.c config.h $(srcdir)/util/tube.h $(srcdir)/util/log.h $(srcdir)/util/net_help.h \ | |
798 | $(srcdir)/util/netevent.h $(srcdir)/util/fptr_wlist.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h \ | |
799 | $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h \ | |
800 | $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h $(srcdir)/services/mesh.h \ | |
801 | $(srcdir)/util/rbtree.h $(srcdir)/services/modstack.h | |
802 | winsock_event.lo winsock_event.o: $(srcdir)/util/winsock_event.c config.h | |
803 | autotrust.lo autotrust.o: $(srcdir)/validator/autotrust.c config.h $(srcdir)/validator/autotrust.h \ | |
804 | $(srcdir)/util/rbtree.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h \ | |
805 | $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/validator/val_anchor.h $(srcdir)/validator/val_utils.h \ | |
806 | $(srcdir)/validator/val_sigcrypt.h $(srcdir)/util/data/dname.h $(srcdir)/util/module.h \ | |
807 | $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h \ | |
808 | $(srcdir)/util/net_help.h $(srcdir)/util/config_file.h $(srcdir)/util/regional.h $(srcdir)/util/random.h \ | |
809 | $(srcdir)/services/mesh.h $(srcdir)/util/netevent.h $(srcdir)/services/modstack.h \ | |
810 | $(srcdir)/services/cache/rrset.h $(srcdir)/util/storage/slabhash.h $(srcdir)/validator/val_kcache.h \ | |
811 | $(srcdir)/ldns/sbuffer.h $(srcdir)/ldns/wire2str.h $(srcdir)/ldns/str2wire.h $(srcdir)/ldns/keyraw.h \ | |
812 | ||
813 | val_anchor.lo val_anchor.o: $(srcdir)/validator/val_anchor.c config.h $(srcdir)/validator/val_anchor.h \ | |
814 | $(srcdir)/util/rbtree.h $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/validator/val_sigcrypt.h \ | |
815 | $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h $(srcdir)/validator/autotrust.h \ | |
816 | $(srcdir)/util/data/dname.h $(srcdir)/util/net_help.h $(srcdir)/util/config_file.h $(srcdir)/ldns/sbuffer.h \ | |
817 | $(srcdir)/ldns/rrdef.h $(srcdir)/ldns/str2wire.h | |
818 | validator.lo validator.o: $(srcdir)/validator/validator.c config.h $(srcdir)/validator/validator.h \ | |
819 | $(srcdir)/util/module.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \ | |
820 | $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/data/msgparse.h \ | |
821 | $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h $(srcdir)/validator/val_utils.h $(srcdir)/validator/val_anchor.h \ | |
822 | $(srcdir)/util/rbtree.h $(srcdir)/validator/val_kcache.h $(srcdir)/util/storage/slabhash.h \ | |
823 | $(srcdir)/validator/val_kentry.h $(srcdir)/validator/val_nsec.h $(srcdir)/validator/val_nsec3.h \ | |
824 | $(srcdir)/validator/val_neg.h $(srcdir)/validator/val_sigcrypt.h $(srcdir)/validator/autotrust.h \ | |
825 | $(srcdir)/services/cache/dns.h $(srcdir)/util/data/dname.h $(srcdir)/util/net_help.h $(srcdir)/util/regional.h \ | |
826 | $(srcdir)/util/config_file.h $(srcdir)/util/fptr_wlist.h $(srcdir)/util/netevent.h $(srcdir)/util/tube.h \ | |
827 | $(srcdir)/services/mesh.h $(srcdir)/services/modstack.h $(srcdir)/ldns/wire2str.h | |
828 | val_kcache.lo val_kcache.o: $(srcdir)/validator/val_kcache.c config.h $(srcdir)/validator/val_kcache.h \ | |
829 | $(srcdir)/util/storage/slabhash.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \ | |
830 | $(srcdir)/validator/val_kentry.h $(srcdir)/util/config_file.h $(srcdir)/util/data/dname.h \ | |
831 | $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h \ | |
832 | $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h | |
833 | val_kentry.lo val_kentry.o: $(srcdir)/validator/val_kentry.c config.h $(srcdir)/validator/val_kentry.h \ | |
834 | $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/data/packed_rrset.h \ | |
835 | $(srcdir)/util/data/dname.h $(srcdir)/util/storage/lookup3.h $(srcdir)/util/regional.h $(srcdir)/util/net_help.h \ | |
836 | $(srcdir)/ldns/rrdef.h $(srcdir)/ldns/keyraw.h \ | |
837 | ||
838 | val_neg.lo val_neg.o: $(srcdir)/validator/val_neg.c config.h \ | |
839 | $(srcdir)/validator/val_neg.h $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/rbtree.h \ | |
840 | $(srcdir)/validator/val_nsec.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h \ | |
841 | $(srcdir)/validator/val_nsec3.h $(srcdir)/validator/val_utils.h $(srcdir)/util/data/dname.h \ | |
842 | $(srcdir)/util/data/msgreply.h $(srcdir)/util/net_help.h $(srcdir)/util/config_file.h \ | |
843 | $(srcdir)/services/cache/rrset.h $(srcdir)/util/storage/slabhash.h $(srcdir)/services/cache/dns.h \ | |
844 | $(srcdir)/ldns/rrdef.h $(srcdir)/ldns/sbuffer.h | |
845 | val_nsec3.lo val_nsec3.o: $(srcdir)/validator/val_nsec3.c config.h \ | |
846 | $(srcdir)/validator/val_nsec3.h $(srcdir)/util/rbtree.h $(srcdir)/util/data/packed_rrset.h \ | |
847 | $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/validator/validator.h \ | |
848 | $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h \ | |
849 | $(srcdir)/ldns/rrdef.h $(srcdir)/validator/val_utils.h $(srcdir)/validator/val_kentry.h \ | |
850 | $(srcdir)/services/cache/rrset.h $(srcdir)/util/storage/slabhash.h $(srcdir)/util/regional.h \ | |
851 | $(srcdir)/util/net_help.h $(srcdir)/util/data/dname.h $(srcdir)/validator/val_nsec.h $(srcdir)/ldns/sbuffer.h | |
852 | val_nsec.lo val_nsec.o: $(srcdir)/validator/val_nsec.c config.h $(srcdir)/validator/val_nsec.h \ | |
853 | $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \ | |
854 | $(srcdir)/validator/val_utils.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/dname.h \ | |
855 | $(srcdir)/util/net_help.h $(srcdir)/util/module.h $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h \ | |
856 | $(srcdir)/ldns/rrdef.h $(srcdir)/services/cache/rrset.h $(srcdir)/util/storage/slabhash.h | |
857 | val_secalgo.lo val_secalgo.o: $(srcdir)/validator/val_secalgo.c config.h $(srcdir)/validator/val_secalgo.h \ | |
858 | $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \ | |
859 | $(srcdir)/ldns/rrdef.h $(srcdir)/ldns/keyraw.h \ | |
860 | $(srcdir)/ldns/sbuffer.h \ | |
861 | ||
862 | val_sigcrypt.lo val_sigcrypt.o: $(srcdir)/validator/val_sigcrypt.c config.h \ | |
863 | $(srcdir)/validator/val_sigcrypt.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h \ | |
864 | $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/validator/val_secalgo.h $(srcdir)/validator/validator.h \ | |
865 | $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h \ | |
866 | $(srcdir)/ldns/rrdef.h $(srcdir)/validator/val_utils.h $(srcdir)/util/data/dname.h $(srcdir)/util/rbtree.h \ | |
867 | $(srcdir)/util/net_help.h $(srcdir)/util/regional.h $(srcdir)/ldns/keyraw.h \ | |
868 | $(srcdir)/ldns/sbuffer.h $(srcdir)/ldns/parseutil.h $(srcdir)/ldns/wire2str.h \ | |
869 | ||
870 | val_utils.lo val_utils.o: $(srcdir)/validator/val_utils.c config.h $(srcdir)/validator/val_utils.h \ | |
871 | $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \ | |
872 | $(srcdir)/validator/validator.h $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h \ | |
873 | $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h $(srcdir)/validator/val_kentry.h \ | |
874 | $(srcdir)/validator/val_sigcrypt.h $(srcdir)/validator/val_anchor.h $(srcdir)/util/rbtree.h \ | |
875 | $(srcdir)/validator/val_nsec.h $(srcdir)/validator/val_neg.h $(srcdir)/services/cache/rrset.h \ | |
876 | $(srcdir)/util/storage/slabhash.h $(srcdir)/services/cache/dns.h $(srcdir)/util/data/dname.h \ | |
877 | $(srcdir)/util/net_help.h $(srcdir)/util/regional.h | |
878 | dns64.lo dns64.o: $(srcdir)/dns64/dns64.c config.h $(srcdir)/dns64/dns64.h $(srcdir)/util/module.h \ | |
879 | $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/data/msgreply.h \ | |
880 | $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h \ | |
881 | $(srcdir)/services/cache/dns.h $(srcdir)/services/cache/rrset.h $(srcdir)/util/storage/slabhash.h \ | |
882 | $(srcdir)/util/config_file.h $(srcdir)/util/fptr_wlist.h $(srcdir)/util/netevent.h $(srcdir)/util/tube.h \ | |
883 | $(srcdir)/services/mesh.h $(srcdir)/util/rbtree.h $(srcdir)/services/modstack.h $(srcdir)/util/net_help.h \ | |
884 | $(srcdir)/util/regional.h | |
885 | checklocks.lo checklocks.o: $(srcdir)/testcode/checklocks.c config.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \ | |
886 | $(srcdir)/testcode/checklocks.h | |
887 | unitanchor.lo unitanchor.o: $(srcdir)/testcode/unitanchor.c config.h $(srcdir)/util/log.h $(srcdir)/util/data/dname.h \ | |
888 | $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/testcode/unitmain.h \ | |
889 | $(srcdir)/validator/val_anchor.h $(srcdir)/util/rbtree.h $(srcdir)/ldns/sbuffer.h $(srcdir)/ldns/rrdef.h | |
890 | unitdname.lo unitdname.o: $(srcdir)/testcode/unitdname.c config.h $(srcdir)/util/log.h $(srcdir)/testcode/unitmain.h \ | |
891 | $(srcdir)/util/data/dname.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/ldns/sbuffer.h \ | |
892 | $(srcdir)/ldns/str2wire.h $(srcdir)/ldns/rrdef.h | |
893 | unitlruhash.lo unitlruhash.o: $(srcdir)/testcode/unitlruhash.c config.h $(srcdir)/testcode/unitmain.h \ | |
894 | $(srcdir)/util/log.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/storage/slabhash.h | |
895 | unitmain.lo unitmain.o: $(srcdir)/testcode/unitmain.c config.h \ | |
896 | $(srcdir)/ldns/rrdef.h $(srcdir)/ldns/keyraw.h \ | |
897 | $(srcdir)/util/log.h $(srcdir)/testcode/unitmain.h $(srcdir)/util/alloc.h $(srcdir)/util/locks.h $(srcdir)/util/net_help.h \ | |
898 | $(srcdir)/util/config_file.h $(srcdir)/util/rtt.h $(srcdir)/services/cache/infra.h \ | |
899 | $(srcdir)/util/storage/lruhash.h $(srcdir)/util/random.h | |
900 | unitmsgparse.lo unitmsgparse.o: $(srcdir)/testcode/unitmsgparse.c config.h $(srcdir)/util/log.h \ | |
901 | $(srcdir)/testcode/unitmain.h $(srcdir)/util/data/msgparse.h $(srcdir)/util/storage/lruhash.h \ | |
902 | $(srcdir)/util/locks.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h $(srcdir)/util/data/msgreply.h \ | |
903 | $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/data/msgencode.h $(srcdir)/util/data/dname.h \ | |
904 | $(srcdir)/util/alloc.h $(srcdir)/util/regional.h $(srcdir)/util/net_help.h $(srcdir)/testcode/readhex.h \ | |
905 | $(srcdir)/testcode/testpkts.h $(srcdir)/ldns/sbuffer.h $(srcdir)/ldns/str2wire.h $(srcdir)/ldns/wire2str.h | |
906 | unitneg.lo unitneg.o: $(srcdir)/testcode/unitneg.c config.h $(srcdir)/util/log.h $(srcdir)/util/net_help.h \ | |
907 | $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h \ | |
908 | $(srcdir)/util/data/dname.h $(srcdir)/testcode/unitmain.h $(srcdir)/validator/val_neg.h $(srcdir)/util/rbtree.h \ | |
909 | $(srcdir)/ldns/rrdef.h | |
910 | unitregional.lo unitregional.o: $(srcdir)/testcode/unitregional.c config.h $(srcdir)/testcode/unitmain.h \ | |
911 | $(srcdir)/util/log.h $(srcdir)/util/regional.h | |
912 | unitslabhash.lo unitslabhash.o: $(srcdir)/testcode/unitslabhash.c config.h $(srcdir)/testcode/unitmain.h \ | |
913 | $(srcdir)/util/log.h $(srcdir)/util/storage/slabhash.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h | |
914 | unitverify.lo unitverify.o: $(srcdir)/testcode/unitverify.c config.h $(srcdir)/util/log.h \ | |
915 | $(srcdir)/testcode/unitmain.h $(srcdir)/validator/val_sigcrypt.h $(srcdir)/util/data/packed_rrset.h \ | |
916 | $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/validator/val_secalgo.h \ | |
917 | $(srcdir)/validator/val_nsec.h $(srcdir)/validator/val_nsec3.h $(srcdir)/util/rbtree.h \ | |
918 | $(srcdir)/validator/validator.h $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h \ | |
919 | $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h $(srcdir)/validator/val_utils.h \ | |
920 | $(srcdir)/testcode/testpkts.h $(srcdir)/util/data/dname.h $(srcdir)/util/regional.h $(srcdir)/util/alloc.h \ | |
921 | $(srcdir)/util/net_help.h $(srcdir)/util/config_file.h $(srcdir)/ldns/sbuffer.h $(srcdir)/ldns/keyraw.h \ | |
922 | $(srcdir)/ldns/str2wire.h $(srcdir)/ldns/wire2str.h | |
923 | readhex.lo readhex.o: $(srcdir)/testcode/readhex.c config.h $(srcdir)/testcode/readhex.h $(srcdir)/util/log.h \ | |
924 | $(srcdir)/ldns/sbuffer.h $(srcdir)/ldns/parseutil.h | |
925 | testpkts.lo testpkts.o: $(srcdir)/testcode/testpkts.c config.h $(srcdir)/testcode/testpkts.h \ | |
926 | $(srcdir)/util/net_help.h $(srcdir)/util/log.h $(srcdir)/ldns/sbuffer.h $(srcdir)/ldns/rrdef.h $(srcdir)/ldns/pkthdr.h \ | |
927 | $(srcdir)/ldns/str2wire.h $(srcdir)/ldns/wire2str.h | |
928 | unitldns.lo unitldns.o: $(srcdir)/testcode/unitldns.c config.h $(srcdir)/util/log.h $(srcdir)/testcode/unitmain.h \ | |
929 | $(srcdir)/ldns/sbuffer.h $(srcdir)/ldns/str2wire.h $(srcdir)/ldns/rrdef.h $(srcdir)/ldns/wire2str.h | |
930 | acl_list.lo acl_list.o: $(srcdir)/daemon/acl_list.c config.h $(srcdir)/daemon/acl_list.h \ | |
931 | $(srcdir)/util/storage/dnstree.h $(srcdir)/util/rbtree.h $(srcdir)/util/regional.h $(srcdir)/util/log.h \ | |
932 | $(srcdir)/util/config_file.h $(srcdir)/util/net_help.h | |
933 | cachedump.lo cachedump.o: $(srcdir)/daemon/cachedump.c config.h \ | |
934 | $(srcdir)/daemon/cachedump.h $(srcdir)/daemon/remote.h $(srcdir)/daemon/worker.h $(srcdir)/libunbound/worker.h \ | |
935 | $(srcdir)/ldns/sbuffer.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h \ | |
936 | $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/netevent.h $(srcdir)/util/alloc.h \ | |
937 | $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h \ | |
938 | $(srcdir)/daemon/stats.h $(srcdir)/util/timehist.h $(srcdir)/util/module.h $(srcdir)/services/cache/rrset.h \ | |
939 | $(srcdir)/util/storage/slabhash.h $(srcdir)/services/cache/dns.h $(srcdir)/services/cache/infra.h \ | |
940 | $(srcdir)/util/rtt.h $(srcdir)/util/regional.h $(srcdir)/util/net_help.h $(srcdir)/util/data/dname.h \ | |
941 | $(srcdir)/iterator/iterator.h $(srcdir)/services/outbound_list.h $(srcdir)/iterator/iter_delegpt.h \ | |
942 | $(srcdir)/iterator/iter_utils.h $(srcdir)/iterator/iter_resptype.h $(srcdir)/iterator/iter_fwd.h \ | |
943 | $(srcdir)/util/rbtree.h $(srcdir)/iterator/iter_hints.h $(srcdir)/util/storage/dnstree.h \ | |
944 | $(srcdir)/ldns/wire2str.h $(srcdir)/ldns/str2wire.h | |
945 | daemon.lo daemon.o: $(srcdir)/daemon/daemon.c config.h \ | |
946 | $(srcdir)/daemon/daemon.h $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/alloc.h $(srcdir)/services/modstack.h \ | |
947 | $(srcdir)/daemon/worker.h $(srcdir)/libunbound/worker.h $(srcdir)/ldns/sbuffer.h \ | |
948 | $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/netevent.h \ | |
949 | $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h \ | |
950 | $(srcdir)/daemon/stats.h $(srcdir)/util/timehist.h $(srcdir)/util/module.h $(srcdir)/daemon/remote.h \ | |
951 | $(srcdir)/daemon/acl_list.h $(srcdir)/util/storage/dnstree.h $(srcdir)/util/rbtree.h \ | |
952 | $(srcdir)/util/config_file.h $(srcdir)/util/storage/lookup3.h $(srcdir)/util/storage/slabhash.h \ | |
953 | $(srcdir)/services/listen_dnsport.h $(srcdir)/services/cache/rrset.h $(srcdir)/services/cache/infra.h \ | |
954 | $(srcdir)/util/rtt.h $(srcdir)/services/localzone.h $(srcdir)/util/random.h $(srcdir)/util/tube.h \ | |
955 | $(srcdir)/util/net_help.h $(srcdir)/ldns/keyraw.h | |
956 | remote.lo remote.o: $(srcdir)/daemon/remote.c config.h \ | |
957 | $(srcdir)/daemon/remote.h \ | |
958 | $(srcdir)/daemon/worker.h $(srcdir)/libunbound/worker.h $(srcdir)/ldns/sbuffer.h \ | |
959 | $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \ | |
960 | $(srcdir)/util/netevent.h $(srcdir)/util/alloc.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/msgparse.h \ | |
961 | $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h $(srcdir)/daemon/stats.h $(srcdir)/util/timehist.h $(srcdir)/util/module.h \ | |
962 | $(srcdir)/daemon/daemon.h $(srcdir)/services/modstack.h $(srcdir)/daemon/cachedump.h \ | |
963 | $(srcdir)/util/config_file.h $(srcdir)/util/net_help.h $(srcdir)/services/listen_dnsport.h \ | |
964 | $(srcdir)/services/cache/rrset.h $(srcdir)/util/storage/slabhash.h $(srcdir)/services/cache/infra.h \ | |
965 | $(srcdir)/util/rtt.h $(srcdir)/services/mesh.h $(srcdir)/util/rbtree.h $(srcdir)/services/localzone.h \ | |
966 | $(srcdir)/util/fptr_wlist.h $(srcdir)/util/tube.h $(srcdir)/util/data/dname.h $(srcdir)/validator/validator.h \ | |
967 | $(srcdir)/validator/val_utils.h $(srcdir)/validator/val_kcache.h $(srcdir)/validator/val_kentry.h \ | |
968 | $(srcdir)/validator/val_anchor.h $(srcdir)/iterator/iterator.h $(srcdir)/services/outbound_list.h \ | |
969 | $(srcdir)/iterator/iter_fwd.h $(srcdir)/iterator/iter_hints.h $(srcdir)/util/storage/dnstree.h \ | |
970 | $(srcdir)/iterator/iter_delegpt.h $(srcdir)/services/outside_network.h $(srcdir)/ldns/str2wire.h \ | |
971 | $(srcdir)/ldns/parseutil.h $(srcdir)/ldns/wire2str.h | |
972 | stats.lo stats.o: $(srcdir)/daemon/stats.c config.h $(srcdir)/daemon/stats.h $(srcdir)/util/timehist.h \ | |
973 | $(srcdir)/daemon/worker.h $(srcdir)/libunbound/worker.h $(srcdir)/ldns/sbuffer.h \ | |
974 | $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \ | |
975 | $(srcdir)/util/netevent.h $(srcdir)/util/alloc.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/msgparse.h \ | |
976 | $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h $(srcdir)/util/module.h $(srcdir)/daemon/daemon.h \ | |
977 | $(srcdir)/services/modstack.h $(srcdir)/services/mesh.h $(srcdir)/util/rbtree.h \ | |
978 | $(srcdir)/services/outside_network.h $(srcdir)/util/config_file.h $(srcdir)/util/tube.h \ | |
979 | $(srcdir)/util/net_help.h $(srcdir)/validator/validator.h $(srcdir)/validator/val_utils.h \ | |
980 | $(srcdir)/services/cache/rrset.h $(srcdir)/util/storage/slabhash.h $(srcdir)/services/cache/infra.h \ | |
981 | $(srcdir)/util/rtt.h $(srcdir)/validator/val_kcache.h | |
982 | unbound.lo unbound.o: $(srcdir)/daemon/unbound.c config.h $(srcdir)/util/log.h $(srcdir)/daemon/daemon.h \ | |
983 | $(srcdir)/util/locks.h $(srcdir)/util/alloc.h $(srcdir)/services/modstack.h $(srcdir)/daemon/remote.h \ | |
984 | $(srcdir)/util/config_file.h $(srcdir)/util/storage/slabhash.h $(srcdir)/util/storage/lruhash.h \ | |
985 | $(srcdir)/services/listen_dnsport.h $(srcdir)/util/netevent.h $(srcdir)/services/cache/rrset.h \ | |
986 | $(srcdir)/util/data/packed_rrset.h $(srcdir)/services/cache/infra.h $(srcdir)/util/rtt.h \ | |
987 | $(srcdir)/util/fptr_wlist.h $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h \ | |
988 | $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h $(srcdir)/util/tube.h \ | |
989 | $(srcdir)/services/mesh.h $(srcdir)/util/rbtree.h $(srcdir)/util/net_help.h $(srcdir)/util/mini_event.h \ | |
990 | $(srcdir)/util/rbtree.h | |
991 | worker.lo worker.o: $(srcdir)/daemon/worker.c config.h $(srcdir)/util/log.h $(srcdir)/util/net_help.h \ | |
992 | $(srcdir)/util/random.h $(srcdir)/daemon/worker.h $(srcdir)/libunbound/worker.h $(srcdir)/ldns/sbuffer.h \ | |
993 | $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h \ | |
994 | $(srcdir)/util/netevent.h $(srcdir)/util/alloc.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/msgparse.h \ | |
995 | $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h $(srcdir)/daemon/stats.h $(srcdir)/util/timehist.h $(srcdir)/util/module.h \ | |
996 | $(srcdir)/daemon/daemon.h $(srcdir)/services/modstack.h $(srcdir)/daemon/remote.h \ | |
997 | $(srcdir)/daemon/acl_list.h $(srcdir)/util/storage/dnstree.h $(srcdir)/util/rbtree.h \ | |
998 | $(srcdir)/util/config_file.h $(srcdir)/util/regional.h $(srcdir)/util/storage/slabhash.h \ | |
999 | $(srcdir)/services/listen_dnsport.h $(srcdir)/services/outside_network.h \ | |
1000 | $(srcdir)/services/outbound_list.h $(srcdir)/services/cache/rrset.h $(srcdir)/services/cache/infra.h \ | |
1001 | $(srcdir)/util/rtt.h $(srcdir)/services/cache/dns.h $(srcdir)/services/mesh.h $(srcdir)/services/localzone.h \ | |
1002 | $(srcdir)/util/data/msgencode.h $(srcdir)/util/data/dname.h $(srcdir)/util/fptr_wlist.h $(srcdir)/util/tube.h \ | |
1003 | $(srcdir)/iterator/iter_fwd.h $(srcdir)/iterator/iter_hints.h $(srcdir)/validator/autotrust.h \ | |
1004 | $(srcdir)/validator/val_anchor.h $(srcdir)/libunbound/context.h $(srcdir)/libunbound/unbound.h \ | |
1005 | $(srcdir)/libunbound/libworker.h | |
1006 | testbound.lo testbound.o: $(srcdir)/testcode/testbound.c config.h $(srcdir)/testcode/testpkts.h \ | |
1007 | $(srcdir)/testcode/replay.h $(srcdir)/util/netevent.h $(srcdir)/util/rbtree.h $(srcdir)/testcode/fake_event.h \ | |
1008 | $(srcdir)/daemon/remote.h \ | |
1009 | $(srcdir)/util/config_file.h $(srcdir)/ldns/keyraw.h $(srcdir)/daemon/unbound.c $(srcdir)/util/log.h \ | |
1010 | $(srcdir)/daemon/daemon.h $(srcdir)/util/locks.h $(srcdir)/util/alloc.h $(srcdir)/services/modstack.h \ | |
1011 | $(srcdir)/util/storage/slabhash.h $(srcdir)/util/storage/lruhash.h $(srcdir)/services/listen_dnsport.h \ | |
1012 | $(srcdir)/services/cache/rrset.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/services/cache/infra.h \ | |
1013 | $(srcdir)/util/rtt.h $(srcdir)/util/fptr_wlist.h $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h \ | |
1014 | $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h $(srcdir)/util/tube.h \ | |
1015 | $(srcdir)/services/mesh.h $(srcdir)/util/net_help.h $(srcdir)/util/mini_event.h $(srcdir)/util/rbtree.h | |
1016 | testpkts.lo testpkts.o: $(srcdir)/testcode/testpkts.c config.h $(srcdir)/testcode/testpkts.h \ | |
1017 | $(srcdir)/util/net_help.h $(srcdir)/util/log.h $(srcdir)/ldns/sbuffer.h $(srcdir)/ldns/rrdef.h $(srcdir)/ldns/pkthdr.h \ | |
1018 | $(srcdir)/ldns/str2wire.h $(srcdir)/ldns/wire2str.h | |
1019 | worker.lo worker.o: $(srcdir)/daemon/worker.c config.h $(srcdir)/util/log.h $(srcdir)/util/net_help.h \ | |
1020 | $(srcdir)/util/random.h $(srcdir)/daemon/worker.h $(srcdir)/libunbound/worker.h $(srcdir)/ldns/sbuffer.h \ | |
1021 | $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h \ | |
1022 | $(srcdir)/util/netevent.h $(srcdir)/util/alloc.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/msgparse.h \ | |
1023 | $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h $(srcdir)/daemon/stats.h $(srcdir)/util/timehist.h $(srcdir)/util/module.h \ | |
1024 | $(srcdir)/daemon/daemon.h $(srcdir)/services/modstack.h $(srcdir)/daemon/remote.h \ | |
1025 | $(srcdir)/daemon/acl_list.h $(srcdir)/util/storage/dnstree.h $(srcdir)/util/rbtree.h \ | |
1026 | $(srcdir)/util/config_file.h $(srcdir)/util/regional.h $(srcdir)/util/storage/slabhash.h \ | |
1027 | $(srcdir)/services/listen_dnsport.h $(srcdir)/services/outside_network.h \ | |
1028 | $(srcdir)/services/outbound_list.h $(srcdir)/services/cache/rrset.h $(srcdir)/services/cache/infra.h \ | |
1029 | $(srcdir)/util/rtt.h $(srcdir)/services/cache/dns.h $(srcdir)/services/mesh.h $(srcdir)/services/localzone.h \ | |
1030 | $(srcdir)/util/data/msgencode.h $(srcdir)/util/data/dname.h $(srcdir)/util/fptr_wlist.h $(srcdir)/util/tube.h \ | |
1031 | $(srcdir)/iterator/iter_fwd.h $(srcdir)/iterator/iter_hints.h $(srcdir)/validator/autotrust.h \ | |
1032 | $(srcdir)/validator/val_anchor.h $(srcdir)/libunbound/context.h $(srcdir)/libunbound/unbound.h \ | |
1033 | $(srcdir)/libunbound/libworker.h | |
1034 | acl_list.lo acl_list.o: $(srcdir)/daemon/acl_list.c config.h $(srcdir)/daemon/acl_list.h \ | |
1035 | $(srcdir)/util/storage/dnstree.h $(srcdir)/util/rbtree.h $(srcdir)/util/regional.h $(srcdir)/util/log.h \ | |
1036 | $(srcdir)/util/config_file.h $(srcdir)/util/net_help.h | |
1037 | daemon.lo daemon.o: $(srcdir)/daemon/daemon.c config.h \ | |
1038 | $(srcdir)/daemon/daemon.h $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/alloc.h $(srcdir)/services/modstack.h \ | |
1039 | $(srcdir)/daemon/worker.h $(srcdir)/libunbound/worker.h $(srcdir)/ldns/sbuffer.h \ | |
1040 | $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/netevent.h \ | |
1041 | $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h \ | |
1042 | $(srcdir)/daemon/stats.h $(srcdir)/util/timehist.h $(srcdir)/util/module.h $(srcdir)/daemon/remote.h \ | |
1043 | $(srcdir)/daemon/acl_list.h $(srcdir)/util/storage/dnstree.h $(srcdir)/util/rbtree.h \ | |
1044 | $(srcdir)/util/config_file.h $(srcdir)/util/storage/lookup3.h $(srcdir)/util/storage/slabhash.h \ | |
1045 | $(srcdir)/services/listen_dnsport.h $(srcdir)/services/cache/rrset.h $(srcdir)/services/cache/infra.h \ | |
1046 | $(srcdir)/util/rtt.h $(srcdir)/services/localzone.h $(srcdir)/util/random.h $(srcdir)/util/tube.h \ | |
1047 | $(srcdir)/util/net_help.h $(srcdir)/ldns/keyraw.h | |
1048 | stats.lo stats.o: $(srcdir)/daemon/stats.c config.h $(srcdir)/daemon/stats.h $(srcdir)/util/timehist.h \ | |
1049 | $(srcdir)/daemon/worker.h $(srcdir)/libunbound/worker.h $(srcdir)/ldns/sbuffer.h \ | |
1050 | $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \ | |
1051 | $(srcdir)/util/netevent.h $(srcdir)/util/alloc.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/msgparse.h \ | |
1052 | $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h $(srcdir)/util/module.h $(srcdir)/daemon/daemon.h \ | |
1053 | $(srcdir)/services/modstack.h $(srcdir)/services/mesh.h $(srcdir)/util/rbtree.h \ | |
1054 | $(srcdir)/services/outside_network.h $(srcdir)/util/config_file.h $(srcdir)/util/tube.h \ | |
1055 | $(srcdir)/util/net_help.h $(srcdir)/validator/validator.h $(srcdir)/validator/val_utils.h \ | |
1056 | $(srcdir)/services/cache/rrset.h $(srcdir)/util/storage/slabhash.h $(srcdir)/services/cache/infra.h \ | |
1057 | $(srcdir)/util/rtt.h $(srcdir)/validator/val_kcache.h | |
1058 | replay.lo replay.o: $(srcdir)/testcode/replay.c config.h $(srcdir)/util/log.h $(srcdir)/util/net_help.h \ | |
1059 | $(srcdir)/util/config_file.h $(srcdir)/testcode/replay.h $(srcdir)/util/netevent.h $(srcdir)/testcode/testpkts.h \ | |
1060 | $(srcdir)/util/rbtree.h $(srcdir)/testcode/fake_event.h $(srcdir)/ldns/str2wire.h $(srcdir)/ldns/rrdef.h | |
1061 | fake_event.lo fake_event.o: $(srcdir)/testcode/fake_event.c config.h $(srcdir)/testcode/fake_event.h \ | |
1062 | $(srcdir)/util/netevent.h $(srcdir)/util/net_help.h $(srcdir)/util/log.h $(srcdir)/util/data/msgparse.h \ | |
1063 | $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h \ | |
1064 | $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/data/msgencode.h \ | |
1065 | $(srcdir)/util/data/dname.h $(srcdir)/util/config_file.h $(srcdir)/services/listen_dnsport.h \ | |
1066 | $(srcdir)/services/outside_network.h $(srcdir)/util/rbtree.h $(srcdir)/services/cache/infra.h \ | |
1067 | $(srcdir)/util/rtt.h $(srcdir)/testcode/replay.h $(srcdir)/testcode/testpkts.h $(srcdir)/util/fptr_wlist.h \ | |
1068 | $(srcdir)/util/module.h $(srcdir)/util/tube.h $(srcdir)/services/mesh.h $(srcdir)/services/modstack.h \ | |
1069 | $(srcdir)/ldns/sbuffer.h $(srcdir)/ldns/wire2str.h $(srcdir)/ldns/str2wire.h | |
1070 | lock_verify.lo lock_verify.o: $(srcdir)/testcode/lock_verify.c config.h $(srcdir)/util/log.h $(srcdir)/util/rbtree.h \ | |
1071 | $(srcdir)/util/locks.h $(srcdir)/util/fptr_wlist.h $(srcdir)/util/netevent.h $(srcdir)/util/storage/lruhash.h \ | |
1072 | $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h \ | |
1073 | $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h $(srcdir)/util/tube.h \ | |
1074 | $(srcdir)/services/mesh.h $(srcdir)/services/modstack.h | |
1075 | pktview.lo pktview.o: $(srcdir)/testcode/pktview.c config.h $(srcdir)/util/log.h $(srcdir)/util/data/dname.h \ | |
1076 | $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h \ | |
1077 | $(srcdir)/ldns/rrdef.h $(srcdir)/testcode/unitmain.h $(srcdir)/testcode/readhex.h $(srcdir)/ldns/sbuffer.h \ | |
1078 | $(srcdir)/ldns/parseutil.h | |
1079 | readhex.lo readhex.o: $(srcdir)/testcode/readhex.c config.h $(srcdir)/testcode/readhex.h $(srcdir)/util/log.h \ | |
1080 | $(srcdir)/ldns/sbuffer.h $(srcdir)/ldns/parseutil.h | |
1081 | memstats.lo memstats.o: $(srcdir)/testcode/memstats.c config.h $(srcdir)/util/log.h $(srcdir)/util/rbtree.h \ | |
1082 | $(srcdir)/util/locks.h $(srcdir)/util/fptr_wlist.h $(srcdir)/util/netevent.h $(srcdir)/util/storage/lruhash.h \ | |
1083 | $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h \ | |
1084 | $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h $(srcdir)/util/tube.h \ | |
1085 | $(srcdir)/services/mesh.h $(srcdir)/services/modstack.h | |
1086 | unbound-checkconf.lo unbound-checkconf.o: $(srcdir)/smallapp/unbound-checkconf.c config.h $(srcdir)/util/log.h \ | |
1087 | $(srcdir)/util/config_file.h $(srcdir)/util/module.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h \ | |
1088 | $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/data/msgparse.h \ | |
1089 | $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h $(srcdir)/util/net_help.h $(srcdir)/util/regional.h \ | |
1090 | $(srcdir)/iterator/iterator.h $(srcdir)/services/outbound_list.h $(srcdir)/iterator/iter_fwd.h \ | |
1091 | $(srcdir)/util/rbtree.h $(srcdir)/iterator/iter_hints.h $(srcdir)/util/storage/dnstree.h \ | |
1092 | $(srcdir)/validator/validator.h $(srcdir)/validator/val_utils.h $(srcdir)/services/localzone.h \ | |
1093 | $(srcdir)/ldns/sbuffer.h | |
1094 | worker_cb.lo worker_cb.o: $(srcdir)/smallapp/worker_cb.c config.h $(srcdir)/libunbound/context.h \ | |
1095 | $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/alloc.h $(srcdir)/util/rbtree.h $(srcdir)/services/modstack.h \ | |
1096 | $(srcdir)/libunbound/unbound.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h \ | |
1097 | $(srcdir)/libunbound/worker.h $(srcdir)/ldns/sbuffer.h $(srcdir)/util/fptr_wlist.h $(srcdir)/util/netevent.h \ | |
1098 | $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h \ | |
1099 | $(srcdir)/ldns/rrdef.h $(srcdir)/util/tube.h $(srcdir)/services/mesh.h | |
1100 | context.lo context.o: $(srcdir)/libunbound/context.c config.h $(srcdir)/libunbound/context.h \ | |
1101 | $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/alloc.h $(srcdir)/util/rbtree.h $(srcdir)/services/modstack.h \ | |
1102 | $(srcdir)/libunbound/unbound.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h \ | |
1103 | $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h \ | |
1104 | $(srcdir)/ldns/rrdef.h $(srcdir)/util/config_file.h $(srcdir)/util/net_help.h $(srcdir)/services/localzone.h \ | |
1105 | $(srcdir)/services/cache/rrset.h $(srcdir)/util/storage/slabhash.h $(srcdir)/services/cache/infra.h \ | |
1106 | $(srcdir)/util/rtt.h $(srcdir)/ldns/sbuffer.h | |
1107 | libunbound.lo libunbound.o: $(srcdir)/libunbound/libunbound.c $(srcdir)/libunbound/unbound.h \ | |
1108 | $(srcdir)/libunbound/unbound-event.h config.h $(srcdir)/libunbound/context.h $(srcdir)/util/locks.h \ | |
1109 | $(srcdir)/util/log.h $(srcdir)/util/alloc.h $(srcdir)/util/rbtree.h $(srcdir)/services/modstack.h \ | |
1110 | $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h $(srcdir)/libunbound/libworker.h \ | |
1111 | $(srcdir)/util/config_file.h $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h \ | |
1112 | $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h $(srcdir)/util/regional.h \ | |
1113 | $(srcdir)/util/random.h $(srcdir)/util/net_help.h $(srcdir)/util/tube.h $(srcdir)/services/localzone.h \ | |
1114 | $(srcdir)/services/cache/infra.h $(srcdir)/util/rtt.h $(srcdir)/services/cache/rrset.h \ | |
1115 | $(srcdir)/util/storage/slabhash.h $(srcdir)/ldns/sbuffer.h | |
1116 | libworker.lo libworker.o: $(srcdir)/libunbound/libworker.c config.h \ | |
1117 | $(srcdir)/libunbound/libworker.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h \ | |
1118 | $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/libunbound/context.h $(srcdir)/util/alloc.h $(srcdir)/util/rbtree.h \ | |
1119 | $(srcdir)/services/modstack.h $(srcdir)/libunbound/unbound.h $(srcdir)/libunbound/worker.h \ | |
1120 | $(srcdir)/ldns/sbuffer.h $(srcdir)/libunbound/unbound-event.h $(srcdir)/services/outside_network.h \ | |
1121 | $(srcdir)/util/netevent.h $(srcdir)/services/mesh.h $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h \ | |
1122 | $(srcdir)/ldns/rrdef.h $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h $(srcdir)/services/localzone.h \ | |
1123 | $(srcdir)/services/cache/rrset.h $(srcdir)/util/storage/slabhash.h $(srcdir)/services/outbound_list.h \ | |
1124 | $(srcdir)/util/fptr_wlist.h $(srcdir)/util/tube.h $(srcdir)/util/regional.h $(srcdir)/util/random.h \ | |
1125 | $(srcdir)/util/config_file.h $(srcdir)/util/storage/lookup3.h $(srcdir)/util/net_help.h \ | |
1126 | $(srcdir)/util/data/dname.h $(srcdir)/util/data/msgencode.h $(srcdir)/iterator/iter_fwd.h \ | |
1127 | $(srcdir)/iterator/iter_hints.h $(srcdir)/util/storage/dnstree.h $(srcdir)/ldns/str2wire.h | |
1128 | unbound-host.lo unbound-host.o: $(srcdir)/smallapp/unbound-host.c config.h $(srcdir)/libunbound/unbound.h \ | |
1129 | $(srcdir)/ldns/rrdef.h $(srcdir)/ldns/wire2str.h | |
1130 | asynclook.lo asynclook.o: $(srcdir)/testcode/asynclook.c config.h $(srcdir)/libunbound/unbound.h \ | |
1131 | $(srcdir)/libunbound/context.h $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/alloc.h $(srcdir)/util/rbtree.h \ | |
1132 | $(srcdir)/services/modstack.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h \ | |
1133 | $(srcdir)/ldns/rrdef.h | |
1134 | streamtcp.lo streamtcp.o: $(srcdir)/testcode/streamtcp.c config.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \ | |
1135 | $(srcdir)/util/net_help.h $(srcdir)/util/data/msgencode.h $(srcdir)/util/data/msgparse.h \ | |
1136 | $(srcdir)/util/storage/lruhash.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h $(srcdir)/util/data/msgreply.h \ | |
1137 | $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/data/dname.h $(srcdir)/ldns/sbuffer.h \ | |
1138 | $(srcdir)/ldns/str2wire.h $(srcdir)/ldns/wire2str.h \ | |
1139 | ||
1140 | perf.lo perf.o: $(srcdir)/testcode/perf.c config.h $(srcdir)/util/log.h $(srcdir)/util/locks.h $(srcdir)/util/net_help.h \ | |
1141 | $(srcdir)/util/data/msgencode.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/storage/lruhash.h \ | |
1142 | $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h \ | |
1143 | $(srcdir)/ldns/sbuffer.h $(srcdir)/ldns/wire2str.h $(srcdir)/ldns/str2wire.h | |
1144 | delayer.lo delayer.o: $(srcdir)/testcode/delayer.c config.h $(srcdir)/util/net_help.h $(srcdir)/util/log.h \ | |
1145 | $(srcdir)/util/config_file.h $(srcdir)/ldns/sbuffer.h | |
1146 | unbound-control.lo unbound-control.o: $(srcdir)/smallapp/unbound-control.c config.h \ | |
1147 | $(srcdir)/util/log.h $(srcdir)/util/config_file.h $(srcdir)/util/locks.h $(srcdir)/util/net_help.h | |
1148 | unbound-anchor.lo unbound-anchor.o: $(srcdir)/smallapp/unbound-anchor.c config.h $(srcdir)/libunbound/unbound.h \ | |
1149 | $(srcdir)/ldns/rrdef.h \ | |
1150 | ||
1151 | petal.lo petal.o: $(srcdir)/testcode/petal.c config.h \ | |
1152 | ||
1153 | pythonmod_utils.lo pythonmod_utils.o: $(srcdir)/pythonmod/pythonmod_utils.c config.h $(srcdir)/util/module.h \ | |
1154 | $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/data/msgreply.h \ | |
1155 | $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h \ | |
1156 | $(srcdir)/util/netevent.h $(srcdir)/util/net_help.h $(srcdir)/services/cache/dns.h \ | |
1157 | $(srcdir)/services/cache/rrset.h $(srcdir)/util/storage/slabhash.h $(srcdir)/util/regional.h \ | |
1158 | $(srcdir)/ldns/sbuffer.h | |
1159 | win_svc.lo win_svc.o: $(srcdir)/winrc/win_svc.c config.h $(srcdir)/winrc/win_svc.h $(srcdir)/winrc/w_inst.h \ | |
1160 | $(srcdir)/daemon/daemon.h $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/alloc.h $(srcdir)/services/modstack.h \ | |
1161 | $(srcdir)/daemon/worker.h $(srcdir)/libunbound/worker.h $(srcdir)/ldns/sbuffer.h \ | |
1162 | $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/netevent.h \ | |
1163 | $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/msgparse.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/rrdef.h \ | |
1164 | $(srcdir)/daemon/stats.h $(srcdir)/util/timehist.h $(srcdir)/util/module.h $(srcdir)/daemon/remote.h \ | |
1165 | $(srcdir)/util/config_file.h $(srcdir)/util/winsock_event.h | |
1166 | w_inst.lo w_inst.o: $(srcdir)/winrc/w_inst.c config.h $(srcdir)/winrc/w_inst.h $(srcdir)/winrc/win_svc.h | |
1167 | unbound-service-install.lo unbound-service-install.o: $(srcdir)/winrc/unbound-service-install.c config.h \ | |
1168 | $(srcdir)/winrc/w_inst.h | |
1169 | unbound-service-remove.lo unbound-service-remove.o: $(srcdir)/winrc/unbound-service-remove.c config.h \ | |
1170 | $(srcdir)/winrc/w_inst.h | |
1171 | anchor-update.lo anchor-update.o: $(srcdir)/winrc/anchor-update.c config.h $(srcdir)/libunbound/unbound.h \ | |
1172 | $(srcdir)/ldns/rrdef.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/wire2str.h | |
1173 | keyraw.lo keyraw.o: $(srcdir)/ldns/keyraw.c config.h $(srcdir)/ldns/keyraw.h \ | |
1174 | $(srcdir)/ldns/rrdef.h \ | |
1175 | ||
1176 | sbuffer.lo sbuffer.o: $(srcdir)/ldns/sbuffer.c config.h $(srcdir)/ldns/sbuffer.h | |
1177 | wire2str.lo wire2str.o: $(srcdir)/ldns/wire2str.c config.h $(srcdir)/ldns/wire2str.h $(srcdir)/ldns/str2wire.h \ | |
1178 | $(srcdir)/ldns/rrdef.h $(srcdir)/ldns/pkthdr.h $(srcdir)/ldns/parseutil.h $(srcdir)/ldns/sbuffer.h $(srcdir)/ldns/keyraw.h \ | |
1179 | ||
1180 | parse.lo parse.o: $(srcdir)/ldns/parse.c config.h $(srcdir)/ldns/parse.h $(srcdir)/ldns/parseutil.h \ | |
1181 | $(srcdir)/ldns/sbuffer.h | |
1182 | parseutil.lo parseutil.o: $(srcdir)/ldns/parseutil.c config.h $(srcdir)/ldns/parseutil.h | |
1183 | rrdef.lo rrdef.o: $(srcdir)/ldns/rrdef.c config.h $(srcdir)/ldns/rrdef.h $(srcdir)/ldns/parseutil.h | |
1184 | str2wire.lo str2wire.o: $(srcdir)/ldns/str2wire.c config.h $(srcdir)/ldns/str2wire.h $(srcdir)/ldns/rrdef.h \ | |
1185 | $(srcdir)/ldns/wire2str.h $(srcdir)/ldns/sbuffer.h $(srcdir)/ldns/parse.h $(srcdir)/ldns/parseutil.h | |
1186 | ctime_r.lo ctime_r.o: $(srcdir)/compat/ctime_r.c config.h $(srcdir)/util/locks.h $(srcdir)/util/log.h | |
1187 | fake-rfc2553.lo fake-rfc2553.o: $(srcdir)/compat/fake-rfc2553.c $(srcdir)/compat/fake-rfc2553.h config.h | |
1188 | gmtime_r.lo gmtime_r.o: $(srcdir)/compat/gmtime_r.c config.h | |
1189 | inet_aton.lo inet_aton.o: $(srcdir)/compat/inet_aton.c config.h | |
1190 | inet_ntop.lo inet_ntop.o: $(srcdir)/compat/inet_ntop.c config.h | |
1191 | inet_pton.lo inet_pton.o: $(srcdir)/compat/inet_pton.c config.h | |
1192 | malloc.lo malloc.o: $(srcdir)/compat/malloc.c config.h | |
1193 | memcmp.lo memcmp.o: $(srcdir)/compat/memcmp.c config.h | |
1194 | memmove.lo memmove.o: $(srcdir)/compat/memmove.c config.h | |
1195 | snprintf.lo snprintf.o: $(srcdir)/compat/snprintf.c config.h | |
1196 | strlcat.lo strlcat.o: $(srcdir)/compat/strlcat.c config.h | |
1197 | strlcpy.lo strlcpy.o: $(srcdir)/compat/strlcpy.c config.h | |
1198 | strptime.lo strptime.o: $(srcdir)/compat/strptime.c config.h | |
1199 | getentropy_linux.lo getentropy_linux.o: $(srcdir)/compat/getentropy_linux.c config.h \ | |
1200 | ||
1201 | getentropy_osx.lo getentropy_osx.o: $(srcdir)/compat/getentropy_osx.c config.h | |
1202 | getentropy_solaris.lo getentropy_solaris.o: $(srcdir)/compat/getentropy_solaris.c config.h | |
1203 | getentropy_win.lo getentropy_win.o: $(srcdir)/compat/getentropy_win.c | |
1204 | explicit_bzero.lo explicit_bzero.o: $(srcdir)/compat/explicit_bzero.c config.h | |
1205 | arc4random.lo arc4random.o: $(srcdir)/compat/arc4random.c config.h $(srcdir)/compat/chacha_private.h | |
1206 | arc4random_uniform.lo arc4random_uniform.o: $(srcdir)/compat/arc4random_uniform.c config.h | |
1207 | arc4_lock.lo arc4_lock.o: $(srcdir)/compat/arc4_lock.c config.h $(srcdir)/util/locks.h | |
1208 | sha512.lo sha512.o: $(srcdir)/compat/sha512.c config.h |