rules.mk
来自「samba最新软件」· MK 代码 · 共 19 行
MK
19 行
.SUFFIXES: .c .o .3 .3.xml .xml .htmlshowflags:: @echo 'talloc will be compiled with flags:' @echo ' CFLAGS = $(CFLAGS)' @echo ' LIBS = $(LIBS)'.c.o: $(CC) $(PICFLAG) -o $@ -c $< $(CFLAGS).3.xml.3: -test -z "$(XSLTPROC)" || $(XSLTPROC) --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<.xml.html: -test -z "$(XSLTPROC)" || $(XSLTPROC) --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl $<distclean:: rm -f *~ */*~
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?