make depend
[krb5.git] / src / lib / gssapi / krb5 / Makefile.in
1 thisconfigdir=./..
2 myfulldir=lib/gssapi/krb5
3 mydir=krb5
4 BUILDTOP=$(REL)..$(S)..$(S)..
5 LOCALINCLUDES = -I. -I$(srcdir) -I$(srcdir)/.. -I../generic -I$(srcdir)/../generic
6
7 ##DOS##BUILDTOP = ..\..\..
8 ##DOS##PREFIXDIR=krb5
9 ##DOS##OBJFILE = ..\$(OUTPRE)krb5.lst
10
11 ##DOS##DLL_EXP_TYPE=GSS
12
13 include_stdint=@include_stdint@
14 ##DOS##include_stdint=
15 ETSRCS= gssapi_err_krb5.c
16 ETOBJS= $(OUTPRE)gssapi_err_krb5.$(OBJEXT)
17 ETHDRS= gssapi_err_krb5.h
18
19 $(OUTPRE)gssapi_err_krb5.$(OBJEXT): gssapi_err_krb5.c
20 gssapi_err_krb5.h: gssapi_err_krb5.et
21 gssapi_err_krb5.c: gssapi_err_krb5.et
22
23 SRCS = \
24         $(srcdir)/accept_sec_context.c \
25         $(srcdir)/acquire_cred.c \
26         $(srcdir)/add_cred.c \
27         $(srcdir)/canon_name.c \
28         $(srcdir)/compare_name.c \
29         $(srcdir)/context_time.c \
30         $(srcdir)/copy_ccache.c \
31         $(srcdir)/delete_sec_context.c \
32         $(srcdir)/disp_name.c \
33         $(srcdir)/disp_status.c \
34         $(srcdir)/duplicate_name.c \
35         $(srcdir)/export_name.c \
36         $(srcdir)/export_sec_context.c \
37         $(srcdir)/get_tkt_flags.c \
38         $(srcdir)/gssapi_krb5.c \
39         $(srcdir)/import_name.c \
40         $(srcdir)/import_sec_context.c \
41         $(srcdir)/indicate_mechs.c \
42         $(srcdir)/init_sec_context.c \
43         $(srcdir)/inq_context.c \
44         $(srcdir)/inq_cred.c \
45         $(srcdir)/inq_names.c \
46         $(srcdir)/k5seal.c \
47         $(srcdir)/k5sealv3.c \
48         $(srcdir)/k5unseal.c \
49         $(srcdir)/krb5_gss_glue.c \
50         $(srcdir)/lucid_context.c \
51         $(srcdir)/process_context_token.c \
52         $(srcdir)/rel_cred.c \
53         $(srcdir)/rel_oid.c \
54         $(srcdir)/rel_name.c \
55         $(srcdir)/seal.c \
56         $(srcdir)/set_allowable_enctypes.c \
57         $(srcdir)/ser_sctx.c \
58         $(srcdir)/set_ccache.c \
59         $(srcdir)/sign.c \
60         $(srcdir)/unseal.c \
61         $(srcdir)/util_cksum.c \
62         $(srcdir)/util_crypt.c \
63         $(srcdir)/util_seed.c \
64         $(srcdir)/util_seqnum.c \
65         $(srcdir)/val_cred.c \
66         $(srcdir)/verify.c \
67         $(srcdir)/wrap_size_limit.c \
68         gssapi_err_krb5.c
69
70 #       $(srcdir)/pname_to_uid.c \
71 #       $(srcdir)/k5mech.c
72
73 OBJS = \
74         $(OUTPRE)accept_sec_context.$(OBJEXT) \
75         $(OUTPRE)acquire_cred.$(OBJEXT) \
76         $(OUTPRE)add_cred.$(OBJEXT) \
77         $(OUTPRE)canon_name.$(OBJEXT) \
78         $(OUTPRE)compare_name.$(OBJEXT) \
79         $(OUTPRE)context_time.$(OBJEXT) \
80         $(OUTPRE)copy_ccache.$(OBJEXT) \
81         $(OUTPRE)delete_sec_context.$(OBJEXT) \
82         $(OUTPRE)disp_name.$(OBJEXT) \
83         $(OUTPRE)disp_status.$(OBJEXT) \
84         $(OUTPRE)duplicate_name.$(OBJEXT) \
85         $(OUTPRE)export_name.$(OBJEXT) \
86         $(OUTPRE)export_sec_context.$(OBJEXT) \
87         $(OUTPRE)get_tkt_flags.$(OBJEXT) \
88         $(OUTPRE)gssapi_krb5.$(OBJEXT) \
89         $(OUTPRE)import_name.$(OBJEXT) \
90         $(OUTPRE)import_sec_context.$(OBJEXT) \
91         $(OUTPRE)indicate_mechs.$(OBJEXT) \
92         $(OUTPRE)init_sec_context.$(OBJEXT) \
93         $(OUTPRE)inq_context.$(OBJEXT) \
94         $(OUTPRE)inq_cred.$(OBJEXT) \
95         $(OUTPRE)inq_names.$(OBJEXT) \
96         $(OUTPRE)k5seal.$(OBJEXT) \
97         $(OUTPRE)k5sealv3.$(OBJEXT) \
98         $(OUTPRE)k5unseal.$(OBJEXT) \
99         $(OUTPRE)krb5_gss_glue.$(OBJEXT) \
100         $(OUTPRE)lucid_context.$(OBJEXT) \
101         $(OUTPRE)process_context_token.$(OBJEXT) \
102         $(OUTPRE)rel_cred.$(OBJEXT) \
103         $(OUTPRE)rel_oid.$(OBJEXT) \
104         $(OUTPRE)rel_name.$(OBJEXT) \
105         $(OUTPRE)seal.$(OBJEXT) \
106         $(OUTPRE)set_allowable_enctypes.$(OBJEXT) \
107         $(OUTPRE)ser_sctx.$(OBJEXT) \
108         $(OUTPRE)set_ccache.$(OBJEXT) \
109         $(OUTPRE)sign.$(OBJEXT) \
110         $(OUTPRE)unseal.$(OBJEXT) \
111         $(OUTPRE)util_cksum.$(OBJEXT) \
112         $(OUTPRE)util_crypt.$(OBJEXT) \
113         $(OUTPRE)util_seed.$(OBJEXT) \
114         $(OUTPRE)util_seqnum.$(OBJEXT) \
115         $(OUTPRE)val_cred.$(OBJEXT) \
116         $(OUTPRE)verify.$(OBJEXT) \
117         $(OUTPRE)wrap_size_limit.$(OBJEXT) \
118         $(OUTPRE)gssapi_err_krb5.$(OBJEXT)
119
120 #       k5mech.$(OBJEXT) \
121 #       pname_to_uid.$(OBJEXT)
122
123 STLIBOBJS = \
124         accept_sec_context.o \
125         acquire_cred.o \
126         add_cred.o \
127         canon_name.o \
128         compare_name.o \
129         context_time.o \
130         copy_ccache.o \
131         delete_sec_context.o \
132         disp_name.o \
133         disp_status.o \
134         duplicate_name.o \
135         export_name.o \
136         export_sec_context.o \
137         get_tkt_flags.o \
138         gssapi_krb5.o \
139         import_name.o \
140         import_sec_context.o \
141         indicate_mechs.o \
142         init_sec_context.o \
143         inq_context.o \
144         inq_cred.o \
145         inq_names.o \
146         k5seal.o \
147         k5sealv3.o \
148         k5unseal.o \
149         krb5_gss_glue.o \
150         lucid_context.o \
151         process_context_token.o \
152         rel_cred.o \
153         rel_oid.o \
154         rel_name.o \
155         seal.o \
156         set_allowable_enctypes.o \
157         ser_sctx.o \
158         set_ccache.o \
159         sign.o \
160         unseal.o \
161         util_cksum.o \
162         util_crypt.o \
163         util_seed.o \
164         util_seqnum.o \
165         val_cred.o \
166         verify.o \
167         wrap_size_limit.o \
168         gssapi_err_krb5.o
169
170 #       k5mech.o \
171 #       pname_to_uid.o
172
173 HDRS= $(ETHDRS)
174
175 EHDRDIR=$(BUILDTOP)$(S)include$(S)gssapi
176 EXPORTED_HEADERS= gssapi_krb5.h
177
178 ##DOS##LIBOBJS = $(OBJS)
179
180 GSSAPI_KRB5_HDR=$(EHDRDIR)$(S)gssapi_krb5.h
181
182 all-windows:: $(EHDRDIR) $(GSSAPI_KRB5_HDR) $(SRCS) $(HDRS)
183
184 ##DOS##$(EHDRDIR):
185 ##DOS## mkdir $(EHDRDIR)
186
187 MK_EHDRDIR=if test -d $(EHDRDIR); then :; else (set -x; mkdir $(EHDRDIR)); fi
188 ##DOS##MK_EHDRDIR=rem
189
190 $(GSSAPI_KRB5_HDR): gssapi_krb5.h
191         @$(MK_EHDRDIR)
192         $(CP) gssapi_krb5.h "$@"
193
194 all-unix:: $(SRCS) $(HDRS) $(GSSAPI_KRB5_HDR) includes
195 all-unix:: all-libobjs
196
197 clean-unix::
198         $(RM) $(BUILDTOP)/include/gssapi/gssapi_krb5.h
199         -$(RM) gssapi_krb5.h
200
201 clean-unix:: clean-libobjs
202         $(RM) $(ETHDRS) $(ETSRCS)
203
204 clean-windows::
205         $(RM) $(EHDRDIR)\gssapi_krb5.h
206         -if exist $(EHDRDIR)\nul rmdir $(EHDRDIR)
207
208 ##DOS##!if 0
209 gssapi_krb5.h: gssapi_krb5.hin
210         @echo "Creating gssapi.h" ; \
211         h=gss$$$$; $(RM) $$h; \
212         (echo "/* This is the gssapi_krb5.h prologue. */"; \
213         $(include_stdint) ; \
214         echo "/* End of gssapi_krb5.h prologue. */"; \
215         cat $(srcdir)/gssapi_krb5.hin )> $$h && \
216         (set -x; $(MV) $$h $@) ; e=$$?; $(RM) $$h; exit $$e
217 ##DOS##!endif
218 ##DOS### No prologue needed for Windows, the support is
219 ##DOS### in gssapi_krb5.hin already.
220 ##DOS##gssapi_krb5.h: gssapi_krb5.hin
221 ##DOS## $(CP) gssapi_krb5.hin gssapi_krb5.h
222
223 install-headers-unix install::
224         @set -x; for f in $(EXPORTED_HEADERS) ; \
225         do $(INSTALL_DATA) $$f  \
226                 $(DESTDIR)$(KRB5_INCDIR)/gssapi/$$f ; \
227         done
228
229 depend:: $(ETSRCS)
230
231 includes::  gssapi_krb5.h
232
233 install::
234
235 # @libobj_frag@
236
237 # +++ Dependency line eater +++
238
239 # Makefile dependencies follow.  This must be the last section in
240 # the Makefile.in file
241 #
242 accept_sec_context.so accept_sec_context.po $(OUTPRE)accept_sec_context.$(OBJEXT): \
243   accept_sec_context.c $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \
244   $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-platform.h \
245   $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5.h \
246   $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h $(SRCTOP)/include/port-sockets.h \
247   $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/k5-locate.h \
248   $(SRCTOP)/include/krb5/kdb.h $(SRCTOP)/include/k5-plugin.h \
249   gssapiP_krb5.h $(srcdir)/../generic/gssapiP_generic.h \
250   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
251   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
252 acquire_cred.so acquire_cred.po $(OUTPRE)acquire_cred.$(OBJEXT): \
253   acquire_cred.c $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \
254   $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-platform.h \
255   $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5.h \
256   $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h $(SRCTOP)/include/port-sockets.h \
257   $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/k5-locate.h \
258   $(SRCTOP)/include/krb5/kdb.h $(SRCTOP)/include/k5-plugin.h \
259   $(srcdir)/../gss_libinit.h ../generic/gssapi.h gssapiP_krb5.h \
260   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
261   $(BUILDTOP)/include/gssapi/gssapi.h ../generic/gssapi_err_generic.h \
262   gssapi_krb5.h gssapi_err_krb5.h
263 add_cred.so add_cred.po $(OUTPRE)add_cred.$(OBJEXT): \
264   add_cred.c gssapiP_krb5.h $(SRCTOP)/include/k5-int.h \
265   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
266   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
267   $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \
268   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
269   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/krb5/kdb.h \
270   $(SRCTOP)/include/k5-plugin.h $(srcdir)/../generic/gssapiP_generic.h \
271   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
272   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
273 canon_name.so canon_name.po $(OUTPRE)canon_name.$(OBJEXT): \
274   canon_name.c gssapiP_krb5.h $(SRCTOP)/include/k5-int.h \
275   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
276   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
277   $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \
278   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
279   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/krb5/kdb.h \
280   $(SRCTOP)/include/k5-plugin.h $(srcdir)/../generic/gssapiP_generic.h \
281   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
282   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
283 compare_name.so compare_name.po $(OUTPRE)compare_name.$(OBJEXT): \
284   compare_name.c gssapiP_krb5.h $(SRCTOP)/include/k5-int.h \
285   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
286   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
287   $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \
288   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
289   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/krb5/kdb.h \
290   $(SRCTOP)/include/k5-plugin.h $(srcdir)/../generic/gssapiP_generic.h \
291   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
292   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
293 context_time.so context_time.po $(OUTPRE)context_time.$(OBJEXT): \
294   context_time.c gssapiP_krb5.h $(SRCTOP)/include/k5-int.h \
295   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
296   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
297   $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \
298   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
299   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/krb5/kdb.h \
300   $(SRCTOP)/include/k5-plugin.h $(srcdir)/../generic/gssapiP_generic.h \
301   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
302   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
303 copy_ccache.so copy_ccache.po $(OUTPRE)copy_ccache.$(OBJEXT): \
304   copy_ccache.c gssapiP_krb5.h $(SRCTOP)/include/k5-int.h \
305   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
306   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
307   $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \
308   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
309   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/krb5/kdb.h \
310   $(SRCTOP)/include/k5-plugin.h $(srcdir)/../generic/gssapiP_generic.h \
311   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
312   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
313 delete_sec_context.so delete_sec_context.po $(OUTPRE)delete_sec_context.$(OBJEXT): \
314   delete_sec_context.c gssapiP_krb5.h $(SRCTOP)/include/k5-int.h \
315   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
316   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
317   $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \
318   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
319   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/krb5/kdb.h \
320   $(SRCTOP)/include/k5-plugin.h $(srcdir)/../generic/gssapiP_generic.h \
321   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
322   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
323 disp_name.so disp_name.po $(OUTPRE)disp_name.$(OBJEXT): \
324   disp_name.c gssapiP_krb5.h $(SRCTOP)/include/k5-int.h \
325   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
326   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
327   $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \
328   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
329   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/krb5/kdb.h \
330   $(SRCTOP)/include/k5-plugin.h $(srcdir)/../generic/gssapiP_generic.h \
331   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
332   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
333 disp_status.so disp_status.po $(OUTPRE)disp_status.$(OBJEXT): \
334   disp_status.c gssapiP_krb5.h $(SRCTOP)/include/k5-int.h \
335   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
336   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
337   $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \
338   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
339   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/krb5/kdb.h \
340   $(SRCTOP)/include/k5-plugin.h $(srcdir)/../generic/gssapiP_generic.h \
341   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
342   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h \
343   $(srcdir)/../gss_libinit.h ../generic/gssapi.h
344 duplicate_name.so duplicate_name.po $(OUTPRE)duplicate_name.$(OBJEXT): \
345   duplicate_name.c gssapiP_krb5.h $(SRCTOP)/include/k5-int.h \
346   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
347   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
348   $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \
349   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
350   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/krb5/kdb.h \
351   $(SRCTOP)/include/k5-plugin.h $(srcdir)/../generic/gssapiP_generic.h \
352   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
353   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
354 export_name.so export_name.po $(OUTPRE)export_name.$(OBJEXT): \
355   export_name.c gssapiP_krb5.h $(SRCTOP)/include/k5-int.h \
356   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
357   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
358   $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \
359   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
360   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/krb5/kdb.h \
361   $(SRCTOP)/include/k5-plugin.h $(srcdir)/../generic/gssapiP_generic.h \
362   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
363   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
364 export_sec_context.so export_sec_context.po $(OUTPRE)export_sec_context.$(OBJEXT): \
365   export_sec_context.c gssapiP_krb5.h $(SRCTOP)/include/k5-int.h \
366   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
367   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
368   $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \
369   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
370   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/krb5/kdb.h \
371   $(SRCTOP)/include/k5-plugin.h $(srcdir)/../generic/gssapiP_generic.h \
372   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
373   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
374 get_tkt_flags.so get_tkt_flags.po $(OUTPRE)get_tkt_flags.$(OBJEXT): \
375   get_tkt_flags.c gssapiP_krb5.h $(SRCTOP)/include/k5-int.h \
376   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
377   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
378   $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \
379   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
380   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/krb5/kdb.h \
381   $(SRCTOP)/include/k5-plugin.h $(srcdir)/../generic/gssapiP_generic.h \
382   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
383   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
384 gssapi_krb5.so gssapi_krb5.po $(OUTPRE)gssapi_krb5.$(OBJEXT): \
385   gssapi_krb5.c $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \
386   $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-platform.h \
387   $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5.h \
388   $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h $(SRCTOP)/include/port-sockets.h \
389   $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/k5-locate.h \
390   $(SRCTOP)/include/krb5/kdb.h $(SRCTOP)/include/k5-plugin.h \
391   gssapiP_krb5.h $(srcdir)/../generic/gssapiP_generic.h \
392   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
393   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
394 import_name.so import_name.po $(OUTPRE)import_name.$(OBJEXT): \
395   import_name.c gssapiP_krb5.h $(SRCTOP)/include/k5-int.h \
396   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
397   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
398   $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \
399   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
400   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/krb5/kdb.h \
401   $(SRCTOP)/include/k5-plugin.h $(srcdir)/../generic/gssapiP_generic.h \
402   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
403   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
404 import_sec_context.so import_sec_context.po $(OUTPRE)import_sec_context.$(OBJEXT): \
405   import_sec_context.c gssapiP_krb5.h $(SRCTOP)/include/k5-int.h \
406   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
407   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
408   $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \
409   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
410   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/krb5/kdb.h \
411   $(SRCTOP)/include/k5-plugin.h $(srcdir)/../generic/gssapiP_generic.h \
412   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
413   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
414 indicate_mechs.so indicate_mechs.po $(OUTPRE)indicate_mechs.$(OBJEXT): \
415   indicate_mechs.c gssapiP_krb5.h $(SRCTOP)/include/k5-int.h \
416   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
417   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
418   $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \
419   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
420   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/krb5/kdb.h \
421   $(SRCTOP)/include/k5-plugin.h $(srcdir)/../generic/gssapiP_generic.h \
422   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
423   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
424 init_sec_context.so init_sec_context.po $(OUTPRE)init_sec_context.$(OBJEXT): \
425   init_sec_context.c $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \
426   $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-platform.h \
427   $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5.h \
428   $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h $(SRCTOP)/include/port-sockets.h \
429   $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/k5-locate.h \
430   $(SRCTOP)/include/krb5/kdb.h $(SRCTOP)/include/k5-plugin.h \
431   gssapiP_krb5.h $(srcdir)/../generic/gssapiP_generic.h \
432   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
433   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
434 inq_context.so inq_context.po $(OUTPRE)inq_context.$(OBJEXT): \
435   inq_context.c gssapiP_krb5.h $(SRCTOP)/include/k5-int.h \
436   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
437   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
438   $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \
439   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
440   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/krb5/kdb.h \
441   $(SRCTOP)/include/k5-plugin.h $(srcdir)/../generic/gssapiP_generic.h \
442   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
443   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
444 inq_cred.so inq_cred.po $(OUTPRE)inq_cred.$(OBJEXT): \
445   inq_cred.c gssapiP_krb5.h $(SRCTOP)/include/k5-int.h \
446   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
447   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
448   $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \
449   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
450   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/krb5/kdb.h \
451   $(SRCTOP)/include/k5-plugin.h $(srcdir)/../generic/gssapiP_generic.h \
452   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
453   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
454 inq_names.so inq_names.po $(OUTPRE)inq_names.$(OBJEXT): \
455   inq_names.c gssapiP_krb5.h $(SRCTOP)/include/k5-int.h \
456   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
457   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
458   $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \
459   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
460   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/krb5/kdb.h \
461   $(SRCTOP)/include/k5-plugin.h $(srcdir)/../generic/gssapiP_generic.h \
462   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
463   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
464 k5seal.so k5seal.po $(OUTPRE)k5seal.$(OBJEXT): k5seal.c \
465   gssapiP_krb5.h $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \
466   $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-platform.h \
467   $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5.h \
468   $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h $(SRCTOP)/include/port-sockets.h \
469   $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/k5-locate.h \
470   $(SRCTOP)/include/krb5/kdb.h $(SRCTOP)/include/k5-plugin.h \
471   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
472   $(BUILDTOP)/include/gssapi/gssapi.h ../generic/gssapi_err_generic.h \
473   gssapi_krb5.h gssapi_err_krb5.h
474 k5sealv3.so k5sealv3.po $(OUTPRE)k5sealv3.$(OBJEXT): \
475   k5sealv3.c $(SRCTOP)/include/k5-platform.h $(BUILDTOP)/include/krb5/autoconf.h \
476   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/k5-int.h \
477   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5.h \
478   $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h $(SRCTOP)/include/port-sockets.h \
479   $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/k5-locate.h \
480   $(SRCTOP)/include/krb5/kdb.h $(SRCTOP)/include/k5-plugin.h \
481   gssapiP_krb5.h $(srcdir)/../generic/gssapiP_generic.h \
482   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
483   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
484 k5unseal.so k5unseal.po $(OUTPRE)k5unseal.$(OBJEXT): \
485   k5unseal.c gssapiP_krb5.h $(SRCTOP)/include/k5-int.h \
486   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
487   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
488   $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \
489   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
490   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/krb5/kdb.h \
491   $(SRCTOP)/include/k5-plugin.h $(srcdir)/../generic/gssapiP_generic.h \
492   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
493   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
494 krb5_gss_glue.so krb5_gss_glue.po $(OUTPRE)krb5_gss_glue.$(OBJEXT): \
495   krb5_gss_glue.c gssapiP_krb5.h $(SRCTOP)/include/k5-int.h \
496   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
497   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
498   $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \
499   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
500   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/krb5/kdb.h \
501   $(SRCTOP)/include/k5-plugin.h $(srcdir)/../generic/gssapiP_generic.h \
502   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
503   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
504 lucid_context.so lucid_context.po $(OUTPRE)lucid_context.$(OBJEXT): \
505   lucid_context.c gssapiP_krb5.h $(SRCTOP)/include/k5-int.h \
506   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
507   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
508   $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \
509   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
510   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/krb5/kdb.h \
511   $(SRCTOP)/include/k5-plugin.h $(srcdir)/../generic/gssapiP_generic.h \
512   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
513   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
514 process_context_token.so process_context_token.po $(OUTPRE)process_context_token.$(OBJEXT): \
515   process_context_token.c gssapiP_krb5.h $(SRCTOP)/include/k5-int.h \
516   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
517   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
518   $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \
519   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
520   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/krb5/kdb.h \
521   $(SRCTOP)/include/k5-plugin.h $(srcdir)/../generic/gssapiP_generic.h \
522   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
523   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
524 rel_cred.so rel_cred.po $(OUTPRE)rel_cred.$(OBJEXT): \
525   rel_cred.c gssapiP_krb5.h $(SRCTOP)/include/k5-int.h \
526   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
527   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
528   $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \
529   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
530   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/krb5/kdb.h \
531   $(SRCTOP)/include/k5-plugin.h $(srcdir)/../generic/gssapiP_generic.h \
532   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
533   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
534 rel_oid.so rel_oid.po $(OUTPRE)rel_oid.$(OBJEXT): rel_oid.c \
535   gssapiP_krb5.h $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \
536   $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-platform.h \
537   $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5.h \
538   $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h $(SRCTOP)/include/port-sockets.h \
539   $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/k5-locate.h \
540   $(SRCTOP)/include/krb5/kdb.h $(SRCTOP)/include/k5-plugin.h \
541   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
542   $(BUILDTOP)/include/gssapi/gssapi.h ../generic/gssapi_err_generic.h \
543   gssapi_krb5.h gssapi_err_krb5.h
544 rel_name.so rel_name.po $(OUTPRE)rel_name.$(OBJEXT): \
545   rel_name.c gssapiP_krb5.h $(SRCTOP)/include/k5-int.h \
546   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
547   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
548   $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \
549   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
550   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/krb5/kdb.h \
551   $(SRCTOP)/include/k5-plugin.h $(srcdir)/../generic/gssapiP_generic.h \
552   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
553   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
554 seal.so seal.po $(OUTPRE)seal.$(OBJEXT): seal.c gssapiP_krb5.h \
555   $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \
556   $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-platform.h \
557   $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5.h \
558   $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h $(SRCTOP)/include/port-sockets.h \
559   $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/k5-locate.h \
560   $(SRCTOP)/include/krb5/kdb.h $(SRCTOP)/include/k5-plugin.h \
561   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
562   $(BUILDTOP)/include/gssapi/gssapi.h ../generic/gssapi_err_generic.h \
563   gssapi_krb5.h gssapi_err_krb5.h
564 set_allowable_enctypes.so set_allowable_enctypes.po \
565   $(OUTPRE)set_allowable_enctypes.$(OBJEXT): set_allowable_enctypes.c \
566   gssapiP_krb5.h $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \
567   $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-platform.h \
568   $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5.h \
569   $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h $(SRCTOP)/include/port-sockets.h \
570   $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/k5-locate.h \
571   $(SRCTOP)/include/krb5/kdb.h $(SRCTOP)/include/k5-plugin.h \
572   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
573   $(BUILDTOP)/include/gssapi/gssapi.h ../generic/gssapi_err_generic.h \
574   gssapi_krb5.h gssapi_err_krb5.h
575 ser_sctx.so ser_sctx.po $(OUTPRE)ser_sctx.$(OBJEXT): \
576   ser_sctx.c $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \
577   $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-platform.h \
578   $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5.h \
579   $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h $(SRCTOP)/include/port-sockets.h \
580   $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/k5-locate.h \
581   $(SRCTOP)/include/krb5/kdb.h $(SRCTOP)/include/k5-plugin.h \
582   gssapiP_krb5.h $(srcdir)/../generic/gssapiP_generic.h \
583   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
584   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
585 set_ccache.so set_ccache.po $(OUTPRE)set_ccache.$(OBJEXT): \
586   set_ccache.c gssapiP_krb5.h $(SRCTOP)/include/k5-int.h \
587   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
588   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
589   $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \
590   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
591   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/krb5/kdb.h \
592   $(SRCTOP)/include/k5-plugin.h $(srcdir)/../generic/gssapiP_generic.h \
593   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
594   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
595 sign.so sign.po $(OUTPRE)sign.$(OBJEXT): sign.c gssapiP_krb5.h \
596   $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \
597   $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-platform.h \
598   $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5.h \
599   $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h $(SRCTOP)/include/port-sockets.h \
600   $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/k5-locate.h \
601   $(SRCTOP)/include/krb5/kdb.h $(SRCTOP)/include/k5-plugin.h \
602   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
603   $(BUILDTOP)/include/gssapi/gssapi.h ../generic/gssapi_err_generic.h \
604   gssapi_krb5.h gssapi_err_krb5.h
605 unseal.so unseal.po $(OUTPRE)unseal.$(OBJEXT): unseal.c \
606   gssapiP_krb5.h $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \
607   $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-platform.h \
608   $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5.h \
609   $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h $(SRCTOP)/include/port-sockets.h \
610   $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/k5-locate.h \
611   $(SRCTOP)/include/krb5/kdb.h $(SRCTOP)/include/k5-plugin.h \
612   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
613   $(BUILDTOP)/include/gssapi/gssapi.h ../generic/gssapi_err_generic.h \
614   gssapi_krb5.h gssapi_err_krb5.h
615 util_cksum.so util_cksum.po $(OUTPRE)util_cksum.$(OBJEXT): \
616   util_cksum.c gssapiP_krb5.h $(SRCTOP)/include/k5-int.h \
617   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
618   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
619   $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \
620   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
621   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/krb5/kdb.h \
622   $(SRCTOP)/include/k5-plugin.h $(srcdir)/../generic/gssapiP_generic.h \
623   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
624   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
625 util_crypt.so util_crypt.po $(OUTPRE)util_crypt.$(OBJEXT): \
626   util_crypt.c $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \
627   $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-platform.h \
628   $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5.h \
629   $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h $(SRCTOP)/include/port-sockets.h \
630   $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/k5-locate.h \
631   $(SRCTOP)/include/krb5/kdb.h $(SRCTOP)/include/k5-plugin.h \
632   gssapiP_krb5.h $(srcdir)/../generic/gssapiP_generic.h \
633   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
634   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
635 util_seed.so util_seed.po $(OUTPRE)util_seed.$(OBJEXT): \
636   util_seed.c gssapiP_krb5.h $(SRCTOP)/include/k5-int.h \
637   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
638   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
639   $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \
640   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
641   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/krb5/kdb.h \
642   $(SRCTOP)/include/k5-plugin.h $(srcdir)/../generic/gssapiP_generic.h \
643   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
644   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
645 util_seqnum.so util_seqnum.po $(OUTPRE)util_seqnum.$(OBJEXT): \
646   util_seqnum.c gssapiP_krb5.h $(SRCTOP)/include/k5-int.h \
647   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
648   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
649   $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \
650   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
651   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/krb5/kdb.h \
652   $(SRCTOP)/include/k5-plugin.h $(srcdir)/../generic/gssapiP_generic.h \
653   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
654   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
655 val_cred.so val_cred.po $(OUTPRE)val_cred.$(OBJEXT): \
656   val_cred.c gssapiP_krb5.h $(SRCTOP)/include/k5-int.h \
657   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
658   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
659   $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \
660   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
661   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/krb5/kdb.h \
662   $(SRCTOP)/include/k5-plugin.h $(srcdir)/../generic/gssapiP_generic.h \
663   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
664   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
665 verify.so verify.po $(OUTPRE)verify.$(OBJEXT): verify.c \
666   gssapiP_krb5.h $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \
667   $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-platform.h \
668   $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5.h \
669   $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h $(SRCTOP)/include/port-sockets.h \
670   $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/k5-locate.h \
671   $(SRCTOP)/include/krb5/kdb.h $(SRCTOP)/include/k5-plugin.h \
672   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
673   $(BUILDTOP)/include/gssapi/gssapi.h ../generic/gssapi_err_generic.h \
674   gssapi_krb5.h gssapi_err_krb5.h
675 wrap_size_limit.so wrap_size_limit.po $(OUTPRE)wrap_size_limit.$(OBJEXT): \
676   wrap_size_limit.c gssapiP_krb5.h $(SRCTOP)/include/k5-int.h \
677   $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
678   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
679   $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \
680   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
681   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/krb5/kdb.h \
682   $(SRCTOP)/include/k5-plugin.h $(srcdir)/../generic/gssapiP_generic.h \
683   $(srcdir)/../generic/gssapi_generic.h $(BUILDTOP)/include/gssapi/gssapi.h \
684   ../generic/gssapi_err_generic.h gssapi_krb5.h gssapi_err_krb5.h
685 gssapi_err_krb5.so gssapi_err_krb5.po $(OUTPRE)gssapi_err_krb5.$(OBJEXT): \
686   gssapi_err_krb5.c $(COM_ERR_DEPS)