diff examples/treedependtask/task.def @ 8:07fab8c367b2

made src directory and move all source files into it. support autocont and automake tools.
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Fri, 08 Jan 2010 14:40:49 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/treedependtask/task.def	Fri Jan 08 14:40:49 2010 +0900
@@ -0,0 +1,8 @@
+
+/* DEFINETASK(TASK, code, "tasktype name", CPU_TYPE) */
+
+
+DEFINETASKTYPE(StartTASK,	starttask,	"start task",	F_STARTER)
+DEFINETASKTYPE(TASK_A,	taskA,	"task A",	F_NONE)
+DEFINETASKTYPE(TASK_B,	taskB,	"task B",	F_NONE)
+