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