⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 subdirs.t

📁 一个免费的SMART CARD OS系统。
💻 T
字号:
##############################################################################!#! This is a tmake template for creating a makefile that invokes make in#! sub directories - for Unix.#!#${    StdInit();    Project('MAKEFILE') || Project('MAKEFILE = Makefile');    Project('TMAKE') || Project('TMAKE = tmake');#$}#!# Makefile for building targets in sub directories.# Generated by tmake at #$ Now();#     Project: #$ Expand("PROJECT");#    Template: #$ Expand("TEMPLATE");#############################################################################MAKEFILE=	#$ Expand("MAKEFILE");TMAKE	=	#$ Expand("TMAKE");SUBDIRS	=	#$ ExpandList("SUBDIRS");all: $(SUBDIRS)$(SUBDIRS): tmake_all FORCE	cd $@; $(MAKE)#$ TmakeSelf();tmake_all:#${#	$text = "\t" . 'for i in $(SUBDIRS); do ( if [ -d $$i ]; then cd $$i ; pro=`basename $$i`.pro ; $(TMAKE) $$pro -o $(MAKEFILE); grep "TEMPLATE.*subdirs" $$pro 2>/dev/null >/dev/null && $(MAKE) -f $(MAKEFILE) tmake_all || true; fi; ) ; done';	$text = "\t" . 'for i in $(SUBDIRS); do ( if [ -d $$i ]; then cd $$i ; if [ -e `basename $$i`.pro ] ; then pro=`basename $$i`.pro ; else pro=makefile.pro ; fi ; $(TMAKE) $$pro -o $(MAKEFILE); grep "TEMPLATE.*subdirs" $$pro 2>/dev/null >/dev/null && $(MAKE) -f $(MAKEFILE) tmake_all || true; fi; ) ; done';#$}clean release debug:	for i in $(SUBDIRS); do ( if [ -d $$i ]; then cd $$i ; $(MAKE) $@; fi; ) ; doneFORCE:

⌨️ 快捷键说明

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