install headers into include/krb5
[krb5.git] / src / lib / krb5 / os / Makefile.in
1 thisconfigdir=./..
2 myfulldir=lib/krb5/os
3 mydir=os
4 BUILDTOP=$(REL)..$(S)..$(S)..
5 KRB5_RUN_ENV = @KRB5_RUN_ENV@
6 PROG_LIBPATH=-L$(TOPLIBD)
7 PROG_RPATH=$(KRB5_LIBDIR)
8 DEFS=
9 DEFINES=-DLIBDIR=\"$(KRB5_LIBDIR)\"
10
11 ##DOS##BUILDTOP = ..\..\..
12 ##DOS##PREFIXDIR=os
13 ##DOS##OBJFILE=..\$(OUTPRE)$(PREFIXDIR).lst
14
15 STLIBOBJS= \
16         accessor.o      \
17         an_to_ln.o      \
18         c_ustime.o      \
19         def_realm.o     \
20         ccdefname.o     \
21         changepw.o      \
22         dnsglue.o       \
23         dnssrv.o        \
24         free_krbhs.o    \
25         free_hstrl.o    \
26         full_ipadr.o    \
27         get_krbhst.o    \
28         gen_port.o      \
29         genaddrs.o      \
30         gen_rname.o     \
31         hostaddr.o      \
32         hst_realm.o     \
33         init_os_ctx.o   \
34         krbfileio.o     \
35         ktdefname.o     \
36         kuserok.o       \
37         mk_faddr.o      \
38         localaddr.o     \
39         locate_kdc.o    \
40         lock_file.o     \
41         net_read.o      \
42         net_write.o     \
43         osconfig.o      \
44         port2ip.o       \
45         prompter.o      \
46         read_msg.o      \
47         read_pwd.o      \
48         realm_dom.o     \
49         realm_iter.o    \
50         send524.o       \
51         sendto_kdc.o    \
52         sn2princ.o      \
53         thread_safe.o   \
54         timeofday.o     \
55         toffset.o       \
56         unlck_file.o    \
57         ustime.o        \
58         write_msg.o
59
60 OBJS= \
61         $(OUTPRE)accessor.$(OBJEXT)     \
62         $(OUTPRE)an_to_ln.$(OBJEXT)     \
63         $(OUTPRE)c_ustime.$(OBJEXT)     \
64         $(OUTPRE)def_realm.$(OBJEXT)    \
65         $(OUTPRE)ccdefname.$(OBJEXT)    \
66         $(OUTPRE)changepw.$(OBJEXT)     \
67         $(OUTPRE)dnsglue.$(OBJEXT)      \
68         $(OUTPRE)dnssrv.$(OBJEXT)       \
69         $(OUTPRE)free_krbhs.$(OBJEXT)   \
70         $(OUTPRE)free_hstrl.$(OBJEXT)   \
71         $(OUTPRE)full_ipadr.$(OBJEXT)   \
72         $(OUTPRE)get_krbhst.$(OBJEXT)   \
73         $(OUTPRE)gen_port.$(OBJEXT)     \
74         $(OUTPRE)genaddrs.$(OBJEXT)     \
75         $(OUTPRE)gen_rname.$(OBJEXT)    \
76         $(OUTPRE)hostaddr.$(OBJEXT)     \
77         $(OUTPRE)hst_realm.$(OBJEXT)    \
78         $(OUTPRE)init_os_ctx.$(OBJEXT)  \
79         $(OUTPRE)krbfileio.$(OBJEXT)    \
80         $(OUTPRE)ktdefname.$(OBJEXT)    \
81         $(OUTPRE)kuserok.$(OBJEXT)      \
82         $(OUTPRE)mk_faddr.$(OBJEXT)     \
83         $(OUTPRE)localaddr.$(OBJEXT)    \
84         $(OUTPRE)locate_kdc.$(OBJEXT)   \
85         $(OUTPRE)lock_file.$(OBJEXT)    \
86         $(OUTPRE)net_read.$(OBJEXT)     \
87         $(OUTPRE)net_write.$(OBJEXT)    \
88         $(OUTPRE)osconfig.$(OBJEXT)     \
89         $(OUTPRE)port2ip.$(OBJEXT)      \
90         $(OUTPRE)prompter.$(OBJEXT)     \
91         $(OUTPRE)read_msg.$(OBJEXT)     \
92         $(OUTPRE)read_pwd.$(OBJEXT)     \
93         $(OUTPRE)realm_dom.$(OBJEXT)    \
94         $(OUTPRE)realm_iter.$(OBJEXT)   \
95         $(OUTPRE)send524.$(OBJEXT)      \
96         $(OUTPRE)sendto_kdc.$(OBJEXT)   \
97         $(OUTPRE)sn2princ.$(OBJEXT)     \
98         $(OUTPRE)thread_safe.$(OBJEXT)  \
99         $(OUTPRE)timeofday.$(OBJEXT)    \
100         $(OUTPRE)toffset.$(OBJEXT)      \
101         $(OUTPRE)unlck_file.$(OBJEXT)   \
102         $(OUTPRE)ustime.$(OBJEXT)       \
103         $(OUTPRE)write_msg.$(OBJEXT)
104
105 SRCS= \
106         $(srcdir)/accessor.c    \
107         $(srcdir)/an_to_ln.c    \
108         $(srcdir)/c_ustime.c    \
109         $(srcdir)/def_realm.c   \
110         $(srcdir)/ccdefname.c   \
111         $(srcdir)/changepw.c    \
112         $(srcdir)/dnsglue.c     \
113         $(srcdir)/dnssrv.c      \
114         $(srcdir)/free_krbhs.c  \
115         $(srcdir)/free_hstrl.c  \
116         $(srcdir)/full_ipadr.c  \
117         $(srcdir)/get_krbhst.c  \
118         $(srcdir)/gen_port.c    \
119         $(srcdir)/genaddrs.c    \
120         $(srcdir)/gen_rname.c   \
121         $(srcdir)/hostaddr.c    \
122         $(srcdir)/hst_realm.c   \
123         $(srcdir)/init_os_ctx.c \
124         $(srcdir)/krbfileio.c   \
125         $(srcdir)/ktdefname.c   \
126         $(srcdir)/kuserok.c     \
127         $(srcdir)/mk_faddr.c    \
128         $(srcdir)/localaddr.c   \
129         $(srcdir)/locate_kdc.c  \
130         $(srcdir)/lock_file.c   \
131         $(srcdir)/net_read.c    \
132         $(srcdir)/net_write.c   \
133         $(srcdir)/osconfig.c    \
134         $(srcdir)/prompter.c    \
135         $(srcdir)/read_msg.c    \
136         $(srcdir)/read_pwd.c    \
137         $(srcdir)/realm_dom.c   \
138         $(srcdir)/realm_iter.c  \
139         $(srcdir)/port2ip.c     \
140         $(srcdir)/send524.c     \
141         $(srcdir)/sendto_kdc.c  \
142         $(srcdir)/sn2princ.c    \
143         $(srcdir)/thread_safe.c \
144         $(srcdir)/timeofday.c   \
145         $(srcdir)/toffset.c     \
146         $(srcdir)/unlck_file.c  \
147         $(srcdir)/ustime.c      \
148         $(srcdir)/write_msg.c
149
150 EXTRADEPSRCS = \
151         t_an_to_ln.c t_gifconf.c t_locate_kdc.c t_realm_iter.c \
152         t_std_conf.c
153
154 ##DOS##LIBOBJS = $(OBJS)
155
156 all-unix:: all-libobjs
157 clean-unix:: clean-libobjs
158
159 shared:
160         mkdir shared
161
162 TEST_PROGS= t_std_conf t_an_to_ln t_locate_kdc
163
164 T_STD_CONF_OBJS= t_std_conf.o def_realm.o get_krbhst.o realm_dom.o \
165                 hst_realm.o init_os_ctx.o locate_kdc.o dnsglue.o
166
167 T_AN_TO_LN_OBJS = t_an_to_ln.o an_to_ln.o 
168
169 T_REALM_ITER_OBJS = t_realm_iter.o realm_iter.o
170
171 t_std_conf: $(T_STD_CONF_OBJS) $(KRB5_BASE_DEPLIBS)
172         $(CC_LINK) -o t_std_conf $(T_STD_CONF_OBJS) $(KRB5_BASE_LIBS)
173
174 t_an_to_ln: $(T_AN_TO_LN_OBJS) $(KRB5_BASE_DEPLIBS)
175         $(CC_LINK) -o t_an_to_ln $(T_AN_TO_LN_OBJS) $(KRB5_BASE_LIBS)
176
177 t_realm_iter: $(T_REALM_ITER_OBJS) $(KRB5_BASE_DEPLIBS)
178         $(CC_LINK) -o t_realm_iter $(T_REALM_ITER_OBJS) $(KRB5_BASE_LIBS)
179
180 t_localaddr: localaddr.c
181         $(CC_LINK) $(ALL_CFLAGS) -DTEST -o t_localaddr $(srcdir)/localaddr.c $(KRB5_BASE_LIBS) $(LIBS)
182
183 t_locate_kdc: t_locate_kdc.o
184         $(CC_LINK) $(ALL_CFLAGS) -o t_locate_kdc t_locate_kdc.o \
185                 $(KRB5_BASE_LIBS)
186 t_locate_kdc.o: t_locate_kdc.c locate_kdc.c dnssrv.c dnsglue.c
187 $(OUTPRE)t_locate_kdc.exe: $(OUTPRE)t_locate_kdc.obj \
188                 $(KLIB) $(PLIB) $(CLIB) $(SLIB)
189         link $(EXE_LINKOPTS) -out:$@ $** ws2_32.lib $(DNSLIBS)
190
191 LCLINT=lclint
192 LCLINTOPTS= -warnposix \
193         -usedef +charintliteral +ignoresigns -predboolint +boolint \
194         -exportlocal -retvalint \
195         +mod-uncon +modinternalstrict +modfilesys
196 lclint-localaddr: localaddr.c
197         $(LCLINT) $(LCLINTOPTS) $(CPPFLAGS) $(LOCALINCLUDES) $(DEFS) \
198                 -DTEST $(srcdir)/localaddr.c
199
200 check-unix:: $(TEST_PROGS)
201         KRB5_CONFIG=$(srcdir)/td_krb5.conf ; export KRB5_CONFIG ;\
202         $(KRB5_RUN_ENV) ./t_std_conf  -d -s NEW.DEFAULT.REALM -d \
203                 -k IGGY.ORG -k DEFAULT_REALM.TST \
204                 -D DEFAULT_REALM.TST -r bad.idea -r itar.bad.idea \
205                 -r really.BAD.IDEA. -r clipper.bad.idea -r KeYEsCrOW.BaD.IDea \
206                 -r pgp.good.idea -r no_domain > test.out
207         cmp test.out $(srcdir)/ref_std_conf.out
208         $(RM) test.out
209         KRB5_CONFIG=$(srcdir)/td_krb5.conf ; export KRB5_CONFIG ;\
210         $(KRB5_RUN_ENV) ./t_locate_kdc ATHENA.MIT.EDU
211
212 #
213 # Do some aname-to-lname testing.
214 #
215 check-unix::
216         echo '[libdefaults]' > ./t_an.conf
217         echo '  default_realm = r' >> ./t_an.conf
218         echo '[realms]' >> ./t_an.conf
219         echo 'r = {' >> ./t_an.conf
220 #       if test -r ../../../admin/aname/kdb5_anadd ; then \
221 #               $(KRB5_RUN_ENV) ../../../admin/aname/kdb5_anadd -a -n ./t_an p/i/i/i@r piii; \
222 #               ../../../admin/aname/kdb5_anadd -a -n ./t_an p/a/b/c@r pabc; \
223 #               echo 'auth_to_local = DB:./t_an' >> ./t_an.conf; \
224 #       fi
225         echo 'auth_to_local = RULE:[3:$$1$$3$$2](rule.*)s/rule//g' \
226                 >> ./t_an.conf
227         echo 'auth_to_local = DEFAULT' >> ./t_an.conf
228         echo '}' >> ./t_an.conf
229 #       if test -r ../../../admin/aname/kdb5_anadd ; then \
230 #               KRB5_CONFIG=./t_an.conf ; export KRB5_CONFIG ; \
231 #               $(KRB5_RUN_ENV) ./t_an_to_ln p/i/i/i@r p/a/b/c@r; \
232 #       fi
233         KRB5_CONFIG=./t_an.conf ; export KRB5_CONFIG ; \
234         $(KRB5_RUN_ENV) ./t_an_to_ln rul/helpme/e@r ru/123/le@r
235         KRB5_CONFIG=./t_an.conf ; export KRB5_CONFIG ; \
236         $(KRB5_RUN_ENV) ./t_an_to_ln fred/r@r barney/r@r
237         $(RM) ./t_an.*
238
239 clean:: 
240         $(RM) $(TEST_PROGS) test.out t_std_conf.o t_an_to_ln.o
241
242 # @libobj_frag@
243
244 # +++ Dependency line eater +++
245
246 # Makefile dependencies follow.  This must be the last section in
247 # the Makefile.in file
248 #
249 accessor.so accessor.po $(OUTPRE)accessor.$(OBJEXT): \
250   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
251   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
252   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
253   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
254   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
255   $(SRCTOP)/include/krb5/locate.h $(SRCTOP)/include/port-sockets.h \
256   $(SRCTOP)/include/socket-utils.h accessor.c os-proto.h
257 an_to_ln.so an_to_ln.po $(OUTPRE)an_to_ln.$(OBJEXT): \
258   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
259   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
260   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
261   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
262   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
263   $(SRCTOP)/include/krb5/locate.h $(SRCTOP)/include/port-sockets.h \
264   $(SRCTOP)/include/socket-utils.h an_to_ln.c
265 c_ustime.so c_ustime.po $(OUTPRE)c_ustime.$(OBJEXT): \
266   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
267   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
268   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
269   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
270   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
271   $(SRCTOP)/include/krb5/locate.h $(SRCTOP)/include/port-sockets.h \
272   $(SRCTOP)/include/socket-utils.h c_ustime.c
273 def_realm.so def_realm.po $(OUTPRE)def_realm.$(OBJEXT): \
274   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
275   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
276   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
277   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
278   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
279   $(SRCTOP)/include/krb5/locate.h $(SRCTOP)/include/port-sockets.h \
280   $(SRCTOP)/include/socket-utils.h def_realm.c os-proto.h
281 ccdefname.so ccdefname.po $(OUTPRE)ccdefname.$(OBJEXT): \
282   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
283   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
284   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
285   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
286   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
287   $(SRCTOP)/include/krb5/locate.h $(SRCTOP)/include/port-sockets.h \
288   $(SRCTOP)/include/socket-utils.h ccdefname.c
289 changepw.so changepw.po $(OUTPRE)changepw.$(OBJEXT): \
290   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
291   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
292   $(COM_ERR_DEPS) $(SRCTOP)/include/fake-addrinfo.h $(SRCTOP)/include/k5-err.h \
293   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
294   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
295   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate.h \
296   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
297   changepw.c os-proto.h
298 dnsglue.so dnsglue.po $(OUTPRE)dnsglue.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
299   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
300   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
301   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
302   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
303   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate.h \
304   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
305   dnsglue.c dnsglue.h os-proto.h
306 dnssrv.so dnssrv.po $(OUTPRE)dnssrv.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
307   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
308   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
309   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
310   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
311   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate.h \
312   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
313   dnsglue.h dnssrv.c os-proto.h
314 free_krbhs.so free_krbhs.po $(OUTPRE)free_krbhs.$(OBJEXT): \
315   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
316   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
317   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
318   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
319   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
320   $(SRCTOP)/include/krb5/locate.h $(SRCTOP)/include/port-sockets.h \
321   $(SRCTOP)/include/socket-utils.h free_krbhs.c
322 free_hstrl.so free_hstrl.po $(OUTPRE)free_hstrl.$(OBJEXT): \
323   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
324   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
325   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
326   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
327   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
328   $(SRCTOP)/include/krb5/locate.h $(SRCTOP)/include/port-sockets.h \
329   $(SRCTOP)/include/socket-utils.h free_hstrl.c
330 full_ipadr.so full_ipadr.po $(OUTPRE)full_ipadr.$(OBJEXT): \
331   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
332   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
333   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
334   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
335   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
336   $(SRCTOP)/include/krb5/locate.h $(SRCTOP)/include/port-sockets.h \
337   $(SRCTOP)/include/socket-utils.h full_ipadr.c os-proto.h
338 get_krbhst.so get_krbhst.po $(OUTPRE)get_krbhst.$(OBJEXT): \
339   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
340   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
341   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
342   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
343   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
344   $(SRCTOP)/include/krb5/locate.h $(SRCTOP)/include/port-sockets.h \
345   $(SRCTOP)/include/socket-utils.h get_krbhst.c
346 gen_port.so gen_port.po $(OUTPRE)gen_port.$(OBJEXT): \
347   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
348   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
349   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
350   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
351   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
352   $(SRCTOP)/include/krb5/locate.h $(SRCTOP)/include/port-sockets.h \
353   $(SRCTOP)/include/socket-utils.h gen_port.c os-proto.h
354 genaddrs.so genaddrs.po $(OUTPRE)genaddrs.$(OBJEXT): \
355   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
356   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
357   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
358   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
359   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
360   $(SRCTOP)/include/krb5/locate.h $(SRCTOP)/include/port-sockets.h \
361   $(SRCTOP)/include/socket-utils.h genaddrs.c os-proto.h
362 gen_rname.so gen_rname.po $(OUTPRE)gen_rname.$(OBJEXT): \
363   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
364   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
365   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
366   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
367   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
368   $(SRCTOP)/include/krb5/locate.h $(SRCTOP)/include/port-sockets.h \
369   $(SRCTOP)/include/socket-utils.h gen_rname.c os-proto.h
370 hostaddr.so hostaddr.po $(OUTPRE)hostaddr.$(OBJEXT): \
371   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
372   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
373   $(COM_ERR_DEPS) $(SRCTOP)/include/fake-addrinfo.h $(SRCTOP)/include/k5-err.h \
374   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
375   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
376   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate.h \
377   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
378   hostaddr.c
379 hst_realm.so hst_realm.po $(OUTPRE)hst_realm.$(OBJEXT): \
380   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
381   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
382   $(COM_ERR_DEPS) $(SRCTOP)/include/fake-addrinfo.h $(SRCTOP)/include/k5-err.h \
383   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
384   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
385   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate.h \
386   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
387   dnsglue.h hst_realm.c os-proto.h
388 init_os_ctx.so init_os_ctx.po $(OUTPRE)init_os_ctx.$(OBJEXT): \
389   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
390   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
391   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
392   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
393   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
394   $(SRCTOP)/include/krb5/locate.h $(SRCTOP)/include/port-sockets.h \
395   $(SRCTOP)/include/socket-utils.h init_os_ctx.c os-proto.h
396 krbfileio.so krbfileio.po $(OUTPRE)krbfileio.$(OBJEXT): \
397   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
398   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
399   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
400   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
401   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
402   $(SRCTOP)/include/krb5/locate.h $(SRCTOP)/include/port-sockets.h \
403   $(SRCTOP)/include/socket-utils.h krbfileio.c
404 ktdefname.so ktdefname.po $(OUTPRE)ktdefname.$(OBJEXT): \
405   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
406   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
407   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
408   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
409   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
410   $(SRCTOP)/include/krb5/locate.h $(SRCTOP)/include/port-sockets.h \
411   $(SRCTOP)/include/socket-utils.h ktdefname.c
412 kuserok.so kuserok.po $(OUTPRE)kuserok.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
413   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
414   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
415   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
416   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
417   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate.h \
418   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
419   kuserok.c
420 mk_faddr.so mk_faddr.po $(OUTPRE)mk_faddr.$(OBJEXT): \
421   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
422   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
423   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
424   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
425   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
426   $(SRCTOP)/include/krb5/locate.h $(SRCTOP)/include/port-sockets.h \
427   $(SRCTOP)/include/socket-utils.h mk_faddr.c os-proto.h
428 localaddr.so localaddr.po $(OUTPRE)localaddr.$(OBJEXT): \
429   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
430   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
431   $(COM_ERR_DEPS) $(SRCTOP)/include/foreachaddr.h $(SRCTOP)/include/k5-err.h \
432   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
433   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
434   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate.h \
435   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
436   localaddr.c
437 locate_kdc.so locate_kdc.po $(OUTPRE)locate_kdc.$(OBJEXT): \
438   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
439   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
440   $(COM_ERR_DEPS) $(SRCTOP)/include/fake-addrinfo.h $(SRCTOP)/include/k5-err.h \
441   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
442   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
443   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate.h \
444   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
445   locate_kdc.c os-proto.h
446 lock_file.so lock_file.po $(OUTPRE)lock_file.$(OBJEXT): \
447   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
448   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
449   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
450   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
451   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
452   $(SRCTOP)/include/krb5/locate.h $(SRCTOP)/include/port-sockets.h \
453   $(SRCTOP)/include/socket-utils.h lock_file.c
454 net_read.so net_read.po $(OUTPRE)net_read.$(OBJEXT): \
455   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
456   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
457   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
458   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
459   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
460   $(SRCTOP)/include/krb5/locate.h $(SRCTOP)/include/port-sockets.h \
461   $(SRCTOP)/include/socket-utils.h net_read.c
462 net_write.so net_write.po $(OUTPRE)net_write.$(OBJEXT): \
463   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
464   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
465   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
466   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
467   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
468   $(SRCTOP)/include/krb5/locate.h $(SRCTOP)/include/port-sockets.h \
469   $(SRCTOP)/include/socket-utils.h net_write.c
470 osconfig.so osconfig.po $(OUTPRE)osconfig.$(OBJEXT): \
471   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
472   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
473   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
474   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
475   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
476   $(SRCTOP)/include/krb5/locate.h $(SRCTOP)/include/port-sockets.h \
477   $(SRCTOP)/include/socket-utils.h osconfig.c
478 prompter.so prompter.po $(OUTPRE)prompter.$(OBJEXT): \
479   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
480   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
481   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
482   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
483   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
484   $(SRCTOP)/include/krb5/locate.h $(SRCTOP)/include/port-sockets.h \
485   $(SRCTOP)/include/socket-utils.h prompter.c
486 read_msg.so read_msg.po $(OUTPRE)read_msg.$(OBJEXT): \
487   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
488   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
489   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
490   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
491   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
492   $(SRCTOP)/include/krb5/locate.h $(SRCTOP)/include/port-sockets.h \
493   $(SRCTOP)/include/socket-utils.h read_msg.c
494 read_pwd.so read_pwd.po $(OUTPRE)read_pwd.$(OBJEXT): \
495   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
496   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
497   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
498   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
499   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
500   $(SRCTOP)/include/krb5/locate.h $(SRCTOP)/include/port-sockets.h \
501   $(SRCTOP)/include/socket-utils.h read_pwd.c
502 realm_dom.so realm_dom.po $(OUTPRE)realm_dom.$(OBJEXT): \
503   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
504   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
505   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
506   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
507   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
508   $(SRCTOP)/include/krb5/locate.h $(SRCTOP)/include/port-sockets.h \
509   $(SRCTOP)/include/socket-utils.h realm_dom.c
510 realm_iter.so realm_iter.po $(OUTPRE)realm_iter.$(OBJEXT): \
511   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
512   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
513   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
514   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
515   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
516   $(SRCTOP)/include/krb5/locate.h $(SRCTOP)/include/port-sockets.h \
517   $(SRCTOP)/include/socket-utils.h realm_iter.c
518 port2ip.so port2ip.po $(OUTPRE)port2ip.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
519   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
520   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
521   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
522   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
523   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate.h \
524   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
525   os-proto.h port2ip.c
526 send524.so send524.po $(OUTPRE)send524.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
527   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
528   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/fake-addrinfo.h \
529   $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
530   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
531   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
532   $(SRCTOP)/include/krb5/locate.h $(SRCTOP)/include/port-sockets.h \
533   $(SRCTOP)/include/socket-utils.h os-proto.h send524.c
534 sendto_kdc.so sendto_kdc.po $(OUTPRE)sendto_kdc.$(OBJEXT): \
535   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
536   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
537   $(COM_ERR_DEPS) $(SRCTOP)/include/cm.h $(SRCTOP)/include/fake-addrinfo.h \
538   $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
539   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
540   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
541   $(SRCTOP)/include/krb5/locate.h $(SRCTOP)/include/port-sockets.h \
542   $(SRCTOP)/include/socket-utils.h os-proto.h sendto_kdc.c
543 sn2princ.so sn2princ.po $(OUTPRE)sn2princ.$(OBJEXT): \
544   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
545   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
546   $(COM_ERR_DEPS) $(SRCTOP)/include/fake-addrinfo.h $(SRCTOP)/include/k5-err.h \
547   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
548   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
549   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate.h \
550   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
551   sn2princ.c
552 thread_safe.so thread_safe.po $(OUTPRE)thread_safe.$(OBJEXT): \
553   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
554   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
555   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
556   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
557   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
558   $(SRCTOP)/include/krb5/locate.h $(SRCTOP)/include/port-sockets.h \
559   $(SRCTOP)/include/socket-utils.h thread_safe.c
560 timeofday.so timeofday.po $(OUTPRE)timeofday.$(OBJEXT): \
561   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
562   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
563   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
564   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
565   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
566   $(SRCTOP)/include/krb5/locate.h $(SRCTOP)/include/port-sockets.h \
567   $(SRCTOP)/include/socket-utils.h timeofday.c
568 toffset.so toffset.po $(OUTPRE)toffset.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
569   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
570   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
571   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
572   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
573   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate.h \
574   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
575   toffset.c
576 unlck_file.so unlck_file.po $(OUTPRE)unlck_file.$(OBJEXT): \
577   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
578   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
579   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
580   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
581   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
582   $(SRCTOP)/include/krb5/locate.h $(SRCTOP)/include/port-sockets.h \
583   $(SRCTOP)/include/socket-utils.h unlck_file.c
584 ustime.so ustime.po $(OUTPRE)ustime.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
585   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
586   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
587   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
588   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
589   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate.h \
590   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
591   ustime.c
592 write_msg.so write_msg.po $(OUTPRE)write_msg.$(OBJEXT): \
593   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
594   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
595   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
596   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
597   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
598   $(SRCTOP)/include/krb5/locate.h $(SRCTOP)/include/port-sockets.h \
599   $(SRCTOP)/include/socket-utils.h write_msg.c
600 t_an_to_ln.so t_an_to_ln.po $(OUTPRE)t_an_to_ln.$(OBJEXT): \
601   $(BUILDTOP)/include/krb5/krb5.h $(COM_ERR_DEPS) $(SRCTOP)/include/krb5.h \
602   t_an_to_ln.c
603 t_gifconf.so t_gifconf.po $(OUTPRE)t_gifconf.$(OBJEXT): \
604   t_gifconf.c
605 t_locate_kdc.so t_locate_kdc.po $(OUTPRE)t_locate_kdc.$(OBJEXT): \
606   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
607   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
608   $(COM_ERR_DEPS) $(SRCTOP)/include/fake-addrinfo.h $(SRCTOP)/include/k5-err.h \
609   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
610   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
611   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate.h \
612   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
613   dnsglue.c dnsglue.h dnssrv.c locate_kdc.c os-proto.h \
614   t_locate_kdc.c
615 t_realm_iter.so t_realm_iter.po $(OUTPRE)t_realm_iter.$(OBJEXT): \
616   $(BUILDTOP)/include/krb5/krb5.h $(COM_ERR_DEPS) $(SRCTOP)/include/krb5.h \
617   t_realm_iter.c
618 t_std_conf.so t_std_conf.po $(OUTPRE)t_std_conf.$(OBJEXT): \
619   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
620   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
621   $(COM_ERR_DEPS) $(SRCTOP)/include/fake-addrinfo.h $(SRCTOP)/include/k5-err.h \
622   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
623   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
624   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate.h \
625   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
626   os-proto.h t_std_conf.c