From c1cba24989643a38bc3e3386ca2cbe7d544c7bb7 Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 21 Oct 2008 20:08:49 +0000 Subject: [PATCH] eliminated _cgraph directories --- configure.ac | 5 ----- lib/Makefile.am | 12 ++++-------- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/configure.ac b/configure.ac index 0c84cb2c7..61170a092 100644 --- a/configure.ac +++ b/configure.ac @@ -2913,17 +2913,12 @@ AC_CONFIG_FILES(Makefile lib/sfio/Sfio_f/Makefile lib/vmalloc/Makefile lib/dotgen/Makefile - lib/dotgen_cgraph/Makefile lib/neatogen/Makefile - lib/neatogen_cgraph/Makefile lib/fdpgen/Makefile - lib/fdpgen_cgraph/Makefile lib/sparse/Makefile lib/sfdpgen/Makefile lib/circogen/Makefile - lib/circogen_cgraph/Makefile lib/twopigen/Makefile - lib/twopigen_cgraph/Makefile lib/patchwork/Makefile lib/pack/Makefile lib/expr/Makefile diff --git a/lib/Makefile.am b/lib/Makefile.am index 4df6ae36f..7d7ff8411 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,13 +1,9 @@ # $Id$ $Revision$ ## Process this file with automake to produce Makefile.in -GRAPH_DIRS = circogen dotgen fdpgen neatogen twopigen - -CGRAPH_DIRS = circogen_cgraph dotgen_cgraph \ - fdpgen_cgraph neatogen_cgraph twopigen_cgraph - -SUBDIRS = cdt graph cgraph gd pathplan sfio vmalloc ast vpsc \ - rbtree sparse sfdpgen patchwork expr common \ - pack gvc xdot ingraphs topfish glcomp $(GRAPH_DIRS) $(CGRAPH_DIRS) +SUBDIRS = cdt graph cgraph gd pathplan sfio vmalloc ast \ + vpsc rbtree sparse patchwork expr common \ + pack gvc xdot ingraphs topfish glcomp \ + circogen dotgen fdpgen neatogen twopigen sfdpgen EXTRA_DIST = Makefile.old -- 2.50.1