Plan 9 from Bell Labs’s /usr/web/sources/contrib/quanstro/root/sys/src/cmd/upas/fs/mkfile

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


</$objtype/mkfile
<../mkupas

TARG=	fs\

OFILES=\
	bos.$O\
	cache.$O\
	fs.$O\
	header.$O\
	idx.$O\
	imap.$O\
	mbox.$O\
	mdir.$O\
	mtree.$O\
	plan9.$O\
	planb.$O\
	pop3.$O\
	ref.$O\
	remove.$O\
	rename.$O\
	strtotm.$O\

LIB=../common/libcommon.a$O\

HFILES= ../common/common.h\
	dat.h

UPDATE=\
	mkfile\
	$HFILES\
	${TARG:%=%.c}\
	${OFILES:%.$O=%.c}\

</sys/src/cmd/mkone
CFLAGS=$CFLAGS  -I../common

acid:V:
	$CC -a $CFLAGS fs.c>a

chkidx: mtree.$O chkidx.$O
	$LD $LDFLAGS -o $target $prereq

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.