Removed traces of cryptall.h, and did a "make depend".
Submitted by: Reviewed by: PR:
This commit is contained in:
parent
9c4711c73a
commit
a75b81ad95
@ -37,7 +37,7 @@ LIBOBJ= cryptlib.o mem.o cversion.o ex_data.o tmdiff.o cpt_err.o
|
|||||||
|
|
||||||
SRC= $(LIBSRC)
|
SRC= $(LIBSRC)
|
||||||
|
|
||||||
EXHEADER= crypto.h cryptall.h tmdiff.h opensslv.h opensslconf.h
|
EXHEADER= crypto.h tmdiff.h opensslv.h opensslconf.h
|
||||||
HEADER= cryptlib.h date.h $(EXHEADER)
|
HEADER= cryptlib.h date.h $(EXHEADER)
|
||||||
|
|
||||||
ALL= $(GENERAL) $(SRC) $(HEADER)
|
ALL= $(GENERAL) $(SRC) $(HEADER)
|
||||||
@ -145,21 +145,26 @@ cpt_err.o: ../include/openssl/crypto.h ../include/openssl/err.h
|
|||||||
cpt_err.o: ../include/openssl/opensslv.h ../include/openssl/stack.h
|
cpt_err.o: ../include/openssl/opensslv.h ../include/openssl/stack.h
|
||||||
cryptlib.o: ../include/openssl/bio.h ../include/openssl/buffer.h
|
cryptlib.o: ../include/openssl/bio.h ../include/openssl/buffer.h
|
||||||
cryptlib.o: ../include/openssl/crypto.h ../include/openssl/e_os.h
|
cryptlib.o: ../include/openssl/crypto.h ../include/openssl/e_os.h
|
||||||
cryptlib.o: ../include/openssl/err.h ../include/openssl/opensslv.h
|
cryptlib.o: ../include/openssl/err.h ../include/openssl/opensslconf.h
|
||||||
cryptlib.o: ../include/openssl/stack.h cryptlib.h
|
cryptlib.o: ../include/openssl/opensslv.h ../include/openssl/stack.h cryptlib.h
|
||||||
|
cryptlib.o: date.h
|
||||||
cversion.o: ../include/openssl/bio.h ../include/openssl/buffer.h
|
cversion.o: ../include/openssl/bio.h ../include/openssl/buffer.h
|
||||||
cversion.o: ../include/openssl/crypto.h ../include/openssl/e_os.h
|
cversion.o: ../include/openssl/crypto.h ../include/openssl/e_os.h
|
||||||
cversion.o: ../include/openssl/err.h ../include/openssl/opensslv.h
|
cversion.o: ../include/openssl/err.h ../include/openssl/opensslconf.h
|
||||||
cversion.o: ../include/openssl/stack.h cryptlib.h
|
cversion.o: ../include/openssl/opensslv.h ../include/openssl/stack.h cryptlib.h
|
||||||
|
cversion.o: date.h
|
||||||
ex_data.o: ../include/openssl/bio.h ../include/openssl/buffer.h
|
ex_data.o: ../include/openssl/bio.h ../include/openssl/buffer.h
|
||||||
ex_data.o: ../include/openssl/crypto.h ../include/openssl/e_os.h
|
ex_data.o: ../include/openssl/crypto.h ../include/openssl/e_os.h
|
||||||
ex_data.o: ../include/openssl/err.h ../include/openssl/lhash.h
|
ex_data.o: ../include/openssl/err.h ../include/openssl/lhash.h
|
||||||
ex_data.o: ../include/openssl/opensslv.h ../include/openssl/stack.h cryptlib.h
|
ex_data.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
||||||
|
ex_data.o: ../include/openssl/stack.h cryptlib.h
|
||||||
mem.o: ../include/openssl/bio.h ../include/openssl/buffer.h
|
mem.o: ../include/openssl/bio.h ../include/openssl/buffer.h
|
||||||
mem.o: ../include/openssl/crypto.h ../include/openssl/e_os.h
|
mem.o: ../include/openssl/crypto.h ../include/openssl/e_os.h
|
||||||
mem.o: ../include/openssl/err.h ../include/openssl/lhash.h
|
mem.o: ../include/openssl/err.h ../include/openssl/lhash.h
|
||||||
mem.o: ../include/openssl/opensslv.h ../include/openssl/stack.h cryptlib.h
|
mem.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
|
||||||
|
mem.o: ../include/openssl/stack.h cryptlib.h
|
||||||
tmdiff.o: ../include/openssl/bio.h ../include/openssl/buffer.h
|
tmdiff.o: ../include/openssl/bio.h ../include/openssl/buffer.h
|
||||||
tmdiff.o: ../include/openssl/crypto.h ../include/openssl/e_os.h
|
tmdiff.o: ../include/openssl/crypto.h ../include/openssl/e_os.h
|
||||||
tmdiff.o: ../include/openssl/err.h ../include/openssl/opensslv.h
|
tmdiff.o: ../include/openssl/err.h ../include/openssl/opensslconf.h
|
||||||
tmdiff.o: ../include/openssl/stack.h ../include/openssl/tmdiff.h cryptlib.h
|
tmdiff.o: ../include/openssl/opensslv.h ../include/openssl/stack.h
|
||||||
|
tmdiff.o: ../include/openssl/tmdiff.h cryptlib.h
|
||||||
|
@ -86,16 +86,19 @@ clean:
|
|||||||
|
|
||||||
b_dump.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
b_dump.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
||||||
b_dump.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
b_dump.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
||||||
b_dump.o: ../../include/openssl/err.h ../../include/openssl/opensslv.h
|
b_dump.o: ../../include/openssl/err.h ../../include/openssl/opensslconf.h
|
||||||
b_dump.o: ../../include/openssl/stack.h ../cryptlib.h
|
b_dump.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h
|
||||||
|
b_dump.o: ../cryptlib.h
|
||||||
b_print.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
b_print.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
||||||
b_print.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
b_print.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
||||||
b_print.o: ../../include/openssl/err.h ../../include/openssl/opensslv.h
|
b_print.o: ../../include/openssl/err.h ../../include/openssl/opensslconf.h
|
||||||
b_print.o: ../../include/openssl/stack.h ../cryptlib.h
|
b_print.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h
|
||||||
|
b_print.o: ../cryptlib.h
|
||||||
b_sock.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
b_sock.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
||||||
b_sock.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
b_sock.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
||||||
b_sock.o: ../../include/openssl/err.h ../../include/openssl/opensslv.h
|
b_sock.o: ../../include/openssl/err.h ../../include/openssl/opensslconf.h
|
||||||
b_sock.o: ../../include/openssl/stack.h ../cryptlib.h
|
b_sock.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h
|
||||||
|
b_sock.o: ../cryptlib.h
|
||||||
bf_buff.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
bf_buff.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
||||||
bf_buff.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
|
bf_buff.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
|
||||||
bf_buff.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
bf_buff.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
||||||
@ -141,44 +144,54 @@ bf_null.o: ../../include/openssl/rsa.h ../../include/openssl/sha.h
|
|||||||
bf_null.o: ../../include/openssl/stack.h ../cryptlib.h
|
bf_null.o: ../../include/openssl/stack.h ../cryptlib.h
|
||||||
bio_cb.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
bio_cb.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
||||||
bio_cb.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
bio_cb.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
||||||
bio_cb.o: ../../include/openssl/err.h ../../include/openssl/opensslv.h
|
bio_cb.o: ../../include/openssl/err.h ../../include/openssl/opensslconf.h
|
||||||
bio_cb.o: ../../include/openssl/stack.h ../cryptlib.h
|
bio_cb.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h
|
||||||
|
bio_cb.o: ../cryptlib.h
|
||||||
bio_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h
|
bio_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h
|
||||||
bio_err.o: ../../include/openssl/err.h ../../include/openssl/opensslv.h
|
bio_err.o: ../../include/openssl/err.h ../../include/openssl/opensslv.h
|
||||||
bio_err.o: ../../include/openssl/stack.h
|
bio_err.o: ../../include/openssl/stack.h
|
||||||
bio_lib.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
bio_lib.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
||||||
bio_lib.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
bio_lib.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
||||||
bio_lib.o: ../../include/openssl/err.h ../../include/openssl/opensslv.h
|
bio_lib.o: ../../include/openssl/err.h ../../include/openssl/opensslconf.h
|
||||||
bio_lib.o: ../../include/openssl/stack.h ../cryptlib.h
|
bio_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h
|
||||||
|
bio_lib.o: ../cryptlib.h
|
||||||
bss_acpt.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
bss_acpt.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
||||||
bss_acpt.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
bss_acpt.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
||||||
bss_acpt.o: ../../include/openssl/err.h ../../include/openssl/opensslv.h
|
bss_acpt.o: ../../include/openssl/err.h ../../include/openssl/opensslconf.h
|
||||||
bss_acpt.o: ../../include/openssl/stack.h ../cryptlib.h
|
bss_acpt.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h
|
||||||
|
bss_acpt.o: ../cryptlib.h
|
||||||
bss_conn.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
bss_conn.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
||||||
bss_conn.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
bss_conn.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
||||||
bss_conn.o: ../../include/openssl/err.h ../../include/openssl/opensslv.h
|
bss_conn.o: ../../include/openssl/err.h ../../include/openssl/opensslconf.h
|
||||||
bss_conn.o: ../../include/openssl/stack.h ../cryptlib.h
|
bss_conn.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h
|
||||||
|
bss_conn.o: ../cryptlib.h
|
||||||
bss_fd.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
bss_fd.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
||||||
bss_fd.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
bss_fd.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
||||||
bss_fd.o: ../../include/openssl/err.h ../../include/openssl/opensslv.h
|
bss_fd.o: ../../include/openssl/err.h ../../include/openssl/opensslconf.h
|
||||||
bss_fd.o: ../../include/openssl/stack.h ../cryptlib.h bss_sock.c
|
bss_fd.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h
|
||||||
|
bss_fd.o: ../cryptlib.h bss_sock.c
|
||||||
bss_file.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
bss_file.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
||||||
bss_file.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
bss_file.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
||||||
bss_file.o: ../../include/openssl/err.h ../../include/openssl/opensslv.h
|
bss_file.o: ../../include/openssl/err.h ../../include/openssl/opensslconf.h
|
||||||
bss_file.o: ../../include/openssl/stack.h ../cryptlib.h
|
bss_file.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h
|
||||||
|
bss_file.o: ../cryptlib.h
|
||||||
bss_log.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
bss_log.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
||||||
bss_log.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
bss_log.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
||||||
bss_log.o: ../../include/openssl/err.h ../../include/openssl/opensslv.h
|
bss_log.o: ../../include/openssl/err.h ../../include/openssl/opensslconf.h
|
||||||
bss_log.o: ../../include/openssl/stack.h ../cryptlib.h
|
bss_log.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h
|
||||||
|
bss_log.o: ../cryptlib.h
|
||||||
bss_mem.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
bss_mem.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
||||||
bss_mem.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
bss_mem.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
||||||
bss_mem.o: ../../include/openssl/err.h ../../include/openssl/opensslv.h
|
bss_mem.o: ../../include/openssl/err.h ../../include/openssl/opensslconf.h
|
||||||
bss_mem.o: ../../include/openssl/stack.h ../cryptlib.h
|
bss_mem.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h
|
||||||
|
bss_mem.o: ../cryptlib.h
|
||||||
bss_null.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
bss_null.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
||||||
bss_null.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
bss_null.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
||||||
bss_null.o: ../../include/openssl/err.h ../../include/openssl/opensslv.h
|
bss_null.o: ../../include/openssl/err.h ../../include/openssl/opensslconf.h
|
||||||
bss_null.o: ../../include/openssl/stack.h ../cryptlib.h
|
bss_null.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h
|
||||||
|
bss_null.o: ../cryptlib.h
|
||||||
bss_sock.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
bss_sock.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
||||||
bss_sock.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
bss_sock.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
||||||
bss_sock.o: ../../include/openssl/err.h ../../include/openssl/opensslv.h
|
bss_sock.o: ../../include/openssl/err.h ../../include/openssl/opensslconf.h
|
||||||
bss_sock.o: ../../include/openssl/stack.h ../cryptlib.h
|
bss_sock.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h
|
||||||
|
bss_sock.o: ../cryptlib.h
|
||||||
|
@ -79,5 +79,6 @@ clean:
|
|||||||
buf_err.o: ../../include/openssl/buffer.h ../../include/openssl/err.h
|
buf_err.o: ../../include/openssl/buffer.h ../../include/openssl/err.h
|
||||||
buffer.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
buffer.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
||||||
buffer.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
buffer.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
||||||
buffer.o: ../../include/openssl/err.h ../../include/openssl/opensslv.h
|
buffer.o: ../../include/openssl/err.h ../../include/openssl/opensslconf.h
|
||||||
buffer.o: ../../include/openssl/stack.h ../cryptlib.h
|
buffer.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h
|
||||||
|
buffer.o: ../cryptlib.h
|
||||||
|
@ -80,7 +80,8 @@ clean:
|
|||||||
conf.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
conf.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
||||||
conf.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
conf.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
|
||||||
conf.o: ../../include/openssl/e_os.h ../../include/openssl/err.h
|
conf.o: ../../include/openssl/e_os.h ../../include/openssl/err.h
|
||||||
conf.o: ../../include/openssl/lhash.h ../../include/openssl/opensslv.h
|
conf.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
|
||||||
conf.o: ../../include/openssl/stack.h ../cryptlib.h conf_lcl.h
|
conf.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h
|
||||||
|
conf.o: ../cryptlib.h conf_lcl.h
|
||||||
conf_err.o: ../../include/openssl/conf.h ../../include/openssl/err.h
|
conf_err.o: ../../include/openssl/conf.h ../../include/openssl/err.h
|
||||||
conf_err.o: ../../include/openssl/lhash.h ../../include/openssl/stack.h
|
conf_err.o: ../../include/openssl/lhash.h ../../include/openssl/stack.h
|
||||||
|
@ -79,8 +79,8 @@ clean:
|
|||||||
err.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
err.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
||||||
err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
||||||
err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
|
err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
|
||||||
err.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h
|
err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
|
||||||
err.o: ../cryptlib.h
|
err.o: ../../include/openssl/stack.h ../cryptlib.h
|
||||||
err_all.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
err_all.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
||||||
err_all.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
|
err_all.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
|
||||||
err_all.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
err_all.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
|
||||||
@ -102,5 +102,5 @@ err_all.o: ../../include/openssl/x509v3.h
|
|||||||
err_prn.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
err_prn.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
||||||
err_prn.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
err_prn.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
||||||
err_prn.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
|
err_prn.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
|
||||||
err_prn.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h
|
err_prn.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
|
||||||
err_prn.o: ../cryptlib.h
|
err_prn.o: ../../include/openssl/stack.h ../cryptlib.h
|
||||||
|
@ -79,6 +79,7 @@ clean:
|
|||||||
lh_stats.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
lh_stats.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
||||||
lh_stats.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
lh_stats.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
||||||
lh_stats.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
|
lh_stats.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
|
||||||
|
lh_stats.o: ../../include/openssl/opensslconf.h
|
||||||
lh_stats.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h
|
lh_stats.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h
|
||||||
lh_stats.o: ../cryptlib.h
|
lh_stats.o: ../cryptlib.h
|
||||||
lhash.o: ../../include/openssl/crypto.h ../../include/openssl/lhash.h
|
lhash.o: ../../include/openssl/crypto.h ../../include/openssl/lhash.h
|
||||||
|
@ -78,5 +78,6 @@ clean:
|
|||||||
|
|
||||||
stack.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
stack.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
||||||
stack.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
stack.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
||||||
stack.o: ../../include/openssl/err.h ../../include/openssl/opensslv.h
|
stack.o: ../../include/openssl/err.h ../../include/openssl/opensslconf.h
|
||||||
stack.o: ../../include/openssl/stack.h ../cryptlib.h
|
stack.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h
|
||||||
|
stack.o: ../cryptlib.h
|
||||||
|
@ -79,5 +79,6 @@ clean:
|
|||||||
txt_db.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
txt_db.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
||||||
txt_db.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
txt_db.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
|
||||||
txt_db.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
|
txt_db.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
|
||||||
txt_db.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h
|
txt_db.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
|
||||||
txt_db.o: ../../include/openssl/txt_db.h ../cryptlib.h
|
txt_db.o: ../../include/openssl/stack.h ../../include/openssl/txt_db.h
|
||||||
|
txt_db.o: ../cryptlib.h
|
||||||
|
@ -16,6 +16,7 @@ while(<STDIN>) {
|
|||||||
next if !defined $deps;
|
next if !defined $deps;
|
||||||
my @deps=split ' ',$deps;
|
my @deps=split ' ',$deps;
|
||||||
@deps=grep(!/^\/usr\/include/,@deps);
|
@deps=grep(!/^\/usr\/include/,@deps);
|
||||||
|
@deps=grep(!/^\/usr\/lib\/gcc-lib/,@deps);
|
||||||
push @{$files{$file}},@deps;
|
push @{$files{$file}},@deps;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user