summaryrefslogtreecommitdiff
path: root/examples/APG/Timers/timers.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/APG/Timers/timers.mpc')
-rw-r--r--examples/APG/Timers/timers.mpc34
1 files changed, 0 insertions, 34 deletions
diff --git a/examples/APG/Timers/timers.mpc b/examples/APG/Timers/timers.mpc
deleted file mode 100644
index 295b2bb97d5..00000000000
--- a/examples/APG/Timers/timers.mpc
+++ /dev/null
@@ -1,34 +0,0 @@
-// -*- 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
- }
-}