📄 makefile.in
字号:
# This is the top level Makefile generated by the new ViewML configuration# script. For now, we are trying to please everybody, so the older# style makefile system is still in place (see src/Makefile). But for those# who want to use config, this Makefile will handle everything you need# See README-CONFIG at the top level for more information# and instructions# Jordan Crouse, Century Software, September 2000@SET_MAKE@VIEWML_MAKEFILE = Makefile.newJSCRIPT_MAKEFILE = Makefile.newall: jscript viewmljscript: (cd jscript; $(MAKE) -f $(JSCRIPT_MAKEFILE))viewml: @ (cd src; $(MAKE) -f build_depends.mk check-depends; $(MAKE) -f $(VIEWML_MAKEFILE) all)depend: @ (cd src; $(MAKE) build_depends.mk force-depends)install: @ (cd src; $(MAKE) -f $(VIEWML_MAKEFILE) install)uninstall: @ (cd src; $(MAKE) -f $(VIEWML_MAKEFILE) uninstall)clean: @ (cd jscript; $(MAKE) -f $(JSCRIPT_MAKEFILE) clean) @ (cd src; $(MAKE) -f $(VIEWML_MAKEFILE) clean)distclean: clean @ (rm -f config.cache config.status config.log Makefile makeinclude)strip: @(cd src; $(MAKE) -f $(VIEWML_MAKEFILE) strip)# $Id: Makefile.in,v 1.1 2003/09/08 19:42:02 jasonk Exp $
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -