| 
</$objtype/mkfile
^([$OS])\.(.*):R:	\2.\1
	$stem1^l $LDFLAGS -o $target $stem2.$stem1
(.*)\.([$OS])'$':R:	\1.c
	$stem2^c $CFLAGS $stem1.c
&:n:	$O.&
	mv $O.$stem $stem
isofs:	isofs.$O
isofs.$O: isofs.c
sample:	sample.$O
sample.$O: sample.c
mcsfs: mcsfs.$O ber.$O
	$O^l $LDFLAGS -o mcsfs mcsfs.$O ber.$O
mcsfs.$O: mcsfs.c
ber.$O: ber.c
oid.$O: oid.c
strftime.$O: ../../stat/strftime.c
	$O^c -c $CFLAGS ../../stat/strftime.c
b: b.$O ber.$O oid.$O strftime.$O
	$O^l $LDFLAGS -o b b.$O ber.$O oid.$O strftime.$O
 |