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

📄 makefile

📁 OpenSSL 0.9.8k 最新版OpenSSL
💻
字号:
## OpenSSL/crypto/dh/Makefile#DIR=	dhTOP=	../..CC=	ccINCLUDES= -I.. -I$(TOP) -I../../includeCFLAG=-gMAKEFILE=	MakefileAR=		ar rCFLAGS= $(INCLUDES) $(CFLAG)GENERAL=MakefileTEST= dhtest.cAPPS=LIB=$(TOP)/libcrypto.aLIBSRC= dh_asn1.c dh_gen.c dh_key.c dh_lib.c dh_check.c dh_err.c dh_depr.cLIBOBJ= dh_asn1.o dh_gen.o dh_key.o dh_lib.o dh_check.o dh_err.o dh_depr.oSRC= $(LIBSRC)EXHEADER= dh.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 */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff# DO NOT DELETE THIS LINE -- make depend depends on it.dh_asn1.o: ../../e_os.h ../../include/openssl/asn1.hdh_asn1.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.hdh_asn1.o: ../../include/openssl/bn.h ../../include/openssl/buffer.hdh_asn1.o: ../../include/openssl/crypto.h ../../include/openssl/dh.hdh_asn1.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hdh_asn1.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.hdh_asn1.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.hdh_asn1.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hdh_asn1.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hdh_asn1.o: ../../include/openssl/symhacks.h ../cryptlib.h dh_asn1.cdh_check.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.hdh_check.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hdh_check.o: ../../include/openssl/dh.h ../../include/openssl/e_os2.hdh_check.o: ../../include/openssl/err.h ../../include/openssl/lhash.hdh_check.o: ../../include/openssl/opensslconf.hdh_check.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hdh_check.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hdh_check.o: ../../include/openssl/symhacks.h ../cryptlib.h dh_check.cdh_depr.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.hdh_depr.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hdh_depr.o: ../../include/openssl/dh.h ../../include/openssl/e_os2.hdh_depr.o: ../../include/openssl/err.h ../../include/openssl/lhash.hdh_depr.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.hdh_depr.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.hdh_depr.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hdh_depr.o: ../cryptlib.h dh_depr.cdh_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.hdh_err.o: ../../include/openssl/dh.h ../../include/openssl/e_os2.hdh_err.o: ../../include/openssl/err.h ../../include/openssl/lhash.hdh_err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.hdh_err.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.hdh_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hdh_err.o: dh_err.cdh_gen.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.hdh_gen.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hdh_gen.o: ../../include/openssl/dh.h ../../include/openssl/e_os2.hdh_gen.o: ../../include/openssl/err.h ../../include/openssl/lhash.hdh_gen.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.hdh_gen.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.hdh_gen.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hdh_gen.o: ../cryptlib.h dh_gen.cdh_key.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.hdh_key.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hdh_key.o: ../../include/openssl/dh.h ../../include/openssl/e_os2.hdh_key.o: ../../include/openssl/err.h ../../include/openssl/lhash.hdh_key.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.hdh_key.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.hdh_key.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hdh_key.o: ../../include/openssl/symhacks.h ../cryptlib.h dh_key.cdh_lib.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.hdh_lib.o: ../../include/openssl/bn.h ../../include/openssl/buffer.hdh_lib.o: ../../include/openssl/crypto.h ../../include/openssl/dh.hdh_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.hdh_lib.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.hdh_lib.o: ../../include/openssl/engine.h ../../include/openssl/err.hdh_lib.o: ../../include/openssl/evp.h ../../include/openssl/fips.hdh_lib.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.hdh_lib.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.hdh_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hdh_lib.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.hdh_lib.o: ../../include/openssl/sha.h ../../include/openssl/stack.hdh_lib.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.hdh_lib.o: ../../include/openssl/x509_vfy.h ../cryptlib.h dh_lib.c

⌨️ 快捷键说明

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