diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-01-23 11:26:36 -0500 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-01-23 11:26:36 -0500 |
commit | 7e062f5db3e3888cda2d0915e14d33b9f69c4c68 (patch) | |
tree | 9ef810155fc51b564e764e448478f37b169ea507 | |
parent | d56b86e42b72abb68ba74bf540ddc259f6b20f84 (diff) |
Reorganized file layout.
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | bin/hrt.c (renamed from src/hrt.c) | 0 | ||||
-rw-r--r-- | bin/iotest.c (renamed from src/iotest.c) | 0 | ||||
-rw-r--r-- | bin/mode_test.c (renamed from src/mode_test.c) | 0 | ||||
-rw-r--r-- | bin/np_test.c (renamed from src/np_test.c) | 0 | ||||
-rw-r--r-- | bin/rt_launch.c (renamed from src/rt_launch.c) | 0 | ||||
-rw-r--r-- | bin/run.c (renamed from src/run.c) | 0 | ||||
-rw-r--r-- | bin/set_rt_mode.c (renamed from src/set_rt_mode.c) | 0 | ||||
-rw-r--r-- | bin/show_scheduler.c (renamed from src/show_scheduler.c) | 0 | ||||
-rw-r--r-- | bin/stdump.c (renamed from src/stdump.c) | 0 | ||||
-rw-r--r-- | bin/timeout.c (renamed from src/timeout.c) | 0 | ||||
-rw-r--r-- | bin/wait_test.c (renamed from src/wait_test.c) | 0 |
12 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ TARGETS = showsched iotest set_rt_mode run timeout rt_launch edfhsb liblitmus.a | |||
9 | wait_test np_test stdump mode_test | 9 | wait_test np_test stdump mode_test |
10 | 10 | ||
11 | vpath %.h include/ | 11 | vpath %.h include/ |
12 | vpath %.c src/ | 12 | vpath %.c src/ bin/ |
13 | 13 | ||
14 | all: ${TARGETS} | 14 | all: ${TARGETS} |
15 | clean: | 15 | clean: |
diff --git a/src/iotest.c b/bin/iotest.c index ac07e74..ac07e74 100644 --- a/src/iotest.c +++ b/bin/iotest.c | |||
diff --git a/src/mode_test.c b/bin/mode_test.c index 8bdf21b..8bdf21b 100644 --- a/src/mode_test.c +++ b/bin/mode_test.c | |||
diff --git a/src/np_test.c b/bin/np_test.c index dad68aa..dad68aa 100644 --- a/src/np_test.c +++ b/bin/np_test.c | |||
diff --git a/src/rt_launch.c b/bin/rt_launch.c index d888365..d888365 100644 --- a/src/rt_launch.c +++ b/bin/rt_launch.c | |||
diff --git a/src/set_rt_mode.c b/bin/set_rt_mode.c index 510da70..510da70 100644 --- a/src/set_rt_mode.c +++ b/bin/set_rt_mode.c | |||
diff --git a/src/show_scheduler.c b/bin/show_scheduler.c index 7026e2a..7026e2a 100644 --- a/src/show_scheduler.c +++ b/bin/show_scheduler.c | |||
diff --git a/src/stdump.c b/bin/stdump.c index 282fb31..282fb31 100644 --- a/src/stdump.c +++ b/bin/stdump.c | |||
diff --git a/src/timeout.c b/bin/timeout.c index ba513f9..ba513f9 100644 --- a/src/timeout.c +++ b/bin/timeout.c | |||
diff --git a/src/wait_test.c b/bin/wait_test.c index efd4d90..efd4d90 100644 --- a/src/wait_test.c +++ b/bin/wait_test.c | |||