Plan 9 from Bell Labs’s /sys/src/libworldmap/mkfile

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


</$objtype/mkfile

LIB=/$objtype/lib/libworldmap.a

OFILES=\
	map.$O\
	coast.$O\
	clockwise.$O\

HFILES=mapimpl.h

UPDATE=\
	mkfile\
	$HFILES\
	${OFILES:%.$O=%.c}\
	${LIB:/$objtype/%=/386/%}\

all:V:	$LIB syms

8.map: main.$O $LIB
	8l -o 8.map main.$O

8.convert: convert.$O
	8l -o 8.convert convert.$O

</sys/src/cmd/mklib

syms: coast.c
	$CC $INCLUDES -a coast.c	>syms

clockwise.$O: $HFILES
coast.$O: $HFILES
map.$O: $HFILES

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@plan9.bell-labs.com.