From ebb9a4e2bfa2039866579118ba8657f8be1df3ab Mon Sep 17 00:00:00 2001 From: ellson Date: Fri, 23 Jun 2006 03:11:21 +0000 Subject: [PATCH] Experimenting with cmake - which claims to replace autoconf,automake,libtool and be more portable --- contrib/.cvsignore | 1 + contrib/CMakeLists.txt | 17 +++++++++++++++++ contrib/diffimg/.cvsignore | 1 + 3 files changed, 19 insertions(+) create mode 100644 contrib/CMakeLists.txt 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 -- 2.40.0