diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
| @@ -3,7 +3,7 @@ CPPFLAGS=-Wall -g | |||
| 3 | 3 | ||
| 4 | LIBS= ./liblitmus.a | 4 | LIBS= ./liblitmus.a |
| 5 | 5 | ||
| 6 | TARGETS = showsched iotest set_rt_mode run timeout rt_launch edfhsb liblitmus.a wait_test np_test | 6 | TARGETS = showsched iotest set_rt_mode run timeout rt_launch edfhsb liblitmus.a wait_test np_test stdump |
| 7 | 7 | ||
| 8 | vpath %.h include/ | 8 | vpath %.h include/ |
| 9 | vpath %.c src/ | 9 | vpath %.c src/ |
| @@ -22,7 +22,7 @@ iotest: iotest.o litmus.h liblitmus.a | |||
| 22 | cc -static -o iotest iotest.o ${LIBS} | 22 | cc -static -o iotest iotest.o ${LIBS} |
| 23 | 23 | ||
| 24 | run: run.o | 24 | run: run.o |
| 25 | cc -o run run.o | 25 | cc -o run run.o ${LIBS} |
| 26 | 26 | ||
| 27 | set_rt_mode: liblitmus.a set_rt_mode.o | 27 | set_rt_mode: liblitmus.a set_rt_mode.o |
| 28 | cc -o set_rt_mode set_rt_mode.o ${LIBS} | 28 | cc -o set_rt_mode set_rt_mode.o ${LIBS} |
| @@ -39,5 +39,8 @@ rt_launch: liblitmus.a litmus.h rt_launch.o | |||
| 39 | edfhsb: liblitmus.a edf-hsb.o litmus.h edf-hsb.h hrt.o | 39 | edfhsb: liblitmus.a edf-hsb.o litmus.h edf-hsb.h hrt.o |
| 40 | cc -o edfhsb hrt.o edf-hsb.o ${LIBS} | 40 | cc -o edfhsb hrt.o edf-hsb.o ${LIBS} |
| 41 | 41 | ||
| 42 | stdump: liblitmus.a litmus.h sched_trace.h stdump.o | ||
| 43 | cc -o stdump stdump.o ${LIBS} | ||
| 44 | |||
| 42 | liblitmus.a: litmus.o sched_trace.o adaptive.o adaptive.h litmus.h edf-hsb.o edf-hsb.h | 45 | liblitmus.a: litmus.o sched_trace.o adaptive.o adaptive.h litmus.h edf-hsb.o edf-hsb.h |
| 43 | ${AR} rcs liblitmus.a litmus.o adaptive.o edf-hsb.o | 46 | ${AR} rcs liblitmus.a litmus.o adaptive.o edf-hsb.o sched_trace.o |
