ChorusOS 4.0 Hot Restart Programmer's Guide

B.2.2 Imakefile for helloRestart.c

SRCS = helloRestart.c

SupActorTarget(helloRestart.r, helloRestart.o, $(NUCLEUS_DIR)/lib/pmm/pmmlib.a)
UserActorTarget(helloRestart_u, helloRestart.o, $(NUCLEUS_DIR)/lib/pmm/pmmlib.a)

Depend($(SRCS))