1
2 include { examples }
3
4 build libs {
5 target libtimeshift.a { libtimeshift/libtimeshift.c }
6 }
7
8 build objs {
9 cflags := $(KCFLAGS) -D__KERNEL__ -DMODULE
10 # target ktimewarp.o {
11 # ktimewarp/ktimewarp_main.c,
12 # ktimewarp/hashtable.c,
13 # libtimeshift/libtimeshift.c
14 # its bizzar, but otherapps need libtimeshift as
15 # a library... its safe for both uses
16 # }
17 }