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

📄 makefile

📁 OpenSSL 0.9.8k 最新版OpenSSL
💻
字号:
## OpenSSL/crypto/err/Makefile#DIR=	errTOP=	../..CC=	ccINCLUDES= -I.. -I$(TOP) -I../../includeCFLAG=-gMAKEFILE=	MakefileAR=		ar rCFLAGS= $(INCLUDES) $(CFLAG)GENERAL=MakefileTEST=APPS=LIB=$(TOP)/libcrypto.aLIBSRC=err.c err_def.c err_all.c err_prn.c err_str.c err_bio.cLIBOBJ=err.o err_def.o err_all.o err_prn.o err_str.o err_bio.oSRC= $(LIBSRC)EXHEADER= err.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.err.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/buffer.herr.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.herr.o: ../../include/openssl/err.h ../../include/openssl/lhash.herr.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.herr.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.herr.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.herr.o: ../cryptlib.h err.cerr_all.o: ../../include/openssl/asn1.h ../../include/openssl/bio.herr_all.o: ../../include/openssl/bn.h ../../include/openssl/buffer.herr_all.o: ../../include/openssl/conf.h ../../include/openssl/crypto.herr_all.o: ../../include/openssl/dh.h ../../include/openssl/dsa.herr_all.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.herr_all.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.herr_all.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.herr_all.o: ../../include/openssl/err.h ../../include/openssl/evp.herr_all.o: ../../include/openssl/fips.h ../../include/openssl/lhash.herr_all.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.herr_all.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.herr_all.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.herr_all.o: ../../include/openssl/pem2.h ../../include/openssl/pkcs12.herr_all.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.herr_all.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.herr_all.o: ../../include/openssl/sha.h ../../include/openssl/stack.herr_all.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.herr_all.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.herr_all.o: ../../include/openssl/x509v3.h err_all.cerr_bio.o: ../../e_os.h ../../include/openssl/bio.herr_bio.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.herr_bio.o: ../../include/openssl/e_os2.h ../../include/openssl/err.herr_bio.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.herr_bio.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.herr_bio.o: ../../include/openssl/safestack.h ../../include/openssl/stack.herr_bio.o: ../../include/openssl/symhacks.h ../cryptlib.h err_bio.cerr_def.o: ../../e_os.h ../../include/openssl/bio.herr_def.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.herr_def.o: ../../include/openssl/e_os2.h ../../include/openssl/err.herr_def.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.herr_def.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.herr_def.o: ../../include/openssl/safestack.h ../../include/openssl/stack.herr_def.o: ../../include/openssl/symhacks.h ../cryptlib.h err_def.cerr_prn.o: ../../e_os.h ../../include/openssl/bio.herr_prn.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.herr_prn.o: ../../include/openssl/e_os2.h ../../include/openssl/err.herr_prn.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.herr_prn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.herr_prn.o: ../../include/openssl/safestack.h ../../include/openssl/stack.herr_prn.o: ../../include/openssl/symhacks.h ../cryptlib.h err_prn.cerr_str.o: ../../e_os.h ../../include/openssl/bio.herr_str.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.herr_str.o: ../../include/openssl/e_os2.h ../../include/openssl/err.herr_str.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.herr_str.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.herr_str.o: ../../include/openssl/safestack.h ../../include/openssl/stack.herr_str.o: ../../include/openssl/symhacks.h ../cryptlib.h err_str.c

⌨️ 快捷键说明

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