From b2bb2b0cf57ad54274d6b6d5799e820f9e6e8c52 Mon Sep 17 00:00:00 2001 From: ellson Date: Fri, 23 Jun 2006 03:11:22 +0000 Subject: [PATCH] Experimenting with cmake - which claims to replace autoconf,automake,libtool and be more portable --- lib/CMakeLists.txt | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 lib/CMakeLists.txt diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt new file mode 100644 index 000000000..9ca8e9481 --- /dev/null +++ b/lib/CMakeLists.txt @@ -0,0 +1,37 @@ +# $Id$ $Revision$ +## Process this file with cmake to produce Makefile + +SUBDIRS( + cdt + graph + agraph + gd + pathplan + agutil +#sfio +#vmalloc +#ast + vpsc + circogen + dotgen + fdpgen + neatogen + twopigen + common + gvc + pack + ingraphs +#expr + plugin +) + +#original Makefile.am contents follow: + +## $Id$ $Revision$ +### Process this file with automake to produce Makefile.in +# +#SUBDIRS = cdt graph agraph gd pathplan agutil sfio vmalloc ast vpsc \ +# circogen dotgen fdpgen neatogen twopigen common gvc pack \ +# ingraphs expr plugin +# +#EXTRA_DIST = Makefile.old -- 2.40.0