Deleted Added
full compact
Makefile (233294) Makefile (236337)
1# $FreeBSD: head/kerberos5/lib/libhx509/Makefile 233294 2012-03-22 08:48:42Z stas $
1# $FreeBSD: head/kerberos5/lib/libhx509/Makefile 236337 2012-05-30 22:21:25Z obrien $
2
3LIB= hx509
4LDFLAGS= -Wl,--no-undefined
5VERSION_MAP= ${KRB5DIR}/lib/hx509/version-script.map
6LDADD= -lasn1 -lcom_err -lcrypto -lroken -lwind
7DPADD= ${LIBASN1} ${LIBCOM_ERR} ${LIBCRYPTO} ${LIBROKEN} ${LIBWIND}
8
9MAN= hx509.3 \

--- 161 unchanged lines hidden (view full) ---

171
172INCS= hx509-private.h \
173 hx509-protos.h \
174 hx509.h \
175 hx509_err.h
176
177SRCS= ca.c \
178 cert.c \
2
3LIB= hx509
4LDFLAGS= -Wl,--no-undefined
5VERSION_MAP= ${KRB5DIR}/lib/hx509/version-script.map
6LDADD= -lasn1 -lcom_err -lcrypto -lroken -lwind
7DPADD= ${LIBASN1} ${LIBCOM_ERR} ${LIBCRYPTO} ${LIBROKEN} ${LIBWIND}
8
9MAN= hx509.3 \

--- 161 unchanged lines hidden (view full) ---

171
172INCS= hx509-private.h \
173 hx509-protos.h \
174 hx509.h \
175 hx509_err.h
176
177SRCS= ca.c \
178 cert.c \
179 char_map.h \
180 cms.c \
181 collector.c \
182 crypto.c \
183 doxygen.c \
184 error.c \
185 env.c \
186 file.c \
179 cms.c \
180 collector.c \
181 crypto.c \
182 doxygen.c \
183 error.c \
184 env.c \
185 file.c \
187 hx509-private.h \
188 hx509-protos.h \
189 hx509.h \
190 hx_locl.h \
191 sel.c \
186 sel.c \
192 sel.h \
193 sel-gram.y \
194 sel-lex.l \
195 keyset.c \
196 ks_dir.c \
197 ks_file.c \
198 ks_mem.c \
199 ks_null.c \
200 ks_p11.c \
201 ks_p12.c \
202 ks_keychain.c \
203 lock.c \
204 name.c \
205 peer.c \
206 print.c \
207 softp11.c \
187 sel-gram.y \
188 sel-lex.l \
189 keyset.c \
190 ks_dir.c \
191 ks_file.c \
192 ks_mem.c \
193 ks_null.c \
194 ks_p11.c \
195 ks_p12.c \
196 ks_keychain.c \
197 lock.c \
198 name.c \
199 peer.c \
200 print.c \
201 softp11.c \
208 ref/pkcs11.h \
209 req.c \
210 revoke.c
211
212SRCS+= hx509_err.c \
213 hx509_err.h
214
215SRCS+= ${GEN_OCSP:S/.x$/.c/:S/.hx$/.h/} \
216 ${GEN_PKCS10:S/.x$/.c/:S/.hx$/.h/}

--- 88 unchanged lines hidden ---
202 req.c \
203 revoke.c
204
205SRCS+= hx509_err.c \
206 hx509_err.h
207
208SRCS+= ${GEN_OCSP:S/.x$/.c/:S/.hx$/.h/} \
209 ${GEN_PKCS10:S/.x$/.c/:S/.hx$/.h/}

--- 88 unchanged lines hidden ---