📄 makefile
字号:
## OpenSSL/crypto/md/Makefile#DIR= hmacTOP= ../..CC= ccINCLUDES=CFLAG=-gMAKEFILE= MakefileAR= ar rCFLAGS= $(INCLUDES) $(CFLAG)GENERAL=MakefileTEST=hmactest.cAPPS=LIB=$(TOP)/libcrypto.aLIBSRC=hmac.cLIBOBJ=hmac.oSRC= $(LIBSRC)EXHEADER= hmac.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.hmac.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.hhmac.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hhmac.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hhmac.o: ../../include/openssl/evp.h ../../include/openssl/fips.hhmac.o: ../../include/openssl/hmac.h ../../include/openssl/lhash.hhmac.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.hhmac.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.hhmac.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.hhmac.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hhmac.o: ../cryptlib.h hmac.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -