]> granicus.if.org Git - graphviz/commitdiff
Experimenting with cmake - which claims to replace autoconf,automake,libtool and...
authorellson <devnull@localhost>
Fri, 23 Jun 2006 03:11:22 +0000 (03:11 +0000)
committerellson <devnull@localhost>
Fri, 23 Jun 2006 03:11:22 +0000 (03:11 +0000)
graphs/.cvsignore
graphs/CMakeLists.txt [new file with mode: 0644]

index 9fb98574200a4331b9c86504fe4405a45f4d3605..2ae58179874327ff45bbbd4e581ee378e76bb16f 100644 (file)
@@ -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 (file)
index 0000000..94eb1a7
--- /dev/null
@@ -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