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

📄 makefile

📁 openssl包含TLS
💻
字号:
## OpenSSL/crypto/md/Makefile#DIR=	hmacTOP=	../..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=hmactest.cAPPS=LIB=$(TOP)/libcrypto.aLIBSRC=hmac.cLIBOBJ=hmac.oSRC= $(LIBSRC)EXHEADER= hmac.hHEADER=	$(EXHEADER)ALL=    $(GENERAL) $(SRC) $(HEADER)top:	(cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)all:	liblib:	$(LIBOBJ)	$(AR) $(LIB) $(LIBOBJ)	$(RANLIB) $(LIB) || echo Never mind.	@touch libfiles:	$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFOlinks:	@$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)	@$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)	@$(PERL) $(TOP)/util/mklink.pl ../../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 ); \	done;tags:	ctags $(SRC)tests:lint:	lint -DLINT $(INCLUDES) $(SRC)>fluffdepend:	$(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)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.hmac.o: ../../e_os.h ../../include/openssl/aes.h ../../include/openssl/asn1.hhmac.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.hhmac.o: ../../include/openssl/bn.h ../../include/openssl/buffer.hhmac.o: ../../include/openssl/cast.h ../../include/openssl/crypto.hhmac.o: ../../include/openssl/des.h ../../include/openssl/des_old.hhmac.o: ../../include/openssl/dh.h ../../include/openssl/dsa.hhmac.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hhmac.o: ../../include/openssl/evp.h ../../include/openssl/hmac.hhmac.o: ../../include/openssl/idea.h ../../include/openssl/lhash.hhmac.o: ../../include/openssl/md2.h ../../include/openssl/md4.hhmac.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.hhmac.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.hhmac.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.hhmac.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rc2.hhmac.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.hhmac.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.hhmac.o: ../../include/openssl/safestack.h ../../include/openssl/sha.hhmac.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hhmac.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.hhmac.o: ../cryptlib.h hmac.c

⌨️ 快捷键说明

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