Plan 9 from Bell Labs’s /usr/web/sources/contrib/steve/root/sys/src/cmd/graphviz/graphs/undirected/Makefile.am

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


## Process this file with automake to produce Makefile.in

AUTOMAKE_OPTIONS = 1.4

GRAPHS = ER.dot ngk10_4.dot process.dot Heawood.dot Petersen.dot

graphdir = $(datadir)/@PACKAGE@/graphs
undirecteddir = $(graphdir)/undirected
undirected_DATA = $(GRAPHS)
EXTRA_DIST = $(GRAPHS) CVS/*

CLEANFILES = core *.canon *.cmap *.dia *.fig *.gd *.gd2 *.gif *.hpgl *.ismap *.imap *.jpg *.mif *.mp *.pcl *.pic *.plain *.plain-ext *.png *.ps *.ps2 *.svg *.wbmp *vrml *.vtx *.xdot .xvpics/*

test:
	for i in $(GRAPHS); do \
		echo "neato $$i" ; \
		$(top_srcdir)/dotneato/neato \
			-Tcanon -o$$i.canon \
			-Tcmap -o$$i.cmap \
			-Tdia -o$$i.dia \
			-Tfig -o$$i.fig \
			-Tgd -o$$i.gd \
			-Tgd2 -o$$i.gd2 \
			-Tgif -o$$i.gif \
			-Thpgl -o$$i.hpgl \
			-Tismap -o$$i.ismap \
			-Timap -o$$i.imap \
			-Tjpg -o$$i.jpg \
			-Tmif -o$$i.mif \
			-Tmp -o$$i.mp \
			-Tpcl -o$$i.pcl \
			-Tpic -o$$i.pic \
			-Tplain -o$$i.plain \
			-Tplain-ext -o$$i.plain-ext \
			-Tpng -o$$i.png \
			-Tps -o$$i.ps \
			-Tps2 -o$$i.ps2 \
			-Tsvg -o$$i.svg \
			-Twbmp -o$$i.wbmp \
			-Tvrml -o$$i.vrml \
			-Tvtx -o$$i.vtx \
			-Txdot -o$$i.xdot \
				$$i ; \
	done

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.