]> granicus.if.org Git - graphviz/commitdiff
separate tree for plugins
authorellson <devnull@localhost>
Sun, 25 Jun 2006 10:36:35 +0000 (10:36 +0000)
committerellson <devnull@localhost>
Sun, 25 Jun 2006 10:36:35 +0000 (10:36 +0000)
plugin/Makefile.old [new file with mode: 0644]

diff --git a/plugin/Makefile.old b/plugin/Makefile.old
new file mode 100644 (file)
index 0000000..3af3676
--- /dev/null
@@ -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