From: ellson Date: Fri, 23 Jun 2006 03:11:21 +0000 (+0000) Subject: Experimenting with cmake - which claims to replace autoconf,automake,libtool and... X-Git-Tag: LAST_LIBGRAPH~32^2~6362 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ebb9a4e2bfa2039866579118ba8657f8be1df3ab;p=graphviz Experimenting with cmake - which claims to replace autoconf,automake,libtool and be more portable --- diff --git a/contrib/.cvsignore b/contrib/.cvsignore index 282522db0..8cacbfb3f 100644 --- a/contrib/.cvsignore +++ b/contrib/.cvsignore @@ -1,2 +1,3 @@ Makefile Makefile.in +CMakeFiles CMakeTmp CMakeFiles CMakeCache.txt cmake_install.cmake diff --git a/contrib/CMakeLists.txt b/contrib/CMakeLists.txt new file mode 100644 index 000000000..db889112e --- /dev/null +++ b/contrib/CMakeLists.txt @@ -0,0 +1,17 @@ +# $Id$ $Revision$ +## Process this file with cmake to produce Makefile + +SUBDIRS( + prune + diffimg +) + +#original Makefile.am contents follow: + +## $Id$ $Revision$ +### Process this file with automake to produce Makefile.in +# +#SUBDIRS = prune diffimg +# +#EXTRA_DIST = INDEX dotmcl.pl gprof2dot.awk webdot.cgi Makefile.old \ +# sdlshapes lefty-grace dirgraph diff --git a/contrib/diffimg/.cvsignore b/contrib/diffimg/.cvsignore index 14a34c306..3924232b3 100644 --- a/contrib/diffimg/.cvsignore +++ b/contrib/diffimg/.cvsignore @@ -3,3 +3,4 @@ Makefile Makefile.in diffimg +CMakeFiles CMakeTmp CMakeFiles CMakeCache.txt cmake_install.cmake