From: erg Date: Sat, 23 May 2009 18:55:23 +0000 (+0000) Subject: Add ortho to old makefile X-Git-Tag: LAST_LIBGRAPH~32^2~2031 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1a81e0f6fca89bc7ab82c9ecb604960a4a2cb6b;p=graphviz Add ortho to old makefile --- diff --git a/lib/Makefile.old b/lib/Makefile.old index aeec821fb..3effcb9c4 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 + patchwork sparse rbtree ortho all install clean : (for i in ${SUBDIRS}; do (cd $$i; make $@); done)