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