From: erg Date: Sat, 4 Jul 2009 15:48:50 +0000 (+0000) Subject: Add gvpr to old makefile for lib X-Git-Tag: LAST_LIBGRAPH~32^2~1848 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4aca73d65e858ca68dabe666199a08ff5bd03871;p=graphviz Add gvpr to old makefile for lib --- diff --git a/lib/Makefile.old b/lib/Makefile.old index aa6702eea..6d647a5f9 100644 --- a/lib/Makefile.old +++ b/lib/Makefile.old @@ -1,6 +1,6 @@ SUBDIRS = cdt graph agraph cgraph gd pathplan agutil sfio vmalloc ast circogen \ dotgen fdpgen sfdpgen neatogen pack twopigen common gvc ingraphs expr \ - patchwork sparse rbtree ortho osage + patchwork sparse rbtree ortho osage gvpr all install clean : (for i in ${SUBDIRS}; do (cd $$i; make $@); done)