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

📄 makefile

📁 SHA-1Hash函数源码
💻
字号:
## SSLeay/crypto/sha/Makefile#DIR=    shaTOP=    ../..CC=     ccCPP=    $(CC) -EINCLUDES=CFLAG=-gINSTALL_PREFIX=OPENSSLDIR=     /usr/local/sslINSTALLTOP=/usr/local/sslMAKEDEPPROG=	makedependMAKEDEPEND=	$(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)MAKEFILE=       MakefileAR=             ar rSHA1_ASM_OBJ=CFLAGS= $(INCLUDES) $(CFLAG)ASFLAGS= $(INCLUDES) $(ASFLAG)GENERAL=MakefileTEST=shatest.c sha1test.cAPPS=LIB=$(TOP)/libcrypto.aLIBSRC=sha_dgst.c sha1dgst.c sha_one.c sha1_one.cLIBOBJ=sha_dgst.o sha1dgst.o sha_one.o sha1_one.o $(SHA1_ASM_OBJ)SRC= $(LIBSRC)EXHEADER= sha.hHEADER= sha_locl.h $(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 lib# elfasm/sx86-elf.s: asm/sha1-586.pl ../perlasm/x86asm.pl	(cd asm; $(PERL) sha1-586.pl elf $(CFLAGS) $(PROCESSOR) > sx86-elf.s)# a.outasm/sx86-out.o: asm/sx86unix.cpp	$(CPP) -DOUT asm/sx86unix.cpp | as -o asm/sx86-out.o# bsdiasm/sx86bsdi.o: asm/sx86unix.cpp	$(CPP) -DBSDI asm/sx86unix.cpp | sed 's/ :/:/' | as -o asm/sx86bsdi.oasm/sx86unix.cpp: asm/sha1-586.pl ../perlasm/x86asm.pl	(cd asm; $(PERL) sha1-586.pl cpp $(PROCESSOR) >sx86unix.cpp)files:	$(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:	@for i in $(EXHEADER) ; \	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 asm/sx86unix.cpp asm/*-elf.* *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff asm/*.o# DO NOT DELETE THIS LINE -- make depend depends on it.sha1_one.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.hsha1_one.o: ../../include/openssl/opensslconf.hsha1_one.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.hsha1_one.o: ../../include/openssl/sha.h ../../include/openssl/stack.hsha1_one.o: ../../include/openssl/symhacks.h sha1_one.csha1dgst.o: ../../include/openssl/bio.h ../../include/openssl/crypto.hsha1dgst.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hsha1dgst.o: ../../include/openssl/fips.h ../../include/openssl/lhash.hsha1dgst.o: ../../include/openssl/opensslconf.hsha1dgst.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.hsha1dgst.o: ../../include/openssl/sha.h ../../include/openssl/stack.hsha1dgst.o: ../../include/openssl/symhacks.h ../md32_common.h sha1dgst.csha1dgst.o: sha_locl.hsha_dgst.o: ../../include/openssl/bio.h ../../include/openssl/crypto.hsha_dgst.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hsha_dgst.o: ../../include/openssl/fips.h ../../include/openssl/lhash.hsha_dgst.o: ../../include/openssl/opensslconf.hsha_dgst.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.hsha_dgst.o: ../../include/openssl/sha.h ../../include/openssl/stack.hsha_dgst.o: ../../include/openssl/symhacks.h ../md32_common.h sha_dgst.csha_dgst.o: sha_locl.hsha_one.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.hsha_one.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.hsha_one.o: ../../include/openssl/safestack.h ../../include/openssl/sha.hsha_one.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hsha_one.o: sha_one.c

⌨️ 快捷键说明

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