]> git.lizzy.rs Git - plan9front.git/blob - sys/src/libdraw/mkfile
sed: add -u flag that flushes output buffers before reading in further input
[plan9front.git] / sys / src / libdraw / mkfile
1 </$objtype/mkfile
2
3 LIB=/$objtype/lib/libdraw.a
4
5 OFILES=\
6         alloc.$O\
7         allocimagemix.$O\
8         arith.$O\
9         badrect.$O\
10         bezier.$O\
11         border.$O\
12         buildfont.$O\
13         bytesperline.$O\
14         chan.$O\
15         cloadimage.$O\
16         computil.$O\
17         creadimage.$O\
18         debug.$O\
19         defont.$O\
20         draw.$O\
21         drawrepl.$O\
22         eenter.$O\
23         egetrect.$O\
24         ellipse.$O\
25         emenuhit.$O\
26         enter.$O\
27         event.$O\
28         fmt.$O\
29         font.$O\
30         freesubfont.$O\
31         getdefont.$O\
32         getrect.$O\
33         getsubfont.$O\
34         icossin.$O\
35         icossin2.$O\
36         init.$O\
37         keyboard.$O\
38         line.$O\
39         menuhit.$O\
40         mkfont.$O\
41         mouse.$O\
42         newwindow.$O\
43         openfont.$O\
44         poly.$O\
45         loadimage.$O\
46         readcolmap.$O\
47         readimage.$O\
48         readsubfont.$O\
49         rectclip.$O\
50         replclipr.$O\
51         rgb.$O\
52         scroll.$O\
53         string.$O\
54         stringbg.$O\
55         stringsubfont.$O\
56         stringwidth.$O\
57         subfont.$O\
58         subfontcache.$O\
59         subfontname.$O\
60         unloadimage.$O\
61         window.$O\
62         writecolmap.$O\
63         writeimage.$O\
64         writesubfont.$O\
65
66 HFILES=\
67         /sys/include/draw.h\
68         /sys/include/event.h\
69         /sys/include/mouse.h\
70         /sys/include/keyboard.h
71
72 UPDATE=\
73         mkfile\
74         $HFILES\
75         ${OFILES:%.$O=%.c}\
76         ${LIB:/$objtype/%=/386/%}\
77
78 </sys/src/cmd/mksyslib