1238106Sdes# Copyright 2007 NLnet Labs
2238106Sdes# See the file LICENSE for the license
3238106Sdes
4238106SdesSHELL=@SHELL@
5238106SdesVERSION=@PACKAGE_VERSION@
6238106Sdessrcdir=@srcdir@
7238106Sdesprefix=@prefix@
8238106Sdesexec_prefix=@exec_prefix@
9238106Sdesbindir=@bindir@
10238106Sdessbindir=@sbindir@
11238106Sdesmandir=@mandir@
12238106Sdeslibdir=@libdir@
13238106Sdes# datarootdir is here to please some checkers, use datadir.
14238106Sdesdatarootdir=@datarootdir@
15238106Sdesdatadir=@datadir@
16238106Sdesincludedir=@includedir@
17238106Sdesdoxygen=@doxygen@
18238106Sdeslibtool=@libtool@
19238106Sdesstaticexe=@staticexe@
20238106SdesEXEEXT=@EXEEXT@
21238106Sdesconfigfile=@ub_conf_file@
22238106SdesCHECKLOCK_SRC=testcode/checklocks.c
23238106SdesCHECKLOCK_OBJ=@CHECKLOCK_OBJ@
24285206SdesDNSTAP_SRC=@DNSTAP_SRC@
25285206SdesDNSTAP_OBJ=@DNSTAP_OBJ@
26238106SdesWITH_PYTHONMODULE=@WITH_PYTHONMODULE@
27238106SdesWITH_PYUNBOUND=@WITH_PYUNBOUND@
28291767SdesPY_MAJOR_VERSION=@PY_MAJOR_VERSION@
29238106SdesPYTHON_SITE_PKG=@PYTHON_SITE_PKG@
30238106SdesPYTHONMOD_INSTALL=@PYTHONMOD_INSTALL@
31238106SdesPYTHONMOD_UNINSTALL=@PYTHONMOD_UNINSTALL@
32238106SdesPYUNBOUND_INSTALL=@PYUNBOUND_INSTALL@
33238106SdesPYUNBOUND_UNINSTALL=@PYUNBOUND_UNINSTALL@
34269257SdesUNBOUND_EVENT_INSTALL=@UNBOUND_EVENT_INSTALL@
35269257SdesUNBOUND_EVENT_UNINSTALL=@UNBOUND_EVENT_UNINSTALL@
36269257SdesUNBOUND_VERSION_MAJOR=@UNBOUND_VERSION_MAJOR@
37269257SdesUNBOUND_VERSION_MINOR=@UNBOUND_VERSION_MINOR@
38269257SdesUNBOUND_VERSION_MICRO=@UNBOUND_VERSION_MICRO@
39249141SdesALLTARGET=@ALLTARGET@
40269257SdesINSTALLTARGET=@INSTALLTARGET@
41294190SdesSSLLIB=@SSLLIB@
42238106Sdes
43238106Sdes# _unbound.la if pyunbound enabled.
44238106SdesPYUNBOUND_TARGET=@PYUNBOUND_TARGET@
45238106Sdes
46238106Sdes# override $U variable which is used by autotools for deansification (for
47238106Sdes# K&R C compilers), but causes problems if $U is defined in the env).
48238106SdesU=
49238106Sdes
50285206SdesPROTOC_C=@PROTOC_C@
51238106SdesSWIG=@SWIG@
52238106SdesYACC=@YACC@
53238106SdesLEX=@LEX@
54238106SdesSTRIP=@STRIP@
55238106SdesCC=@CC@
56238106SdesCPPFLAGS=-I. @CPPFLAGS@
57238106SdesCFLAGS=@CFLAGS@
58238106SdesLDFLAGS=@LDFLAGS@
59238106SdesLIBS=@LIBS@
60238106SdesLIBOBJS=@LIBOBJS@
61238106Sdes# filter out ctime_r from compat obj.
62238106SdesLIBOBJ_WITHOUT_CTIME=@LIBOBJ_WITHOUT_CTIME@
63285206SdesLIBOBJ_WITHOUT_CTIMEARC4=@LIBOBJ_WITHOUT_CTIMEARC4@
64238106SdesRUNTIME_PATH=@RUNTIME_PATH@
65238106SdesDEPFLAG=@DEPFLAG@
66238106SdesDATE=@CONFIG_DATE@
67238106SdesLIBTOOL=$(libtool)
68238106SdesBUILD=build/
69238106SdesUBSYMS=@UBSYMS@
70238106SdesEXTRALINK=@EXTRALINK@
71238106Sdes
72238106SdesWINDRES=@WINDRES@
73238106SdesLINT=splint
74269257SdesLINTFLAGS=+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
75238106Sdes#-Dglob64=glob -Dglobfree64=globfree
76238106Sdes# compat with openssl linux edition.
77285206SdesLINTFLAGS+="-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
78238106Sdes# compat with NetBSD
79238106SdesLINTFLAGS+=@NETBSD_LINTFLAGS@
80238106Sdes# compat with OpenBSD
81238106SdesLINTFLAGS+="-Dsigset_t=long"
82269257Sdes# FreeBSD
83285206SdesLINTFLAGS+="-D__uint16_t=uint16_t" "-DEVP_PKEY_ASN1_METHOD=int" "-D_RuneLocale=int" "-D__va_list=va_list"
84238106Sdes
85285206SdesINSTALL=$(SHELL) $(srcdir)/install-sh
86238106Sdes
87238106Sdes#pythonmod.c is not here, it is mentioned by itself in its own rules,
88238106Sdes#makedepend fails on missing interface.h otherwise.
89238106SdesPYTHONMOD_SRC=pythonmod/pythonmod_utils.c
90238106Sdes# pythonmod.lo pythonmod_utils.lo if python mod enabled.
91238106SdesPYTHONMOD_OBJ=@PYTHONMOD_OBJ@
92238106SdesPYTHONMOD_HEADER=@PYTHONMOD_HEADER@
93238106Sdes# libunbound/python/libunbound_wrap.c is dealt with by its own rules.
94238106SdesPYUNBOUND_SRC=
95238106Sdes# libunbound_wrap.lo if python libunbound wrapper enabled.
96238106SdesPYUNBOUND_OBJ=@PYUNBOUND_OBJ@
97238106SdesCOMMON_SRC=services/cache/dns.c services/cache/infra.c services/cache/rrset.c \
98295691Sdesutil/as112.c util/data/dname.c util/data/msgencode.c util/data/msgparse.c \
99238106Sdesutil/data/msgreply.c util/data/packed_rrset.c iterator/iterator.c \
100238106Sdesiterator/iter_delegpt.c iterator/iter_donotq.c iterator/iter_fwd.c \
101238106Sdesiterator/iter_hints.c iterator/iter_priv.c iterator/iter_resptype.c \
102238106Sdesiterator/iter_scrub.c iterator/iter_utils.c services/listen_dnsport.c \
103238106Sdesservices/localzone.c services/mesh.c services/modstack.c \
104238106Sdesservices/outbound_list.c services/outside_network.c util/alloc.c \
105238106Sdesutil/config_file.c util/configlexer.c util/configparser.c \
106238106Sdesutil/fptr_wlist.c util/locks.c util/log.c util/mini_event.c util/module.c \
107238106Sdesutil/netevent.c util/net_help.c util/random.c util/rbtree.c util/regional.c \
108238106Sdesutil/rtt.c util/storage/dnstree.c util/storage/lookup3.c \
109238106Sdesutil/storage/lruhash.c util/storage/slabhash.c util/timehist.c util/tube.c \
110238106Sdesutil/winsock_event.c validator/autotrust.c validator/val_anchor.c \
111238106Sdesvalidator/validator.c validator/val_kcache.c validator/val_kentry.c \
112238106Sdesvalidator/val_neg.c validator/val_nsec3.c validator/val_nsec.c \
113249141Sdesvalidator/val_secalgo.c validator/val_sigcrypt.c \
114285206Sdesvalidator/val_utils.c dns64/dns64.c $(CHECKLOCK_SRC) $(DNSTAP_SRC)
115238106SdesCOMMON_OBJ_WITHOUT_NETCALL=dns.lo infra.lo rrset.lo dname.lo msgencode.lo \
116295691Sdesas112.lo msgparse.lo msgreply.lo packed_rrset.lo iterator.lo iter_delegpt.lo \
117238106Sdesiter_donotq.lo iter_fwd.lo iter_hints.lo iter_priv.lo iter_resptype.lo \
118238106Sdesiter_scrub.lo iter_utils.lo localzone.lo mesh.lo modstack.lo \
119238106Sdesoutbound_list.lo alloc.lo config_file.lo configlexer.lo configparser.lo \
120238106Sdesfptr_wlist.lo locks.lo log.lo mini_event.lo module.lo net_help.lo \
121238106Sdesrandom.lo rbtree.lo regional.lo rtt.lo dnstree.lo lookup3.lo lruhash.lo \
122238106Sdesslabhash.lo timehist.lo tube.lo winsock_event.lo autotrust.lo val_anchor.lo \
123238106Sdesvalidator.lo val_kcache.lo val_kentry.lo val_neg.lo val_nsec3.lo val_nsec.lo \
124285206Sdesval_secalgo.lo val_sigcrypt.lo val_utils.lo dns64.lo \
125285206Sdes$(PYTHONMOD_OBJ) $(CHECKLOCK_OBJ) $(DNSTAP_OBJ)
126238106SdesCOMMON_OBJ=$(COMMON_OBJ_WITHOUT_NETCALL) netevent.lo listen_dnsport.lo \
127238106Sdesoutside_network.lo
128238106Sdes# set to $COMMON_OBJ or to "" if --enableallsymbols
129238106SdesCOMMON_OBJ_ALL_SYMBOLS=@COMMON_OBJ_ALL_SYMBOLS@
130238106SdesCOMPAT_SRC=compat/ctime_r.c compat/fake-rfc2553.c compat/gmtime_r.c \
131238106Sdescompat/inet_aton.c compat/inet_ntop.c compat/inet_pton.c compat/malloc.c \
132269257Sdescompat/memcmp.c compat/memmove.c compat/snprintf.c compat/strlcat.c \
133285206Sdescompat/strlcpy.c compat/strptime.c compat/getentropy_linux.c \
134285206Sdescompat/getentropy_osx.c compat/getentropy_solaris.c compat/getentropy_win.c \
135285206Sdescompat/explicit_bzero.c compat/arc4random.c compat/arc4random_uniform.c \
136294190Sdescompat/arc4_lock.c compat/sha512.c compat/reallocarray.c compat/isblank.c
137238106SdesCOMPAT_OBJ=$(LIBOBJS:.o=.lo)
138238106SdesCOMPAT_OBJ_WITHOUT_CTIME=$(LIBOBJ_WITHOUT_CTIME:.o=.lo)
139285206SdesCOMPAT_OBJ_WITHOUT_CTIMEARC4=$(LIBOBJ_WITHOUT_CTIMEARC4:.o=.lo)
140291767SdesSLDNS_SRC=sldns/keyraw.c sldns/sbuffer.c sldns/wire2str.c sldns/parse.c \
141291767Sdessldns/parseutil.c sldns/rrdef.c sldns/str2wire.c
142269257SdesSLDNS_OBJ=keyraw.lo sbuffer.lo wire2str.lo parse.lo parseutil.lo rrdef.lo \
143269257Sdesstr2wire.lo
144238106SdesUNITTEST_SRC=testcode/unitanchor.c testcode/unitdname.c \
145238106Sdestestcode/unitlruhash.c testcode/unitmain.c testcode/unitmsgparse.c \
146238106Sdestestcode/unitneg.c testcode/unitregional.c testcode/unitslabhash.c \
147269257Sdestestcode/unitverify.c testcode/readhex.c testcode/testpkts.c testcode/unitldns.c
148238106SdesUNITTEST_OBJ=unitanchor.lo unitdname.lo unitlruhash.lo unitmain.lo \
149238106Sdesunitmsgparse.lo unitneg.lo unitregional.lo unitslabhash.lo unitverify.lo \
150269257Sdesreadhex.lo testpkts.lo unitldns.lo
151269257SdesUNITTEST_OBJ_LINK=$(UNITTEST_OBJ) worker_cb.lo $(COMMON_OBJ) $(SLDNS_OBJ) \
152269257Sdes$(COMPAT_OBJ)
153238106SdesDAEMON_SRC=daemon/acl_list.c daemon/cachedump.c daemon/daemon.c \
154238106Sdesdaemon/remote.c daemon/stats.c daemon/unbound.c daemon/worker.c @WIN_DAEMON_SRC@
155238106SdesDAEMON_OBJ=acl_list.lo cachedump.lo daemon.lo remote.lo stats.lo unbound.lo \
156238106Sdesworker.lo @WIN_DAEMON_OBJ@
157269257SdesDAEMON_OBJ_LINK=$(DAEMON_OBJ) $(COMMON_OBJ_ALL_SYMBOLS) $(SLDNS_OBJ) \
158238106Sdes$(COMPAT_OBJ) @WIN_DAEMON_OBJ_LINK@
159238106SdesCHECKCONF_SRC=smallapp/unbound-checkconf.c smallapp/worker_cb.c
160238106SdesCHECKCONF_OBJ=unbound-checkconf.lo worker_cb.lo
161269257SdesCHECKCONF_OBJ_LINK=$(CHECKCONF_OBJ) $(COMMON_OBJ_ALL_SYMBOLS) $(SLDNS_OBJ) \
162238106Sdes$(COMPAT_OBJ) @WIN_CHECKCONF_OBJ_LINK@
163238106SdesCONTROL_SRC=smallapp/unbound-control.c
164238106SdesCONTROL_OBJ=unbound-control.lo 
165238106SdesCONTROL_OBJ_LINK=$(CONTROL_OBJ) worker_cb.lo $(COMMON_OBJ_ALL_SYMBOLS) \
166269257Sdes$(SLDNS_OBJ) $(COMPAT_OBJ) @WIN_CONTROL_OBJ_LINK@
167238106SdesHOST_SRC=smallapp/unbound-host.c
168238106SdesHOST_OBJ=unbound-host.lo
169285206SdesHOST_OBJ_LINK=$(HOST_OBJ) $(SLDNS_OBJ) $(COMPAT_OBJ_WITHOUT_CTIMEARC4) @WIN_HOST_OBJ_LINK@
170238106SdesUBANCHOR_SRC=smallapp/unbound-anchor.c
171238106SdesUBANCHOR_OBJ=unbound-anchor.lo
172291767SdesUBANCHOR_OBJ_LINK=$(UBANCHOR_OBJ) parseutil.lo \
173238106Sdes$(COMPAT_OBJ_WITHOUT_CTIME) @WIN_UBANCHOR_OBJ_LINK@
174269257SdesTESTBOUND_SRC=testcode/testbound.c testcode/testpkts.c \
175238106Sdesdaemon/worker.c daemon/acl_list.c daemon/daemon.c daemon/stats.c \
176238106Sdestestcode/replay.c testcode/fake_event.c
177238106SdesTESTBOUND_OBJ=testbound.lo replay.lo fake_event.lo
178269257SdesTESTBOUND_OBJ_LINK=$(TESTBOUND_OBJ) testpkts.lo worker.lo acl_list.lo \
179269257Sdesdaemon.lo stats.lo $(COMMON_OBJ_WITHOUT_NETCALL) $(SLDNS_OBJ) $(COMPAT_OBJ)
180238106SdesLOCKVERIFY_SRC=testcode/lock_verify.c
181238106SdesLOCKVERIFY_OBJ=lock_verify.lo
182269257SdesLOCKVERIFY_OBJ_LINK=$(LOCKVERIFY_OBJ) worker_cb.lo $(COMMON_OBJ) $(COMPAT_OBJ) \
183269257Sdes$(SLDNS_OBJ)
184238106SdesPETAL_SRC=testcode/petal.c
185238106SdesPETAL_OBJ=petal.lo
186285206SdesPETAL_OBJ_LINK=$(PETAL_OBJ) $(COMPAT_OBJ_WITHOUT_CTIMEARC4)
187238106SdesPKTVIEW_SRC=testcode/pktview.c testcode/readhex.c
188238106SdesPKTVIEW_OBJ=pktview.lo
189238106SdesPKTVIEW_OBJ_LINK=$(PKTVIEW_OBJ) worker_cb.lo readhex.lo $(COMMON_OBJ) \
190269257Sdes$(COMPAT_OBJ) $(SLDNS_OBJ)
191238106SdesMEMSTATS_SRC=testcode/memstats.c
192238106SdesMEMSTATS_OBJ=memstats.lo
193269257SdesMEMSTATS_OBJ_LINK=$(MEMSTATS_OBJ) worker_cb.lo $(COMMON_OBJ) $(COMPAT_OBJ) \
194269257Sdes$(SLDNS_OBJ)
195238106SdesASYNCLOOK_SRC=testcode/asynclook.c
196238106SdesASYNCLOOK_OBJ=asynclook.lo
197238106SdesASYNCLOOK_OBJ_LINK=$(ASYNCLOOK_OBJ) log.lo locks.lo $(COMPAT_OBJ)
198238106SdesSTREAMTCP_SRC=testcode/streamtcp.c
199238106SdesSTREAMTCP_OBJ=streamtcp.lo
200269257SdesSTREAMTCP_OBJ_LINK=$(STREAMTCP_OBJ) worker_cb.lo $(COMMON_OBJ) $(COMPAT_OBJ) \
201269257Sdes$(SLDNS_OBJ)
202238106SdesPERF_SRC=testcode/perf.c
203238106SdesPERF_OBJ=perf.lo
204269257SdesPERF_OBJ_LINK=$(PERF_OBJ) worker_cb.lo $(COMMON_OBJ) $(COMPAT_OBJ) $(SLDNS_OBJ)
205238106SdesDELAYER_SRC=testcode/delayer.c
206238106SdesDELAYER_OBJ=delayer.lo
207269257SdesDELAYER_OBJ_LINK=$(DELAYER_OBJ) worker_cb.lo $(COMMON_OBJ) $(COMPAT_OBJ) \
208269257Sdes$(SLDNS_OBJ)
209238106SdesLIBUNBOUND_SRC=libunbound/context.c libunbound/libunbound.c \
210238106Sdeslibunbound/libworker.c
211238106SdesLIBUNBOUND_OBJ=context.lo libunbound.lo libworker.lo
212269257SdesLIBUNBOUND_OBJ_LINK=$(LIBUNBOUND_OBJ) $(COMMON_OBJ) $(SLDNS_OBJ) $(COMPAT_OBJ)
213238106Sdes
214238106Sdes# win apps or "" if not on windows
215238106SdesWINAPPS=@WINAPPS@
216238106SdesWIN_DAEMON_THE_SRC=winrc/win_svc.c winrc/w_inst.c
217238106SdesSVCINST_SRC=winrc/unbound-service-install.c
218238106SdesSVCINST_OBJ=unbound-service-install.lo
219238106SdesSVCINST_OBJ_LINK=$(SVCINST_OBJ) w_inst.lo rsrc_svcinst.o $(COMPAT_OBJ_WITHOUT_CTIME)
220238106SdesSVCUNINST_SRC=winrc/unbound-service-remove.c
221238106SdesSVCUNINST_OBJ=unbound-service-remove.lo
222238106SdesSVCUNINST_OBJ_LINK=$(SVCUNINST_OBJ) w_inst.lo rsrc_svcuninst.o \
223238106Sdes$(COMPAT_OBJ_WITHOUT_CTIME)
224238106SdesANCHORUPD_SRC=winrc/anchor-update.c
225238106SdesANCHORUPD_OBJ=anchor-update.lo
226238106SdesANCHORUPD_OBJ_LINK=$(ANCHORUPD_OBJ) rsrc_anchorupd.o $(COMPAT_OBJ_WITHOUT_CTIME)
227238106SdesRSRC_OBJ=rsrc_svcinst.o rsrc_svcuninst.o rsrc_anchorupd.o rsrc_unbound.o \
228238106Sdes	rsrc_unbound_host.o rsrc_unbound_anchor.o rsrc_unbound_control.o \
229238106Sdes	rsrc_unbound_checkconf.o
230238106Sdes
231238106SdesALL_SRC=$(COMMON_SRC) $(UNITTEST_SRC) $(DAEMON_SRC) \
232269257Sdes	$(TESTBOUND_SRC) $(LOCKVERIFY_SRC) $(PKTVIEW_SRC) \
233238106Sdes	$(MEMSTATS_SRC) $(CHECKCONF_SRC) $(LIBUNBOUND_SRC) $(HOST_SRC) \
234238106Sdes	$(ASYNCLOOK_SRC) $(STREAMTCP_SRC) $(PERF_SRC) $(DELAYER_SRC) \
235269257Sdes	$(CONTROL_SRC) $(UBANCHOR_SRC) $(PETAL_SRC) \
236238106Sdes	$(PYTHONMOD_SRC) $(PYUNBOUND_SRC) $(WIN_DAEMON_THE_SRC)\
237269257Sdes	$(SVCINST_SRC) $(SVCUNINST_SRC) $(ANCHORUPD_SRC) $(SLDNS_SRC)
238238106SdesALL_OBJ=$(COMMON_OBJ) $(UNITTEST_OBJ) $(DAEMON_OBJ) \
239269257Sdes	$(TESTBOUND_OBJ) $(LOCKVERIFY_OBJ) $(PKTVIEW_OBJ) \
240238106Sdes	$(MEMSTATS_OBJ) $(CHECKCONF_OBJ) $(LIBUNBOUND_OBJ) $(HOST_OBJ) \
241238106Sdes	$(ASYNCLOOK_OBJ) $(STREAMTCP_OBJ) $(PERF_OBJ) $(DELAYER_OBJ) \
242269257Sdes	$(CONTROL_OBJ) $(UBANCHOR_OBJ) $(PETAL_OBJ) \
243238106Sdes	$(COMPAT_OBJ) $(PYUNBOUND_OBJ) \
244269257Sdes	$(SVCINST_OBJ) $(SVCUNINST_OBJ) $(ANCHORUPD_OBJ) $(SLDNS_OBJ)
245238106Sdes
246238106SdesCOMPILE=$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS)
247238106SdesLINK=$(LIBTOOL) --tag=CC --mode=link $(CC) $(staticexe) $(RUNTIME_PATH) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
248238106SdesLINK_LIB=$(LIBTOOL) --tag=CC --mode=link $(CC) $(RUNTIME_PATH) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(staticexe) -version-info @LIBUNBOUND_CURRENT@:@LIBUNBOUND_REVISION@:@LIBUNBOUND_AGE@ -no-undefined
249238106Sdes
250249141Sdes.PHONY:	clean realclean doc lint all install uninstall tests test strip lib longtest longcheck check alltargets
251238106Sdes
252249141Sdesall:	$(COMMON_OBJ) $(ALLTARGET)
253238106Sdes
254249141Sdesalltargets:	unbound$(EXEEXT) unbound-checkconf$(EXEEXT) lib unbound-host$(EXEEXT) unbound-control$(EXEEXT) unbound-anchor$(EXEEXT) unbound-control-setup $(WINAPPS) $(PYUNBOUND_TARGET)
255249141Sdes
256238106Sdes# compat with BSD make, register suffix, and an implicit rule to actualise it.
257238106Sdes.SUFFIXES: .lo
258238106Sdes.c.lo:
259238106Sdes	$(COMPILE) -o $@ -c $<
260238106Sdes
261238106Sdes$(ALL_OBJ):
262238106Sdes	@@SOURCEDETERMINE@
263238106Sdes	$(COMPILE) -o $@ -c @SOURCEFILE@
264238106Sdes
265238106Sdes$(RSRC_OBJ):
266238106Sdes	@@SOURCEDETERMINE@
267238106Sdes	$(WINDRES) $(CPPFLAGS) @SOURCEFILE@ $@
268238106Sdes
269238106Sdesrsrc_svcinst.o:	$(srcdir)/winrc/rsrc_svcinst.rc config.h
270238106Sdesrsrc_svcuninst.o:	$(srcdir)/winrc/rsrc_svcuninst.rc config.h
271238106Sdesrsrc_anchorupd.o:	$(srcdir)/winrc/rsrc_anchorupd.rc config.h
272238106Sdesrsrc_unbound.o:	$(srcdir)/winrc/rsrc_unbound.rc config.h
273238106Sdesrsrc_unbound_host.o:	$(srcdir)/winrc/rsrc_unbound_host.rc config.h
274238106Sdesrsrc_unbound_anchor.o:	$(srcdir)/winrc/rsrc_unbound_anchor.rc config.h
275238106Sdesrsrc_unbound_control.o:	$(srcdir)/winrc/rsrc_unbound_control.rc config.h
276238106Sdesrsrc_unbound_checkconf.o:	$(srcdir)/winrc/rsrc_unbound_checkconf.rc config.h
277238106Sdes
278269257SdesTEST_BIN=asynclook$(EXEEXT) delayer$(EXEEXT) \
279238106Sdes	lock-verify$(EXEEXT) memstats$(EXEEXT) perf$(EXEEXT) \
280269257Sdes	petal$(EXEEXT) pktview$(EXEEXT) streamtcp$(EXEEXT) \
281238106Sdes	testbound$(EXEEXT) unittest$(EXEEXT)
282238106Sdestests:	all $(TEST_BIN)
283238106Sdes
284238106Sdescheck: test
285238106Sdeslongcheck: longtest
286238106Sdes
287238106Sdestest:	unittest$(EXEEXT) testbound$(EXEEXT)
288238106Sdes	./unittest$(EXEEXT)
289238106Sdes	./testbound$(EXEEXT) -s
290238106Sdes	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
291238106Sdes	@echo test OK
292238106Sdes
293238106Sdeslongtest:	tests
294238106Sdes	if test -x "`which bash`"; then bash testcode/do-tests.sh; else sh testcode/do-tests.sh; fi
295238106Sdes
296269257Sdeslib:	libunbound.la unbound.h
297238106Sdes
298238106Sdeslibunbound.la:	$(LIBUNBOUND_OBJ_LINK)
299294190Sdes	$(LINK_LIB) $(UBSYMS) -o $@ $(LIBUNBOUND_OBJ_LINK) -rpath $(libdir) $(SSLLIB) $(LIBS)
300238106Sdes
301238106Sdesunbound$(EXEEXT):	$(DAEMON_OBJ_LINK) libunbound.la
302294190Sdes	$(LINK) -o $@ $(DAEMON_OBJ_LINK) $(EXTRALINK) $(SSLLIB) $(LIBS)
303238106Sdes
304238106Sdesunbound-checkconf$(EXEEXT):	$(CHECKCONF_OBJ_LINK) libunbound.la
305294190Sdes	$(LINK) -o $@ $(CHECKCONF_OBJ_LINK) $(EXTRALINK) $(SSLLIB) $(LIBS)
306238106Sdes
307238106Sdesunbound-control$(EXEEXT):	$(CONTROL_OBJ_LINK) libunbound.la
308294190Sdes	$(LINK) -o $@ $(CONTROL_OBJ_LINK) $(EXTRALINK) $(SSLLIB) $(LIBS)
309238106Sdes
310238106Sdesunbound-host$(EXEEXT):	$(HOST_OBJ_LINK) libunbound.la
311238106Sdes	$(LINK) -o $@ $(HOST_OBJ_LINK) -L. -L.libs -lunbound $(LIBS)
312238106Sdes
313238106Sdesunbound-anchor$(EXEEXT):	$(UBANCHOR_OBJ_LINK) libunbound.la
314294190Sdes	$(LINK) -o $@ $(UBANCHOR_OBJ_LINK) -L. -L.libs -lunbound -lexpat $(SSLLIB) $(LIBS)
315238106Sdes
316238106Sdesunbound-service-install$(EXEEXT):	$(SVCINST_OBJ_LINK)
317238106Sdes	$(LINK) -o $@ $(SVCINST_OBJ_LINK) $(LIBS)
318238106Sdes
319238106Sdesunbound-service-remove$(EXEEXT):	$(SVCUNINST_OBJ_LINK)
320238106Sdes	$(LINK) -o $@ $(SVCUNINST_OBJ_LINK) $(LIBS)
321238106Sdes
322238106Sdesanchor-update$(EXEEXT):  $(ANCHORUPD_OBJ_LINK) libunbound.la
323238106Sdes	$(LINK) -o $@ $(ANCHORUPD_OBJ_LINK) -L. -L.libs -lunbound $(LIBS)
324238106Sdes
325238106Sdesunittest$(EXEEXT):	$(UNITTEST_OBJ_LINK)
326294190Sdes	$(LINK) -o $@ $(UNITTEST_OBJ_LINK) $(SSLLIB) $(LIBS)
327238106Sdes
328238106Sdestestbound$(EXEEXT):	$(TESTBOUND_OBJ_LINK)
329294190Sdes	$(LINK) -o $@ $(TESTBOUND_OBJ_LINK) $(SSLLIB) $(LIBS)
330238106Sdes
331238106Sdeslock-verify$(EXEEXT):	$(LOCKVERIFY_OBJ_LINK)
332294190Sdes	$(LINK) -o $@ $(LOCKVERIFY_OBJ_LINK) $(SSLLIB) $(LIBS)
333238106Sdes
334238106Sdespetal$(EXEEXT):	$(PETAL_OBJ_LINK)
335294190Sdes	$(LINK) -o $@ $(PETAL_OBJ_LINK) $(SSLLIB) $(LIBS)
336238106Sdes
337238106Sdespktview$(EXEEXT):	$(PKTVIEW_OBJ_LINK)
338294190Sdes	$(LINK) -o $@ $(PKTVIEW_OBJ_LINK) $(SSLLIB) $(LIBS)
339238106Sdes
340238106Sdesmemstats$(EXEEXT):	$(MEMSTATS_OBJ_LINK)
341294190Sdes	$(LINK) -o $@ $(MEMSTATS_OBJ_LINK) $(SSLLIB) $(LIBS)
342238106Sdes
343238106Sdesasynclook$(EXEEXT):	$(ASYNCLOOK_OBJ_LINK) libunbound.la
344238106Sdes	$(LINK) -o $@ $(ASYNCLOOK_OBJ_LINK) $(LIBS) -L. -L.libs -lunbound
345238106Sdes
346238106Sdesstreamtcp$(EXEEXT):	$(STREAMTCP_OBJ_LINK)
347294190Sdes	$(LINK) -o $@ $(STREAMTCP_OBJ_LINK) $(SSLLIB) $(LIBS)
348238106Sdes
349238106Sdesperf$(EXEEXT):	$(PERF_OBJ_LINK)
350294190Sdes	$(LINK) -o $@ $(PERF_OBJ_LINK) $(SSLLIB) $(LIBS)
351238106Sdes
352238106Sdesdelayer$(EXEEXT):	$(DELAYER_OBJ_LINK)
353294190Sdes	$(LINK) -o $@ $(DELAYER_OBJ_LINK) $(SSLLIB) $(LIBS)
354238106Sdes
355269257Sdessignit$(EXEEXT):	testcode/signit.c
356294190Sdes	$(CC) $(CPPFLAGS) $(CFLAGS) -o $@ testcode/signit.c $(LDFLAGS) -lldns $(SSLLIB) $(LIBS)
357238106Sdes
358269257Sdesunbound.h:	$(srcdir)/libunbound/unbound.h
359269257Sdes	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 > $@
360269257Sdes
361285206Sdesunbound-control-setup:	smallapp/unbound-control-setup.sh
362285206Sdes	cp smallapp/unbound-control-setup.sh $@
363238106Sdes	-chmod +x $@
364238106Sdes
365285206Sdes# dnstap
366285206Sdesdnstap.lo dnstap.o: $(srcdir)/dnstap/dnstap.c config.h dnstap/dnstap_config.h \
367285206Sdes	dnstap/dnstap.pb-c.c dnstap/dnstap.pb-c.h $(srcdir)/dnstap/dnstap.h \
368285206Sdes	$(srcdir)/util/config_file.h $(srcdir)/util/log.h \
369285206Sdes	$(srcdir)/util/netevent.h $(srcdir)/util/net_help.h
370285206Sdes
371285206Sdesdnstap/dnstap.pb-c.c dnstap/dnstap.pb-c.h: $(srcdir)/dnstap/dnstap.proto
372285206Sdes	@-if test ! -d dnstap; then $(INSTALL) -d dnstap; fi
373285206Sdes	$(PROTOC_C) --c_out=. $(srcdir)/dnstap/dnstap.proto
374285206Sdes
375285206Sdesdnstap.pb-c.lo dnstap.pb-c.o: dnstap/dnstap.pb-c.c dnstap/dnstap.pb-c.h
376285206Sdes
377238106Sdes# Python Module
378238106Sdespythonmod.lo pythonmod.o: $(srcdir)/pythonmod/pythonmod.c config.h \
379238106Sdes	pythonmod/interface.h \
380238106Sdes	$(srcdir)/pythonmod/pythonmod.h $(srcdir)/util/module.h \
381238106Sdes	$(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h \
382238106Sdes	$(srcdir)/util/log.h $(srcdir)/util/data/msgreply.h \
383238106Sdes	$(srcdir)/util/data/packed_rrset.h $(srcdir)/util/data/msgparse.h \
384238106Sdes	$(srcdir)/services/outbound_list.h $(srcdir)/util/config_file.h \
385238106Sdes	$(srcdir)/pythonmod/pythonmod_utils.h $(srcdir)/util/netevent.h \
386238106Sdes	$(srcdir)/util/regional.h $(srcdir)/util/data/dname.h \
387238106Sdes	$(srcdir)/services/cache/dns.h $(srcdir)/services/mesh.h \
388238106Sdes	$(srcdir)/util/rbtree.h $(srcdir)/services/modstack.h
389238106Sdes
390249141Sdespythonmod/interface.h:	$(srcdir)/pythonmod/interface.i config.h
391238106Sdes	@-if test ! -d pythonmod; then $(INSTALL) -d pythonmod; fi
392238106Sdes	$(SWIG) $(CPPFLAGS) -o $@ -python $(srcdir)/pythonmod/interface.i
393238106Sdes
394238106Sdeslibunbound_wrap.lo libunbound_wrap.o: libunbound/python/libunbound_wrap.c \
395269257Sdes	unbound.h
396269257Sdeslibunbound/python/libunbound_wrap.c:	$(srcdir)/libunbound/python/libunbound.i unbound.h
397238106Sdes	@-if test ! -d libunbound/python; then $(INSTALL) -d libunbound/python; fi
398291767Sdes	$(SWIG) -python -o $@ $(CPPFLAGS) -DPY_MAJOR_VERSION=$(PY_MAJOR_VERSION) $(srcdir)/libunbound/python/libunbound.i
399238106Sdes
400238106Sdes# Pyunbound python unbound wrapper
401238106Sdes_unbound.la:	libunbound_wrap.lo libunbound.la
402285206Sdes	$(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
403238106Sdes
404238106Sdesutil/config_file.c:	util/configparser.h
405238106Sdesutil/configlexer.c:  $(srcdir)/util/configlexer.lex util/configparser.h
406238106Sdes	@-if test ! -d util; then $(INSTALL) -d util; fi
407238106Sdes	if test "$(LEX)" != ":"; then \
408238106Sdes		echo "#include \"config.h\"" > $@ ;\
409238106Sdes		echo "#include \"util/configyyrename.h\"" >> $@ ;\
410238106Sdes		$(LEX) -t $(srcdir)/util/configlexer.lex >> $@ ;\
411238106Sdes	fi
412238106Sdes
413238106Sdesutil/configparser.c util/configparser.h:  $(srcdir)/util/configparser.y
414238106Sdes	@-if test ! -d util; then $(INSTALL) -d util; fi
415238106Sdes	$(YACC) -d -o util/configparser.c $(srcdir)/util/configparser.y
416238106Sdes
417238106Sdesclean:
418238106Sdes	rm -f *.o *.d *.lo *~ tags
419269257Sdes	rm -f unbound$(EXEEXT) unbound-checkconf$(EXEEXT) unbound-host$(EXEEXT) unbound-control$(EXEEXT) unbound-anchor$(EXEEXT) unbound-control-setup libunbound.la unbound.h
420238106Sdes	rm -f $(ALL_SRC:.c=.lint)
421249141Sdes	rm -f _unbound.la libunbound/python/libunbound_wrap.c libunbound/python/unbound.py pythonmod/interface.h pythonmod/unboundmodule.py
422238106Sdes	rm -rf autom4te.cache .libs build doc/html doc/xml
423238106Sdes
424238106Sdesrealclean: clean
425238106Sdes	rm -f config.status config.log config.h.in config.h
426238106Sdes	rm -f configure config.sub config.guess ltmain.sh aclocal.m4 libtool
427238106Sdes	rm -f util/configlexer.c util/configparser.c util/configparser.h
428249141Sdes	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
429238106Sdes	rm -f $(TEST_BIN)
430238106Sdes	rm -f Makefile 
431238106Sdes
432238106Sdes.SUFFIXES: .lint
433238106Sdes.c.lint:
434269257Sdes	$(LINT) $(LINTFLAGS) -I. -I$(srcdir) $<
435238106Sdes	touch $@
436238106Sdes
437285206Sdesutil/configparser.lint util/configlexer.lint pythonmod/pythonmod.lint libunbound/python/libunbound_wrap.lint dnstap/dnstap.pb-c.lint:
438238106Sdes	# skip lint for generated code
439238106Sdes	touch $@
440238106Sdes
441238106Sdeswinrc/win_svc.lint winrc/w_inst.lint winrc/unbound-service-install.lint winrc/unbound-service-remove.lint:
442238106Sdes	# skip lint for windows types
443238106Sdes	touch $@
444238106Sdes
445238106Sdeslint:	$(ALL_SRC:.c=.lint)
446238106Sdes
447238106Sdestags:	$(srcdir)/*.[ch] $(srcdir)/*/*.[ch]
448238106Sdes	ctags  -f $(srcdir)/tags $(srcdir)/*.[ch] $(srcdir)/*/*.[ch]
449238106Sdes
450238106Sdesdoc:
451238106Sdes	if test -n "$(doxygen)"; then \
452238106Sdes		$(doxygen) $(srcdir)/doc/unbound.doxygen; fi
453238106Sdes	if test "$(WITH_PYUNBOUND)" = "yes" -o "$(WITH_PYTHONMODULE)" = "yes"; \
454238106Sdes	    then if test -x "`which sphinx-build 2>&1`"; then \
455238106Sdes		sphinx-build -b html pythonmod/doc doc/html/pythonmod; \
456238106Sdes		sphinx-build -b html libunbound/python/doc doc/html/pyunbound;\
457238106Sdes	    fi ;\
458238106Sdes	fi
459238106Sdes
460238106Sdesstrip:
461238106Sdes	$(STRIP) unbound$(EXEEXT)
462238106Sdes	$(STRIP) unbound-checkconf$(EXEEXT)
463238106Sdes	$(STRIP) unbound-control$(EXEEXT)
464285206Sdes	$(STRIP) unbound-host$(EXEEXT) || $(STRIP) .libs/unbound-host$(EXEEXT)
465285206Sdes	$(STRIP) unbound-anchor$(EXEEXT) || $(STRIP) .libs/unbound-anchor$(EXEEXT)
466238106Sdes
467238106Sdespythonmod-install:
468238106Sdes	$(INSTALL) -m 755 -d $(DESTDIR)$(PYTHON_SITE_PKG)
469238106Sdes	$(INSTALL) -c -m 644 pythonmod/unboundmodule.py $(DESTDIR)$(PYTHON_SITE_PKG)/unboundmodule.py
470238106Sdes
471238106Sdespyunbound-install:
472238106Sdes	$(INSTALL) -m 755 -d $(DESTDIR)$(PYTHON_SITE_PKG)
473249141Sdes	$(INSTALL) -c -m 644 $(srcdir)/libunbound/python/unbound.py $(DESTDIR)$(PYTHON_SITE_PKG)/unbound.py
474238106Sdes	$(LIBTOOL) --mode=install cp _unbound.la $(DESTDIR)$(PYTHON_SITE_PKG)
475238106Sdes	$(LIBTOOL) --mode=finish $(DESTDIR)$(PYTHON_SITE_PKG)
476238106Sdes
477269257Sdesunbound-event-install:
478269257Sdes	$(INSTALL) -m 755 -d $(DESTDIR)$(includedir)
479269257Sdes	$(LIBTOOL) --mode=install cp $(srcdir)/libunbound/unbound-event.h $(DESTDIR)$(includedir)/unbound-event.h
480269257Sdes
481269257Sdesinstall:	$(INSTALLTARGET)
482269257Sdes
483269257Sdesinstall-lib:	lib $(UNBOUND_EVENT_INSTALL)
484269257Sdes	$(INSTALL) -m 755 -d $(DESTDIR)$(libdir)
485269257Sdes	$(INSTALL) -m 755 -d $(DESTDIR)$(includedir)
486269257Sdes	$(INSTALL) -m 755 -d $(DESTDIR)$(mandir)
487269257Sdes	$(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man3
488269257Sdes	$(INSTALL) -c -m 644 doc/libunbound.3 $(DESTDIR)$(mandir)/man3
489269257Sdes	for mpage in ub_ctx ub_result ub_ctx_create ub_ctx_delete \
490269257Sdes		ub_ctx_set_option ub_ctx_get_option ub_ctx_config ub_ctx_set_fwd \
491269257Sdes		ub_ctx_resolvconf ub_ctx_hosts ub_ctx_add_ta ub_ctx_add_ta_file \
492269257Sdes		ub_ctx_trustedkeys ub_ctx_debugout ub_ctx_debuglevel ub_ctx_async \
493269257Sdes		ub_poll ub_wait ub_fd ub_process ub_resolve ub_resolve_async ub_cancel \
494269257Sdes		ub_resolve_free ub_strerror ub_ctx_print_local_zones ub_ctx_zone_add \
495269257Sdes		ub_ctx_zone_remove ub_ctx_data_add ub_ctx_data_remove; \
496269257Sdes	do \
497269257Sdes		echo ".so man3/libunbound.3" > $(DESTDIR)$(mandir)/man3/$$mpage.3 ; \
498269257Sdes	done
499269257Sdes	$(LIBTOOL) --mode=install cp unbound.h $(DESTDIR)$(includedir)/unbound.h
500269257Sdes	$(LIBTOOL) --mode=install cp libunbound.la $(DESTDIR)$(libdir)
501269257Sdes	$(LIBTOOL) --mode=finish $(DESTDIR)$(libdir)
502269257Sdes
503269257Sdesinstall-all:	all $(PYTHONMOD_INSTALL) $(PYUNBOUND_INSTALL) $(UNBOUND_EVENT_INSTALL) install-lib
504238106Sdes	$(INSTALL) -m 755 -d $(DESTDIR)$(sbindir)
505238106Sdes	$(INSTALL) -m 755 -d $(DESTDIR)$(mandir)
506238106Sdes	$(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man8
507238106Sdes	$(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man5
508238106Sdes	$(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man1
509238106Sdes	$(LIBTOOL) --mode=install cp unbound$(EXEEXT) $(DESTDIR)$(sbindir)/unbound$(EXEEXT)
510238106Sdes	$(LIBTOOL) --mode=install cp unbound-checkconf$(EXEEXT) $(DESTDIR)$(sbindir)/unbound-checkconf$(EXEEXT)
511238106Sdes	$(LIBTOOL) --mode=install cp unbound-control$(EXEEXT) $(DESTDIR)$(sbindir)/unbound-control$(EXEEXT)
512238106Sdes	$(LIBTOOL) --mode=install cp unbound-host$(EXEEXT) $(DESTDIR)$(sbindir)/unbound-host$(EXEEXT)
513238106Sdes	$(LIBTOOL) --mode=install cp unbound-anchor$(EXEEXT) $(DESTDIR)$(sbindir)/unbound-anchor$(EXEEXT)
514238106Sdes	$(INSTALL) -c -m 644 doc/unbound.8 $(DESTDIR)$(mandir)/man8
515238106Sdes	$(INSTALL) -c -m 644 doc/unbound-checkconf.8 $(DESTDIR)$(mandir)/man8
516238106Sdes	$(INSTALL) -c -m 644 doc/unbound-control.8 $(DESTDIR)$(mandir)/man8
517269257Sdes	$(INSTALL) -c -m 644 doc/unbound-control.8 $(DESTDIR)$(mandir)/man8/unbound-control-setup.8
518238106Sdes	$(INSTALL) -c -m 644 doc/unbound-anchor.8 $(DESTDIR)$(mandir)/man8
519238106Sdes	$(INSTALL) -c -m 644 doc/unbound.conf.5 $(DESTDIR)$(mandir)/man5
520285206Sdes	$(INSTALL) -c -m 644 doc/unbound-host.1 $(DESTDIR)$(mandir)/man1
521238106Sdes	$(INSTALL) -c -m 755 unbound-control-setup $(DESTDIR)$(sbindir)/unbound-control-setup
522238106Sdes	if test ! -e $(DESTDIR)$(configfile); then $(INSTALL) -d `dirname $(DESTDIR)$(configfile)`; $(INSTALL) -c -m 644 doc/example.conf $(DESTDIR)$(configfile); fi
523238106Sdes
524238106Sdespythonmod-uninstall:
525238106Sdes	rm -f -- $(DESTDIR)$(PYTHON_SITE_PKG)/unboundmodule.py
526238106Sdes
527238106Sdespyunbound-uninstall:
528238106Sdes	rm -f -- $(DESTDIR)$(PYTHON_SITE_PKG)/unbound.py
529238106Sdes	$(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(PYTHON_SITE_PKG)/_unbound.la
530238106Sdes
531269257Sdesunbound-event-uninstall:
532269257Sdes	rm -f -- $(DESTDIR)$(includedir)/unbound-event.h
533269257Sdes
534269257Sdesuninstall:	$(PYTHONMOD_UNINSTALL) $(PYUNBOUND_UNINSTALL) $(UNBOUND_EVENT_UNINSTALL)
535238106Sdes	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
536269257Sdes	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
537238106Sdes	rm -f -- $(DESTDIR)$(mandir)/man1/unbound-host.1 $(DESTDIR)$(mandir)/man3/libunbound.3
538249141Sdes	for mpage in ub_ctx ub_result ub_ctx_create ub_ctx_delete \
539249141Sdes		ub_ctx_set_option ub_ctx_get_option ub_ctx_config ub_ctx_set_fwd \
540249141Sdes		ub_ctx_resolvconf ub_ctx_hosts ub_ctx_add_ta ub_ctx_add_ta_file \
541249141Sdes		ub_ctx_trustedkeys ub_ctx_debugout ub_ctx_debuglevel ub_ctx_async \
542249141Sdes		ub_poll ub_wait ub_fd ub_process ub_resolve ub_resolve_async ub_cancel \
543249141Sdes		ub_resolve_free ub_strerror ub_ctx_print_local_zones ub_ctx_zone_add \
544249141Sdes		ub_ctx_zone_remove ub_ctx_data_add ub_ctx_data_remove; \
545249141Sdes	do \
546249141Sdes		rm -f -- $(DESTDIR)$(mandir)/man3/$$mpage.3 ; \
547249141Sdes	done
548238106Sdes	rm -f -- $(DESTDIR)$(includedir)/unbound.h
549238106Sdes	$(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/libunbound.la
550238106Sdes	@echo
551238106Sdes	@echo "You still need to remove "`dirname $(DESTDIR)$(configfile)`" , $(DESTDIR)$(configfile) by hand"
552238106Sdes
553238106Sdesiana_update:
554238106Sdes	curl -o port-numbers.tmp http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml --compressed
555238106Sdes	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  
556238106Sdes	rm -f port-numbers.tmp
557238106Sdes
558238106Sdes# dependency generation
559238106SdesDEPEND_TMP=depend1073.tmp
560238106SdesDEPEND_TMP2=depend1074.tmp
561238106SdesDEPEND_TARGET=Makefile
562238106SdesDEPEND_TARGET2=Makefile.in
563238106Sdes# actions: generate deplines from gcc,
564238106Sdes# then, filter out home/xx, /usr/xx and /opt/xx lines (some cc already do this)
565238106Sdes# then, remove empty " \" lines
566238106Sdes# then, add srcdir before .c and .h in deps.
567238106Sdes# then, remove srcdir from the (generated) parser and lexer.
568238106Sdes# and mention the .lo
569238106Sdesdepend:
570238106Sdes	(cd $(srcdir) ; $(CC) $(DEPFLAG) $(CPPFLAGS) $(CFLAGS) $(ALL_SRC) $(COMPAT_SRC)) | \
571238106Sdes		sed -e 's!'$$HOME'[^ ]* !!g' -e 's!'$$HOME'[^ ]*$$!!g' \
572238106Sdes			-e 's!/usr[^ ]* !!g' -e 's!/usr[^ ]*$$!!g' \
573238106Sdes			-e 's!/opt[^ ]* !!g' -e 's!/opt[^ ]*$$!!g' | \
574238106Sdes		sed -e '/^ \\$$/d' | \
575238106Sdes		sed -e 's? *\([^ ]*\.[ch]\)? $$(srcdir)/\1?g' | \
576238106Sdes		sed -e 's? *\([^ ]*\.inc\)? $$(srcdir)/\1?g' | \
577238106Sdes		sed -e 's?$$(srcdir)/config.h?config.h?g' \
578238106Sdes			-e 's?$$(srcdir)/util/configlexer.c?util/configlexer.c?g' \
579238106Sdes			-e 's?$$(srcdir)/util/configparser.c?util/configparser.c?g' \
580238106Sdes			-e 's?$$(srcdir)/util/configparser.h?util/configparser.h?g' \
581285206Sdes			-e 's?$$(srcdir)/dnstap/dnstap_config.h??g' \
582238106Sdes			-e 's?$$(srcdir)/pythonmod/pythonmod.h?$$(PYTHONMOD_HEADER)?g' \
583238106Sdes			-e 's!\(.*\)\.o[ :]*!\1.lo \1.o: !g' \
584238106Sdes			> $(DEPEND_TMP)
585238106Sdes	cp $(DEPEND_TARGET) $(DEPEND_TMP2)
586238106Sdes	head -`egrep -n "# Dependencies" $(DEPEND_TARGET) | tail -1 | sed -e 's/:.*$$//'` $(DEPEND_TMP2) > $(DEPEND_TARGET)
587238106Sdes	cat $(DEPEND_TMP) >> $(DEPEND_TARGET)
588238106Sdes	@if diff $(DEPEND_TARGET) $(DEPEND_TMP2); then echo "	$(DEPEND_TARGET) unchanged"; else echo "	Updated $(DEPEND_TARGET))"; fi
589238106Sdes	@if test -f $(DEPEND_TARGET2); then \
590238106Sdes		cp $(DEPEND_TARGET2) $(DEPEND_TMP2); \
591238106Sdes		head -`egrep -n "# Dependencies" $(DEPEND_TARGET2) | tail -1 | sed -e 's/:.*$$//'` $(DEPEND_TMP2) > $(DEPEND_TARGET2); \
592238106Sdes		cat $(DEPEND_TMP) >> $(DEPEND_TARGET2); \
593238106Sdes		if diff $(DEPEND_TARGET2) $(DEPEND_TMP2); then echo "	$(DEPEND_TARGET2) unchanged"; else echo "	Updated $(DEPEND_TARGET2))"; fi; \
594238106Sdes	fi
595238106Sdes	rm -f $(DEPEND_TMP) $(DEPEND_TMP2)
596238106Sdes
597238106Sdes# Dependencies
598295691Sdesas112.lo as112.o: $(srcdir)/util/as112.c $(srcdir)/util/as112.h
599285206Sdesdns.lo dns.o: $(srcdir)/services/cache/dns.c config.h $(srcdir)/iterator/iter_delegpt.h $(srcdir)/util/log.h \
600285206Sdes $(srcdir)/validator/val_nsec.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h \
601285206Sdes $(srcdir)/util/locks.h $(srcdir)/services/cache/dns.h $(srcdir)/util/data/msgreply.h \
602285206Sdes $(srcdir)/services/cache/rrset.h $(srcdir)/util/storage/slabhash.h $(srcdir)/util/data/dname.h \
603291767Sdes $(srcdir)/util/module.h $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h \
604291767Sdes $(srcdir)/util/net_help.h $(srcdir)/util/regional.h $(srcdir)/util/config_file.h $(srcdir)/sldns/sbuffer.h
605291767Sdesinfra.lo infra.o: $(srcdir)/services/cache/infra.c config.h $(srcdir)/sldns/rrdef.h $(srcdir)/sldns/str2wire.h \
606285206Sdes $(srcdir)/services/cache/infra.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \
607291767Sdes $(srcdir)/util/storage/dnstree.h $(srcdir)/util/rbtree.h $(srcdir)/util/rtt.h $(srcdir)/util/storage/slabhash.h \
608291767Sdes $(srcdir)/util/storage/lookup3.h $(srcdir)/util/data/dname.h $(srcdir)/util/net_help.h \
609291767Sdes $(srcdir)/util/config_file.h $(srcdir)/iterator/iterator.h $(srcdir)/services/outbound_list.h \
610291767Sdes $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/module.h \
611291767Sdes $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h
612285206Sdesrrset.lo rrset.o: $(srcdir)/services/cache/rrset.c config.h $(srcdir)/services/cache/rrset.h \
613285206Sdes $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/storage/slabhash.h \
614291767Sdes $(srcdir)/util/data/packed_rrset.h $(srcdir)/sldns/rrdef.h $(srcdir)/util/config_file.h \
615285206Sdes $(srcdir)/util/data/msgreply.h $(srcdir)/util/regional.h $(srcdir)/util/alloc.h
616285206Sdesdname.lo dname.o: $(srcdir)/util/data/dname.c config.h $(srcdir)/util/data/dname.h \
617285206Sdes $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/data/msgparse.h \
618291767Sdes $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h $(srcdir)/util/storage/lookup3.h $(srcdir)/sldns/sbuffer.h
619285206Sdesmsgencode.lo msgencode.o: $(srcdir)/util/data/msgencode.c config.h $(srcdir)/util/data/msgencode.h \
620285206Sdes $(srcdir)/util/data/msgreply.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \
621291767Sdes $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h \
622291767Sdes $(srcdir)/sldns/rrdef.h $(srcdir)/util/data/dname.h $(srcdir)/util/regional.h $(srcdir)/util/net_help.h \
623291767Sdes $(srcdir)/sldns/sbuffer.h
624285206Sdesmsgparse.lo msgparse.o: $(srcdir)/util/data/msgparse.c config.h $(srcdir)/util/data/msgparse.h \
625291767Sdes $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/sldns/pkthdr.h \
626291767Sdes $(srcdir)/sldns/rrdef.h $(srcdir)/util/data/dname.h $(srcdir)/util/data/packed_rrset.h \
627291767Sdes $(srcdir)/util/storage/lookup3.h $(srcdir)/util/regional.h $(srcdir)/sldns/sbuffer.h $(srcdir)/sldns/parseutil.h \
628291767Sdes $(srcdir)/sldns/wire2str.h
629285206Sdesmsgreply.lo msgreply.o: $(srcdir)/util/data/msgreply.c config.h $(srcdir)/util/data/msgreply.h \
630285206Sdes $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/data/packed_rrset.h \
631285206Sdes $(srcdir)/util/storage/lookup3.h $(srcdir)/util/alloc.h $(srcdir)/util/netevent.h $(srcdir)/util/net_help.h \
632291767Sdes $(srcdir)/util/data/dname.h $(srcdir)/util/regional.h $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h \
633291767Sdes $(srcdir)/sldns/rrdef.h $(srcdir)/util/data/msgencode.h $(srcdir)/sldns/sbuffer.h $(srcdir)/sldns/wire2str.h
634285206Sdespacked_rrset.lo packed_rrset.o: $(srcdir)/util/data/packed_rrset.c config.h \
635285206Sdes $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \
636285206Sdes $(srcdir)/util/data/dname.h $(srcdir)/util/storage/lookup3.h $(srcdir)/util/alloc.h $(srcdir)/util/regional.h \
637291767Sdes $(srcdir)/util/net_help.h $(srcdir)/sldns/rrdef.h $(srcdir)/sldns/sbuffer.h $(srcdir)/sldns/wire2str.h
638285206Sdesiterator.lo iterator.o: $(srcdir)/iterator/iterator.c config.h $(srcdir)/iterator/iterator.h \
639285206Sdes $(srcdir)/services/outbound_list.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/storage/lruhash.h \
640285206Sdes $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/module.h \
641291767Sdes $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h $(srcdir)/iterator/iter_utils.h \
642285206Sdes $(srcdir)/iterator/iter_resptype.h $(srcdir)/iterator/iter_hints.h $(srcdir)/util/storage/dnstree.h \
643285206Sdes $(srcdir)/util/rbtree.h $(srcdir)/iterator/iter_fwd.h $(srcdir)/iterator/iter_donotq.h \
644285206Sdes $(srcdir)/iterator/iter_delegpt.h $(srcdir)/iterator/iter_scrub.h $(srcdir)/iterator/iter_priv.h \
645285206Sdes $(srcdir)/validator/val_neg.h $(srcdir)/services/cache/dns.h $(srcdir)/services/cache/infra.h \
646285206Sdes $(srcdir)/util/rtt.h $(srcdir)/util/netevent.h $(srcdir)/util/net_help.h $(srcdir)/util/regional.h \
647285206Sdes $(srcdir)/util/data/dname.h $(srcdir)/util/data/msgencode.h $(srcdir)/util/fptr_wlist.h $(srcdir)/util/tube.h \
648291767Sdes $(srcdir)/services/mesh.h $(srcdir)/services/modstack.h $(srcdir)/util/config_file.h $(srcdir)/util/random.h \
649294190Sdes $(srcdir)/sldns/wire2str.h $(srcdir)/sldns/str2wire.h $(srcdir)/sldns/parseutil.h $(srcdir)/sldns/sbuffer.h
650285206Sdesiter_delegpt.lo iter_delegpt.o: $(srcdir)/iterator/iter_delegpt.c config.h $(srcdir)/iterator/iter_delegpt.h \
651285206Sdes $(srcdir)/util/log.h $(srcdir)/services/cache/dns.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h \
652285206Sdes $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/regional.h \
653291767Sdes $(srcdir)/util/data/dname.h $(srcdir)/util/net_help.h $(srcdir)/sldns/rrdef.h $(srcdir)/sldns/sbuffer.h
654285206Sdesiter_donotq.lo iter_donotq.o: $(srcdir)/iterator/iter_donotq.c config.h $(srcdir)/iterator/iter_donotq.h \
655285206Sdes $(srcdir)/util/storage/dnstree.h $(srcdir)/util/rbtree.h $(srcdir)/util/regional.h $(srcdir)/util/log.h \
656285206Sdes $(srcdir)/util/config_file.h $(srcdir)/util/net_help.h
657285206Sdesiter_fwd.lo iter_fwd.o: $(srcdir)/iterator/iter_fwd.c config.h $(srcdir)/iterator/iter_fwd.h \
658285206Sdes $(srcdir)/util/rbtree.h $(srcdir)/iterator/iter_delegpt.h $(srcdir)/util/log.h $(srcdir)/util/config_file.h \
659285206Sdes $(srcdir)/util/net_help.h $(srcdir)/util/data/dname.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h \
660291767Sdes $(srcdir)/sldns/rrdef.h $(srcdir)/sldns/str2wire.h
661285206Sdesiter_hints.lo iter_hints.o: $(srcdir)/iterator/iter_hints.c config.h $(srcdir)/iterator/iter_hints.h \
662285206Sdes $(srcdir)/util/storage/dnstree.h $(srcdir)/util/rbtree.h $(srcdir)/iterator/iter_delegpt.h $(srcdir)/util/log.h \
663285206Sdes $(srcdir)/util/config_file.h $(srcdir)/util/net_help.h $(srcdir)/util/data/dname.h \
664291767Sdes $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/sldns/rrdef.h $(srcdir)/sldns/str2wire.h \
665291767Sdes $(srcdir)/sldns/wire2str.h
666285206Sdesiter_priv.lo iter_priv.o: $(srcdir)/iterator/iter_priv.c config.h $(srcdir)/iterator/iter_priv.h \
667285206Sdes $(srcdir)/util/rbtree.h $(srcdir)/util/regional.h $(srcdir)/util/log.h $(srcdir)/util/config_file.h \
668285206Sdes $(srcdir)/util/data/dname.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h \
669291767Sdes $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h $(srcdir)/util/net_help.h \
670291767Sdes $(srcdir)/util/storage/dnstree.h $(srcdir)/sldns/str2wire.h $(srcdir)/sldns/sbuffer.h
671285206Sdesiter_resptype.lo iter_resptype.o: $(srcdir)/iterator/iter_resptype.c config.h \
672285206Sdes $(srcdir)/iterator/iter_resptype.h $(srcdir)/iterator/iter_delegpt.h $(srcdir)/util/log.h \
673285206Sdes $(srcdir)/services/cache/dns.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h \
674285206Sdes $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/net_help.h \
675291767Sdes $(srcdir)/util/data/dname.h $(srcdir)/sldns/rrdef.h $(srcdir)/sldns/pkthdr.h
676285206Sdesiter_scrub.lo iter_scrub.o: $(srcdir)/iterator/iter_scrub.c config.h $(srcdir)/iterator/iter_scrub.h \
677285206Sdes $(srcdir)/iterator/iterator.h $(srcdir)/services/outbound_list.h $(srcdir)/util/data/msgreply.h \
678285206Sdes $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/data/packed_rrset.h \
679291767Sdes $(srcdir)/util/module.h $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h \
680285206Sdes $(srcdir)/iterator/iter_priv.h $(srcdir)/util/rbtree.h $(srcdir)/services/cache/rrset.h \
681285206Sdes $(srcdir)/util/storage/slabhash.h $(srcdir)/util/net_help.h $(srcdir)/util/regional.h \
682291767Sdes $(srcdir)/util/config_file.h $(srcdir)/util/data/dname.h $(srcdir)/util/alloc.h $(srcdir)/sldns/sbuffer.h
683285206Sdesiter_utils.lo iter_utils.o: $(srcdir)/iterator/iter_utils.c config.h $(srcdir)/iterator/iter_utils.h \
684285206Sdes $(srcdir)/iterator/iter_resptype.h $(srcdir)/iterator/iterator.h $(srcdir)/services/outbound_list.h \
685285206Sdes $(srcdir)/util/data/msgreply.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \
686285206Sdes $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/module.h $(srcdir)/util/data/msgparse.h \
687291767Sdes $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h $(srcdir)/iterator/iter_hints.h \
688291767Sdes $(srcdir)/util/storage/dnstree.h $(srcdir)/util/rbtree.h $(srcdir)/iterator/iter_fwd.h \
689291767Sdes $(srcdir)/iterator/iter_donotq.h $(srcdir)/iterator/iter_delegpt.h $(srcdir)/iterator/iter_priv.h \
690291767Sdes $(srcdir)/services/cache/infra.h $(srcdir)/util/rtt.h $(srcdir)/services/cache/dns.h \
691291767Sdes $(srcdir)/services/cache/rrset.h $(srcdir)/util/storage/slabhash.h $(srcdir)/util/net_help.h \
692291767Sdes $(srcdir)/util/config_file.h $(srcdir)/util/regional.h $(srcdir)/util/data/dname.h $(srcdir)/util/random.h \
693291767Sdes $(srcdir)/util/fptr_wlist.h $(srcdir)/util/netevent.h $(srcdir)/util/tube.h $(srcdir)/services/mesh.h \
694291767Sdes $(srcdir)/services/modstack.h $(srcdir)/validator/val_anchor.h $(srcdir)/validator/val_kcache.h \
695291767Sdes $(srcdir)/validator/val_kentry.h $(srcdir)/validator/val_utils.h $(srcdir)/validator/val_sigcrypt.h \
696291767Sdes $(srcdir)/sldns/sbuffer.h $(srcdir)/sldns/str2wire.h
697285206Sdeslisten_dnsport.lo listen_dnsport.o: $(srcdir)/services/listen_dnsport.c config.h \
698285206Sdes $(srcdir)/services/listen_dnsport.h $(srcdir)/util/netevent.h $(srcdir)/services/outside_network.h \
699285206Sdes $(srcdir)/util/rbtree.h  $(srcdir)/util/log.h $(srcdir)/util/config_file.h \
700291767Sdes $(srcdir)/util/net_help.h $(srcdir)/sldns/sbuffer.h
701285206Sdeslocalzone.lo localzone.o: $(srcdir)/services/localzone.c config.h $(srcdir)/services/localzone.h \
702291767Sdes $(srcdir)/util/rbtree.h $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/sldns/str2wire.h $(srcdir)/sldns/rrdef.h \
703291767Sdes $(srcdir)/sldns/sbuffer.h $(srcdir)/util/regional.h $(srcdir)/util/config_file.h $(srcdir)/util/data/dname.h \
704285206Sdes $(srcdir)/util/storage/lruhash.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/data/msgencode.h \
705285206Sdes $(srcdir)/util/net_help.h $(srcdir)/util/netevent.h $(srcdir)/util/data/msgreply.h \
706295691Sdes $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h $(srcdir)/util/as112.h
707285206Sdesmesh.lo mesh.o: $(srcdir)/services/mesh.c config.h $(srcdir)/services/mesh.h $(srcdir)/util/rbtree.h \
708285206Sdes $(srcdir)/util/netevent.h $(srcdir)/util/data/msgparse.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h \
709291767Sdes $(srcdir)/util/log.h $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h $(srcdir)/util/module.h \
710291767Sdes $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/services/modstack.h \
711291767Sdes $(srcdir)/services/outbound_list.h $(srcdir)/services/cache/dns.h $(srcdir)/util/net_help.h \
712291767Sdes $(srcdir)/util/regional.h $(srcdir)/util/data/msgencode.h $(srcdir)/util/timehist.h $(srcdir)/util/fptr_wlist.h \
713291767Sdes $(srcdir)/util/tube.h $(srcdir)/util/alloc.h $(srcdir)/util/config_file.h $(srcdir)/sldns/sbuffer.h
714285206Sdesmodstack.lo modstack.o: $(srcdir)/services/modstack.c config.h $(srcdir)/services/modstack.h \
715285206Sdes $(srcdir)/util/module.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \
716285206Sdes $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/data/msgparse.h \
717291767Sdes $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h $(srcdir)/util/fptr_wlist.h $(srcdir)/util/netevent.h \
718291767Sdes $(srcdir)/util/tube.h $(srcdir)/services/mesh.h $(srcdir)/util/rbtree.h $(srcdir)/dns64/dns64.h \
719291767Sdes $(srcdir)/iterator/iterator.h $(srcdir)/services/outbound_list.h $(srcdir)/validator/validator.h \
720291767Sdes $(srcdir)/validator/val_utils.h
721285206Sdesoutbound_list.lo outbound_list.o: $(srcdir)/services/outbound_list.c config.h \
722285206Sdes $(srcdir)/services/outbound_list.h $(srcdir)/services/outside_network.h $(srcdir)/util/rbtree.h \
723285206Sdes $(srcdir)/util/netevent.h 
724285206Sdesoutside_network.lo outside_network.o: $(srcdir)/services/outside_network.c config.h \
725285206Sdes $(srcdir)/services/outside_network.h $(srcdir)/util/rbtree.h $(srcdir)/util/netevent.h \
726285206Sdes  $(srcdir)/services/listen_dnsport.h $(srcdir)/services/cache/infra.h \
727291767Sdes $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/storage/dnstree.h \
728291767Sdes $(srcdir)/util/rtt.h $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h \
729291767Sdes $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/data/msgencode.h \
730291767Sdes $(srcdir)/util/data/dname.h $(srcdir)/util/net_help.h $(srcdir)/util/random.h $(srcdir)/util/fptr_wlist.h \
731291767Sdes $(srcdir)/util/module.h $(srcdir)/util/tube.h $(srcdir)/services/mesh.h $(srcdir)/services/modstack.h \
732294190Sdes $(srcdir)/sldns/sbuffer.h $(srcdir)/dnstap/dnstap.h
733285206Sdesalloc.lo alloc.o: $(srcdir)/util/alloc.c config.h $(srcdir)/util/alloc.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \
734285206Sdes $(srcdir)/util/regional.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h \
735285206Sdes $(srcdir)/util/fptr_wlist.h $(srcdir)/util/netevent.h $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h \
736291767Sdes $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h $(srcdir)/util/tube.h \
737285206Sdes $(srcdir)/services/mesh.h $(srcdir)/util/rbtree.h $(srcdir)/services/modstack.h
738285206Sdesconfig_file.lo config_file.o: $(srcdir)/util/config_file.c config.h $(srcdir)/util/log.h \
739285206Sdes $(srcdir)/util/configyyrename.h $(srcdir)/util/config_file.h util/configparser.h \
740285206Sdes $(srcdir)/util/net_help.h $(srcdir)/util/data/msgparse.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h \
741291767Sdes $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h \
742285206Sdes $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/regional.h $(srcdir)/util/fptr_wlist.h \
743285206Sdes $(srcdir)/util/netevent.h $(srcdir)/util/tube.h $(srcdir)/services/mesh.h $(srcdir)/util/rbtree.h \
744291767Sdes $(srcdir)/services/modstack.h $(srcdir)/util/data/dname.h $(srcdir)/util/rtt.h $(srcdir)/services/cache/infra.h \
745291767Sdes $(srcdir)/util/storage/dnstree.h $(srcdir)/sldns/wire2str.h $(srcdir)/sldns/parseutil.h \
746291767Sdes $(srcdir)/util/iana_ports.inc
747285206Sdesconfiglexer.lo configlexer.o: util/configlexer.c config.h $(srcdir)/util/configyyrename.h \
748285206Sdes $(srcdir)/util/config_file.h util/configparser.h
749285206Sdesconfigparser.lo configparser.o: util/configparser.c config.h $(srcdir)/util/configyyrename.h \
750285206Sdes $(srcdir)/util/config_file.h $(srcdir)/util/net_help.h $(srcdir)/util/log.h
751285206Sdesfptr_wlist.lo fptr_wlist.o: $(srcdir)/util/fptr_wlist.c config.h $(srcdir)/util/fptr_wlist.h \
752285206Sdes $(srcdir)/util/netevent.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \
753285206Sdes $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h \
754291767Sdes $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h $(srcdir)/util/tube.h \
755285206Sdes $(srcdir)/services/mesh.h $(srcdir)/util/rbtree.h $(srcdir)/services/modstack.h $(srcdir)/util/mini_event.h \
756285206Sdes $(srcdir)/util/rbtree.h $(srcdir)/services/outside_network.h  \
757291767Sdes $(srcdir)/services/localzone.h $(srcdir)/services/cache/infra.h $(srcdir)/util/storage/dnstree.h \
758291767Sdes $(srcdir)/util/rtt.h $(srcdir)/services/cache/rrset.h $(srcdir)/util/storage/slabhash.h $(srcdir)/dns64/dns64.h \
759285206Sdes $(srcdir)/iterator/iterator.h $(srcdir)/services/outbound_list.h $(srcdir)/iterator/iter_fwd.h \
760285206Sdes $(srcdir)/validator/validator.h $(srcdir)/validator/val_utils.h $(srcdir)/validator/val_anchor.h \
761285206Sdes $(srcdir)/validator/val_nsec3.h $(srcdir)/validator/val_sigcrypt.h $(srcdir)/validator/val_kentry.h \
762291767Sdes $(srcdir)/validator/val_neg.h $(srcdir)/validator/autotrust.h $(srcdir)/libunbound/libworker.h \
763291767Sdes $(srcdir)/libunbound/context.h $(srcdir)/util/alloc.h $(srcdir)/libunbound/unbound.h \
764291767Sdes $(srcdir)/libunbound/worker.h $(srcdir)/sldns/sbuffer.h $(srcdir)/util/config_file.h
765285206Sdeslocks.lo locks.o: $(srcdir)/util/locks.c config.h $(srcdir)/util/locks.h $(srcdir)/util/log.h
766291767Sdeslog.lo log.o: $(srcdir)/util/log.c config.h $(srcdir)/util/log.h $(srcdir)/util/locks.h $(srcdir)/sldns/sbuffer.h
767285206Sdesmini_event.lo mini_event.o: $(srcdir)/util/mini_event.c config.h $(srcdir)/util/mini_event.h $(srcdir)/util/rbtree.h \
768285206Sdes $(srcdir)/util/fptr_wlist.h $(srcdir)/util/netevent.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h \
769285206Sdes $(srcdir)/util/log.h $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h \
770291767Sdes $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h $(srcdir)/util/tube.h \
771285206Sdes $(srcdir)/services/mesh.h $(srcdir)/util/rbtree.h $(srcdir)/services/modstack.h
772285206Sdesmodule.lo module.o: $(srcdir)/util/module.c config.h $(srcdir)/util/module.h $(srcdir)/util/storage/lruhash.h \
773285206Sdes $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h \
774291767Sdes $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h
775285206Sdesnetevent.lo netevent.o: $(srcdir)/util/netevent.c config.h $(srcdir)/util/netevent.h $(srcdir)/util/log.h \
776285206Sdes $(srcdir)/util/net_help.h $(srcdir)/util/fptr_wlist.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h \
777285206Sdes $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h \
778291767Sdes $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h $(srcdir)/util/tube.h \
779291767Sdes $(srcdir)/services/mesh.h $(srcdir)/util/rbtree.h $(srcdir)/services/modstack.h $(srcdir)/sldns/sbuffer.h \
780294190Sdes $(srcdir)/dnstap/dnstap.h  $(srcdir)/util/mini_event.h $(srcdir)/util/rbtree.h
781285206Sdesnet_help.lo net_help.o: $(srcdir)/util/net_help.c config.h $(srcdir)/util/net_help.h $(srcdir)/util/log.h \
782285206Sdes $(srcdir)/util/data/dname.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/module.h \
783285206Sdes $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/data/msgparse.h \
784291767Sdes $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h $(srcdir)/util/regional.h $(srcdir)/sldns/parseutil.h \
785294190Sdes $(srcdir)/sldns/wire2str.h
786285206Sdesrandom.lo random.o: $(srcdir)/util/random.c config.h $(srcdir)/util/random.h $(srcdir)/util/log.h
787285206Sdesrbtree.lo rbtree.o: $(srcdir)/util/rbtree.c config.h $(srcdir)/util/log.h $(srcdir)/util/fptr_wlist.h \
788285206Sdes $(srcdir)/util/netevent.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \
789285206Sdes $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h \
790291767Sdes $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h $(srcdir)/util/tube.h \
791285206Sdes $(srcdir)/services/mesh.h $(srcdir)/util/rbtree.h $(srcdir)/services/modstack.h
792285206Sdesregional.lo regional.o: $(srcdir)/util/regional.c config.h $(srcdir)/util/log.h $(srcdir)/util/regional.h
793285206Sdesrtt.lo rtt.o: $(srcdir)/util/rtt.c config.h $(srcdir)/util/rtt.h
794285206Sdesdnstree.lo dnstree.o: $(srcdir)/util/storage/dnstree.c config.h $(srcdir)/util/storage/dnstree.h \
795285206Sdes $(srcdir)/util/rbtree.h $(srcdir)/util/data/dname.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h \
796285206Sdes $(srcdir)/util/log.h $(srcdir)/util/net_help.h
797285206Sdeslookup3.lo lookup3.o: $(srcdir)/util/storage/lookup3.c config.h $(srcdir)/util/storage/lookup3.h
798285206Sdeslruhash.lo lruhash.o: $(srcdir)/util/storage/lruhash.c config.h $(srcdir)/util/storage/lruhash.h \
799285206Sdes $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/fptr_wlist.h $(srcdir)/util/netevent.h $(srcdir)/util/module.h \
800285206Sdes $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/data/msgparse.h \
801291767Sdes $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h $(srcdir)/util/tube.h $(srcdir)/services/mesh.h $(srcdir)/util/rbtree.h \
802285206Sdes $(srcdir)/services/modstack.h
803285206Sdesslabhash.lo slabhash.o: $(srcdir)/util/storage/slabhash.c config.h $(srcdir)/util/storage/slabhash.h \
804285206Sdes $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h
805285206Sdestimehist.lo timehist.o: $(srcdir)/util/timehist.c config.h $(srcdir)/util/timehist.h $(srcdir)/util/log.h
806285206Sdestube.lo tube.o: $(srcdir)/util/tube.c config.h $(srcdir)/util/tube.h $(srcdir)/util/log.h $(srcdir)/util/net_help.h \
807285206Sdes $(srcdir)/util/netevent.h $(srcdir)/util/fptr_wlist.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h \
808285206Sdes $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h \
809291767Sdes $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h $(srcdir)/services/mesh.h \
810285206Sdes $(srcdir)/util/rbtree.h $(srcdir)/services/modstack.h
811285206Sdeswinsock_event.lo winsock_event.o: $(srcdir)/util/winsock_event.c config.h
812285206Sdesautotrust.lo autotrust.o: $(srcdir)/validator/autotrust.c config.h $(srcdir)/validator/autotrust.h \
813285206Sdes $(srcdir)/util/rbtree.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h \
814285206Sdes $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/validator/val_anchor.h $(srcdir)/validator/val_utils.h \
815285206Sdes $(srcdir)/validator/val_sigcrypt.h $(srcdir)/util/data/dname.h $(srcdir)/util/module.h \
816291767Sdes $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h \
817285206Sdes $(srcdir)/util/net_help.h $(srcdir)/util/config_file.h $(srcdir)/util/regional.h $(srcdir)/util/random.h \
818285206Sdes $(srcdir)/services/mesh.h $(srcdir)/util/netevent.h $(srcdir)/services/modstack.h \
819285206Sdes $(srcdir)/services/cache/rrset.h $(srcdir)/util/storage/slabhash.h $(srcdir)/validator/val_kcache.h \
820294190Sdes $(srcdir)/sldns/sbuffer.h $(srcdir)/sldns/wire2str.h $(srcdir)/sldns/str2wire.h $(srcdir)/sldns/keyraw.h
821285206Sdesval_anchor.lo val_anchor.o: $(srcdir)/validator/val_anchor.c config.h $(srcdir)/validator/val_anchor.h \
822285206Sdes $(srcdir)/util/rbtree.h $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/validator/val_sigcrypt.h \
823285206Sdes $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h $(srcdir)/validator/autotrust.h \
824291767Sdes $(srcdir)/util/data/dname.h $(srcdir)/util/net_help.h $(srcdir)/util/config_file.h $(srcdir)/sldns/sbuffer.h \
825295691Sdes $(srcdir)/sldns/rrdef.h $(srcdir)/sldns/str2wire.h $(srcdir)/util/as112.h
826285206Sdesvalidator.lo validator.o: $(srcdir)/validator/validator.c config.h $(srcdir)/validator/validator.h \
827285206Sdes $(srcdir)/util/module.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \
828285206Sdes $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/data/msgparse.h \
829291767Sdes $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h $(srcdir)/validator/val_utils.h \
830291767Sdes $(srcdir)/validator/val_anchor.h $(srcdir)/util/rbtree.h $(srcdir)/validator/val_kcache.h \
831291767Sdes $(srcdir)/util/storage/slabhash.h $(srcdir)/validator/val_kentry.h $(srcdir)/validator/val_nsec.h \
832291767Sdes $(srcdir)/validator/val_nsec3.h $(srcdir)/validator/val_neg.h $(srcdir)/validator/val_sigcrypt.h \
833291767Sdes $(srcdir)/validator/autotrust.h $(srcdir)/services/cache/dns.h $(srcdir)/util/data/dname.h \
834291767Sdes $(srcdir)/util/net_help.h $(srcdir)/util/regional.h $(srcdir)/util/config_file.h $(srcdir)/util/fptr_wlist.h \
835291767Sdes $(srcdir)/util/netevent.h $(srcdir)/util/tube.h $(srcdir)/services/mesh.h $(srcdir)/services/modstack.h \
836291767Sdes $(srcdir)/sldns/wire2str.h
837285206Sdesval_kcache.lo val_kcache.o: $(srcdir)/validator/val_kcache.c config.h $(srcdir)/validator/val_kcache.h \
838285206Sdes $(srcdir)/util/storage/slabhash.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \
839285206Sdes $(srcdir)/validator/val_kentry.h $(srcdir)/util/config_file.h $(srcdir)/util/data/dname.h \
840285206Sdes $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h \
841291767Sdes $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h
842285206Sdesval_kentry.lo val_kentry.o: $(srcdir)/validator/val_kentry.c config.h $(srcdir)/validator/val_kentry.h \
843285206Sdes $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/data/packed_rrset.h \
844285206Sdes $(srcdir)/util/data/dname.h $(srcdir)/util/storage/lookup3.h $(srcdir)/util/regional.h $(srcdir)/util/net_help.h \
845294190Sdes $(srcdir)/sldns/rrdef.h $(srcdir)/sldns/keyraw.h
846294190Sdesval_neg.lo val_neg.o: $(srcdir)/validator/val_neg.c config.h $(srcdir)/validator/val_neg.h $(srcdir)/util/locks.h \
847294190Sdes $(srcdir)/util/log.h $(srcdir)/util/rbtree.h $(srcdir)/validator/val_nsec.h $(srcdir)/util/data/packed_rrset.h \
848294190Sdes $(srcdir)/util/storage/lruhash.h $(srcdir)/validator/val_nsec3.h $(srcdir)/validator/val_utils.h \
849294190Sdes $(srcdir)/util/data/dname.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/net_help.h \
850294190Sdes $(srcdir)/util/config_file.h $(srcdir)/services/cache/rrset.h $(srcdir)/util/storage/slabhash.h \
851294190Sdes $(srcdir)/services/cache/dns.h $(srcdir)/sldns/rrdef.h $(srcdir)/sldns/sbuffer.h
852294190Sdesval_nsec3.lo val_nsec3.o: $(srcdir)/validator/val_nsec3.c config.h $(srcdir)/validator/val_nsec3.h \
853294190Sdes $(srcdir)/util/rbtree.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h \
854294190Sdes $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/validator/val_secalgo.h $(srcdir)/validator/validator.h \
855291767Sdes $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h \
856291767Sdes $(srcdir)/sldns/rrdef.h $(srcdir)/validator/val_utils.h $(srcdir)/validator/val_kentry.h \
857285206Sdes $(srcdir)/services/cache/rrset.h $(srcdir)/util/storage/slabhash.h $(srcdir)/util/regional.h \
858291767Sdes $(srcdir)/util/net_help.h $(srcdir)/util/data/dname.h $(srcdir)/validator/val_nsec.h $(srcdir)/sldns/sbuffer.h
859285206Sdesval_nsec.lo val_nsec.o: $(srcdir)/validator/val_nsec.c config.h $(srcdir)/validator/val_nsec.h \
860285206Sdes $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \
861285206Sdes $(srcdir)/validator/val_utils.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/dname.h \
862291767Sdes $(srcdir)/util/net_help.h $(srcdir)/util/module.h $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h \
863291767Sdes $(srcdir)/sldns/rrdef.h $(srcdir)/services/cache/rrset.h $(srcdir)/util/storage/slabhash.h
864285206Sdesval_secalgo.lo val_secalgo.o: $(srcdir)/validator/val_secalgo.c config.h $(srcdir)/util/data/packed_rrset.h \
865285206Sdes $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/validator/val_secalgo.h \
866294190Sdes $(srcdir)/validator/val_nsec3.h $(srcdir)/util/rbtree.h $(srcdir)/sldns/rrdef.h $(srcdir)/sldns/keyraw.h \
867294190Sdes $(srcdir)/sldns/sbuffer.h
868285206Sdesval_sigcrypt.lo val_sigcrypt.o: $(srcdir)/validator/val_sigcrypt.c config.h \
869285206Sdes $(srcdir)/validator/val_sigcrypt.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h \
870285206Sdes $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/validator/val_secalgo.h $(srcdir)/validator/validator.h \
871291767Sdes $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h \
872291767Sdes $(srcdir)/sldns/rrdef.h $(srcdir)/validator/val_utils.h $(srcdir)/util/data/dname.h $(srcdir)/util/rbtree.h \
873294190Sdes $(srcdir)/util/net_help.h $(srcdir)/util/regional.h $(srcdir)/sldns/keyraw.h $(srcdir)/sldns/sbuffer.h \
874294190Sdes $(srcdir)/sldns/parseutil.h $(srcdir)/sldns/wire2str.h
875285206Sdesval_utils.lo val_utils.o: $(srcdir)/validator/val_utils.c config.h $(srcdir)/validator/val_utils.h \
876285206Sdes $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \
877285206Sdes $(srcdir)/validator/validator.h $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h \
878291767Sdes $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h $(srcdir)/validator/val_kentry.h \
879285206Sdes $(srcdir)/validator/val_sigcrypt.h $(srcdir)/validator/val_anchor.h $(srcdir)/util/rbtree.h \
880285206Sdes $(srcdir)/validator/val_nsec.h $(srcdir)/validator/val_neg.h $(srcdir)/services/cache/rrset.h \
881285206Sdes $(srcdir)/util/storage/slabhash.h $(srcdir)/services/cache/dns.h $(srcdir)/util/data/dname.h \
882285206Sdes $(srcdir)/util/net_help.h $(srcdir)/util/regional.h
883285206Sdesdns64.lo dns64.o: $(srcdir)/dns64/dns64.c config.h $(srcdir)/dns64/dns64.h $(srcdir)/util/module.h \
884285206Sdes $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/data/msgreply.h \
885291767Sdes $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h \
886291767Sdes $(srcdir)/sldns/rrdef.h $(srcdir)/services/cache/dns.h $(srcdir)/services/cache/rrset.h \
887291767Sdes $(srcdir)/util/storage/slabhash.h $(srcdir)/util/config_file.h $(srcdir)/util/fptr_wlist.h \
888291767Sdes $(srcdir)/util/netevent.h $(srcdir)/util/tube.h $(srcdir)/services/mesh.h $(srcdir)/util/rbtree.h \
889291767Sdes $(srcdir)/services/modstack.h $(srcdir)/util/net_help.h $(srcdir)/util/regional.h
890285206Sdeschecklocks.lo checklocks.o: $(srcdir)/testcode/checklocks.c config.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \
891285206Sdes $(srcdir)/testcode/checklocks.h
892285206Sdesunitanchor.lo unitanchor.o: $(srcdir)/testcode/unitanchor.c config.h $(srcdir)/util/log.h $(srcdir)/util/data/dname.h \
893285206Sdes $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/testcode/unitmain.h \
894291767Sdes $(srcdir)/validator/val_anchor.h $(srcdir)/util/rbtree.h $(srcdir)/sldns/sbuffer.h $(srcdir)/sldns/rrdef.h
895285206Sdesunitdname.lo unitdname.o: $(srcdir)/testcode/unitdname.c config.h $(srcdir)/util/log.h $(srcdir)/testcode/unitmain.h \
896291767Sdes $(srcdir)/util/data/dname.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/sldns/sbuffer.h \
897291767Sdes $(srcdir)/sldns/str2wire.h $(srcdir)/sldns/rrdef.h
898285206Sdesunitlruhash.lo unitlruhash.o: $(srcdir)/testcode/unitlruhash.c config.h $(srcdir)/testcode/unitmain.h \
899285206Sdes $(srcdir)/util/log.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/storage/slabhash.h
900294190Sdesunitmain.lo unitmain.o: $(srcdir)/testcode/unitmain.c config.h $(srcdir)/sldns/rrdef.h $(srcdir)/sldns/keyraw.h \
901291767Sdes $(srcdir)/util/log.h $(srcdir)/testcode/unitmain.h $(srcdir)/util/alloc.h $(srcdir)/util/locks.h $(srcdir)/util/net_help.h \
902285206Sdes $(srcdir)/util/config_file.h $(srcdir)/util/rtt.h $(srcdir)/services/cache/infra.h \
903291767Sdes $(srcdir)/util/storage/lruhash.h $(srcdir)/util/storage/dnstree.h $(srcdir)/util/rbtree.h \
904291767Sdes $(srcdir)/util/random.h
905285206Sdesunitmsgparse.lo unitmsgparse.o: $(srcdir)/testcode/unitmsgparse.c config.h $(srcdir)/util/log.h \
906285206Sdes $(srcdir)/testcode/unitmain.h $(srcdir)/util/data/msgparse.h $(srcdir)/util/storage/lruhash.h \
907291767Sdes $(srcdir)/util/locks.h $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h $(srcdir)/util/data/msgreply.h \
908285206Sdes $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/data/msgencode.h $(srcdir)/util/data/dname.h \
909285206Sdes $(srcdir)/util/alloc.h $(srcdir)/util/regional.h $(srcdir)/util/net_help.h $(srcdir)/testcode/readhex.h \
910291767Sdes $(srcdir)/testcode/testpkts.h $(srcdir)/sldns/sbuffer.h $(srcdir)/sldns/str2wire.h $(srcdir)/sldns/wire2str.h
911285206Sdesunitneg.lo unitneg.o: $(srcdir)/testcode/unitneg.c config.h $(srcdir)/util/log.h $(srcdir)/util/net_help.h \
912285206Sdes $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h \
913285206Sdes $(srcdir)/util/data/dname.h $(srcdir)/testcode/unitmain.h $(srcdir)/validator/val_neg.h $(srcdir)/util/rbtree.h \
914291767Sdes $(srcdir)/sldns/rrdef.h
915285206Sdesunitregional.lo unitregional.o: $(srcdir)/testcode/unitregional.c config.h $(srcdir)/testcode/unitmain.h \
916285206Sdes $(srcdir)/util/log.h $(srcdir)/util/regional.h
917285206Sdesunitslabhash.lo unitslabhash.o: $(srcdir)/testcode/unitslabhash.c config.h $(srcdir)/testcode/unitmain.h \
918285206Sdes $(srcdir)/util/log.h $(srcdir)/util/storage/slabhash.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h
919285206Sdesunitverify.lo unitverify.o: $(srcdir)/testcode/unitverify.c config.h $(srcdir)/util/log.h \
920285206Sdes $(srcdir)/testcode/unitmain.h $(srcdir)/validator/val_sigcrypt.h $(srcdir)/util/data/packed_rrset.h \
921285206Sdes $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/validator/val_secalgo.h \
922285206Sdes $(srcdir)/validator/val_nsec.h $(srcdir)/validator/val_nsec3.h $(srcdir)/util/rbtree.h \
923285206Sdes $(srcdir)/validator/validator.h $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h \
924291767Sdes $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h $(srcdir)/validator/val_utils.h \
925285206Sdes $(srcdir)/testcode/testpkts.h $(srcdir)/util/data/dname.h $(srcdir)/util/regional.h $(srcdir)/util/alloc.h \
926291767Sdes $(srcdir)/util/net_help.h $(srcdir)/util/config_file.h $(srcdir)/sldns/sbuffer.h $(srcdir)/sldns/keyraw.h \
927291767Sdes $(srcdir)/sldns/str2wire.h $(srcdir)/sldns/wire2str.h
928285206Sdesreadhex.lo readhex.o: $(srcdir)/testcode/readhex.c config.h $(srcdir)/testcode/readhex.h $(srcdir)/util/log.h \
929291767Sdes $(srcdir)/sldns/sbuffer.h $(srcdir)/sldns/parseutil.h
930285206Sdestestpkts.lo testpkts.o: $(srcdir)/testcode/testpkts.c config.h $(srcdir)/testcode/testpkts.h \
931291767Sdes $(srcdir)/util/net_help.h $(srcdir)/util/log.h $(srcdir)/sldns/sbuffer.h $(srcdir)/sldns/rrdef.h $(srcdir)/sldns/pkthdr.h \
932291767Sdes $(srcdir)/sldns/str2wire.h $(srcdir)/sldns/wire2str.h
933285206Sdesunitldns.lo unitldns.o: $(srcdir)/testcode/unitldns.c config.h $(srcdir)/util/log.h $(srcdir)/testcode/unitmain.h \
934291767Sdes $(srcdir)/sldns/sbuffer.h $(srcdir)/sldns/str2wire.h $(srcdir)/sldns/rrdef.h $(srcdir)/sldns/wire2str.h
935285206Sdesacl_list.lo acl_list.o: $(srcdir)/daemon/acl_list.c config.h $(srcdir)/daemon/acl_list.h \
936285206Sdes $(srcdir)/util/storage/dnstree.h $(srcdir)/util/rbtree.h $(srcdir)/util/regional.h $(srcdir)/util/log.h \
937285206Sdes $(srcdir)/util/config_file.h $(srcdir)/util/net_help.h
938294190Sdescachedump.lo cachedump.o: $(srcdir)/daemon/cachedump.c config.h $(srcdir)/daemon/cachedump.h \
939294190Sdes $(srcdir)/daemon/remote.h $(srcdir)/daemon/worker.h $(srcdir)/libunbound/worker.h $(srcdir)/sldns/sbuffer.h \
940294190Sdes $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \
941294190Sdes $(srcdir)/util/netevent.h $(srcdir)/util/alloc.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/msgparse.h \
942294190Sdes $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h $(srcdir)/daemon/stats.h $(srcdir)/util/timehist.h \
943294190Sdes $(srcdir)/util/module.h $(srcdir)/dnstap/dnstap.h  \
944294190Sdes $(srcdir)/services/cache/rrset.h $(srcdir)/util/storage/slabhash.h $(srcdir)/services/cache/dns.h \
945294190Sdes $(srcdir)/services/cache/infra.h $(srcdir)/util/storage/dnstree.h $(srcdir)/util/rbtree.h $(srcdir)/util/rtt.h \
946294190Sdes $(srcdir)/util/regional.h $(srcdir)/util/net_help.h $(srcdir)/util/data/dname.h $(srcdir)/iterator/iterator.h \
947294190Sdes $(srcdir)/services/outbound_list.h $(srcdir)/iterator/iter_delegpt.h $(srcdir)/iterator/iter_utils.h \
948294190Sdes $(srcdir)/iterator/iter_resptype.h $(srcdir)/iterator/iter_fwd.h $(srcdir)/iterator/iter_hints.h \
949294190Sdes $(srcdir)/sldns/wire2str.h $(srcdir)/sldns/str2wire.h
950294190Sdesdaemon.lo daemon.o: $(srcdir)/daemon/daemon.c config.h $(srcdir)/daemon/daemon.h $(srcdir)/util/locks.h \
951294190Sdes $(srcdir)/util/log.h $(srcdir)/util/alloc.h $(srcdir)/services/modstack.h  \
952294190Sdes $(srcdir)/daemon/worker.h $(srcdir)/libunbound/worker.h $(srcdir)/sldns/sbuffer.h \
953294190Sdes $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/netevent.h \
954291767Sdes $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h \
955285206Sdes $(srcdir)/daemon/stats.h $(srcdir)/util/timehist.h $(srcdir)/util/module.h $(srcdir)/dnstap/dnstap.h \
956294190Sdes $(srcdir)/daemon/remote.h $(srcdir)/daemon/acl_list.h $(srcdir)/util/storage/dnstree.h $(srcdir)/util/rbtree.h \
957285206Sdes $(srcdir)/util/config_file.h $(srcdir)/util/storage/lookup3.h $(srcdir)/util/storage/slabhash.h \
958285206Sdes $(srcdir)/services/listen_dnsport.h $(srcdir)/services/cache/rrset.h $(srcdir)/services/cache/infra.h \
959285206Sdes $(srcdir)/util/rtt.h $(srcdir)/services/localzone.h $(srcdir)/util/random.h $(srcdir)/util/tube.h \
960291767Sdes $(srcdir)/util/net_help.h $(srcdir)/sldns/keyraw.h
961294190Sdesremote.lo remote.o: $(srcdir)/daemon/remote.c config.h $(srcdir)/daemon/remote.h $(srcdir)/daemon/worker.h \
962294190Sdes $(srcdir)/libunbound/worker.h $(srcdir)/sldns/sbuffer.h $(srcdir)/util/data/packed_rrset.h \
963294190Sdes $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/netevent.h \
964294190Sdes $(srcdir)/util/alloc.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h \
965294190Sdes $(srcdir)/sldns/rrdef.h $(srcdir)/daemon/stats.h $(srcdir)/util/timehist.h $(srcdir)/util/module.h \
966294190Sdes $(srcdir)/dnstap/dnstap.h  $(srcdir)/daemon/daemon.h \
967285206Sdes $(srcdir)/services/modstack.h $(srcdir)/daemon/cachedump.h $(srcdir)/util/config_file.h \
968285206Sdes $(srcdir)/util/net_help.h $(srcdir)/services/listen_dnsport.h $(srcdir)/services/cache/rrset.h \
969291767Sdes $(srcdir)/util/storage/slabhash.h $(srcdir)/services/cache/infra.h $(srcdir)/util/storage/dnstree.h \
970291767Sdes $(srcdir)/util/rbtree.h $(srcdir)/util/rtt.h $(srcdir)/services/mesh.h $(srcdir)/services/localzone.h \
971291767Sdes $(srcdir)/util/fptr_wlist.h $(srcdir)/util/tube.h $(srcdir)/util/data/dname.h $(srcdir)/validator/validator.h \
972285206Sdes $(srcdir)/validator/val_utils.h $(srcdir)/validator/val_kcache.h $(srcdir)/validator/val_kentry.h \
973285206Sdes $(srcdir)/validator/val_anchor.h $(srcdir)/iterator/iterator.h $(srcdir)/services/outbound_list.h \
974291767Sdes $(srcdir)/iterator/iter_fwd.h $(srcdir)/iterator/iter_hints.h $(srcdir)/iterator/iter_delegpt.h \
975291767Sdes $(srcdir)/services/outside_network.h $(srcdir)/sldns/str2wire.h $(srcdir)/sldns/parseutil.h \
976291767Sdes $(srcdir)/sldns/wire2str.h
977285206Sdesstats.lo stats.o: $(srcdir)/daemon/stats.c config.h $(srcdir)/daemon/stats.h $(srcdir)/util/timehist.h \
978291767Sdes $(srcdir)/daemon/worker.h $(srcdir)/libunbound/worker.h $(srcdir)/sldns/sbuffer.h \
979285206Sdes $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \
980285206Sdes $(srcdir)/util/netevent.h $(srcdir)/util/alloc.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/msgparse.h \
981291767Sdes $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h $(srcdir)/util/module.h $(srcdir)/dnstap/dnstap.h \
982285206Sdes  $(srcdir)/daemon/daemon.h $(srcdir)/services/modstack.h \
983285206Sdes $(srcdir)/services/mesh.h $(srcdir)/util/rbtree.h $(srcdir)/services/outside_network.h \
984291767Sdes $(srcdir)/services/listen_dnsport.h $(srcdir)/util/config_file.h $(srcdir)/util/tube.h $(srcdir)/util/net_help.h \
985291767Sdes $(srcdir)/validator/validator.h $(srcdir)/validator/val_utils.h $(srcdir)/services/cache/rrset.h \
986291767Sdes $(srcdir)/util/storage/slabhash.h $(srcdir)/services/cache/infra.h $(srcdir)/util/storage/dnstree.h \
987291767Sdes $(srcdir)/util/rtt.h $(srcdir)/validator/val_kcache.h
988285206Sdesunbound.lo unbound.o: $(srcdir)/daemon/unbound.c config.h $(srcdir)/util/log.h $(srcdir)/daemon/daemon.h \
989285206Sdes $(srcdir)/util/locks.h $(srcdir)/util/alloc.h $(srcdir)/services/modstack.h  \
990294190Sdes $(srcdir)/daemon/remote.h $(srcdir)/util/config_file.h $(srcdir)/util/storage/slabhash.h \
991294190Sdes $(srcdir)/util/storage/lruhash.h $(srcdir)/services/listen_dnsport.h $(srcdir)/util/netevent.h \
992294190Sdes $(srcdir)/services/cache/rrset.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/services/cache/infra.h \
993294190Sdes $(srcdir)/util/storage/dnstree.h $(srcdir)/util/rbtree.h $(srcdir)/util/rtt.h $(srcdir)/util/fptr_wlist.h \
994294190Sdes $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h \
995294190Sdes $(srcdir)/sldns/rrdef.h $(srcdir)/util/tube.h $(srcdir)/services/mesh.h $(srcdir)/util/net_help.h \
996294190Sdes $(srcdir)/util/mini_event.h $(srcdir)/util/rbtree.h
997285206Sdesworker.lo worker.o: $(srcdir)/daemon/worker.c config.h $(srcdir)/util/log.h $(srcdir)/util/net_help.h \
998291767Sdes $(srcdir)/util/random.h $(srcdir)/daemon/worker.h $(srcdir)/libunbound/worker.h $(srcdir)/sldns/sbuffer.h \
999285206Sdes $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h \
1000285206Sdes $(srcdir)/util/netevent.h $(srcdir)/util/alloc.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/msgparse.h \
1001291767Sdes $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h $(srcdir)/daemon/stats.h $(srcdir)/util/timehist.h \
1002291767Sdes $(srcdir)/util/module.h $(srcdir)/dnstap/dnstap.h  $(srcdir)/daemon/daemon.h \
1003294190Sdes $(srcdir)/services/modstack.h $(srcdir)/daemon/remote.h $(srcdir)/daemon/acl_list.h \
1004294190Sdes $(srcdir)/util/storage/dnstree.h $(srcdir)/util/rbtree.h $(srcdir)/util/config_file.h $(srcdir)/util/regional.h \
1005294190Sdes $(srcdir)/util/storage/slabhash.h $(srcdir)/services/listen_dnsport.h \
1006294190Sdes $(srcdir)/services/outside_network.h $(srcdir)/services/outbound_list.h \
1007294190Sdes $(srcdir)/services/cache/rrset.h $(srcdir)/services/cache/infra.h $(srcdir)/util/rtt.h \
1008294190Sdes $(srcdir)/services/cache/dns.h $(srcdir)/services/mesh.h $(srcdir)/services/localzone.h \
1009285206Sdes $(srcdir)/util/data/msgencode.h $(srcdir)/util/data/dname.h $(srcdir)/util/fptr_wlist.h $(srcdir)/util/tube.h \
1010285206Sdes $(srcdir)/iterator/iter_fwd.h $(srcdir)/iterator/iter_hints.h $(srcdir)/validator/autotrust.h \
1011285206Sdes $(srcdir)/validator/val_anchor.h $(srcdir)/libunbound/context.h $(srcdir)/libunbound/unbound.h \
1012285206Sdes $(srcdir)/libunbound/libworker.h
1013285206Sdestestbound.lo testbound.o: $(srcdir)/testcode/testbound.c config.h $(srcdir)/testcode/testpkts.h \
1014285206Sdes $(srcdir)/testcode/replay.h $(srcdir)/util/netevent.h $(srcdir)/util/rbtree.h $(srcdir)/testcode/fake_event.h \
1015294190Sdes $(srcdir)/daemon/remote.h $(srcdir)/util/config_file.h $(srcdir)/sldns/keyraw.h $(srcdir)/daemon/unbound.c \
1016294190Sdes $(srcdir)/util/log.h $(srcdir)/daemon/daemon.h $(srcdir)/util/locks.h $(srcdir)/util/alloc.h $(srcdir)/services/modstack.h \
1017285206Sdes  $(srcdir)/util/storage/slabhash.h $(srcdir)/util/storage/lruhash.h \
1018285206Sdes $(srcdir)/services/listen_dnsport.h $(srcdir)/services/cache/rrset.h \
1019291767Sdes $(srcdir)/util/data/packed_rrset.h $(srcdir)/services/cache/infra.h $(srcdir)/util/storage/dnstree.h \
1020291767Sdes $(srcdir)/util/rtt.h $(srcdir)/util/fptr_wlist.h $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h \
1021291767Sdes $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h $(srcdir)/util/tube.h \
1022285206Sdes $(srcdir)/services/mesh.h $(srcdir)/util/net_help.h $(srcdir)/util/mini_event.h $(srcdir)/util/rbtree.h
1023285206Sdestestpkts.lo testpkts.o: $(srcdir)/testcode/testpkts.c config.h $(srcdir)/testcode/testpkts.h \
1024291767Sdes $(srcdir)/util/net_help.h $(srcdir)/util/log.h $(srcdir)/sldns/sbuffer.h $(srcdir)/sldns/rrdef.h $(srcdir)/sldns/pkthdr.h \
1025291767Sdes $(srcdir)/sldns/str2wire.h $(srcdir)/sldns/wire2str.h
1026285206Sdesworker.lo worker.o: $(srcdir)/daemon/worker.c config.h $(srcdir)/util/log.h $(srcdir)/util/net_help.h \
1027291767Sdes $(srcdir)/util/random.h $(srcdir)/daemon/worker.h $(srcdir)/libunbound/worker.h $(srcdir)/sldns/sbuffer.h \
1028285206Sdes $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h \
1029285206Sdes $(srcdir)/util/netevent.h $(srcdir)/util/alloc.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/msgparse.h \
1030291767Sdes $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h $(srcdir)/daemon/stats.h $(srcdir)/util/timehist.h \
1031291767Sdes $(srcdir)/util/module.h $(srcdir)/dnstap/dnstap.h  $(srcdir)/daemon/daemon.h \
1032294190Sdes $(srcdir)/services/modstack.h $(srcdir)/daemon/remote.h $(srcdir)/daemon/acl_list.h \
1033294190Sdes $(srcdir)/util/storage/dnstree.h $(srcdir)/util/rbtree.h $(srcdir)/util/config_file.h $(srcdir)/util/regional.h \
1034294190Sdes $(srcdir)/util/storage/slabhash.h $(srcdir)/services/listen_dnsport.h \
1035294190Sdes $(srcdir)/services/outside_network.h $(srcdir)/services/outbound_list.h \
1036294190Sdes $(srcdir)/services/cache/rrset.h $(srcdir)/services/cache/infra.h $(srcdir)/util/rtt.h \
1037294190Sdes $(srcdir)/services/cache/dns.h $(srcdir)/services/mesh.h $(srcdir)/services/localzone.h \
1038285206Sdes $(srcdir)/util/data/msgencode.h $(srcdir)/util/data/dname.h $(srcdir)/util/fptr_wlist.h $(srcdir)/util/tube.h \
1039285206Sdes $(srcdir)/iterator/iter_fwd.h $(srcdir)/iterator/iter_hints.h $(srcdir)/validator/autotrust.h \
1040285206Sdes $(srcdir)/validator/val_anchor.h $(srcdir)/libunbound/context.h $(srcdir)/libunbound/unbound.h \
1041285206Sdes $(srcdir)/libunbound/libworker.h
1042285206Sdesacl_list.lo acl_list.o: $(srcdir)/daemon/acl_list.c config.h $(srcdir)/daemon/acl_list.h \
1043285206Sdes $(srcdir)/util/storage/dnstree.h $(srcdir)/util/rbtree.h $(srcdir)/util/regional.h $(srcdir)/util/log.h \
1044285206Sdes $(srcdir)/util/config_file.h $(srcdir)/util/net_help.h
1045294190Sdesdaemon.lo daemon.o: $(srcdir)/daemon/daemon.c config.h $(srcdir)/daemon/daemon.h $(srcdir)/util/locks.h \
1046294190Sdes $(srcdir)/util/log.h $(srcdir)/util/alloc.h $(srcdir)/services/modstack.h  \
1047294190Sdes $(srcdir)/daemon/worker.h $(srcdir)/libunbound/worker.h $(srcdir)/sldns/sbuffer.h \
1048294190Sdes $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/netevent.h \
1049294190Sdes $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h \
1050294190Sdes $(srcdir)/daemon/stats.h $(srcdir)/util/timehist.h $(srcdir)/util/module.h $(srcdir)/dnstap/dnstap.h \
1051294190Sdes $(srcdir)/daemon/remote.h $(srcdir)/daemon/acl_list.h $(srcdir)/util/storage/dnstree.h $(srcdir)/util/rbtree.h \
1052285206Sdes $(srcdir)/util/config_file.h $(srcdir)/util/storage/lookup3.h $(srcdir)/util/storage/slabhash.h \
1053285206Sdes $(srcdir)/services/listen_dnsport.h $(srcdir)/services/cache/rrset.h $(srcdir)/services/cache/infra.h \
1054285206Sdes $(srcdir)/util/rtt.h $(srcdir)/services/localzone.h $(srcdir)/util/random.h $(srcdir)/util/tube.h \
1055291767Sdes $(srcdir)/util/net_help.h $(srcdir)/sldns/keyraw.h
1056285206Sdesstats.lo stats.o: $(srcdir)/daemon/stats.c config.h $(srcdir)/daemon/stats.h $(srcdir)/util/timehist.h \
1057291767Sdes $(srcdir)/daemon/worker.h $(srcdir)/libunbound/worker.h $(srcdir)/sldns/sbuffer.h \
1058285206Sdes $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \
1059285206Sdes $(srcdir)/util/netevent.h $(srcdir)/util/alloc.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/msgparse.h \
1060291767Sdes $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h $(srcdir)/util/module.h $(srcdir)/dnstap/dnstap.h \
1061285206Sdes  $(srcdir)/daemon/daemon.h $(srcdir)/services/modstack.h \
1062285206Sdes $(srcdir)/services/mesh.h $(srcdir)/util/rbtree.h $(srcdir)/services/outside_network.h \
1063291767Sdes $(srcdir)/services/listen_dnsport.h $(srcdir)/util/config_file.h $(srcdir)/util/tube.h $(srcdir)/util/net_help.h \
1064291767Sdes $(srcdir)/validator/validator.h $(srcdir)/validator/val_utils.h $(srcdir)/services/cache/rrset.h \
1065291767Sdes $(srcdir)/util/storage/slabhash.h $(srcdir)/services/cache/infra.h $(srcdir)/util/storage/dnstree.h \
1066291767Sdes $(srcdir)/util/rtt.h $(srcdir)/validator/val_kcache.h
1067285206Sdesreplay.lo replay.o: $(srcdir)/testcode/replay.c config.h $(srcdir)/util/log.h $(srcdir)/util/net_help.h \
1068285206Sdes $(srcdir)/util/config_file.h $(srcdir)/testcode/replay.h $(srcdir)/util/netevent.h $(srcdir)/testcode/testpkts.h \
1069291767Sdes $(srcdir)/util/rbtree.h $(srcdir)/testcode/fake_event.h $(srcdir)/sldns/str2wire.h $(srcdir)/sldns/rrdef.h
1070285206Sdesfake_event.lo fake_event.o: $(srcdir)/testcode/fake_event.c config.h $(srcdir)/testcode/fake_event.h \
1071285206Sdes $(srcdir)/util/netevent.h $(srcdir)/util/net_help.h $(srcdir)/util/log.h $(srcdir)/util/data/msgparse.h \
1072291767Sdes $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h \
1073285206Sdes $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/data/msgencode.h \
1074285206Sdes $(srcdir)/util/data/dname.h $(srcdir)/util/config_file.h $(srcdir)/services/listen_dnsport.h \
1075285206Sdes $(srcdir)/services/outside_network.h $(srcdir)/util/rbtree.h  \
1076291767Sdes $(srcdir)/services/cache/infra.h $(srcdir)/util/storage/dnstree.h $(srcdir)/util/rtt.h \
1077291767Sdes $(srcdir)/testcode/replay.h $(srcdir)/testcode/testpkts.h $(srcdir)/util/fptr_wlist.h $(srcdir)/util/module.h \
1078291767Sdes $(srcdir)/util/tube.h $(srcdir)/services/mesh.h $(srcdir)/services/modstack.h $(srcdir)/sldns/sbuffer.h \
1079291767Sdes $(srcdir)/sldns/wire2str.h $(srcdir)/sldns/str2wire.h
1080285206Sdeslock_verify.lo lock_verify.o: $(srcdir)/testcode/lock_verify.c config.h $(srcdir)/util/log.h $(srcdir)/util/rbtree.h \
1081285206Sdes $(srcdir)/util/locks.h $(srcdir)/util/fptr_wlist.h $(srcdir)/util/netevent.h $(srcdir)/util/storage/lruhash.h \
1082285206Sdes $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h \
1083291767Sdes $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h $(srcdir)/util/tube.h \
1084285206Sdes $(srcdir)/services/mesh.h $(srcdir)/services/modstack.h
1085285206Sdespktview.lo pktview.o: $(srcdir)/testcode/pktview.c config.h $(srcdir)/util/log.h $(srcdir)/util/data/dname.h \
1086291767Sdes $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h \
1087291767Sdes $(srcdir)/sldns/rrdef.h $(srcdir)/testcode/unitmain.h $(srcdir)/testcode/readhex.h $(srcdir)/sldns/sbuffer.h \
1088291767Sdes $(srcdir)/sldns/parseutil.h
1089285206Sdesreadhex.lo readhex.o: $(srcdir)/testcode/readhex.c config.h $(srcdir)/testcode/readhex.h $(srcdir)/util/log.h \
1090291767Sdes $(srcdir)/sldns/sbuffer.h $(srcdir)/sldns/parseutil.h
1091285206Sdesmemstats.lo memstats.o: $(srcdir)/testcode/memstats.c config.h $(srcdir)/util/log.h $(srcdir)/util/rbtree.h \
1092285206Sdes $(srcdir)/util/locks.h $(srcdir)/util/fptr_wlist.h $(srcdir)/util/netevent.h $(srcdir)/util/storage/lruhash.h \
1093285206Sdes $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h \
1094291767Sdes $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h $(srcdir)/util/tube.h \
1095285206Sdes $(srcdir)/services/mesh.h $(srcdir)/services/modstack.h
1096285206Sdesunbound-checkconf.lo unbound-checkconf.o: $(srcdir)/smallapp/unbound-checkconf.c config.h $(srcdir)/util/log.h \
1097285206Sdes $(srcdir)/util/config_file.h $(srcdir)/util/module.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h \
1098285206Sdes $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/data/msgparse.h \
1099291767Sdes $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h $(srcdir)/util/net_help.h $(srcdir)/util/regional.h \
1100285206Sdes $(srcdir)/iterator/iterator.h $(srcdir)/services/outbound_list.h $(srcdir)/iterator/iter_fwd.h \
1101285206Sdes $(srcdir)/util/rbtree.h $(srcdir)/iterator/iter_hints.h $(srcdir)/util/storage/dnstree.h \
1102285206Sdes $(srcdir)/validator/validator.h $(srcdir)/validator/val_utils.h $(srcdir)/services/localzone.h \
1103291767Sdes $(srcdir)/sldns/sbuffer.h
1104285206Sdesworker_cb.lo worker_cb.o: $(srcdir)/smallapp/worker_cb.c config.h $(srcdir)/libunbound/context.h \
1105285206Sdes $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/alloc.h $(srcdir)/util/rbtree.h $(srcdir)/services/modstack.h \
1106285206Sdes $(srcdir)/libunbound/unbound.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h \
1107291767Sdes $(srcdir)/libunbound/worker.h $(srcdir)/sldns/sbuffer.h $(srcdir)/util/fptr_wlist.h $(srcdir)/util/netevent.h \
1108291767Sdes $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h \
1109291767Sdes $(srcdir)/sldns/rrdef.h $(srcdir)/util/tube.h $(srcdir)/services/mesh.h
1110285206Sdescontext.lo context.o: $(srcdir)/libunbound/context.c config.h $(srcdir)/libunbound/context.h \
1111285206Sdes $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/alloc.h $(srcdir)/util/rbtree.h $(srcdir)/services/modstack.h \
1112285206Sdes $(srcdir)/libunbound/unbound.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h \
1113291767Sdes $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h \
1114291767Sdes $(srcdir)/sldns/rrdef.h $(srcdir)/util/config_file.h $(srcdir)/util/net_help.h $(srcdir)/services/localzone.h \
1115285206Sdes $(srcdir)/services/cache/rrset.h $(srcdir)/util/storage/slabhash.h $(srcdir)/services/cache/infra.h \
1116291767Sdes $(srcdir)/util/storage/dnstree.h $(srcdir)/util/rtt.h $(srcdir)/sldns/sbuffer.h
1117285206Sdeslibunbound.lo libunbound.o: $(srcdir)/libunbound/libunbound.c $(srcdir)/libunbound/unbound.h \
1118285206Sdes $(srcdir)/libunbound/unbound-event.h config.h $(srcdir)/libunbound/context.h $(srcdir)/util/locks.h \
1119285206Sdes $(srcdir)/util/log.h $(srcdir)/util/alloc.h $(srcdir)/util/rbtree.h $(srcdir)/services/modstack.h \
1120285206Sdes $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h $(srcdir)/libunbound/libworker.h \
1121285206Sdes $(srcdir)/util/config_file.h $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h \
1122291767Sdes $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h $(srcdir)/util/regional.h \
1123285206Sdes $(srcdir)/util/random.h $(srcdir)/util/net_help.h $(srcdir)/util/tube.h $(srcdir)/services/localzone.h \
1124291767Sdes $(srcdir)/services/cache/infra.h $(srcdir)/util/storage/dnstree.h $(srcdir)/util/rtt.h \
1125291767Sdes $(srcdir)/services/cache/rrset.h $(srcdir)/util/storage/slabhash.h $(srcdir)/sldns/sbuffer.h
1126294190Sdeslibworker.lo libworker.o: $(srcdir)/libunbound/libworker.c config.h $(srcdir)/libunbound/libworker.h \
1127294190Sdes $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \
1128294190Sdes $(srcdir)/libunbound/context.h $(srcdir)/util/alloc.h $(srcdir)/util/rbtree.h $(srcdir)/services/modstack.h \
1129294190Sdes $(srcdir)/libunbound/unbound.h $(srcdir)/libunbound/worker.h $(srcdir)/sldns/sbuffer.h \
1130294190Sdes $(srcdir)/libunbound/unbound-event.h $(srcdir)/services/outside_network.h $(srcdir)/util/netevent.h \
1131294190Sdes  $(srcdir)/services/mesh.h $(srcdir)/util/data/msgparse.h \
1132294190Sdes $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h $(srcdir)/util/module.h $(srcdir)/util/data/msgreply.h \
1133294190Sdes $(srcdir)/services/localzone.h $(srcdir)/services/cache/rrset.h $(srcdir)/util/storage/slabhash.h \
1134294190Sdes $(srcdir)/services/outbound_list.h $(srcdir)/util/fptr_wlist.h $(srcdir)/util/tube.h $(srcdir)/util/regional.h \
1135294190Sdes $(srcdir)/util/random.h $(srcdir)/util/config_file.h $(srcdir)/util/storage/lookup3.h $(srcdir)/util/net_help.h \
1136294190Sdes $(srcdir)/util/data/dname.h $(srcdir)/util/data/msgencode.h $(srcdir)/iterator/iter_fwd.h \
1137294190Sdes $(srcdir)/iterator/iter_hints.h $(srcdir)/util/storage/dnstree.h $(srcdir)/sldns/str2wire.h
1138285206Sdesunbound-host.lo unbound-host.o: $(srcdir)/smallapp/unbound-host.c config.h $(srcdir)/libunbound/unbound.h \
1139291767Sdes $(srcdir)/sldns/rrdef.h $(srcdir)/sldns/wire2str.h
1140285206Sdesasynclook.lo asynclook.o: $(srcdir)/testcode/asynclook.c config.h $(srcdir)/libunbound/unbound.h \
1141285206Sdes $(srcdir)/libunbound/context.h $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/alloc.h $(srcdir)/util/rbtree.h \
1142285206Sdes $(srcdir)/services/modstack.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h \
1143291767Sdes $(srcdir)/sldns/rrdef.h
1144285206Sdesstreamtcp.lo streamtcp.o: $(srcdir)/testcode/streamtcp.c config.h $(srcdir)/util/locks.h $(srcdir)/util/log.h \
1145285206Sdes $(srcdir)/util/net_help.h $(srcdir)/util/data/msgencode.h $(srcdir)/util/data/msgparse.h \
1146291767Sdes $(srcdir)/util/storage/lruhash.h $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h $(srcdir)/util/data/msgreply.h \
1147291767Sdes $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/data/dname.h $(srcdir)/sldns/sbuffer.h \
1148294190Sdes $(srcdir)/sldns/str2wire.h $(srcdir)/sldns/wire2str.h
1149285206Sdesperf.lo perf.o: $(srcdir)/testcode/perf.c config.h $(srcdir)/util/log.h $(srcdir)/util/locks.h $(srcdir)/util/net_help.h \
1150285206Sdes $(srcdir)/util/data/msgencode.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/storage/lruhash.h \
1151291767Sdes $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h \
1152291767Sdes $(srcdir)/sldns/rrdef.h $(srcdir)/sldns/sbuffer.h $(srcdir)/sldns/wire2str.h $(srcdir)/sldns/str2wire.h
1153285206Sdesdelayer.lo delayer.o: $(srcdir)/testcode/delayer.c config.h $(srcdir)/util/net_help.h $(srcdir)/util/log.h \
1154291767Sdes $(srcdir)/util/config_file.h $(srcdir)/sldns/sbuffer.h
1155294190Sdesunbound-control.lo unbound-control.o: $(srcdir)/smallapp/unbound-control.c config.h $(srcdir)/util/log.h \
1156294190Sdes $(srcdir)/util/config_file.h $(srcdir)/util/locks.h $(srcdir)/util/net_help.h
1157285206Sdesunbound-anchor.lo unbound-anchor.o: $(srcdir)/smallapp/unbound-anchor.c config.h $(srcdir)/libunbound/unbound.h \
1158294190Sdes $(srcdir)/sldns/rrdef.h $(srcdir)/sldns/parseutil.h
1159294190Sdespetal.lo petal.o: $(srcdir)/testcode/petal.c config.h
1160285206Sdespythonmod_utils.lo pythonmod_utils.o: $(srcdir)/pythonmod/pythonmod_utils.c config.h $(srcdir)/util/module.h \
1161285206Sdes $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/data/msgreply.h \
1162291767Sdes $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h \
1163291767Sdes $(srcdir)/sldns/rrdef.h $(srcdir)/util/netevent.h $(srcdir)/util/net_help.h $(srcdir)/services/cache/dns.h \
1164285206Sdes $(srcdir)/services/cache/rrset.h $(srcdir)/util/storage/slabhash.h $(srcdir)/util/regional.h \
1165291767Sdes $(srcdir)/iterator/iter_delegpt.h $(srcdir)/sldns/sbuffer.h
1166285206Sdeswin_svc.lo win_svc.o: $(srcdir)/winrc/win_svc.c config.h $(srcdir)/winrc/win_svc.h $(srcdir)/winrc/w_inst.h \
1167285206Sdes $(srcdir)/daemon/daemon.h $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/alloc.h $(srcdir)/services/modstack.h \
1168285206Sdes  $(srcdir)/daemon/worker.h $(srcdir)/libunbound/worker.h \
1169291767Sdes $(srcdir)/sldns/sbuffer.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h \
1170291767Sdes $(srcdir)/util/netevent.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h \
1171291767Sdes $(srcdir)/sldns/rrdef.h $(srcdir)/daemon/stats.h $(srcdir)/util/timehist.h $(srcdir)/util/module.h \
1172294190Sdes $(srcdir)/dnstap/dnstap.h $(srcdir)/daemon/remote.h $(srcdir)/util/config_file.h $(srcdir)/util/winsock_event.h
1173285206Sdesw_inst.lo w_inst.o: $(srcdir)/winrc/w_inst.c config.h $(srcdir)/winrc/w_inst.h $(srcdir)/winrc/win_svc.h
1174285206Sdesunbound-service-install.lo unbound-service-install.o: $(srcdir)/winrc/unbound-service-install.c config.h \
1175285206Sdes $(srcdir)/winrc/w_inst.h
1176285206Sdesunbound-service-remove.lo unbound-service-remove.o: $(srcdir)/winrc/unbound-service-remove.c config.h \
1177285206Sdes $(srcdir)/winrc/w_inst.h
1178285206Sdesanchor-update.lo anchor-update.o: $(srcdir)/winrc/anchor-update.c config.h $(srcdir)/libunbound/unbound.h \
1179291767Sdes $(srcdir)/sldns/rrdef.h $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/wire2str.h
1180294190Sdeskeyraw.lo keyraw.o: $(srcdir)/sldns/keyraw.c config.h $(srcdir)/sldns/keyraw.h $(srcdir)/sldns/rrdef.h
1181291767Sdessbuffer.lo sbuffer.o: $(srcdir)/sldns/sbuffer.c config.h $(srcdir)/sldns/sbuffer.h
1182291767Sdeswire2str.lo wire2str.o: $(srcdir)/sldns/wire2str.c config.h $(srcdir)/sldns/wire2str.h $(srcdir)/sldns/str2wire.h \
1183291767Sdes $(srcdir)/sldns/rrdef.h $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/parseutil.h $(srcdir)/sldns/sbuffer.h \
1184294190Sdes $(srcdir)/sldns/keyraw.h
1185291767Sdesparse.lo parse.o: $(srcdir)/sldns/parse.c config.h $(srcdir)/sldns/parse.h $(srcdir)/sldns/parseutil.h \
1186291767Sdes $(srcdir)/sldns/sbuffer.h
1187291767Sdesparseutil.lo parseutil.o: $(srcdir)/sldns/parseutil.c config.h $(srcdir)/sldns/parseutil.h
1188291767Sdesrrdef.lo rrdef.o: $(srcdir)/sldns/rrdef.c config.h $(srcdir)/sldns/rrdef.h $(srcdir)/sldns/parseutil.h
1189291767Sdesstr2wire.lo str2wire.o: $(srcdir)/sldns/str2wire.c config.h $(srcdir)/sldns/str2wire.h $(srcdir)/sldns/rrdef.h \
1190291767Sdes $(srcdir)/sldns/wire2str.h $(srcdir)/sldns/sbuffer.h $(srcdir)/sldns/parse.h $(srcdir)/sldns/parseutil.h
1191285206Sdesctime_r.lo ctime_r.o: $(srcdir)/compat/ctime_r.c config.h $(srcdir)/util/locks.h $(srcdir)/util/log.h
1192285206Sdesfake-rfc2553.lo fake-rfc2553.o: $(srcdir)/compat/fake-rfc2553.c $(srcdir)/compat/fake-rfc2553.h config.h
1193285206Sdesgmtime_r.lo gmtime_r.o: $(srcdir)/compat/gmtime_r.c config.h
1194285206Sdesinet_aton.lo inet_aton.o: $(srcdir)/compat/inet_aton.c config.h
1195285206Sdesinet_ntop.lo inet_ntop.o: $(srcdir)/compat/inet_ntop.c config.h
1196285206Sdesinet_pton.lo inet_pton.o: $(srcdir)/compat/inet_pton.c config.h
1197285206Sdesmalloc.lo malloc.o: $(srcdir)/compat/malloc.c config.h
1198285206Sdesmemcmp.lo memcmp.o: $(srcdir)/compat/memcmp.c config.h
1199285206Sdesmemmove.lo memmove.o: $(srcdir)/compat/memmove.c config.h
1200285206Sdessnprintf.lo snprintf.o: $(srcdir)/compat/snprintf.c config.h
1201285206Sdesstrlcat.lo strlcat.o: $(srcdir)/compat/strlcat.c config.h
1202285206Sdesstrlcpy.lo strlcpy.o: $(srcdir)/compat/strlcpy.c config.h
1203285206Sdesstrptime.lo strptime.o: $(srcdir)/compat/strptime.c config.h
1204294190Sdesgetentropy_linux.lo getentropy_linux.o: $(srcdir)/compat/getentropy_linux.c config.h
1205285206Sdesgetentropy_osx.lo getentropy_osx.o: $(srcdir)/compat/getentropy_osx.c config.h
1206285206Sdesgetentropy_solaris.lo getentropy_solaris.o: $(srcdir)/compat/getentropy_solaris.c config.h
1207285206Sdesgetentropy_win.lo getentropy_win.o: $(srcdir)/compat/getentropy_win.c
1208285206Sdesexplicit_bzero.lo explicit_bzero.o: $(srcdir)/compat/explicit_bzero.c config.h
1209285206Sdesarc4random.lo arc4random.o: $(srcdir)/compat/arc4random.c config.h $(srcdir)/compat/chacha_private.h
1210285206Sdesarc4random_uniform.lo arc4random_uniform.o: $(srcdir)/compat/arc4random_uniform.c config.h
1211285206Sdesarc4_lock.lo arc4_lock.o: $(srcdir)/compat/arc4_lock.c config.h $(srcdir)/util/locks.h
1212285206Sdessha512.lo sha512.o: $(srcdir)/compat/sha512.c config.h
1213291767Sdesreallocarray.lo reallocarray.o: $(srcdir)/compat/reallocarray.c config.h
1214294190Sdesisblank.lo isblank.o: $(srcdir)/compat/isblank.c config.h
1215