autoconf 2.60 compatibility
[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/port-sockets.h $(SRCTOP)/include/socket-utils.h \
253   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
254   ../generic/gssapi_err_generic.h accept_sec_context.c \
255   gssapiP_krb5.h gssapi_err_krb5.h gssapi_krb5.h
256 acquire_cred.so acquire_cred.po $(OUTPRE)acquire_cred.$(OBJEXT): \
257   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
258   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
259   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
260   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
261   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
262   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
263   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
264   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
265   $(srcdir)/../gss_libinit.h ../generic/gssapi.h ../generic/gssapi_err_generic.h \
266   acquire_cred.c gssapiP_krb5.h gssapi_err_krb5.h gssapi_krb5.h
267 add_cred.so add_cred.po $(OUTPRE)add_cred.$(OBJEXT): \
268   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
269   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
270   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
271   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
272   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
273   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_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   ../generic/gssapi_err_generic.h add_cred.c gssapiP_krb5.h \
277   gssapi_err_krb5.h gssapi_krb5.h
278 canon_name.so canon_name.po $(OUTPRE)canon_name.$(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/port-sockets.h $(SRCTOP)/include/socket-utils.h \
286   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
287   ../generic/gssapi_err_generic.h canon_name.c gssapiP_krb5.h \
288   gssapi_err_krb5.h gssapi_krb5.h
289 compare_name.so compare_name.po $(OUTPRE)compare_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/port-sockets.h $(SRCTOP)/include/socket-utils.h \
297   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
298   ../generic/gssapi_err_generic.h compare_name.c gssapiP_krb5.h \
299   gssapi_err_krb5.h gssapi_krb5.h
300 context_time.so context_time.po $(OUTPRE)context_time.$(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/port-sockets.h $(SRCTOP)/include/socket-utils.h \
308   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
309   ../generic/gssapi_err_generic.h context_time.c gssapiP_krb5.h \
310   gssapi_err_krb5.h gssapi_krb5.h
311 copy_ccache.so copy_ccache.po $(OUTPRE)copy_ccache.$(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/port-sockets.h $(SRCTOP)/include/socket-utils.h \
319   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
320   ../generic/gssapi_err_generic.h copy_ccache.c gssapiP_krb5.h \
321   gssapi_err_krb5.h gssapi_krb5.h
322 delete_sec_context.so delete_sec_context.po $(OUTPRE)delete_sec_context.$(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/port-sockets.h $(SRCTOP)/include/socket-utils.h \
330   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
331   ../generic/gssapi_err_generic.h delete_sec_context.c \
332   gssapiP_krb5.h gssapi_err_krb5.h gssapi_krb5.h
333 disp_name.so disp_name.po $(OUTPRE)disp_name.$(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/port-sockets.h $(SRCTOP)/include/socket-utils.h \
341   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
342   ../generic/gssapi_err_generic.h disp_name.c gssapiP_krb5.h \
343   gssapi_err_krb5.h gssapi_krb5.h
344 disp_status.so disp_status.po $(OUTPRE)disp_status.$(OBJEXT): \
345   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
346   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
347   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
348   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
349   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
350   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
351   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
352   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
353   $(srcdir)/../gss_libinit.h ../generic/gssapi.h ../generic/gssapi_err_generic.h \
354   disp_status.c gssapiP_krb5.h gssapi_err_krb5.h gssapi_krb5.h
355 duplicate_name.so duplicate_name.po $(OUTPRE)duplicate_name.$(OBJEXT): \
356   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
357   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
358   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
359   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
360   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
361   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
362   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
363   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
364   ../generic/gssapi_err_generic.h duplicate_name.c gssapiP_krb5.h \
365   gssapi_err_krb5.h gssapi_krb5.h
366 export_name.so export_name.po $(OUTPRE)export_name.$(OBJEXT): \
367   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
368   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
369   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
370   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
371   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
372   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
373   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
374   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
375   ../generic/gssapi_err_generic.h export_name.c gssapiP_krb5.h \
376   gssapi_err_krb5.h gssapi_krb5.h
377 export_sec_context.so export_sec_context.po $(OUTPRE)export_sec_context.$(OBJEXT): \
378   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
379   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
380   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
381   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
382   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
383   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
384   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
385   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
386   ../generic/gssapi_err_generic.h export_sec_context.c \
387   gssapiP_krb5.h gssapi_err_krb5.h gssapi_krb5.h
388 get_tkt_flags.so get_tkt_flags.po $(OUTPRE)get_tkt_flags.$(OBJEXT): \
389   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
390   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
391   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
392   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
393   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
394   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
395   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
396   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
397   ../generic/gssapi_err_generic.h get_tkt_flags.c gssapiP_krb5.h \
398   gssapi_err_krb5.h gssapi_krb5.h
399 gssapi_krb5.so gssapi_krb5.po $(OUTPRE)gssapi_krb5.$(OBJEXT): \
400   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
401   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
402   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
403   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
404   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
405   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
406   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
407   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
408   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
409   gssapi_krb5.c gssapi_krb5.h
410 import_name.so import_name.po $(OUTPRE)import_name.$(OBJEXT): \
411   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
412   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
413   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
414   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
415   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
416   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
417   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
418   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
419   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
420   gssapi_krb5.h import_name.c
421 import_sec_context.so import_sec_context.po $(OUTPRE)import_sec_context.$(OBJEXT): \
422   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
423   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
424   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
425   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
426   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
427   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
428   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
429   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
430   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
431   gssapi_krb5.h import_sec_context.c
432 indicate_mechs.so indicate_mechs.po $(OUTPRE)indicate_mechs.$(OBJEXT): \
433   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
434   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
435   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
436   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
437   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
438   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
439   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
440   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
441   $(srcdir)/../mechglue/mechglue.h $(srcdir)/../mechglue/mglueP.h \
442   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
443   gssapi_krb5.h indicate_mechs.c
444 init_sec_context.so init_sec_context.po $(OUTPRE)init_sec_context.$(OBJEXT): \
445   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
446   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
447   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
448   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
449   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
450   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
451   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
452   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
453   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
454   gssapi_krb5.h init_sec_context.c
455 inq_context.so inq_context.po $(OUTPRE)inq_context.$(OBJEXT): \
456   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
457   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
458   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
459   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
460   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
461   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
462   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
463   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
464   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
465   gssapi_krb5.h inq_context.c
466 inq_cred.so inq_cred.po $(OUTPRE)inq_cred.$(OBJEXT): \
467   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
468   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
469   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
470   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
471   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
472   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
473   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
474   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
475   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
476   gssapi_krb5.h inq_cred.c
477 inq_names.so inq_names.po $(OUTPRE)inq_names.$(OBJEXT): \
478   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
479   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
480   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
481   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
482   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
483   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
484   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
485   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
486   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
487   gssapi_krb5.h inq_names.c
488 k5seal.so k5seal.po $(OUTPRE)k5seal.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
489   $(BUILDTOP)/include/gssapi/gssapi.h $(BUILDTOP)/include/krb5/krb5.h \
490   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
491   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
492   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
493   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
494   $(SRCTOP)/include/krb5/locate_plugin.h $(SRCTOP)/include/port-sockets.h \
495   $(SRCTOP)/include/socket-utils.h $(srcdir)/../generic/gssapiP_generic.h \
496   $(srcdir)/../generic/gssapi_generic.h ../generic/gssapi_err_generic.h \
497   gssapiP_krb5.h gssapi_err_krb5.h gssapi_krb5.h k5seal.c
498 k5sealv3.so k5sealv3.po $(OUTPRE)k5sealv3.$(OBJEXT): \
499   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
500   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
501   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
502   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
503   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
504   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
505   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
506   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
507   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
508   gssapi_krb5.h k5sealv3.c
509 k5unseal.so k5unseal.po $(OUTPRE)k5unseal.$(OBJEXT): \
510   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
511   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
512   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
513   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
514   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
515   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
516   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
517   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
518   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
519   gssapi_krb5.h k5unseal.c
520 krb5_gss_glue.so krb5_gss_glue.po $(OUTPRE)krb5_gss_glue.$(OBJEXT): \
521   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
522   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
523   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
524   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
525   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
526   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
527   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
528   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
529   $(srcdir)/../mechglue/mechglue.h $(srcdir)/../mechglue/mglueP.h \
530   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
531   gssapi_krb5.h krb5_gss_glue.c
532 lucid_context.so lucid_context.po $(OUTPRE)lucid_context.$(OBJEXT): \
533   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
534   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
535   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
536   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
537   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
538   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
539   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
540   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
541   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
542   gssapi_krb5.h lucid_context.c
543 process_context_token.so process_context_token.po $(OUTPRE)process_context_token.$(OBJEXT): \
544   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
545   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
546   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
547   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
548   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
549   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
550   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
551   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
552   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
553   gssapi_krb5.h process_context_token.c
554 rel_cred.so rel_cred.po $(OUTPRE)rel_cred.$(OBJEXT): \
555   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
556   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
557   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
558   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
559   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
560   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
561   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
562   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
563   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
564   gssapi_krb5.h rel_cred.c
565 rel_oid.so rel_oid.po $(OUTPRE)rel_oid.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
566   $(BUILDTOP)/include/gssapi/gssapi.h $(BUILDTOP)/include/krb5/krb5.h \
567   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
568   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
569   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
570   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
571   $(SRCTOP)/include/krb5/locate_plugin.h $(SRCTOP)/include/port-sockets.h \
572   $(SRCTOP)/include/socket-utils.h $(srcdir)/../generic/gssapiP_generic.h \
573   $(srcdir)/../generic/gssapi_generic.h ../generic/gssapi_err_generic.h \
574   gssapiP_krb5.h gssapi_err_krb5.h gssapi_krb5.h rel_oid.c
575 rel_name.so rel_name.po $(OUTPRE)rel_name.$(OBJEXT): \
576   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
577   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
578   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
579   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
580   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
581   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
582   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
583   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
584   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
585   gssapi_krb5.h rel_name.c
586 seal.so seal.po $(OUTPRE)seal.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
587   $(BUILDTOP)/include/gssapi/gssapi.h $(BUILDTOP)/include/krb5/krb5.h \
588   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
589   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
590   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
591   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
592   $(SRCTOP)/include/krb5/locate_plugin.h $(SRCTOP)/include/port-sockets.h \
593   $(SRCTOP)/include/socket-utils.h $(srcdir)/../generic/gssapiP_generic.h \
594   $(srcdir)/../generic/gssapi_generic.h ../generic/gssapi_err_generic.h \
595   gssapiP_krb5.h gssapi_err_krb5.h gssapi_krb5.h seal.c
596 set_allowable_enctypes.so set_allowable_enctypes.po \
597   $(OUTPRE)set_allowable_enctypes.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
598   $(BUILDTOP)/include/gssapi/gssapi.h $(BUILDTOP)/include/krb5/krb5.h \
599   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
600   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
601   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
602   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
603   $(SRCTOP)/include/krb5/locate_plugin.h $(SRCTOP)/include/port-sockets.h \
604   $(SRCTOP)/include/socket-utils.h $(srcdir)/../generic/gssapiP_generic.h \
605   $(srcdir)/../generic/gssapi_generic.h ../generic/gssapi_err_generic.h \
606   gssapiP_krb5.h gssapi_err_krb5.h gssapi_krb5.h set_allowable_enctypes.c
607 ser_sctx.so ser_sctx.po $(OUTPRE)ser_sctx.$(OBJEXT): \
608   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
609   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
610   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
611   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
612   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
613   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
614   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
615   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
616   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
617   gssapi_krb5.h ser_sctx.c
618 set_ccache.so set_ccache.po $(OUTPRE)set_ccache.$(OBJEXT): \
619   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
620   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
621   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
622   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
623   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
624   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
625   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
626   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
627   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
628   gssapi_krb5.h set_ccache.c
629 sign.so sign.po $(OUTPRE)sign.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
630   $(BUILDTOP)/include/gssapi/gssapi.h $(BUILDTOP)/include/krb5/krb5.h \
631   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
632   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
633   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
634   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
635   $(SRCTOP)/include/krb5/locate_plugin.h $(SRCTOP)/include/port-sockets.h \
636   $(SRCTOP)/include/socket-utils.h $(srcdir)/../generic/gssapiP_generic.h \
637   $(srcdir)/../generic/gssapi_generic.h ../generic/gssapi_err_generic.h \
638   gssapiP_krb5.h gssapi_err_krb5.h gssapi_krb5.h sign.c
639 unseal.so unseal.po $(OUTPRE)unseal.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
640   $(BUILDTOP)/include/gssapi/gssapi.h $(BUILDTOP)/include/krb5/krb5.h \
641   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
642   $(COM_ERR_DEPS) $(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/port-sockets.h \
646   $(SRCTOP)/include/socket-utils.h $(srcdir)/../generic/gssapiP_generic.h \
647   $(srcdir)/../generic/gssapi_generic.h ../generic/gssapi_err_generic.h \
648   gssapiP_krb5.h gssapi_err_krb5.h gssapi_krb5.h unseal.c
649 util_cksum.so util_cksum.po $(OUTPRE)util_cksum.$(OBJEXT): \
650   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
651   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
652   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
653   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
654   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
655   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
656   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
657   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
658   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
659   gssapi_krb5.h util_cksum.c
660 util_crypt.so util_crypt.po $(OUTPRE)util_crypt.$(OBJEXT): \
661   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
662   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
663   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
664   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
665   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
666   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
667   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
668   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
669   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
670   gssapi_krb5.h util_crypt.c
671 util_seed.so util_seed.po $(OUTPRE)util_seed.$(OBJEXT): \
672   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
673   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
674   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
675   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
676   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
677   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
678   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
679   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
680   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
681   gssapi_krb5.h util_seed.c
682 util_seqnum.so util_seqnum.po $(OUTPRE)util_seqnum.$(OBJEXT): \
683   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
684   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
685   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
686   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
687   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
688   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
689   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
690   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
691   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
692   gssapi_krb5.h util_seqnum.c
693 val_cred.so val_cred.po $(OUTPRE)val_cred.$(OBJEXT): \
694   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
695   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
696   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
697   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
698   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
699   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
700   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
701   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
702   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
703   gssapi_krb5.h val_cred.c
704 verify.so verify.po $(OUTPRE)verify.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
705   $(BUILDTOP)/include/gssapi/gssapi.h $(BUILDTOP)/include/krb5/krb5.h \
706   $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
707   $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-int.h \
708   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
709   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \
710   $(SRCTOP)/include/krb5/locate_plugin.h $(SRCTOP)/include/port-sockets.h \
711   $(SRCTOP)/include/socket-utils.h $(srcdir)/../generic/gssapiP_generic.h \
712   $(srcdir)/../generic/gssapi_generic.h ../generic/gssapi_err_generic.h \
713   gssapiP_krb5.h gssapi_err_krb5.h gssapi_krb5.h verify.c
714 wrap_size_limit.so wrap_size_limit.po $(OUTPRE)wrap_size_limit.$(OBJEXT): \
715   $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
716   $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
717   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
718   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
719   $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
720   $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
721   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
722   $(srcdir)/../generic/gssapiP_generic.h $(srcdir)/../generic/gssapi_generic.h \
723   ../generic/gssapi_err_generic.h gssapiP_krb5.h gssapi_err_krb5.h \
724   gssapi_krb5.h wrap_size_limit.c
725 gssapi_err_krb5.so gssapi_err_krb5.po $(OUTPRE)gssapi_err_krb5.$(OBJEXT): \
726   $(COM_ERR_DEPS) gssapi_err_krb5.c