From: ellson Date: Fri, 23 Jun 2006 03:11:22 +0000 (+0000) Subject: Experimenting with cmake - which claims to replace autoconf,automake,libtool and... X-Git-Tag: LAST_LIBGRAPH~32^2~6353 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2bb2b0cf57ad54274d6b6d5799e820f9e6e8c52;p=graphviz Experimenting with cmake - which claims to replace autoconf,automake,libtool and be more portable --- 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