From: ellson Date: Sun, 25 Jun 2006 10:36:35 +0000 (+0000) Subject: separate tree for plugins X-Git-Tag: LAST_LIBGRAPH~32^2~6291 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22579feeb3e27fee266ada52054342f05a081a18;p=graphviz separate tree for plugins --- diff --git a/plugin/Makefile.old b/plugin/Makefile.old new file mode 100644 index 000000000..3af3676d1 --- /dev/null +++ b/plugin/Makefile.old @@ -0,0 +1,8 @@ +SUBDIRS = core gd pango dot_layout neato_layout + +all install clean : + (for i in ${SUBDIRS}; do (cd $$i; make $@); done) + +distclean : + (for i in ${SUBDIRS}; do (cd $$i; make $@); done) + rm -rf lib include