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

📄 makefile.ssl

📁 openssl是ssl的开源项目
💻 SSL
字号:
## SSLeay/crypto/rsa/Makefile#DIR=	rsaTOP=	../..CC=	ccINCLUDES= -I.. -I../../includeCFLAG=-gINSTALLTOP=/usr/local/sslMAKE=		make -f Makefile.sslMAKEDEPEND=	makedepend -f Makefile.sslMAKEFILE=	Makefile.sslAR=		ar rCFLAGS= $(INCLUDES) $(CFLAG)ERR=rsaERRC=rsa_errGENERAL=MakefileTEST=APPS=LIB=$(TOP)/libcrypto.aLIBSRC= rsa_eay.c rsa_gen.c rsa_lib.c rsa_sign.c rsa_saos.c $(ERRC).c \	rsa_pk1.c rsa_ssl.c rsa_none.cLIBOBJ= rsa_eay.o rsa_gen.o rsa_lib.o rsa_sign.o rsa_saos.o $(ERRC).o \	rsa_pk1.o rsa_ssl.o rsa_none.oSRC= $(LIBSRC)EXHEADER= rsa.hHEADER=	$(EXHEADER)ALL=    $(GENERAL) $(SRC) $(HEADER)top:	(cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)all:	liblib:	$(LIBOBJ)	$(AR) $(LIB) $(LIBOBJ)	sh $(TOP)/util/ranlib.sh $(LIB)	@touch libfiles:	perl $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFOlinks:	/bin/rm -f Makefile	$(TOP)/util/point.sh Makefile.ssl Makefile ;	$(TOP)/util/mklink.sh ../../include $(EXHEADER)	$(TOP)/util/mklink.sh ../../test $(TEST)	$(TOP)/util/mklink.sh ../../apps $(APPS)install:	@for i in $(EXHEADER) ; \	do  \	(cp $$i $(INSTALLTOP)/include/$$i; \	chmod 644 $(INSTALLTOP)/include/$$i ); \	done;tags:	ctags $(SRC)tests:lint:	lint -DLINT $(INCLUDES) $(SRC)>fluffdepend:	$(MAKEDEPEND) $(INCLUDES) $(PROGS) $(LIBSRC)dclean:	perl -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new	mv -f Makefile.new $(MAKEFILE)clean:	/bin/rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak flufferrors:	perl $(TOP)/util/err-ins.pl $(ERR).err $(ERR).h	perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c# DO NOT DELETE THIS LINE -- make depend depends on it.

⌨️ 快捷键说明

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