Plan 9 from Bell Labs’s /usr/web/sources/contrib/steve/root/sys/src/cmd/graphviz/dotneato/common/mkfile

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


</$objtype/mkfile

CC=pcc
CFLAGS=-c -I../../graph -I../../cdt -I../../pathplan -I../../gd -I. -D_POSIX_SOURCE -D_BSD_EXTENSION
LIB=libcommon.a
OFILES=arrows.$O colxlate.$O emit.$O diagen.$O figgen.$O gdgen.$O \
	globals.$O hpglgen.$O input.$O mapgen.$O mifgen.$O mpgen.$O output.$O \
	postproc.$O picgen.$O psgen.$O shapes.$O splines.$O svggen.$O utils.$O \
	vrmlgen.$O vtxgen.$O fontmetrics.$O xbuf.$O \
	timing.$O
HFILES=const.h globals.h macros.h render.h \
	renderprocs.h types.h utils.h xbuf.h ps.h colortbl.h

</sys/src/cmd/mklib

ps.h : ps.txt
	awk -f ../awk/stringize.awk ps.txt > ps.h

colortbl.h : color_lib
	awk -f ../awk/colortbl.awk color_lib > colortbl.h

color_lib : color_names
	sed s/_//g color_names | sort +0 -1 > color_lib

cleanup:V:
	rm -f color_lib colortbl.h ps.h

clean:V: cleanup
nuke:V: cleanup

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.