top.mak

来自「symbian 上的stl_port进过编译的。」· MAK 代码 · 共 68 行

MAK
68
字号
# Time-stamp: <05/09/09 21:56:22 ptr># $Id: top.mak 2057 2005-12-29 20:43:09Z dums $.SUFFIXES:.SCCS_GET:.RCS_GET:PHONY ?=OBJ_EXT ?= oRULESBASE ?= $(SRCROOT)/MakefilesALL_TAGS ?= all-sharedall:	$(OUTPUT_DIRS) $(ALL_TAGS)all-static: release-static dbg-static stldbg-staticall-shared: release-shared dbg-shared stldbg-sharedinstall-shared: install-dbg-shared install-stldbg-shared install-release-sharedinstall-static: install-dbg-static install-stldbg-static install-release-static# include file, generated by configure, if available-include ${RULESBASE}/config.mak# define what make clone we useinclude ${RULESBASE}/make.makifndef OSNAME# identify OS and build dateinclude ${RULESBASE}/$(USE_MAKE)/sysid.makendif# OS-specific definitions, like ln, install, etc. (guest host)include ${RULESBASE}/$(USE_MAKE)/$(BUILD_OSNAME)/sys.mak# target OS-specific definitions, like ar, etc.include ${RULESBASE}/$(USE_MAKE)/$(OSNAME)/targetsys.mak# compiler, compiler optionsinclude ${RULESBASE}/$(USE_MAKE)/$(COMPILER_NAME).mak# rules to make dirs for targetsinclude ${RULESBASE}/$(USE_MAKE)/targetdirs.mak# extern librariesinclude ${RULESBASE}/$(USE_MAKE)/$(OSNAME)/extern.mak# os-specific local rules-include specific.mak# derive common targets (*.o, *.d),# build rules (including output catalogs)include ${RULESBASE}/$(USE_MAKE)/targets.mak# dependencyifneq ($(OSNAME),windows)include ${RULESBASE}/$(USE_MAKE)/depend.makendif# general cleaninclude ${RULESBASE}/clean.mak# if target is library, rules for libraryifdef LIBNAMEinclude ${RULESBASE}/$(USE_MAKE)/lib/top.makendif# if target is program, rules for executableifdef PRGNAMEinclude ${RULESBASE}/$(USE_MAKE)/app/top.makendif.PHONY: $(PHONY)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?