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

📄 subdirs.t

📁 一个免费的SMART CARD OS系统。
💻 T
字号:
##############################################################################!#! This is a tmake template for creating a makefile that invokes make in#! sub directories - for Win32.#!#${    StdInit();    $m = "";    foreach ( split(/\s+/,$project{"SUBDIRS"}) ) {	$m = $m . "\tcd $_\n\tDOMAKE\n\t\@cd ..\n";    }    $project{"SUBMAKE"} = $m;    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)#${    foreach ( split(/\s+/,$project{"SUBDIRS"}) ) {	if ( Project("TMAKE_NOFORCE") ) {	    $text = $text . $_ . ":\n\t" .		"cd $_\n\t\$(MAKE\)\n\t\@cd ..\n\n";	} else {	    $text = $text . $_ . ": FORCE\n\t" .		"cd $_\n\t\$(MAKE\)\n\t\@cd ..\n\n";	}    }#$}#$ TmakeSelf();tmake_all:#${    foreach ( split(/\s+/,$project{"SUBDIRS"}) ) {	if (-f $_.pro) {		$text .= "\tcd $_\n\t\$(TMAKE\) $_.pro -o \$(MAKEFILE)\n\t\@cd ..\n";	} else {		$text .= "\tcd $_\n\t\$(TMAKE\) makefile.pro -o \$(MAKEFILE)\n\t\$(MAKE\) tmake_all\n\t\@cd ..\n";	}    }#$}clean:#$ $text = $project{"SUBMAKE"}; $text =~ s/DOMAKE/\$(MAKE\) clean/g;#$ Project("TMAKE_NOFORCE") && DisableOutput();FORCE:#$ Project("TMAKE_NOFORCE") && EnableOutput();

⌨️ 快捷键说明

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