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~6356 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4aa73cb138811681871a55eaababf75a67b219d4;p=graphviz Experimenting with cmake - which claims to replace autoconf,automake,libtool and be more portable --- diff --git a/graphs/.cvsignore b/graphs/.cvsignore index 9fb985742..2ae581798 100644 --- a/graphs/.cvsignore +++ b/graphs/.cvsignore @@ -4,3 +4,4 @@ .libs Makefile Makefile.in +CMakeFiles CMakeTmp CMakeFiles CMakeCache.txt cmake_install.cmake diff --git a/graphs/CMakeLists.txt b/graphs/CMakeLists.txt new file mode 100644 index 000000000..94eb1a7ff --- /dev/null +++ b/graphs/CMakeLists.txt @@ -0,0 +1,15 @@ +# $Id$ $Revision$ +## Process this file with cmake to produce Makefile + +SUBDIRS( + directed + undirected +) + + +#original Makefile.am contents follow: + +## $Id$ $Revision$ +### Process this file with automake to produce Makefile.in +# +#SUBDIRS = directed undirected