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

📄 makefile

📁 OpenSSL 0.9.8k 最新版OpenSSL
💻
字号:
## OpenSSL/fips/dh/Makefile#DIR=	dhTOP=	../..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=APPS=LIB=$(TOP)/libcrypto.aLIBSRC=fips_dh_check.c fips_dh_gen.c fips_dh_key.c fips_dh_lib.cLIBOBJ=fips_dh_check.o fips_dh_gen.o fips_dh_key.o fips_dh_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:fips_test:lint:	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_dh_check.o: ../../include/openssl/bio.h ../../include/openssl/bn.hfips_dh_check.o: ../../include/openssl/crypto.h ../../include/openssl/dh.hfips_dh_check.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hfips_dh_check.o: ../../include/openssl/fips.h ../../include/openssl/lhash.hfips_dh_check.o: ../../include/openssl/opensslconf.hfips_dh_check.o: ../../include/openssl/opensslv.hfips_dh_check.o: ../../include/openssl/ossl_typ.hfips_dh_check.o: ../../include/openssl/safestack.hfips_dh_check.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hfips_dh_check.o: fips_dh_check.cfips_dh_gen.o: ../../include/openssl/bio.h ../../include/openssl/bn.hfips_dh_gen.o: ../../include/openssl/crypto.h ../../include/openssl/dh.hfips_dh_gen.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hfips_dh_gen.o: ../../include/openssl/fips.h ../../include/openssl/lhash.hfips_dh_gen.o: ../../include/openssl/opensslconf.hfips_dh_gen.o: ../../include/openssl/opensslv.hfips_dh_gen.o: ../../include/openssl/ossl_typ.hfips_dh_gen.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hfips_dh_gen.o: ../../include/openssl/symhacks.h fips_dh_gen.cfips_dh_key.o: ../../include/openssl/bio.h ../../include/openssl/bn.hfips_dh_key.o: ../../include/openssl/crypto.h ../../include/openssl/dh.hfips_dh_key.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hfips_dh_key.o: ../../include/openssl/fips.h ../../include/openssl/lhash.hfips_dh_key.o: ../../include/openssl/opensslconf.hfips_dh_key.o: ../../include/openssl/opensslv.hfips_dh_key.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.hfips_dh_key.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hfips_dh_key.o: ../../include/openssl/symhacks.h fips_dh_key.cfips_dh_lib.o: ../../include/openssl/bio.h ../../include/openssl/bn.hfips_dh_lib.o: ../../include/openssl/crypto.h ../../include/openssl/dh.hfips_dh_lib.o: ../../include/openssl/e_os2.hfips_dh_lib.o: ../../include/openssl/opensslconf.hfips_dh_lib.o: ../../include/openssl/opensslv.hfips_dh_lib.o: ../../include/openssl/ossl_typ.hfips_dh_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hfips_dh_lib.o: ../../include/openssl/symhacks.h fips_dh_lib.c

⌨️ 快捷键说明

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