]> git.lizzy.rs Git - plan9front.git/blob - sys/src/libcontrol/mkfile
usbxhci: implement command timeouts and aborts, serialize unstall
[plan9front.git] / sys / src / libcontrol / mkfile
1 </$objtype/mkfile
2
3 LIB=/$objtype/lib/libcontrol.a
4
5 OFILES=\
6         box.$O\
7         button.$O\
8         cache.$O\
9         control.$O\
10         entry.$O\
11         group.$O\
12         keyboard.$O\
13         label.$O\
14         menu.$O\
15         radiobutton.$O\
16         scribble.$O\
17         slider.$O\
18         tabs.$O\
19         text.$O\
20         textbutton.$O\
21         textbutton3.$O\
22
23 HFILES=/sys/include/draw.h\
24         /sys/include/mouse.h\
25         /sys/include/keyboard.h\
26         /sys/include/control.h\
27         group.h
28
29 UPDATE=\
30         mkfile\
31         $HFILES\
32         ${OFILES:%.$O=%.c}\
33         ${LIB:/$objtype/%=/386/%}\
34
35 </sys/src/cmd/mksyslib
36
37 $OFILES: $HFILES