]> git.lizzy.rs Git - plan9front.git/blob - sys/src/cmd/cfs/mkfile
show line numbers in dtracy type errors
[plan9front.git] / sys / src / cmd / cfs / mkfile
1 </$objtype/mkfile
2
3 TARG=cfs
4 COMMONOBJ=\
5         disk.$O\
6         bcache.$O\
7         inode.$O\
8         lru.$O\
9         file.$O\
10
11 OFILES=cfs.$O $COMMONOBJ
12
13 HFILES=\
14         bcache.h\
15         cformat.h\
16         disk.h\
17         file.h\
18         inode.h\
19         lru.h\
20         stats.h\
21
22 CFILES=${OFILES:%.$O=%.c}
23
24 UPDATE=mkfile\
25         /386/bin/$TARG\
26         $HFILES\
27         $CFILES\
28
29 BIN=/$objtype/bin
30 </sys/src/cmd/mkone
31
32 cfs.$O:         cformat.h inode.h bcache.h disk.h lru.h file.h
33 file.$O:        cformat.h inode.h bcache.h disk.h lru.h file.h
34 disk.$O:        cformat.h inode.h bcache.h disk.h lru.h
35 bcache.$O:      cformat.h bcache.h lru.h
36 main.$O:        cformat.h bcache.h disk.h lru.h
37 inode.$O:       cformat.h inode.h bcache.h disk.h lru.h
38 lru.$O:         lru.h
39
40 clean:V:
41         rm -f *.[$OS] [$OS].* cfs cfsck