⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 OpenSSL 0.9.8k 最新版OpenSSL
💻
字号:
## OpenSSL/fips/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.c \	fips_rsa_sign.c fips_rsa_lib.cLIBOBJ=fips_rsa_eay.o fips_rsa_gen.o fips_rsa_selftest.o fips_rsa_x931g.o \	fips_rsa_sign.o fips_rsa_lib.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/evp.h ../../include/openssl/fips.hfips_rsa_gen.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.hfips_rsa_gen.o: ../../include/openssl/objects.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_locl.h fips_rsa_gen.cfips_rsa_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hfips_rsa_lib.o: ../../include/openssl/bn.h ../../include/openssl/crypto.hfips_rsa_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hfips_rsa_lib.o: ../../include/openssl/evp.h ../../include/openssl/fips.hfips_rsa_lib.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.hfips_rsa_lib.o: ../../include/openssl/objects.hfips_rsa_lib.o: ../../include/openssl/opensslconf.hfips_rsa_lib.o: ../../include/openssl/opensslv.hfips_rsa_lib.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rsa.hfips_rsa_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hfips_rsa_lib.o: ../../include/openssl/symhacks.h fips_rsa_lib.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/evp.h ../../include/openssl/fips.hfips_rsa_selftest.o: ../../include/openssl/lhash.hfips_rsa_selftest.o: ../../include/openssl/obj_mac.hfips_rsa_selftest.o: ../../include/openssl/objects.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_sign.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hfips_rsa_sign.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.hfips_rsa_sign.o: ../../include/openssl/err.h ../../include/openssl/evp.hfips_rsa_sign.o: ../../include/openssl/fips.h ../../include/openssl/lhash.hfips_rsa_sign.o: ../../include/openssl/obj_mac.hfips_rsa_sign.o: ../../include/openssl/objects.hfips_rsa_sign.o: ../../include/openssl/opensslconf.hfips_rsa_sign.o: ../../include/openssl/opensslv.hfips_rsa_sign.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rsa.hfips_rsa_sign.o: ../../include/openssl/safestack.h ../../include/openssl/sha.hfips_rsa_sign.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hfips_rsa_sign.o: fips_rsa_sign.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/asn1.h ../../include/openssl/bio.hfips_rsagtest.o: ../../include/openssl/bn.h ../../include/openssl/buffer.hfips_rsagtest.o: ../../include/openssl/conf.h ../../include/openssl/crypto.hfips_rsagtest.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hfips_rsagtest.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.hfips_rsagtest.o: ../../include/openssl/err.h ../../include/openssl/evp.hfips_rsagtest.o: ../../include/openssl/fips.h ../../include/openssl/hmac.hfips_rsagtest.o: ../../include/openssl/lhash.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/rsa.h ../../include/openssl/safestack.hfips_rsagtest.o: ../../include/openssl/sha.h ../../include/openssl/stack.hfips_rsagtest.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.hfips_rsagtest.o: ../../include/openssl/x509_vfy.hfips_rsagtest.o: ../../include/openssl/x509v3.h ../fips_utl.h fips_rsagtest.cfips_rsastest.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hfips_rsastest.o: ../../include/openssl/bn.h ../../include/openssl/buffer.hfips_rsastest.o: ../../include/openssl/conf.h ../../include/openssl/crypto.hfips_rsastest.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hfips_rsastest.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.hfips_rsastest.o: ../../include/openssl/err.h ../../include/openssl/evp.hfips_rsastest.o: ../../include/openssl/fips.h ../../include/openssl/hmac.hfips_rsastest.o: ../../include/openssl/lhash.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/rsa.h ../../include/openssl/safestack.hfips_rsastest.o: ../../include/openssl/sha.h ../../include/openssl/stack.hfips_rsastest.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.hfips_rsastest.o: ../../include/openssl/x509_vfy.hfips_rsastest.o: ../../include/openssl/x509v3.h ../fips_utl.h fips_rsastest.cfips_rsavtest.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hfips_rsavtest.o: ../../include/openssl/bn.h ../../include/openssl/buffer.hfips_rsavtest.o: ../../include/openssl/conf.h ../../include/openssl/crypto.hfips_rsavtest.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hfips_rsavtest.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.hfips_rsavtest.o: ../../include/openssl/err.h ../../include/openssl/evp.hfips_rsavtest.o: ../../include/openssl/fips.h ../../include/openssl/hmac.hfips_rsavtest.o: ../../include/openssl/lhash.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/rsa.h ../../include/openssl/safestack.hfips_rsavtest.o: ../../include/openssl/sha.h ../../include/openssl/stack.hfips_rsavtest.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.hfips_rsavtest.o: ../../include/openssl/x509_vfy.hfips_rsavtest.o: ../../include/openssl/x509v3.h ../fips_utl.h fips_rsavtest.c

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -