make depend, now with dependency sorting
[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 generate-files-mac: gssapi_krb5.h
209
210 ##DOS##!if 0
211 gssapi_krb5.h: gssapi_krb5.hin
212         @echo "Creating gssapi.h" ; \
213         h=gss$$$$; $(RM) $$h; \
214         (echo "/* This is the gssapi_krb5.h prologue. */"; \
215         $(include_stdint) ; \
216         echo "/* End of gssapi_krb5.h prologue. */"; \
217         cat $(srcdir)/gssapi_krb5.hin )> $$h && \
218         (set -x; $(MV) $$h $@) ; e=$$?; $(RM) $$h; exit $$e
219 ##DOS##!endif
220 ##DOS### No prologue needed for Windows, the support is
221 ##DOS### in gssapi_krb5.hin already.
222 ##DOS##gssapi_krb5.h: gssapi_krb5.hin
223 ##DOS## $(CP) gssapi_krb5.hin gssapi_krb5.h
224
225 install-headers-unix install::
226         @set -x; for f in $(EXPORTED_HEADERS) ; \
227         do $(INSTALL_DATA) $$f  \
228                 $(DESTDIR)$(KRB5_INCDIR)/gssapi/$$f ; \
229         done
230
231 depend:: $(ETSRCS)
232
233 includes::  gssapi_krb5.h
234
235 install::
236
237 # @libobj_frag@
238
239 # +++ Dependency line eater +++
240
241 # Makefile dependencies follow.  This must be the last section in
242 # the Makefile.in file
243 #
244 accept_sec_context.so accept_sec_context.po $(OUTPRE)accept_sec_context.$(OBJEXT): \
245   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
246   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
247   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
248   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
249   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
250   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
251   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
252   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
253   ../generic/gssapi_err_generic.h accept_sec_context.c \
254   gssapiP_krb5.h gssapi_err_krb5.h gssapi_krb5.h
255 acquire_cred.so acquire_cred.po $(OUTPRE)acquire_cred.$(OBJEXT): \
256   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
257   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
258   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
259   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
260   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
261   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
262   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
263   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
264   $(srcdir)/../gss_libinit.h ../generic/gssapi.h ../generic/gssapi_err_generic.h \
265   acquire_cred.c gssapiP_krb5.h gssapi_err_krb5.h gssapi_krb5.h
266 add_cred.so add_cred.po $(OUTPRE)add_cred.$(OBJEXT): \
267   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
268   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
269   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
270   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
271   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
272   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
273   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
274   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
275   ../generic/gssapi_err_generic.h add_cred.c gssapiP_krb5.h \
276   gssapi_err_krb5.h gssapi_krb5.h
277 canon_name.so canon_name.po $(OUTPRE)canon_name.$(OBJEXT): \
278   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
279   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
280   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
281   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
282   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
283   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
284   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
285   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
286   ../generic/gssapi_err_generic.h canon_name.c gssapiP_krb5.h \
287   gssapi_err_krb5.h gssapi_krb5.h
288 compare_name.so compare_name.po $(OUTPRE)compare_name.$(OBJEXT): \
289   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
290   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
291   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
292   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
293   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
294   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
295   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
296   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
297   ../generic/gssapi_err_generic.h compare_name.c gssapiP_krb5.h \
298   gssapi_err_krb5.h gssapi_krb5.h
299 context_time.so context_time.po $(OUTPRE)context_time.$(OBJEXT): \
300   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
301   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
302   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
303   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
304   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
305   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
306   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
307   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
308   ../generic/gssapi_err_generic.h context_time.c gssapiP_krb5.h \
309   gssapi_err_krb5.h gssapi_krb5.h
310 copy_ccache.so copy_ccache.po $(OUTPRE)copy_ccache.$(OBJEXT): \
311   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
312   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
313   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
314   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
315   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
316   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
317   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
318   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
319   ../generic/gssapi_err_generic.h copy_ccache.c gssapiP_krb5.h \
320   gssapi_err_krb5.h gssapi_krb5.h
321 delete_sec_context.so delete_sec_context.po $(OUTPRE)delete_sec_context.$(OBJEXT): \
322   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
323   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
324   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
325   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
326   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
327   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
328   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
329   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
330   ../generic/gssapi_err_generic.h delete_sec_context.c \
331   gssapiP_krb5.h gssapi_err_krb5.h gssapi_krb5.h
332 disp_name.so disp_name.po $(OUTPRE)disp_name.$(OBJEXT): \
333   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
334   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
335   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
336   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
337   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
338   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
339   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
340   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
341   ../generic/gssapi_err_generic.h disp_name.c gssapiP_krb5.h \
342   gssapi_err_krb5.h gssapi_krb5.h
343 disp_status.so disp_status.po $(OUTPRE)disp_status.$(OBJEXT): \
344   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
345   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
346   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
347   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
348   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
349   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
350   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
351   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
352   $(srcdir)/../gss_libinit.h ../generic/gssapi.h ../generic/gssapi_err_generic.h \
353   disp_status.c gssapiP_krb5.h gssapi_err_krb5.h gssapi_krb5.h
354 duplicate_name.so duplicate_name.po $(OUTPRE)duplicate_name.$(OBJEXT): \
355   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
356   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
357   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
358   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
359   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
360   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
361   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
362   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
363   ../generic/gssapi_err_generic.h duplicate_name.c gssapiP_krb5.h \
364   gssapi_err_krb5.h gssapi_krb5.h
365 export_name.so export_name.po $(OUTPRE)export_name.$(OBJEXT): \
366   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
367   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
368   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
369   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
370   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
371   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
372   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
373   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
374   ../generic/gssapi_err_generic.h export_name.c gssapiP_krb5.h \
375   gssapi_err_krb5.h gssapi_krb5.h
376 export_sec_context.so export_sec_context.po $(OUTPRE)export_sec_context.$(OBJEXT): \
377   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
378   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
379   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
380   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
381   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
382   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
383   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
384   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
385   ../generic/gssapi_err_generic.h export_sec_context.c \
386   gssapiP_krb5.h gssapi_err_krb5.h gssapi_krb5.h
387 get_tkt_flags.so get_tkt_flags.po $(OUTPRE)get_tkt_flags.$(OBJEXT): \
388   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
389   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
390   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
391   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
392   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
393   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
394   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
395   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
396   ../generic/gssapi_err_generic.h get_tkt_flags.c gssapiP_krb5.h \
397   gssapi_err_krb5.h gssapi_krb5.h
398 gssapi_krb5.so gssapi_krb5.po $(OUTPRE)gssapi_krb5.$(OBJEXT): \
399   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
400   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
401   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
402   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
403   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
404   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
405   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
406   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
407   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
408   gssapi_krb5.c gssapi_krb5.h
409 import_name.so import_name.po $(OUTPRE)import_name.$(OBJEXT): \
410   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
411   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
412   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
413   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
414   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
415   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
416   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
417   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
418   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
419   gssapi_krb5.h import_name.c
420 import_sec_context.so import_sec_context.po $(OUTPRE)import_sec_context.$(OBJEXT): \
421   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
422   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
423   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
424   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
425   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
426   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
427   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
428   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
429   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
430   gssapi_krb5.h import_sec_context.c
431 indicate_mechs.so indicate_mechs.po $(OUTPRE)indicate_mechs.$(OBJEXT): \
432   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
433   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
434   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
435   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
436   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
437   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
438   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
439   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
440   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
441   gssapi_krb5.h indicate_mechs.c
442 init_sec_context.so init_sec_context.po $(OUTPRE)init_sec_context.$(OBJEXT): \
443   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
444   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
445   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
446   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
447   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
448   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
449   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
450   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
451   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
452   gssapi_krb5.h init_sec_context.c
453 inq_context.so inq_context.po $(OUTPRE)inq_context.$(OBJEXT): \
454   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
455   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
456   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
457   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
458   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
459   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
460   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
461   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
462   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
463   gssapi_krb5.h inq_context.c
464 inq_cred.so inq_cred.po $(OUTPRE)inq_cred.$(OBJEXT): \
465   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
466   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
467   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
468   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
469   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
470   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
471   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
472   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
473   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
474   gssapi_krb5.h inq_cred.c
475 inq_names.so inq_names.po $(OUTPRE)inq_names.$(OBJEXT): \
476   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
477   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
478   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
479   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
480   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
481   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
482   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
483   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
484   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
485   gssapi_krb5.h inq_names.c
486 k5seal.so k5seal.po $(OUTPRE)k5seal.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
487   $(BUILDTOP)/include/gssapi/gssapi.h $(BUILDTOP)/include/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-locate.h $(SRCTOP)/include/k5-platform.h \
491   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
492   $(SRCTOP)/include/kdb.h $(SRCTOP)/include/port-sockets.h \
493   $(SRCTOP)/include/socket-utils.h $(srcdir)/../generic/gssapiP_generic.h \
494   $(srcdir)/../generic/gssapi_generic.h ../generic/gssapi_err_generic.h \
495   gssapiP_krb5.h gssapi_err_krb5.h gssapi_krb5.h k5seal.c
496 k5sealv3.so k5sealv3.po $(OUTPRE)k5sealv3.$(OBJEXT): \
497   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
498   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
499   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
500   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
501   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
502   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
503   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
504   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
505   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
506   gssapi_krb5.h k5sealv3.c
507 k5unseal.so k5unseal.po $(OUTPRE)k5unseal.$(OBJEXT): \
508   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
509   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
510   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
511   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
512   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
513   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
514   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
515   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
516   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
517   gssapi_krb5.h k5unseal.c
518 krb5_gss_glue.so krb5_gss_glue.po $(OUTPRE)krb5_gss_glue.$(OBJEXT): \
519   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
520   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
521   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
522   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
523   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
524   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
525   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
526   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
527   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
528   gssapi_krb5.h krb5_gss_glue.c
529 lucid_context.so lucid_context.po $(OUTPRE)lucid_context.$(OBJEXT): \
530   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
531   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
532   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
533   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
534   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
535   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
536   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
537   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
538   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
539   gssapi_krb5.h lucid_context.c
540 process_context_token.so process_context_token.po $(OUTPRE)process_context_token.$(OBJEXT): \
541   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
542   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
543   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
544   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
545   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
546   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
547   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
548   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
549   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
550   gssapi_krb5.h process_context_token.c
551 rel_cred.so rel_cred.po $(OUTPRE)rel_cred.$(OBJEXT): \
552   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
553   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
554   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
555   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
556   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
557   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
558   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
559   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
560   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
561   gssapi_krb5.h rel_cred.c
562 rel_oid.so rel_oid.po $(OUTPRE)rel_oid.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
563   $(BUILDTOP)/include/gssapi/gssapi.h $(BUILDTOP)/include/krb5.h \
564   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
565   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
566   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/k5-platform.h \
567   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
568   $(SRCTOP)/include/kdb.h $(SRCTOP)/include/port-sockets.h \
569   $(SRCTOP)/include/socket-utils.h $(srcdir)/../generic/gssapiP_generic.h \
570   $(srcdir)/../generic/gssapi_generic.h ../generic/gssapi_err_generic.h \
571   gssapiP_krb5.h gssapi_err_krb5.h gssapi_krb5.h rel_oid.c
572 rel_name.so rel_name.po $(OUTPRE)rel_name.$(OBJEXT): \
573   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
574   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
575   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
576   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
577   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
578   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
579   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
580   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
581   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
582   gssapi_krb5.h rel_name.c
583 seal.so seal.po $(OUTPRE)seal.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
584   $(BUILDTOP)/include/gssapi/gssapi.h $(BUILDTOP)/include/krb5.h \
585   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
586   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
587   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/k5-platform.h \
588   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
589   $(SRCTOP)/include/kdb.h $(SRCTOP)/include/port-sockets.h \
590   $(SRCTOP)/include/socket-utils.h $(srcdir)/../generic/gssapiP_generic.h \
591   $(srcdir)/../generic/gssapi_generic.h ../generic/gssapi_err_generic.h \
592   gssapiP_krb5.h gssapi_err_krb5.h gssapi_krb5.h seal.c
593 set_allowable_enctypes.so set_allowable_enctypes.po \
594   $(OUTPRE)set_allowable_enctypes.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
595   $(BUILDTOP)/include/gssapi/gssapi.h $(BUILDTOP)/include/krb5.h \
596   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
597   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
598   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/k5-platform.h \
599   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
600   $(SRCTOP)/include/kdb.h $(SRCTOP)/include/port-sockets.h \
601   $(SRCTOP)/include/socket-utils.h $(srcdir)/../generic/gssapiP_generic.h \
602   $(srcdir)/../generic/gssapi_generic.h ../generic/gssapi_err_generic.h \
603   gssapiP_krb5.h gssapi_err_krb5.h gssapi_krb5.h set_allowable_enctypes.c
604 ser_sctx.so ser_sctx.po $(OUTPRE)ser_sctx.$(OBJEXT): \
605   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
606   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
607   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
608   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
609   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
610   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
611   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
612   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
613   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
614   gssapi_krb5.h ser_sctx.c
615 set_ccache.so set_ccache.po $(OUTPRE)set_ccache.$(OBJEXT): \
616   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
617   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
618   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
619   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
620   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
621   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
622   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
623   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
624   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
625   gssapi_krb5.h set_ccache.c
626 sign.so sign.po $(OUTPRE)sign.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
627   $(BUILDTOP)/include/gssapi/gssapi.h $(BUILDTOP)/include/krb5.h \
628   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
629   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
630   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/k5-platform.h \
631   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
632   $(SRCTOP)/include/kdb.h $(SRCTOP)/include/port-sockets.h \
633   $(SRCTOP)/include/socket-utils.h $(srcdir)/../generic/gssapiP_generic.h \
634   $(srcdir)/../generic/gssapi_generic.h ../generic/gssapi_err_generic.h \
635   gssapiP_krb5.h gssapi_err_krb5.h gssapi_krb5.h sign.c
636 unseal.so unseal.po $(OUTPRE)unseal.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
637   $(BUILDTOP)/include/gssapi/gssapi.h $(BUILDTOP)/include/krb5.h \
638   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
639   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
640   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/k5-platform.h \
641   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
642   $(SRCTOP)/include/kdb.h $(SRCTOP)/include/port-sockets.h \
643   $(SRCTOP)/include/socket-utils.h $(srcdir)/../generic/gssapiP_generic.h \
644   $(srcdir)/../generic/gssapi_generic.h ../generic/gssapi_err_generic.h \
645   gssapiP_krb5.h gssapi_err_krb5.h gssapi_krb5.h unseal.c
646 util_cksum.so util_cksum.po $(OUTPRE)util_cksum.$(OBJEXT): \
647   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
648   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
649   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
650   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
651   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
652   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
653   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
654   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
655   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
656   gssapi_krb5.h util_cksum.c
657 util_crypt.so util_crypt.po $(OUTPRE)util_crypt.$(OBJEXT): \
658   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
659   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
660   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
661   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
662   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
663   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
664   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
665   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
666   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
667   gssapi_krb5.h util_crypt.c
668 util_seed.so util_seed.po $(OUTPRE)util_seed.$(OBJEXT): \
669   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
670   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
671   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
672   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
673   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
674   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
675   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
676   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
677   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
678   gssapi_krb5.h util_seed.c
679 util_seqnum.so util_seqnum.po $(OUTPRE)util_seqnum.$(OBJEXT): \
680   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
681   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
682   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
683   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
684   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
685   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
686   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
687   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
688   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
689   gssapi_krb5.h util_seqnum.c
690 val_cred.so val_cred.po $(OUTPRE)val_cred.$(OBJEXT): \
691   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
692   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
693   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
694   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
695   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
696   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
697   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
698   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
699   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
700   gssapi_krb5.h val_cred.c
701 verify.so verify.po $(OUTPRE)verify.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
702   $(BUILDTOP)/include/gssapi/gssapi.h $(BUILDTOP)/include/krb5.h \
703   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
704   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
705   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/k5-platform.h \
706   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
707   $(SRCTOP)/include/kdb.h $(SRCTOP)/include/port-sockets.h \
708   $(SRCTOP)/include/socket-utils.h $(srcdir)/../generic/gssapiP_generic.h \
709   $(srcdir)/../generic/gssapi_generic.h ../generic/gssapi_err_generic.h \
710   gssapiP_krb5.h gssapi_err_krb5.h gssapi_krb5.h verify.c
711 wrap_size_limit.so wrap_size_limit.po $(OUTPRE)wrap_size_limit.$(OBJEXT): \
712   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
713   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
714   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
715   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
716   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
717   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
718   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
719   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
720   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
721   gssapi_krb5.h wrap_size_limit.c
722 gssapi_err_krb5.so gssapi_err_krb5.po $(OUTPRE)gssapi_err_krb5.$(OBJEXT): \
723   $(COM_ERR_DEPS) gssapi_err_krb5.c