📄 makefile
字号:
## OpenSSL/fips-1.0/rsa/Makefile#DIR= rsaTOP= ../..CC= ccINCLUDES=CFLAG=-gINSTALL_PREFIX=OPENSSLDIR= /usr/local/sslINSTALLTOP=/usr/local/sslMAKEDEPPROG= makedependMAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)MAKEFILE= MakefileAR= ar rCFLAGS= $(INCLUDES) $(CFLAG)GENERAL=MakefileTEST= fips_rsavtest.c fips_rsastest.c fips_rsagtest.cAPPS=LIB=$(TOP)/libcrypto.aLIBSRC=fips_rsa_eay.c fips_rsa_gen.c fips_rsa_selftest.c fips_rsa_x931g.cLIBOBJ=fips_rsa_eay.o fips_rsa_gen.o fips_rsa_selftest.o fips_rsa_x931g.oSRC= $(LIBSRC)EXHEADER=HEADER= $(EXHEADER)ALL= $(GENERAL) $(SRC) $(HEADER)top: (cd $(TOP); $(MAKE) DIRS=fips FDIRS=$(DIR) sub_all)all: liblib: $(LIBOBJ) @echo $(LIBOBJ) > libfiles: $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFOlinks: @$(PERL) $(TOP)/util/mklink.pl $(TOP)/include/openssl $(EXHEADER) @$(PERL) $(TOP)/util/mklink.pl $(TOP)/test $(TEST) @$(PERL) $(TOP)/util/mklink.pl $(TOP)/apps $(APPS)install: @headerlist="$(EXHEADER)"; for i in $$headerlist; \ do \ (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \ chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \ donetags: ctags $(SRC)tests:Q=../testvectors/rsa/reqA=../testvectors/rsa/rspQ62=../testvectors/rsa_salt_62/reqA62=../testvectors/rsa_salt_62/rspfips_test: -rm -rf $(A) $(A62) mkdir $(A) $(A62) if [ -f $(Q)/SigGen15.req ]; then $(TOP)/util/shlib_wrap.sh $(TOP)/test/fips_rsastest < $(Q)/SigGen15.req > $(A)/SigGen15.rsp; fi if [ -f $(Q)/SigVer15.req ]; then $(TOP)/util/shlib_wrap.sh $(TOP)/test/fips_rsavtest < $(Q)/SigVer15.req > $(A)/SigVer15.rsp; fi if [ -f $(Q)/SigGenPSS.req ]; then $(TOP)/util/shlib_wrap.sh $(TOP)/test/fips_rsastest -saltlen 0 < $(Q)/SigGenPSS.req > $(A)/SigGenPSS.rsp; fi if [ -f $(Q)/SigVerPSS.req ]; then $(TOP)/util/shlib_wrap.sh $(TOP)/test/fips_rsavtest -saltlen 0 < $(Q)/SigVerPSS.req > $(A)/SigVerPSS.rsp; fi if [ -f $(Q)/SigGenRSA.req ]; then $(TOP)/util/shlib_wrap.sh $(TOP)/test/fips_rsastest -x931 < $(Q)/SigGenRSA.req > $(A)/SigGenRSA.rsp; fi if [ -f $(Q)/SigVerRSA.req ]; then $(TOP)/util/shlib_wrap.sh $(TOP)/test/fips_rsavtest -x931 < $(Q)/SigVerRSA.req > $(A)/SigVerRSA.rsp; fi if [ -f $(Q62)/SigGenPSS.req ]; then $(TOP)/util/shlib_wrap.sh $(TOP)/test/fips_rsastest -saltlen 62 < $(Q62)/SigGenPSS.req >$(A62)/SigGenPSS.rsp; fi if [ -f $(Q62)/SigVerPSS.req ]; then $(TOP)/util/shlib_wrap.sh $(TOP)/test/fips_rsavtest -saltlen 62 <$(Q62)/SigVerPSS.req >$(A62)/SigVerPSS.rsp; fi if [ -f $(Q)/KeyGenRSA.req ]; then $(TOP)/util/shlib_wrap.sh $(TOP)/test/fips_rsagtest < $(Q)/KeyGenRSA.req > $(A)/KeyGenRSA.rsp; filint: lint -DLINT $(INCLUDES) $(SRC)>fluffdepend: $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(SRC) $(TEST)dclean: $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new mv -f Makefile.new $(MAKEFILE)clean: rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff# DO NOT DELETE THIS LINE -- make depend depends on it.fips_rsa_eay.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hfips_rsa_eay.o: ../../include/openssl/bn.h ../../include/openssl/crypto.hfips_rsa_eay.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hfips_rsa_eay.o: ../../include/openssl/fips.h ../../include/openssl/lhash.hfips_rsa_eay.o: ../../include/openssl/opensslconf.hfips_rsa_eay.o: ../../include/openssl/opensslv.hfips_rsa_eay.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.hfips_rsa_eay.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.hfips_rsa_eay.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hfips_rsa_eay.o: fips_rsa_eay.cfips_rsa_gen.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hfips_rsa_gen.o: ../../include/openssl/bn.h ../../include/openssl/crypto.hfips_rsa_gen.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hfips_rsa_gen.o: ../../include/openssl/fips.h ../../include/openssl/lhash.hfips_rsa_gen.o: ../../include/openssl/opensslconf.hfips_rsa_gen.o: ../../include/openssl/opensslv.hfips_rsa_gen.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rsa.hfips_rsa_gen.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hfips_rsa_gen.o: ../../include/openssl/symhacks.h fips_rsa_gen.cfips_rsa_selftest.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hfips_rsa_selftest.o: ../../include/openssl/bn.h ../../include/openssl/crypto.hfips_rsa_selftest.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hfips_rsa_selftest.o: ../../include/openssl/fips.hfips_rsa_selftest.o: ../../include/openssl/fips_sha.hfips_rsa_selftest.o: ../../include/openssl/lhash.hfips_rsa_selftest.o: ../../include/openssl/opensslconf.hfips_rsa_selftest.o: ../../include/openssl/opensslv.hfips_rsa_selftest.o: ../../include/openssl/ossl_typ.hfips_rsa_selftest.o: ../../include/openssl/rsa.hfips_rsa_selftest.o: ../../include/openssl/safestack.hfips_rsa_selftest.o: ../../include/openssl/stack.hfips_rsa_selftest.o: ../../include/openssl/symhacks.h fips_rsa_selftest.cfips_rsa_x931g.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hfips_rsa_x931g.o: ../../include/openssl/bn.h ../../include/openssl/crypto.hfips_rsa_x931g.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hfips_rsa_x931g.o: ../../include/openssl/fips.h ../../include/openssl/lhash.hfips_rsa_x931g.o: ../../include/openssl/opensslconf.hfips_rsa_x931g.o: ../../include/openssl/opensslv.hfips_rsa_x931g.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rsa.hfips_rsa_x931g.o: ../../include/openssl/safestack.hfips_rsa_x931g.o: ../../include/openssl/stack.hfips_rsa_x931g.o: ../../include/openssl/symhacks.h fips_rsa_x931g.cfips_rsagtest.o: ../../include/openssl/aes.h ../../include/openssl/asn1.hfips_rsagtest.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.hfips_rsagtest.o: ../../include/openssl/bn.h ../../include/openssl/buffer.hfips_rsagtest.o: ../../include/openssl/cast.h ../../include/openssl/conf.hfips_rsagtest.o: ../../include/openssl/crypto.h ../../include/openssl/des.hfips_rsagtest.o: ../../include/openssl/des_old.h ../../include/openssl/dh.hfips_rsagtest.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.hfips_rsagtest.o: ../../include/openssl/err.h ../../include/openssl/evp.hfips_rsagtest.o: ../../include/openssl/hmac.h ../../include/openssl/idea.hfips_rsagtest.o: ../../include/openssl/lhash.h ../../include/openssl/md2.hfips_rsagtest.o: ../../include/openssl/md4.h ../../include/openssl/md5.hfips_rsagtest.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.hfips_rsagtest.o: ../../include/openssl/objects.hfips_rsagtest.o: ../../include/openssl/opensslconf.hfips_rsagtest.o: ../../include/openssl/opensslv.hfips_rsagtest.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.hfips_rsagtest.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.hfips_rsagtest.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.hfips_rsagtest.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.hfips_rsagtest.o: ../../include/openssl/sha.h ../../include/openssl/stack.hfips_rsagtest.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.hfips_rsagtest.o: ../../include/openssl/ui_compat.h ../../include/openssl/x509.hfips_rsagtest.o: ../../include/openssl/x509_vfy.hfips_rsagtest.o: ../../include/openssl/x509v3.h fips_rsagtest.cfips_rsastest.o: ../../include/openssl/aes.h ../../include/openssl/asn1.hfips_rsastest.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.hfips_rsastest.o: ../../include/openssl/bn.h ../../include/openssl/buffer.hfips_rsastest.o: ../../include/openssl/cast.h ../../include/openssl/conf.hfips_rsastest.o: ../../include/openssl/crypto.h ../../include/openssl/des.hfips_rsastest.o: ../../include/openssl/des_old.h ../../include/openssl/dh.hfips_rsastest.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.hfips_rsastest.o: ../../include/openssl/err.h ../../include/openssl/evp.hfips_rsastest.o: ../../include/openssl/hmac.h ../../include/openssl/idea.hfips_rsastest.o: ../../include/openssl/lhash.h ../../include/openssl/md2.hfips_rsastest.o: ../../include/openssl/md4.h ../../include/openssl/md5.hfips_rsastest.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.hfips_rsastest.o: ../../include/openssl/objects.hfips_rsastest.o: ../../include/openssl/opensslconf.hfips_rsastest.o: ../../include/openssl/opensslv.hfips_rsastest.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.hfips_rsastest.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.hfips_rsastest.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.hfips_rsastest.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.hfips_rsastest.o: ../../include/openssl/sha.h ../../include/openssl/stack.hfips_rsastest.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.hfips_rsastest.o: ../../include/openssl/ui_compat.h ../../include/openssl/x509.hfips_rsastest.o: ../../include/openssl/x509_vfy.hfips_rsastest.o: ../../include/openssl/x509v3.h fips_rsastest.cfips_rsavtest.o: ../../include/openssl/aes.h ../../include/openssl/asn1.hfips_rsavtest.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.hfips_rsavtest.o: ../../include/openssl/bn.h ../../include/openssl/buffer.hfips_rsavtest.o: ../../include/openssl/cast.h ../../include/openssl/conf.hfips_rsavtest.o: ../../include/openssl/crypto.h ../../include/openssl/des.hfips_rsavtest.o: ../../include/openssl/des_old.h ../../include/openssl/dh.hfips_rsavtest.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.hfips_rsavtest.o: ../../include/openssl/err.h ../../include/openssl/evp.hfips_rsavtest.o: ../../include/openssl/hmac.h ../../include/openssl/idea.hfips_rsavtest.o: ../../include/openssl/lhash.h ../../include/openssl/md2.hfips_rsavtest.o: ../../include/openssl/md4.h ../../include/openssl/md5.hfips_rsavtest.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.hfips_rsavtest.o: ../../include/openssl/objects.hfips_rsavtest.o: ../../include/openssl/opensslconf.hfips_rsavtest.o: ../../include/openssl/opensslv.hfips_rsavtest.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.hfips_rsavtest.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.hfips_rsavtest.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.hfips_rsavtest.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.hfips_rsavtest.o: ../../include/openssl/sha.h ../../include/openssl/stack.hfips_rsavtest.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.hfips_rsavtest.o: ../../include/openssl/ui_compat.h ../../include/openssl/x509.hfips_rsavtest.o: ../../include/openssl/x509_vfy.hfips_rsavtest.o: ../../include/openssl/x509v3.h fips_rsavtest.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -