diff options
Diffstat (limited to 'src/lib/libcrypto/engine/Makefile.ssl')
-rw-r--r-- | src/lib/libcrypto/engine/Makefile.ssl | 68 |
1 files changed, 25 insertions, 43 deletions
diff --git a/src/lib/libcrypto/engine/Makefile.ssl b/src/lib/libcrypto/engine/Makefile.ssl index 7b73a68f80..847d672400 100644 --- a/src/lib/libcrypto/engine/Makefile.ssl +++ b/src/lib/libcrypto/engine/Makefile.ssl | |||
@@ -28,13 +28,13 @@ LIBSRC= eng_err.c eng_lib.c eng_list.c eng_init.c eng_ctrl.c \ | |||
28 | tb_rsa.c tb_dsa.c tb_dh.c tb_rand.c tb_cipher.c tb_digest.c \ | 28 | tb_rsa.c tb_dsa.c tb_dh.c tb_rand.c tb_cipher.c tb_digest.c \ |
29 | eng_openssl.c eng_dyn.c eng_cnf.c \ | 29 | eng_openssl.c eng_dyn.c eng_cnf.c \ |
30 | hw_atalla.c hw_cswift.c hw_ncipher.c hw_nuron.c hw_ubsec.c \ | 30 | hw_atalla.c hw_cswift.c hw_ncipher.c hw_nuron.c hw_ubsec.c \ |
31 | hw_openbsd_dev_crypto.c hw_aep.c hw_sureware.c hw_4758_cca.c | 31 | hw_cryptodev.c hw_aep.c hw_sureware.c hw_4758_cca.c |
32 | LIBOBJ= eng_err.o eng_lib.o eng_list.o eng_init.o eng_ctrl.o \ | 32 | LIBOBJ= eng_err.o eng_lib.o eng_list.o eng_init.o eng_ctrl.o \ |
33 | eng_table.o eng_pkey.o eng_fat.o eng_all.o \ | 33 | eng_table.o eng_pkey.o eng_fat.o eng_all.o \ |
34 | tb_rsa.o tb_dsa.o tb_dh.o tb_rand.o tb_cipher.o tb_digest.o \ | 34 | tb_rsa.o tb_dsa.o tb_dh.o tb_rand.o tb_cipher.o tb_digest.o \ |
35 | eng_openssl.o eng_dyn.o eng_cnf.o \ | 35 | eng_openssl.o eng_dyn.o eng_cnf.o \ |
36 | hw_atalla.o hw_cswift.o hw_ncipher.o hw_nuron.o hw_ubsec.o \ | 36 | hw_atalla.o hw_cswift.o hw_ncipher.o hw_nuron.o hw_ubsec.o \ |
37 | hw_openbsd_dev_crypto.o hw_aep.o hw_sureware.o hw_4758_cca.o | 37 | hw_cryptodev.o hw_aep.o hw_sureware.o hw_4758_cca.o |
38 | 38 | ||
39 | SRC= $(LIBSRC) | 39 | SRC= $(LIBSRC) |
40 | 40 | ||
@@ -50,7 +50,7 @@ all: lib | |||
50 | 50 | ||
51 | lib: $(LIBOBJ) | 51 | lib: $(LIBOBJ) |
52 | $(AR) $(LIB) $(LIBOBJ) | 52 | $(AR) $(LIB) $(LIBOBJ) |
53 | $(RANLIB) $(LIB) | 53 | $(RANLIB) $(LIB) || echo Never mind. |
54 | @touch lib | 54 | @touch lib |
55 | 55 | ||
56 | files: | 56 | files: |
@@ -82,7 +82,7 @@ lint: | |||
82 | lint -DLINT $(INCLUDES) $(SRC)>fluff | 82 | lint -DLINT $(INCLUDES) $(SRC)>fluff |
83 | 83 | ||
84 | depend: | 84 | depend: |
85 | $(MAKEDEPEND) $(CFLAG) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC) | 85 | $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) |
86 | 86 | ||
87 | dclean: | 87 | dclean: |
88 | $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new | 88 | $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new |
@@ -304,6 +304,27 @@ hw_atalla.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | |||
304 | hw_atalla.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h | 304 | hw_atalla.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h |
305 | hw_atalla.o: ../cryptlib.h hw_atalla.c hw_atalla_err.c hw_atalla_err.h | 305 | hw_atalla.o: ../cryptlib.h hw_atalla.c hw_atalla_err.c hw_atalla_err.h |
306 | hw_atalla.o: vendor_defns/atalla.h | 306 | hw_atalla.o: vendor_defns/atalla.h |
307 | hw_cryptodev.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h | ||
308 | hw_cryptodev.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h | ||
309 | hw_cryptodev.o: ../../include/openssl/bn.h ../../include/openssl/cast.h | ||
310 | hw_cryptodev.o: ../../include/openssl/crypto.h ../../include/openssl/des.h | ||
311 | hw_cryptodev.o: ../../include/openssl/des_old.h ../../include/openssl/dh.h | ||
312 | hw_cryptodev.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h | ||
313 | hw_cryptodev.o: ../../include/openssl/engine.h ../../include/openssl/err.h | ||
314 | hw_cryptodev.o: ../../include/openssl/evp.h ../../include/openssl/idea.h | ||
315 | hw_cryptodev.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h | ||
316 | hw_cryptodev.o: ../../include/openssl/md4.h ../../include/openssl/md5.h | ||
317 | hw_cryptodev.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h | ||
318 | hw_cryptodev.o: ../../include/openssl/objects.h | ||
319 | hw_cryptodev.o: ../../include/openssl/opensslconf.h | ||
320 | hw_cryptodev.o: ../../include/openssl/opensslv.h | ||
321 | hw_cryptodev.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h | ||
322 | hw_cryptodev.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h | ||
323 | hw_cryptodev.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h | ||
324 | hw_cryptodev.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h | ||
325 | hw_cryptodev.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | ||
326 | hw_cryptodev.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h | ||
327 | hw_cryptodev.o: ../../include/openssl/ui_compat.h hw_cryptodev.c | ||
307 | hw_cswift.o: ../../e_os.h ../../include/openssl/asn1.h | 328 | hw_cswift.o: ../../e_os.h ../../include/openssl/asn1.h |
308 | hw_cswift.o: ../../include/openssl/bio.h ../../include/openssl/bn.h | 329 | hw_cswift.o: ../../include/openssl/bio.h ../../include/openssl/bn.h |
309 | hw_cswift.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | 330 | hw_cswift.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h |
@@ -354,45 +375,6 @@ hw_nuron.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h | |||
354 | hw_nuron.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 375 | hw_nuron.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h |
355 | hw_nuron.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h | 376 | hw_nuron.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h |
356 | hw_nuron.o: ../cryptlib.h hw_nuron.c hw_nuron_err.c hw_nuron_err.h | 377 | hw_nuron.o: ../cryptlib.h hw_nuron.c hw_nuron_err.c hw_nuron_err.h |
357 | hw_openbsd_dev_crypto.o: ../../include/openssl/aes.h | ||
358 | hw_openbsd_dev_crypto.o: ../../include/openssl/asn1.h | ||
359 | hw_openbsd_dev_crypto.o: ../../include/openssl/bio.h | ||
360 | hw_openbsd_dev_crypto.o: ../../include/openssl/blowfish.h | ||
361 | hw_openbsd_dev_crypto.o: ../../include/openssl/bn.h | ||
362 | hw_openbsd_dev_crypto.o: ../../include/openssl/cast.h | ||
363 | hw_openbsd_dev_crypto.o: ../../include/openssl/conf.h | ||
364 | hw_openbsd_dev_crypto.o: ../../include/openssl/crypto.h | ||
365 | hw_openbsd_dev_crypto.o: ../../include/openssl/des.h | ||
366 | hw_openbsd_dev_crypto.o: ../../include/openssl/des_old.h | ||
367 | hw_openbsd_dev_crypto.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h | ||
368 | hw_openbsd_dev_crypto.o: ../../include/openssl/e_os2.h | ||
369 | hw_openbsd_dev_crypto.o: ../../include/openssl/engine.h | ||
370 | hw_openbsd_dev_crypto.o: ../../include/openssl/err.h | ||
371 | hw_openbsd_dev_crypto.o: ../../include/openssl/evp.h | ||
372 | hw_openbsd_dev_crypto.o: ../../include/openssl/idea.h | ||
373 | hw_openbsd_dev_crypto.o: ../../include/openssl/lhash.h | ||
374 | hw_openbsd_dev_crypto.o: ../../include/openssl/md2.h | ||
375 | hw_openbsd_dev_crypto.o: ../../include/openssl/md4.h | ||
376 | hw_openbsd_dev_crypto.o: ../../include/openssl/md5.h | ||
377 | hw_openbsd_dev_crypto.o: ../../include/openssl/mdc2.h | ||
378 | hw_openbsd_dev_crypto.o: ../../include/openssl/obj_mac.h | ||
379 | hw_openbsd_dev_crypto.o: ../../include/openssl/objects.h | ||
380 | hw_openbsd_dev_crypto.o: ../../include/openssl/opensslconf.h | ||
381 | hw_openbsd_dev_crypto.o: ../../include/openssl/opensslv.h | ||
382 | hw_openbsd_dev_crypto.o: ../../include/openssl/ossl_typ.h | ||
383 | hw_openbsd_dev_crypto.o: ../../include/openssl/rand.h | ||
384 | hw_openbsd_dev_crypto.o: ../../include/openssl/rc2.h | ||
385 | hw_openbsd_dev_crypto.o: ../../include/openssl/rc4.h | ||
386 | hw_openbsd_dev_crypto.o: ../../include/openssl/rc5.h | ||
387 | hw_openbsd_dev_crypto.o: ../../include/openssl/ripemd.h | ||
388 | hw_openbsd_dev_crypto.o: ../../include/openssl/rsa.h | ||
389 | hw_openbsd_dev_crypto.o: ../../include/openssl/safestack.h | ||
390 | hw_openbsd_dev_crypto.o: ../../include/openssl/sha.h | ||
391 | hw_openbsd_dev_crypto.o: ../../include/openssl/stack.h | ||
392 | hw_openbsd_dev_crypto.o: ../../include/openssl/symhacks.h | ||
393 | hw_openbsd_dev_crypto.o: ../../include/openssl/ui.h | ||
394 | hw_openbsd_dev_crypto.o: ../../include/openssl/ui_compat.h ../evp/evp_locl.h | ||
395 | hw_openbsd_dev_crypto.o: eng_int.h hw_openbsd_dev_crypto.c | ||
396 | hw_sureware.o: ../../e_os.h ../../include/openssl/aes.h | 378 | hw_sureware.o: ../../e_os.h ../../include/openssl/aes.h |
397 | hw_sureware.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | 379 | hw_sureware.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h |
398 | hw_sureware.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h | 380 | hw_sureware.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h |