lib/sfio/Sfio_f/Makefile
lib/vmalloc/Makefile
lib/dotgen/Makefile
+ lib/dotgen2/Makefile
lib/neatogen/Makefile
lib/fdpgen/Makefile
lib/sparse/Makefile
## Process this file with automake to produce Makefile.in
-if WITH_CGRAPH
SUBDIRS = cdt graph cgraph gd pathplan sfio vmalloc ast \
vpsc rbtree ortho sparse patchwork expr common \
pack xdot gvc ingraphs topfish glcomp \
- circogen dotgen2 fdpgen neatogen twopigen sfdpgen osage gvpr
-else
-SUBDIRS = cdt graph cgraph gd pathplan sfio vmalloc ast \
- vpsc rbtree ortho sparse patchwork expr common \
- pack xdot gvc ingraphs topfish glcomp \
- circogen dotgen fdpgen neatogen twopigen sfdpgen osage gvpr
-endif
+ circogen dotgen dotgen2 fdpgen neatogen twopigen sfdpgen osage gvpr
EXTRA_DIST = Makefile.old gvc.vcproj gvc.def
-I$(top_srcdir)/lib/cdt \
-I$(top_srcdir)/lib/pathplan
+if WITH_CGRAPH
+else
noinst_HEADERS = dot.h dotprocs.h aspect.h
noinst_LTLIBRARIES = libdotgen_C.la
+endif
libdotgen_C_la_LDFLAGS = -no-undefined
libdotgen_C_la_SOURCES = acyclic.c class1.c class2.c cluster.c compound.c \
-I$(top_srcdir)/lib/cdt \
-I$(top_srcdir)/lib/pathplan
+if WITH_CGRAPH
noinst_HEADERS = dot2.h dot2procs.h groups.h minc.h
noinst_LTLIBRARIES = libdotgen2_C.la
+endif
libdotgen2_C_la_LDFLAGS = -no-undefined
libdotgen2_C_la_SOURCES = dotinit.c level.c minc2.c ns.c groups.c minc_utils.c decomp.c
-EXTRA_DIST = dotgen2.vcproj
+# EXTRA_DIST = dotgen2.vcproj