Plan 9 from Bell Labs’s /usr/web/sources/plan9/sys/src/cmd/cfs/mkfile

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


</$objtype/mkfile

TARG=cfs
COMMONOBJ=\
	disk.$O\
	bcache.$O\
	inode.$O\
	lru.$O\
	file.$O\

OFILES=cfs.$O $COMMONOBJ

HFILES=\
	bcache.h\
	cformat.h\
	disk.h\
	file.h\
	inode.h\
	lru.h\
	stats.h\

CFILES=${OFILES:%.$O=%.c}

UPDATE=mkfile\
	/386/bin/$TARG\
	$HFILES\
	$CFILES\

BIN=/$objtype/bin
</sys/src/cmd/mkone

cfs.$O:		cformat.h inode.h bcache.h disk.h lru.h file.h
file.$O:	cformat.h inode.h bcache.h disk.h lru.h file.h
disk.$O:	cformat.h inode.h bcache.h disk.h lru.h
bcache.$O:	cformat.h bcache.h lru.h
main.$O:	cformat.h bcache.h disk.h lru.h
inode.$O:	cformat.h inode.h bcache.h disk.h lru.h
lru.$O:		lru.h

clean:V:
	rm -f *.[$OS] [$OS].* cfs cfsck

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.