File system access library.
This commit is contained in:
parent
be7cbb4ef2
commit
0c98da8bf8
16 changed files with 2967 additions and 0 deletions
31
src/libdiskfs/mkfile
Normal file
31
src/libdiskfs/mkfile
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<$PLAN9/src/mkhdr
|
||||
|
||||
LIB=libdiskfs.a
|
||||
|
||||
FSOFILES=\
|
||||
ext2.$O\
|
||||
fat.$O\
|
||||
ffs.$O\
|
||||
kfs.$O\
|
||||
|
||||
DISKOFILES=\
|
||||
cache.$O\
|
||||
file.$O\
|
||||
venti.$O\
|
||||
|
||||
OFILES=\
|
||||
block.$O\
|
||||
disk.$O\
|
||||
fsys.$O\
|
||||
$DISKOFILES\
|
||||
$FSOFILES\
|
||||
|
||||
HFILES=\
|
||||
fs.h
|
||||
|
||||
<$PLAN9/src/mksyslib
|
||||
|
||||
CFLAGS=$CFLAGS
|
||||
|
||||
%.acid: %.$O %.c
|
||||
$CC $CFLAGS -a $stem.c >$stem.acid
|
||||
Loading…
Add table
Add a link
Reference in a new issue