📄 makefile
字号:
## OpenSSL/crypto/conf/Makefile#DIR= confTOP= ../..CC= ccINCLUDES= -I.. -I$(TOP) -I../../includeCFLAG=-gMAKEFILE= MakefileAR= ar rCFLAGS= $(INCLUDES) $(CFLAG)GENERAL=MakefileTEST=APPS=LIB=$(TOP)/libcrypto.aLIBSRC= conf_err.c conf_lib.c conf_api.c conf_def.c conf_mod.c \ conf_mall.c conf_sap.cLIBOBJ= conf_err.o conf_lib.o conf_api.o conf_def.o conf_mod.o \ conf_mall.o conf_sap.oSRC= $(LIBSRC)EXHEADER= conf.h conf_api.hHEADER= conf_def.h $(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) -- $(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.conf_api.o: ../../e_os.h ../../include/openssl/bio.hconf_api.o: ../../include/openssl/conf.h ../../include/openssl/conf_api.hconf_api.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.hconf_api.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hconf_api.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hconf_api.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hconf_api.o: ../../include/openssl/symhacks.h conf_api.cconf_def.o: ../../e_os.h ../../include/openssl/bio.hconf_def.o: ../../include/openssl/buffer.h ../../include/openssl/conf.hconf_def.o: ../../include/openssl/conf_api.h ../../include/openssl/crypto.hconf_def.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hconf_def.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hconf_def.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hconf_def.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hconf_def.o: ../../include/openssl/symhacks.h ../cryptlib.h conf_def.cconf_def.o: conf_def.hconf_err.o: ../../include/openssl/bio.h ../../include/openssl/conf.hconf_err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.hconf_err.o: ../../include/openssl/err.h ../../include/openssl/lhash.hconf_err.o: ../../include/openssl/opensslconf.hconf_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hconf_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hconf_err.o: ../../include/openssl/symhacks.h conf_err.cconf_lib.o: ../../include/openssl/bio.h ../../include/openssl/conf.hconf_lib.o: ../../include/openssl/conf_api.h ../../include/openssl/crypto.hconf_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hconf_lib.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hconf_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hconf_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hconf_lib.o: ../../include/openssl/symhacks.h conf_lib.cconf_mall.o: ../../e_os.h ../../include/openssl/asn1.hconf_mall.o: ../../include/openssl/bio.h ../../include/openssl/buffer.hconf_mall.o: ../../include/openssl/conf.h ../../include/openssl/crypto.hconf_mall.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.hconf_mall.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.hconf_mall.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.hconf_mall.o: ../../include/openssl/err.h ../../include/openssl/evp.hconf_mall.o: ../../include/openssl/fips.h ../../include/openssl/lhash.hconf_mall.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.hconf_mall.o: ../../include/openssl/opensslconf.hconf_mall.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hconf_mall.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.hconf_mall.o: ../../include/openssl/sha.h ../../include/openssl/stack.hconf_mall.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.hconf_mall.o: ../../include/openssl/x509_vfy.h ../cryptlib.h conf_mall.cconf_mod.o: ../../e_os.h ../../include/openssl/asn1.hconf_mod.o: ../../include/openssl/bio.h ../../include/openssl/buffer.hconf_mod.o: ../../include/openssl/conf.h ../../include/openssl/crypto.hconf_mod.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.hconf_mod.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.hconf_mod.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.hconf_mod.o: ../../include/openssl/evp.h ../../include/openssl/fips.hconf_mod.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.hconf_mod.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.hconf_mod.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hconf_mod.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.hconf_mod.o: ../../include/openssl/sha.h ../../include/openssl/stack.hconf_mod.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.hconf_mod.o: ../../include/openssl/x509_vfy.h ../cryptlib.h conf_mod.cconf_sap.o: ../../e_os.h ../../include/openssl/asn1.hconf_sap.o: ../../include/openssl/bio.h ../../include/openssl/buffer.hconf_sap.o: ../../include/openssl/conf.h ../../include/openssl/crypto.hconf_sap.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.hconf_sap.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.hconf_sap.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.hconf_sap.o: ../../include/openssl/err.h ../../include/openssl/evp.hconf_sap.o: ../../include/openssl/fips.h ../../include/openssl/lhash.hconf_sap.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.hconf_sap.o: ../../include/openssl/opensslconf.hconf_sap.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hconf_sap.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.hconf_sap.o: ../../include/openssl/sha.h ../../include/openssl/stack.hconf_sap.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.hconf_sap.o: ../../include/openssl/x509_vfy.h ../cryptlib.h conf_sap.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -