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

📄 makefile

📁 OpenSSL 0.9.8k 最新版OpenSSL
💻
字号:
## OpenSSL/crypto/md/Makefile#DIR=	md2TOP=	../..CC=	ccINCLUDES=CFLAG=-gMAKEFILE=	MakefileAR=		ar rCFLAGS= $(INCLUDES) $(CFLAG)GENERAL=MakefileTEST=md2test.cAPPS=LIB=$(TOP)/libcrypto.aLIBSRC=md2_dgst.c md2_one.cLIBOBJ=md2_dgst.o md2_one.oSRC= $(LIBSRC)EXHEADER= md2.hHEADER=	$(EXHEADER)ALL=    $(GENERAL) $(SRC) $(HEADER)top:	(cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)all:	liblib:	$(LIBOBJ)	$(ARX) $(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:	@[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...	@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:	@[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...	$(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.md2_dgst.o: ../../include/openssl/bio.h ../../include/openssl/crypto.hmd2_dgst.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hmd2_dgst.o: ../../include/openssl/fips.h ../../include/openssl/lhash.hmd2_dgst.o: ../../include/openssl/md2.h ../../include/openssl/opensslconf.hmd2_dgst.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hmd2_dgst.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hmd2_dgst.o: ../../include/openssl/symhacks.h md2_dgst.cmd2_one.o: ../../e_os.h ../../include/openssl/bio.hmd2_one.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hmd2_one.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hmd2_one.o: ../../include/openssl/lhash.h ../../include/openssl/md2.hmd2_one.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.hmd2_one.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.hmd2_one.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hmd2_one.o: ../cryptlib.h md2_one.c

⌨️ 快捷键说明

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