From 4aa73cb138811681871a55eaababf75a67b219d4 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 --- graphs/.cvsignore | 1 + graphs/CMakeLists.txt | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 graphs/CMakeLists.txt 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 -- 2.40.0