summaryrefslogtreecommitdiff
path: root/ACE/examples/APG/Timers/timers.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/APG/Timers/timers.mpc')
-rw-r--r--ACE/examples/APG/Timers/timers.mpc34
1 files changed, 34 insertions, 0 deletions
diff --git a/ACE/examples/APG/Timers/timers.mpc b/ACE/examples/APG/Timers/timers.mpc
new file mode 100644
index 00000000000..295b2bb97d5
--- /dev/null
+++ b/ACE/examples/APG/Timers/timers.mpc
@@ -0,0 +1,34 @@
+// -*- MPC -*-
+// $Id$
+
+project(Alarm) : aceexe {
+ exename = Alarm
+ Source_Files {
+ Alarm.cpp
+ }
+}
+
+project(Task) : aceexe {
+ exename = Task
+ Source_Files {
+ Task.cpp
+ }
+}
+
+project(Timers) : aceexe {
+ exename = Timers
+ Source_Files {
+ Timers.cpp
+ CB.cpp
+ TimerDispatcher.cpp
+ }
+}
+
+project(Upcall) : aceexe {
+ exename = Upcall
+ Source_Files {
+ Upcall.cpp
+ PCB.cpp
+ PTimerDispatcher.cpp
+ }
+}