Plan 9 from Bell Labs’s /usr/web/sources/contrib/lucio/asn1/devel/mkfile

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


</$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

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.