## Process this file with automake to produce Makefile.in
SUBDIRS = cdt graph agraph gd pathplan agutil sfio vmalloc ast circogen \
- dotgen fdpgen neatogen pack twopigen plugin common gvc ingraphs expr
+ dotgen fdpgen neatogen pack twopigen common gvc ingraphs expr plugin
EXTRA_DIST = Makefile.old
SUBDIRS = cdt graph agraph gd pathplan agutil sfio vmalloc ast circogen \
- dotgen fdpgen neatogen pack twopigen plugin common gvc ingraphs expr
+ dotgen fdpgen neatogen pack twopigen common gvc ingraphs expr plugin
all install clean :
(for i in ${SUBDIRS}; do (cd $$i; make $@); done)