~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to src/lib/gssapi/generic/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2009-05-07 16:16:34 UTC
  • mfrom: (13.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20090507161634-xqyk0s9na0le4flj
Tags: 1.7dfsg~beta1-4
When  decrypting the TGS response fails with the subkey, try with the
session key to work around Heimdal bug, Closes: #527353 

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
EHDRDIR= $(BUILDTOP)$(S)include$(S)gssapi
19
19
 
20
20
HDRS=   $(EHDRDIR)$(S)gssapi.h \
21
 
        $(EHDRDIR)$(S)gssapi_generic.h
 
21
        $(EHDRDIR)$(S)gssapi_generic.h \
 
22
        $(EHDRDIR)$(S)gssapi_ext.h
22
23
 
23
24
MK_EHDRDIR=if test -d $(EHDRDIR); then :; else (set -x; mkdir $(EHDRDIR)); fi
24
25
##DOS##MK_EHDRDIR=rem
29
30
        $(CP) gssapi.h $@
30
31
$(EHDRDIR)$(S)gssapi_generic.h: $(EHDRDIR)$(S)timestamp $(srcdir)$(S)gssapi_generic.h
31
32
        $(CP) $(srcdir)$(S)gssapi_generic.h $@
 
33
$(EHDRDIR)$(S)gssapi_ext.h: $(EHDRDIR)$(S)timestamp $(srcdir)$(S)gssapi_ext.h
 
34
        $(CP) $(srcdir)$(S)gssapi_ext.h $@
32
35
 
33
36
$(EHDRDIR)$(S)timestamp:
34
37
        $(MK_EHDRDIR)
67
70
        $(srcdir)/disp_com_err_status.c \
68
71
        $(srcdir)/disp_major_status.c \
69
72
        $(srcdir)/gssapi_generic.c \
 
73
        $(srcdir)/oid_ops.c \
70
74
        $(srcdir)/rel_buffer.c \
71
75
        $(srcdir)/rel_oid_set.c \
72
76
        $(srcdir)/util_buffer.c \
 
77
        $(srcdir)/util_buffer_set.c \
 
78
        $(srcdir)/util_errmap.c \
73
79
        $(srcdir)/util_ordering.c \
74
80
        $(srcdir)/util_set.c \
75
81
        $(srcdir)/util_token.c \
80
86
        $(OUTPRE)disp_com_err_status.$(OBJEXT) \
81
87
        $(OUTPRE)disp_major_status.$(OBJEXT) \
82
88
        $(OUTPRE)gssapi_generic.$(OBJEXT) \
 
89
        $(OUTPRE)oid_ops.$(OBJEXT) \
83
90
        $(OUTPRE)rel_buffer.$(OBJEXT) \
84
91
        $(OUTPRE)rel_oid_set.$(OBJEXT) \
85
92
        $(OUTPRE)util_buffer.$(OBJEXT) \
 
93
        $(OUTPRE)util_buffer_set.$(OBJEXT) \
 
94
        $(OUTPRE)util_errmap.$(OBJEXT) \
86
95
        $(OUTPRE)util_ordering.$(OBJEXT) \
87
96
        $(OUTPRE)util_set.$(OBJEXT) \
88
97
        $(OUTPRE)util_token.$(OBJEXT) \
93
102
        disp_com_err_status.o \
94
103
        disp_major_status.o \
95
104
        gssapi_generic.o \
 
105
        oid_ops.o \
96
106
        rel_buffer.o \
97
107
        rel_oid_set.o \
98
108
        util_buffer.o \
 
109
        util_buffer_set.o \
 
110
        util_errmap.o \
99
111
        util_ordering.o \
100
112
        util_set.o \
101
113
        util_token.o \
102
114
        util_validate.o \
103
115
        gssapi_err_generic.o
104
116
 
105
 
EXPORTED_HEADERS= gssapi_generic.h
 
117
EXPORTED_HEADERS= gssapi_generic.h gssapi_ext.h
106
118
EXPORTED_BUILT_HEADERS= gssapi.h
107
119
 
108
120
$(OBJS): $(EXPORTED_HEADERS) $(ETHDRS)
110
122
all-unix:: $(EXPORTED_HEADERS) $(ETHDRS) $(HDRS)
111
123
all-unix:: all-libobjs
112
124
 
 
125
errmap.h: $(SRCTOP)/util/gen.pl $(SRCTOP)/util/t_array.pm \
 
126
                $(SRCTOP)/util/t_bimap.pm
 
127
        $(PERL) -w -I$(SRCTOP)/util $(SRCTOP)/util/gen.pl bimap errmap.h \
 
128
                NAME=mecherrmap LEFT=OM_uint32 RIGHT="struct mecherror" \
 
129
                LEFTPRINT=print_OM_uint32 RIGHTPRINT=mecherror_print \
 
130
                LEFTCMP=cmp_OM_uint32 RIGHTCMP=mecherror_cmp
 
131
 
 
132
maptest.h: $(SRCTOP)/util/gen.pl $(SRCTOP)/util/t_array.pm \
 
133
                $(SRCTOP)/util/t_bimap.pm
 
134
        $(PERL) -w -I$(SRCTOP)/util $(SRCTOP)/util/gen.pl bimap maptest.h \
 
135
                NAME=foo LEFT=int RIGHT=elt LEFTPRINT=intprt RIGHTPRINT=eltprt \
 
136
                LEFTCMP=intcmp RIGHTCMP=eltcmp
 
137
maptest.o: maptest.c maptest.h
 
138
maptest: maptest.o
 
139
        $(CC_LINK) -o maptest maptest.o
113
140
 
114
141
##DOS##LIBOBJS = $(OBJS)
115
142
 
127
154
        $(RM) $(HDRS)
128
155
        -if exist $(EHDRDIR)\nul rmdir $(EHDRDIR)
129
156
 
130
 
generate-files-mac: gssapi.h
 
157
generate-files-mac: gssapi.h errmap.h
131
158
 
132
159
# Krb5InstallHeaders($(EXPORTED_HEADERS), $(KRB5_INCDIR)/krb5)
133
160
install-headers-unix install:: gssapi.h
144
171
 
145
172
@libobj_frag@
146
173
 
147
 
# +++ Dependency line eater +++
148
 
149
 
# Makefile dependencies follow.  This must be the last section in
150
 
# the Makefile.in file
151
 
#
152
 
disp_com_err_status.so disp_com_err_status.po $(OUTPRE)disp_com_err_status.$(OBJEXT): \
153
 
  $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
154
 
  $(COM_ERR_DEPS) $(SRCTOP)/include/gssapi.h $(SRCTOP)/include/k5-platform.h \
155
 
  $(SRCTOP)/include/k5-thread.h $(srcdir)/../gss_libinit.h \
156
 
  disp_com_err_status.c gssapiP_generic.h gssapi_err_generic.h \
157
 
  gssapi_generic.h
158
 
disp_major_status.so disp_major_status.po $(OUTPRE)disp_major_status.$(OBJEXT): \
159
 
  $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
160
 
  $(COM_ERR_DEPS) $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
161
 
  disp_major_status.c gssapiP_generic.h gssapi_err_generic.h \
162
 
  gssapi_generic.h
163
 
gssapi_generic.so gssapi_generic.po $(OUTPRE)gssapi_generic.$(OBJEXT): \
164
 
  $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
165
 
  $(COM_ERR_DEPS) $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
166
 
  gssapiP_generic.h gssapi_err_generic.h gssapi_generic.c \
167
 
  gssapi_generic.h
168
 
rel_buffer.so rel_buffer.po $(OUTPRE)rel_buffer.$(OBJEXT): \
169
 
  $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
170
 
  $(COM_ERR_DEPS) $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
171
 
  gssapiP_generic.h gssapi_err_generic.h gssapi_generic.h \
172
 
  rel_buffer.c
173
 
rel_oid_set.so rel_oid_set.po $(OUTPRE)rel_oid_set.$(OBJEXT): \
174
 
  $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
175
 
  $(COM_ERR_DEPS) $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
176
 
  gssapiP_generic.h gssapi_err_generic.h gssapi_generic.h \
177
 
  rel_oid_set.c
178
 
util_buffer.so util_buffer.po $(OUTPRE)util_buffer.$(OBJEXT): \
179
 
  $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
180
 
  $(COM_ERR_DEPS) $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
181
 
  gssapiP_generic.h gssapi_err_generic.h gssapi_generic.h \
182
 
  util_buffer.c
183
 
util_ordering.so util_ordering.po $(OUTPRE)util_ordering.$(OBJEXT): \
184
 
  $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
185
 
  $(COM_ERR_DEPS) $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
186
 
  gssapiP_generic.h gssapi_err_generic.h gssapi_generic.h \
187
 
  util_ordering.c
188
 
util_set.so util_set.po $(OUTPRE)util_set.$(OBJEXT): \
189
 
  $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
190
 
  $(COM_ERR_DEPS) $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
191
 
  gssapiP_generic.h gssapi_err_generic.h gssapi_generic.h \
192
 
  util_set.c
193
 
util_token.so util_token.po $(OUTPRE)util_token.$(OBJEXT): \
194
 
  $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
195
 
  $(COM_ERR_DEPS) $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
196
 
  gssapiP_generic.h gssapi_err_generic.h gssapi_generic.h \
197
 
  util_token.c
198
 
util_validate.so util_validate.po $(OUTPRE)util_validate.$(OBJEXT): \
199
 
  $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \
200
 
  $(COM_ERR_DEPS) $(SRCTOP)/include/gssapi.h $(SRCTOP)/include/k5-platform.h \
201
 
  $(SRCTOP)/include/k5-thread.h $(srcdir)/../gss_libinit.h \
202
 
  gssapiP_generic.h gssapi_err_generic.h gssapi_generic.h \
203
 
  util_validate.c
204
 
gssapi_err_generic.so gssapi_err_generic.po $(OUTPRE)gssapi_err_generic.$(OBJEXT): \
205
 
  $(COM_ERR_DEPS) gssapi_err_generic.c