]> 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:21 +0000 (03:11 +0000)
committerellson <devnull@localhost>
Fri, 23 Jun 2006 03:11:21 +0000 (03:11 +0000)
contrib/.cvsignore
contrib/CMakeLists.txt [new file with mode: 0644]
contrib/diffimg/.cvsignore

index 282522db0342d8750454b3dc162493b5fc709cc8..8cacbfb3f257e5717c97618918fa4a41dfd9e8d7 100644 (file)
@@ -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 (file)
index 0000000..db88911
--- /dev/null
@@ -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
index 14a34c3060a1fc5a9e5485d2666816eb1776070d..3924232b39b079d9e3552b2c3470bc7be18bd19a 100644 (file)
@@ -3,3 +3,4 @@
 Makefile
 Makefile.in
 diffimg
+CMakeFiles CMakeTmp CMakeFiles CMakeCache.txt cmake_install.cmake