done
# libs to be built
-LIBS=(cdt graph agraph gd pathplan common gvc plugin pack neatogen dotgen twopigen circogen fdpgen ingraphs)
+LIBS=(cdt graph agraph gd pathplan common gvc pack neatogen dotgen twopigen circogen fdpgen ingraphs)
# commands to be built
CMDS=(dot lefty/gfx lefty dotty lneato)
done
cd ..
+# process plugins
+cd plugin
+doComp plugin
+cd ..
+
# process commands
cd cmd
for d in ${CMDS[@]}