makefile.in
来自「一种效率高」· IN 代码 · 共 44 行
IN
44 行
# 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 + =
减小字号Ctrl + -
显示快捷键?